]> granicus.if.org Git - ejabberd/log
ejabberd
19 years ago* src/ejabberd_c2s.erl: Send stream error when connection is
Alexey Shchepin [Tue, 22 Nov 2005 18:00:56 +0000 (18:00 +0000)]
* src/ejabberd_c2s.erl: Send stream error when connection is
replaced (thanks to Maxim Ryazanov)

SVN Revision: 440

19 years agoAdded prepare-translation.sh wrapper to extract_translation.erl (Thanks to Badlop)
Mickaël Rémond [Sat, 19 Nov 2005 17:30:28 +0000 (17:30 +0000)]
Added prepare-translation.sh wrapper to extract_translation.erl (Thanks to Badlop)

SVN Revision: 439

19 years agoAdded wrapper to extract_translation.erl
Mickaël Rémond [Sat, 19 Nov 2005 17:23:35 +0000 (17:23 +0000)]
Added wrapper to extract_translation.erl

SVN Revision: 438

19 years ago* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to
Alexey Shchepin [Sat, 19 Nov 2005 01:20:05 +0000 (01:20 +0000)]
* src/mod_vcard.erl: Fixed xmlns in disco items replies (thanks to
Maxim Ryazanov)
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise

SVN Revision: 437

19 years ago* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)
Alexey Shchepin [Sat, 19 Nov 2005 00:57:29 +0000 (00:57 +0000)]
* src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)

SVN Revision: 436

19 years ago* src/ejabberd_s2s_in.erl: Support for dNSName certificate field
Alexey Shchepin [Thu, 17 Nov 2005 05:29:33 +0000 (05:29 +0000)]
* src/ejabberd_s2s_in.erl: Support for dNSName certificate field
and DNS name matching
* src/XmppAddr.asn1: Moved here from src/tls/XmppAddr.asn1
* src/tls/XmppAddr.asn1: Likewise
* src/Makefile.in: Updated
* src/tls/Makefile.in: Updated

SVN Revision: 435

19 years ago* src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction
Alexey Shchepin [Wed, 16 Nov 2005 02:59:05 +0000 (02:59 +0000)]
* src/odbc/ejabberd_odbc.erl: Support for mnesia-like transaction
interface
* src/mod_roster_odbc.erl: Updated to use
ejabberd_odbc:sql_transaction/2

SVN Revision: 434

19 years ago* src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon
Alexey Shchepin [Sat, 12 Nov 2005 03:42:12 +0000 (03:42 +0000)]
* src/ejabberd_s2s_out.erl: Fixed invalid behaviour upon
connecting to host with invalid domain
* src/ejabberd_s2s.erl: Likewise

SVN Revision: 433

19 years ago* src/ejabberd_config.erl: Support for per host certificates
Alexey Shchepin [Sat, 5 Nov 2005 21:15:53 +0000 (21:15 +0000)]
* src/ejabberd_config.erl: Support for per host certificates
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd.cfg.example: Updated

* src/ejabberd_s2s_in.erl: Fixed id-on-xmppAddr processing

SVN Revision: 432

19 years ago* src/mod_disco.erl: Fixed extra_domains option processing
Alexey Shchepin [Thu, 3 Nov 2005 19:58:58 +0000 (19:58 +0000)]
* src/mod_disco.erl: Fixed extra_domains option processing

SVN Revision: 431

19 years ago* src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL
Alexey Shchepin [Thu, 3 Nov 2005 05:04:54 +0000 (05:04 +0000)]
* src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNAL
* src/ejabberd_s2s_in.erl: Likewise
* src/tls/tls.erl: Likewise
* src/tls/tls_drv.c: Likewise
* src/tls/XmppAddr.asn1: Likewise
* src/tls/Makefile.in: Likewise

SVN Revision: 430

19 years ago* src/mod_disco.erl: Minor fix
Alexey Shchepin [Sun, 30 Oct 2005 20:47:26 +0000 (20:47 +0000)]
* src/mod_disco.erl: Minor fix

SVN Revision: 429

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 29 Oct 2005 20:14:39 +0000 (20:14 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 428

19 years ago* src/tls/tls.erl: Accept {error,already_loaded} from
Alexey Shchepin [Tue, 25 Oct 2005 02:19:01 +0000 (02:19 +0000)]
* src/tls/tls.erl: Accept {error,already_loaded} from
erl_ddll:load_driver/2
* src/stringprep/stringprep.erl: Likewise
* src/mod_irc/iconv.erl: Likewise
* src/ejabberd_app.erl: Likewise

SVN Revision: 427

19 years ago* src/tls/tls_drv.c: Support for "connect" method
Alexey Shchepin [Tue, 25 Oct 2005 01:08:37 +0000 (01:08 +0000)]
* src/tls/tls_drv.c: Support for "connect" method
* src/tls/tls.erl: Likewise

* src/ejabberd_s2s_in.erl: Support for STARTTLS+Dialback
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_receiver.erl: Added a few hacks ({active,once} mode
should be used instead of recv/3 call to avoid them)
* src/ejabberd_config.erl: Added s2s_use_starttls and s2s_certfile
options
* src/ejabberd.cfg.example: Likewise

SVN Revision: 426

19 years ago* src/ejabberd_app.erl: Try to load tls_drv at startup to avoid
Alexey Shchepin [Fri, 21 Oct 2005 21:22:00 +0000 (21:22 +0000)]
* src/ejabberd_app.erl: Try to load tls_drv at startup to avoid
unloading of libssl (thanks to Brian Campbell)

SVN Revision: 425

19 years ago* src/odbc/pg.sql: Added spool.seq field for offline messages
Alexey Shchepin [Wed, 19 Oct 2005 23:00:17 +0000 (23:00 +0000)]
* src/odbc/pg.sql: Added spool.seq field for offline messages
sorting
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 424

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Tue, 18 Oct 2005 20:13:33 +0000 (20:13 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 423

19 years ago* src/gen_iq_handler.erl: Bugfix
Alexey Shchepin [Sun, 16 Oct 2005 20:42:24 +0000 (20:42 +0000)]
* src/gen_iq_handler.erl: Bugfix

SVN Revision: 422

19 years ago* src/ejabberd_auth_odbc.erl: Minor fix
Alexey Shchepin [Sat, 15 Oct 2005 19:50:02 +0000 (19:50 +0000)]
* src/ejabberd_auth_odbc.erl: Minor fix

* src/odbc/ejabberd_odbc.erl: Updated pgsql support

SVN Revision: 421

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 15 Oct 2005 14:41:48 +0000 (14:41 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 420

19 years ago* src/ejabberd_c2s.erl: Updated to work correctly with
Alexey Shchepin [Sat, 15 Oct 2005 02:45:26 +0000 (02:45 +0000)]
* src/ejabberd_c2s.erl: Updated to work correctly with
mod_vcard_odbc

SVN Revision: 419

19 years ago* src/odbc/ejabberd_odbc.erl: Experimental support for pgsql
Alexey Shchepin [Thu, 13 Oct 2005 01:36:07 +0000 (01:36 +0000)]
* src/odbc/ejabberd_odbc.erl: Experimental support for pgsql
library

SVN Revision: 418

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Thu, 13 Oct 2005 01:29:21 +0000 (01:29 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 417

19 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Wed, 12 Oct 2005 23:10:54 +0000 (23:10 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 416

19 years agoFixed mod_vcard_odbc.erl SVN properties
Alexey Shchepin [Fri, 7 Oct 2005 00:00:44 +0000 (00:00 +0000)]
Fixed mod_vcard_odbc.erl SVN properties

SVN Revision: 415

19 years ago* src/ejd2odbc.erl: Added vCard converter
Alexey Shchepin [Thu, 6 Oct 2005 23:57:34 +0000 (23:57 +0000)]
* src/ejd2odbc.erl: Added vCard converter

* src/mod_vcard_odbc.erl: vCard support via ODBC

* src/odbc/pg.sql: Updated

SVN Revision: 414

19 years ago* src/web/ejabberd_web_admin.erl: Updated API for better
Alexey Shchepin [Thu, 29 Sep 2005 01:04:24 +0000 (01:04 +0000)]
* src/web/ejabberd_web_admin.erl: Updated API for better
integration with J-EAI web interface

* src/mod_shared_roster.erl: Now possible to specify all users on
virtual host in group
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 413

19 years ago* src/jlib.erl: Bugfix
Alexey Shchepin [Thu, 15 Sep 2005 18:32:05 +0000 (18:32 +0000)]
* src/jlib.erl: Bugfix

SVN Revision: 412

19 years ago* src/ejd2odbc.erl: Updated
Alexey Shchepin [Sat, 10 Sep 2005 18:03:48 +0000 (18:03 +0000)]
* src/ejd2odbc.erl: Updated

SVN Revision: 411

19 years ago* src/ejd2odbc.erl: Updated
Alexey Shchepin [Sat, 10 Sep 2005 17:01:30 +0000 (17:01 +0000)]
* src/ejd2odbc.erl: Updated

SVN Revision: 410

19 years ago* src/mod_disco.erl: Disco publishing support (thanks to Magnus
Alexey Shchepin [Sun, 4 Sep 2005 03:31:23 +0000 (03:31 +0000)]
* src/mod_disco.erl: Disco publishing support (thanks to Magnus
Henoch)

SVN Revision: 409

19 years ago* src/mod_disco.erl: Functions register_sm_feature and
Alexey Shchepin [Sun, 4 Sep 2005 01:58:47 +0000 (01:58 +0000)]
* src/mod_disco.erl: Functions register_sm_feature and
register_sm_node replaced with hooks (thanks to Sergei Golovan)
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:

* src/mod_disco.erl: Now mod_disco doesn't depend on mod_configure
(thanks to Sergei Golovan)
* src/mod_configure.erl: Likewise

SVN Revision: 408

19 years ago* src/ejd2odbc.erl: Converter from mnesia to ODBC
Alexey Shchepin [Mon, 29 Aug 2005 19:00:10 +0000 (19:00 +0000)]
* src/ejd2odbc.erl: Converter from mnesia to ODBC

* src/mod_offline_odbc.erl: Minor fix

SVN Revision: 407

19 years ago* src/mod_vcard_ldap.erl: Bugfix
Alexey Shchepin [Thu, 25 Aug 2005 20:48:45 +0000 (20:48 +0000)]
* src/mod_vcard_ldap.erl: Bugfix

* src/mod_vcard.erl: Bugfix

* src/ejabberd_auth_odbc.erl: Bugfix

* doc/dev.tex: Updated

SVN Revision: 406

19 years ago* src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanks
Alexey Shchepin [Wed, 10 Aug 2005 23:29:16 +0000 (23:29 +0000)]
* src/cyrsasl_digest.erl: Fixed challenge/response parsing (thanks
to Martin Pokorny)

SVN Revision: 405

19 years ago* src/msgs/pl.msg: Updated (thanks to Andrew Smyk)
Alexey Shchepin [Sat, 6 Aug 2005 22:35:47 +0000 (22:35 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrew Smyk)

SVN Revision: 404

19 years ago* src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)
Alexey Shchepin [Sat, 6 Aug 2005 22:23:53 +0000 (22:23 +0000)]
* src/web/ejabberd_web_admin.erl: Bugfix (thanks to Badlop)

SVN Revision: 403

19 years ago* src/win32/inetrc: Added (thanks to Sergei Golovan)
Alexey Shchepin [Fri, 5 Aug 2005 20:49:24 +0000 (20:49 +0000)]
* src/win32/inetrc: Added (thanks to Sergei Golovan)

* src/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/win32/ejabberd.cfg: Likewise
* src/win32/ejabberd.nsi: Likewise

* doc/guide.tex: Updated

* src/ejabberd.hrl: Updated version

SVN Revision: 402

19 years agoRelease 0.9.8
Mickaël Rémond [Mon, 1 Aug 2005 22:06:46 +0000 (22:06 +0000)]
Release 0.9.8

SVN Revision: 399

19 years agoFinal release note after many fixes from the ejabberd Chatroom and
Mickaël Rémond [Mon, 1 Aug 2005 22:05:27 +0000 (22:05 +0000)]
Final release note after many fixes from the ejabberd Chatroom and
StPeter

SVN Revision: 398

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Mon, 1 Aug 2005 21:00:20 +0000 (21:00 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 397

19 years agoWrong Process-one URL
Mickaël Rémond [Mon, 1 Aug 2005 20:56:52 +0000 (20:56 +0000)]
Wrong Process-one URL

SVN Revision: 396

19 years agoMore fixes from Badlop
Mickaël Rémond [Mon, 1 Aug 2005 20:54:25 +0000 (20:54 +0000)]
More fixes from Badlop

SVN Revision: 395

19 years agoFixed some english mistakes.
Mickaël Rémond [Mon, 1 Aug 2005 20:45:54 +0000 (20:45 +0000)]
Fixed some english mistakes.

SVN Revision: 394

19 years ago* src/msgs/es.msg: Updated (thanks to Badlop)
Alexey Shchepin [Mon, 1 Aug 2005 18:54:08 +0000 (18:54 +0000)]
* src/msgs/es.msg: Updated (thanks to Badlop)

SVN Revision: 393

19 years ago* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Mon, 1 Aug 2005 18:19:46 +0000 (18:19 +0000)]
* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)

SVN Revision: 392

19 years agoAdded some references at the end of the release notes (migration,
Mickaël Rémond [Mon, 1 Aug 2005 17:23:55 +0000 (17:23 +0000)]
Added some references at the end of the release notes (migration,
tutorial and feature sheet)

SVN Revision: 391

19 years agoUpdated to mention, that the 1.0 release is close and that the ejabberd
Mickaël Rémond [Mon, 1 Aug 2005 15:40:58 +0000 (15:40 +0000)]
Updated to mention, that the 1.0 release is close and that the ejabberd
Linux installer include ASN1 modules.

SVN Revision: 390

19 years agoAdded release notes for ejabberd 0.9.8 release.
Mickaël Rémond [Mon, 1 Aug 2005 15:37:30 +0000 (15:37 +0000)]
Added release notes for ejabberd 0.9.8 release.

SVN Revision: 389

19 years agoUpdated French translation
Mickaël Rémond [Mon, 1 Aug 2005 14:38:19 +0000 (14:38 +0000)]
Updated French translation

SVN Revision: 388

19 years agoUpdated French translation
Mickaël Rémond [Mon, 1 Aug 2005 14:36:42 +0000 (14:36 +0000)]
Updated French translation

SVN Revision: 387

19 years ago* src/ejabberd_config.erl: Added host_config option
Alexey Shchepin [Sun, 31 Jul 2005 19:51:52 +0000 (19:51 +0000)]
* src/ejabberd_config.erl: Added host_config option
* doc/guide.tex: Updated

* src/ejabberd_auth_ldap.erl: Bugfix

SVN Revision: 386

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sun, 31 Jul 2005 18:10:41 +0000 (18:10 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 385

19 years ago* src/msgs/de.msg: Updated (thanks to Torsten Werner)
Alexey Shchepin [Sun, 31 Jul 2005 01:27:19 +0000 (01:27 +0000)]
* src/msgs/de.msg: Updated (thanks to Torsten Werner)

SVN Revision: 384

19 years ago* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
Alexey Shchepin [Sun, 31 Jul 2005 01:18:17 +0000 (01:18 +0000)]
* src/web/ejabberd_web_admin.erl: Fixed CSS style sheet to be
standards compliant (thanks to Sander Devrieze)

SVN Revision: 383

19 years ago* src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" page
Alexey Shchepin [Fri, 29 Jul 2005 20:34:57 +0000 (20:34 +0000)]
* src/web/ejabberd_web_admin.erl: Added "Virtual Hosts" page

SVN Revision: 382

19 years agoRenamed route_packet hook to filter_packet
Alexey Shchepin [Wed, 27 Jul 2005 00:59:35 +0000 (00:59 +0000)]
Renamed route_packet hook to filter_packet

SVN Revision: 381

19 years ago* src/ejabberd_router.erl: Added route_packet hook
Alexey Shchepin [Wed, 27 Jul 2005 00:54:53 +0000 (00:54 +0000)]
* src/ejabberd_router.erl: Added route_packet hook

SVN Revision: 380

19 years ago* src/jd2ejd.erl: Updated to work with ODBC
Alexey Shchepin [Tue, 26 Jul 2005 03:04:26 +0000 (03:04 +0000)]
* src/jd2ejd.erl: Updated to work with ODBC

* src/mod_roster_odbc.erl: Updated

* src/mod_offline_odbc.erl: Bugfix

* src/mod_last_odbc.erl: Bugfix

SVN Revision: 379

19 years ago* src/mod_pubsub/mod_pubsub.erl: Updated to J-EAI version
Alexey Shchepin [Wed, 20 Jul 2005 03:09:34 +0000 (03:09 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Updated to J-EAI version

SVN Revision: 378

19 years ago* src/acl.erl: Slightly changed "access" option processing
Alexey Shchepin [Thu, 14 Jul 2005 23:48:57 +0000 (23:48 +0000)]
* src/acl.erl: Slightly changed "access" option processing

SVN Revision: 377

19 years ago* src/mod_disco.erl: Fixed processing of host features and
Alexey Shchepin [Thu, 14 Jul 2005 23:12:20 +0000 (23:12 +0000)]
* src/mod_disco.erl: Fixed processing of host features and
extra_domains option

SVN Revision: 376

19 years ago* src/ejabberd_c2s.erl: Processing of jabber:iq:register totally
Alexey Shchepin [Thu, 14 Jul 2005 22:28:21 +0000 (22:28 +0000)]
* src/ejabberd_c2s.erl: Processing of jabber:iq:register totally
moved to mod_register.erl (thanks to Sergei Golovan)
* src/mod_register.erl: Likewise

* src/win32/ejabberd.nsi: Added two pictures in installer (thanks
to Maxim Ryazanov)
* src/win32/ejabberd_header.bmp: Likewise
* src/win32/ejabberd_intro.bmp: Likewise

* src/web/ejabberd_web_admin.erl: Fixed spelling of word
"authentication"
* src/ejabberd_c2s.erl: Likewise

SVN Revision: 375

19 years ago* src/mod_register.erl: Bugfix
Alexey Shchepin [Wed, 13 Jul 2005 03:24:13 +0000 (03:24 +0000)]
* src/mod_register.erl: Bugfix

* src/mod_vcard.erl: Bugfix

* src/ejabberd_app.erl: Updated to allow different authentication
methods for different virtual hosts
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_digest.erl: Likewise
* src/cyrsasl_plain.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_config.erl: Likewise
* src/extauth.erl: Likewise
* src/mod_last_odbc.erl: Likewise
* src/mod_offline_odbc.erl: Likewise
* src/mod_roster_odbc.erl: Likewise
* src/odbc/ejabberd_odbc.erl: Likewise
* src/odbc/ejabberd_odbc_sup.erl: Likewise

SVN Revision: 374

19 years ago* src/ejabberd_app.erl: Bugfix
Alexey Shchepin [Sun, 3 Jul 2005 01:44:13 +0000 (01:44 +0000)]
* src/ejabberd_app.erl: Bugfix

SVN Revision: 373

19 years ago* src/ejabberd_config.erl: Bugfix
Alexey Shchepin [Sun, 3 Jul 2005 00:16:34 +0000 (00:16 +0000)]
* src/ejabberd_config.erl: Bugfix

SVN Revision: 372

19 years ago* src/mod_offline.erl: Bugfix
Alexey Shchepin [Thu, 30 Jun 2005 11:29:04 +0000 (11:29 +0000)]
* src/mod_offline.erl: Bugfix

SVN Revision: 371

19 years ago* (all): Enhanced virtual hosting support
Alexey Shchepin [Mon, 20 Jun 2005 03:18:13 +0000 (03:18 +0000)]
* (all): Enhanced virtual hosting support

SVN Revision: 370

19 years ago* src/web/ejabberd_web_admin.erl: Bugfix
Alexey Shchepin [Fri, 27 May 2005 22:52:50 +0000 (22:52 +0000)]
* src/web/ejabberd_web_admin.erl: Bugfix

SVN Revision: 369

19 years agoAdded 0.9.1 release note that was in the release ejabberd-0.9.1 version.
Mickaël Rémond [Wed, 25 May 2005 13:35:35 +0000 (13:35 +0000)]
Added 0.9.1 release note that was in the release ejabberd-0.9.1 version.

SVN Revision: 368

19 years ago* src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanks
Alexey Shchepin [Wed, 25 May 2005 00:28:22 +0000 (00:28 +0000)]
* src/msgs/pt-br.msg: New Brazilian Portuguese translation (thanks
to Felipe Brito Vasconcellos)

SVN Revision: 367

19 years agoAdded text/html mime type to dev.html and guide.html
Alexey Shchepin [Tue, 24 May 2005 12:32:11 +0000 (12:32 +0000)]
Added text/html mime type to dev.html and guide.html

SVN Revision: 365

19 years agoTesting SVN/DAV access
Alexey Shchepin [Mon, 23 May 2005 21:58:47 +0000 (21:58 +0000)]
Testing SVN/DAV access

SVN Revision: 364

19 years agotesting webdav
thierry [Mon, 23 May 2005 21:53:42 +0000 (21:53 +0000)]
testing webdav

SVN Revision: 363

19 years ago* src/msgs/fr.msg: Updated (thanks to Mickael Remond)
Alexey Shchepin [Mon, 23 May 2005 20:28:58 +0000 (20:28 +0000)]
* src/msgs/fr.msg: Updated (thanks to Mickael Remond)

SVN Revision: 360

19 years ago* src/odbc/Makefile.in: Added
Alexey Shchepin [Mon, 23 May 2005 20:27:17 +0000 (20:27 +0000)]
* src/odbc/Makefile.in: Added

* src/configure.ac: Updated for odbc support
* src/Makefile.in: Likewise

* src/aclocal.m4: Bugfix

SVN Revision: 359

19 years ago* src/mod_last_odbc.erl: Added store_last_info/4 function (thanks
Alexey Shchepin [Mon, 23 May 2005 19:47:57 +0000 (19:47 +0000)]
* src/mod_last_odbc.erl: Added store_last_info/4 function (thanks
to Sergei Golovan)
* src/mod_last.erl: Likewise

* src/jd2ejd.erl: Support for exporting iq:last information,
better error handling (thanks to Sergei Golovan)

* src/ejabberd_ctl.erl: Added "import-file" and "import-dir"
commands (thanks to Sergei Golovan)

SVN Revision: 358

19 years agoUpdated French translation
Mickaël Rémond [Mon, 23 May 2005 19:46:00 +0000 (19:46 +0000)]
Updated French translation

SVN Revision: 357

19 years ago* doc/guide.tex: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Mon, 23 May 2005 19:33:52 +0000 (19:33 +0000)]
* doc/guide.tex: Updated (thanks to Sergei Golovan)
* doc/dev.tex: Likewise
* doc/disco.png: Likewise
* doc/discorus.png: Likewise
* doc/webadmin.png: Likewise
* doc/webadminru.png: Likewise

SVN Revision: 356

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Mon, 23 May 2005 19:12:30 +0000 (19:12 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

SVN Revision: 355

19 years ago* src/web/ejabberd_web_admin.erl: Updated CSS, added modules
Alexey Shchepin [Mon, 23 May 2005 00:30:29 +0000 (00:30 +0000)]
* src/web/ejabberd_web_admin.erl: Updated CSS, added modules
management (thanks to Sergei Golovan)

* src/gen_mod.erl: Added function loaded_modules_with_opts/0, new
API for module stopping (thanks to Sergei Golovan)
* src/mod_muc/mod_muc.erl: Moved a process name to a macros,
updated module stopping (thanks to Sergei Golovan)
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_announce.erl: Updated module stopping (thanks to Sergei
Golovan)
* src/mod_echo.erl: Likewise
* src/mod_offline.erl: Likewise

SVN Revision: 354

19 years ago* src/web/ejabberd_http.erl: "Connection:" header value now
Alexey Shchepin [Sun, 22 May 2005 23:29:54 +0000 (23:29 +0000)]
* src/web/ejabberd_http.erl: "Connection:" header value now
matched case-insensitive, and returned to client, replaced
duplicate is_space($\r) with is_space($\t) (thanks to Maxim
Ryazanov)

SVN Revision: 353

19 years ago* src/mod_pubsub/mod_pubsub.erl: Fixed XML element name for
Alexey Shchepin [Sat, 21 May 2005 20:21:41 +0000 (20:21 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fixed XML element name for
pubsub#event namespace (thanks to Magnus Henoch)

SVN Revision: 352

19 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 21 May 2005 19:44:37 +0000 (19:44 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* src/msgs/es.msg: Updated (thanks to Badlop)

SVN Revision: 351

19 years ago* src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to a
Alexey Shchepin [Wed, 18 May 2005 23:47:33 +0000 (23:47 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Now possible to subscribe to a
pubsub node with a JID that includes a resource (thanks to Martijn
van Beers)

* src/stringprep/uni_parse2.tcl: Bugfix
* src/stringprep/stringprep_drv.c: Likewise
* src/stringprep/uni_norm.c: Regenerated

SVN Revision: 350

19 years ago* src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
Alexey Shchepin [Tue, 17 May 2005 22:35:16 +0000 (22:35 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added support for WHOIS
requests and reply to USERINFO (thanks to Oleg V. Motienko)

SVN Revision: 349

19 years ago* src/stringprep/stringprep_drv.c: Bugfix
Alexey Shchepin [Tue, 17 May 2005 12:51:47 +0000 (12:51 +0000)]
* src/stringprep/stringprep_drv.c: Bugfix

SVN Revision: 348

19 years ago* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sun, 15 May 2005 23:03:25 +0000 (23:03 +0000)]
* src/win32/ejabberd.cfg: Updated (thanks to Sergei Golovan)

* src/odbc/Makefile.win32: Added (thanks to Sergei Golovan)

* src/Makefile.win32: Updated (thanks to Sergei Golovan)

* src/jd2ejd.erl: Fixed private xml setting

* src/mod_last.erl: Bugfix
* src/mod_last_odbc.erl: Likewise

* src/mod_pubsub/mod_pubsub.erl: Fixed service stopping

SVN Revision: 347

19 years ago* src/mod_muc/mod_muc_room.erl: Fixed bug with storing
Alexey Shchepin [Mon, 9 May 2005 19:38:16 +0000 (19:38 +0000)]
* src/mod_muc/mod_muc_room.erl: Fixed bug with storing
affiliations of invited users in members-only room (thanks to
Sergei Golovan)

SVN Revision: 346

19 years ago* src/ejabberd_c2s.erl: Fixed starttls_required behaviour for
Alexey Shchepin [Mon, 9 May 2005 19:12:41 +0000 (19:12 +0000)]
* src/ejabberd_c2s.erl: Fixed starttls_required behaviour for
legacy connections (thanks to Brian Campbell)

SVN Revision: 345

19 years ago* src/web/ejabberd_web_admin.erl: Images now specified via CSS,
Alexey Shchepin [Sun, 8 May 2005 23:39:46 +0000 (23:39 +0000)]
* src/web/ejabberd_web_admin.erl: Images now specified via CSS,
design slightly updated, added last activity statistics (thanks to
Sergei Golovan)

SVN Revision: 344

19 years ago* src/stringprep/stringprep_drv.c: Added check for bidi
Alexey Shchepin [Sat, 7 May 2005 01:21:39 +0000 (01:21 +0000)]
* src/stringprep/stringprep_drv.c: Added check for bidi

* src/stringprep/uni_parse.tcl: Now handle all Unicode code points
up to U+10FFFF
* src/stringprep/uni_parse2.tcl: Likewise
* src/stringprep/uni_data.c: Regenerated
* src/stringprep/uni_norm.c: Likewise

SVN Revision: 343

19 years ago* src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tables
Alexey Shchepin [Fri, 6 May 2005 01:38:05 +0000 (01:38 +0000)]
* src/stringprep/uni_norm.c: Regenerated with Unicode 3.2 tables
as required by RFC3454

* src/stringprep/uni_parse2.tcl: Bugfixes

* src/stringprep/stringprep_drv.c: Bugfixes, added hangul
composition

SVN Revision: 342

19 years agoChangeLog updated
Mickaël Rémond [Thu, 5 May 2005 13:16:10 +0000 (13:16 +0000)]
ChangeLog updated

SVN Revision: 341

19 years agoAdding missing 0.9 fields in fr.msg
Mickaël Rémond [Thu, 5 May 2005 13:11:18 +0000 (13:11 +0000)]
Adding missing 0.9 fields in fr.msg

SVN Revision: 340

19 years ago* src/mod_muc/mod_muc_room.erl: Store ban reasons for outcast
Alexey Shchepin [Tue, 3 May 2005 23:07:14 +0000 (23:07 +0000)]
* src/mod_muc/mod_muc_room.erl: Store ban reasons for outcast
items, updated affiliation matching rules to latest JEP-0045

SVN Revision: 339

19 years ago* src/mod_muc/mod_muc_room.erl: Updated changing roles and
Alexey Shchepin [Mon, 2 May 2005 21:59:39 +0000 (21:59 +0000)]
* src/mod_muc/mod_muc_room.erl: Updated changing roles and
affiliations tables to latest JEP-0045

SVN Revision: 338

19 years ago* src/msgs/sw.msg: Renamed to sv.msg
Alexey Shchepin [Sun, 1 May 2005 21:27:50 +0000 (21:27 +0000)]
* src/msgs/sw.msg: Renamed to sv.msg
* src/msgs/sv.msg: Likewise

SVN Revision: 337

19 years agosrc/msgs/fr.msg: Updated
Mickaël Rémond [Sun, 1 May 2005 20:15:20 +0000 (20:15 +0000)]
src/msgs/fr.msg: Updated

SVN Revision: 336