]> granicus.if.org Git - ejabberd/log
ejabberd
18 years ago* src/configure.ac: Added an optional check for krb5.h in
Mickaël Rémond [Sat, 27 May 2006 08:46:27 +0000 (08:46 +0000)]
* src/configure.ac: Added an optional check for krb5.h in
configure. ejabberd can now be build directly on RedHat and OpenBSD
(EJAB-100).

SVN Revision: 572

18 years ago* src/msgs/sk.msg: Slovak translation (thanks to Juraj Michalek
Alexey Shchepin [Fri, 26 May 2006 22:06:19 +0000 (22:06 +0000)]
* src/msgs/sk.msg: Slovak translation (thanks to Juraj Michalek
and SkLUG)

SVN Revision: 571

18 years ago* src/odbc/pg.sql: Updated
Alexey Shchepin [Fri, 26 May 2006 00:00:32 +0000 (00:00 +0000)]
* src/odbc/pg.sql: Updated

* src/mod_shared_roster.erl: Updated

* src/ejabberd_sm.erl: Bugfix

* src/mod_roster.erl: Bugfix
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 570

18 years ago* src/mod_roster.erl: The subscribe request are now resend at
Mickaël Rémond [Tue, 23 May 2006 20:19:37 +0000 (20:19 +0000)]
* src/mod_roster.erl: The subscribe request are now resend at
login as long as they have not been answered. mod_roster do no more
depends on mod_offline.
* src/ejabberd_sm.erl: Likewise.
* src/ejabberd_c2s.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support
has not yet been tested).
* src/mod_roster.hrl: Likewise.
* src/mod_offline.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* odbc/pg.sql: Likewise.
* odbc/mysql.sql: Likewise.

SVN Revision: 569

18 years ago* src/ejabberd_sm.erl: The max_user_sessions has been moved to
Mickaël Rémond [Mon, 22 May 2006 10:17:22 +0000 (10:17 +0000)]
* src/ejabberd_sm.erl: The max_user_sessions has been moved to
host configuration.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 568

18 years ago* src/ejabberd_sm.erl: An option to limit the number of opened sessions
Mickaël Rémond [Sun, 21 May 2006 16:34:32 +0000 (16:34 +0000)]
* src/ejabberd_sm.erl: An option to limit the number of opened sessions
for a given user have been added. As a default, a given user can only
log in 10 times with different resources. After that, new connections
replace the older ones.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 567

18 years ago* src/web/ejabberd_http_poll.erl: Timeout disconnection were not
Mickaël Rémond [Mon, 15 May 2006 15:45:52 +0000 (15:45 +0000)]
* src/web/ejabberd_http_poll.erl: Timeout disconnection were not
properly handled after "active once" migration. This is now fixed.

SVN Revision: 566

18 years ago* src/ejabberd_ctl.erl: Added a way to delete the older message
Mickaël Rémond [Sun, 7 May 2006 21:26:06 +0000 (21:26 +0000)]
* src/ejabberd_ctl.erl: Added a way to delete the older message
from the offline message table. This function is only available if
offline message queue is stored in Mnesia internal database. The
function delete_old_messages is not available in mod_offline_odbc.

SVN Revision: 565

18 years ago* src/ejabberd_ctl.erl: Now prints a user-friendly when trying
Mickaël Rémond [Sun, 7 May 2006 17:31:12 +0000 (17:31 +0000)]
* src/ejabberd_ctl.erl: Now prints a user-friendly when trying
to restore a backup from a non-existent file.

SVN Revision: 564

18 years ago* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
Mickaël Rémond [Sun, 7 May 2006 16:57:11 +0000 (16:57 +0000)]
* src/ejabberd_admin.erl: Code refactoring. Common Mnesia database
restore function.

SVN Revision: 563

18 years ago* src/mod_configure.erl: Unknown tables or tables from now
Mickaël Rémond [Sun, 7 May 2006 16:52:21 +0000 (16:52 +0000)]
* src/mod_configure.erl: Unknown tables or tables from now
unused modules are ignored during restore. The restore can now be
performed in such case (EJAB-80).
* src/web/ejabberd_web_admin.er: Likewise.
* src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia
database restore function.

SVN Revision: 562

18 years ago* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
Mickaël Rémond [Mon, 1 May 2006 09:55:03 +0000 (09:55 +0000)]
* src/ejabberd_ctl.erl: Unknown tables or tables from now unused
modules are ignored during restore. The restore can now be performed in
such case.

SVN Revision: 561

18 years ago* doc/release_note_1.1.1.txt: Fixed typo.
Mickaël Rémond [Fri, 28 Apr 2006 11:16:14 +0000 (11:16 +0000)]
* doc/release_note_1.1.1.txt: Fixed typo.

SVN Revision: 560

18 years ago* doc/guide.html: Updated generated HTML version of the guide.
Mickaël Rémond [Fri, 28 Apr 2006 09:38:44 +0000 (09:38 +0000)]
* doc/guide.html: Updated generated HTML version of the guide.

SVN Revision: 558

18 years ago* src/ejabberd.hrl: release 1.1.1
Mickaël Rémond [Fri, 28 Apr 2006 09:35:26 +0000 (09:35 +0000)]
* src/ejabberd.hrl: release 1.1.1
* doc/version.tex: Likewise
* doc/guide.tex: Likewise

SVN Revision: 557

18 years ago* Release not for security fix release.
Mickaël Rémond [Fri, 28 Apr 2006 08:43:15 +0000 (08:43 +0000)]
* Release not for security fix release.

SVN Revision: 556

18 years ago* src/cyrsasl.erl: Bugfix: anonymous authentication was always
Alexey Shchepin [Thu, 27 Apr 2006 21:24:30 +0000 (21:24 +0000)]
* src/cyrsasl.erl: Bugfix: anonymous authentication was always
enabled

SVN Revision: 555

18 years ago* src/ejabberd_ctl.erl: The status now only returns "started" if
Mickaël Rémond [Wed, 26 Apr 2006 22:28:05 +0000 (22:28 +0000)]
* src/ejabberd_ctl.erl: The status now only returns "started" if
ejabberd is started and ready to accept requests.

SVN Revision: 554

18 years ago* Fixed notes for version 1.1.0 release.
Mickaël Rémond [Mon, 24 Apr 2006 21:32:31 +0000 (21:32 +0000)]
* Fixed notes for version 1.1.0 release.

SVN Revision: 551

18 years ago* doc/guide.tex: Added a documentation for max_stanza_size option
Alexey Shchepin [Mon, 24 Apr 2006 19:25:09 +0000 (19:25 +0000)]
* doc/guide.tex: Added a documentation for max_stanza_size option

SVN Revision: 550

18 years ago* src/ejabberd.hrl: Updated for version 1.1.0.
Mickaël Rémond [Mon, 24 Apr 2006 13:04:21 +0000 (13:04 +0000)]
* src/ejabberd.hrl: Updated for version 1.1.0.

SVN Revision: 549

18 years ago* Updated documentation before 1.1.0 release
Mickaël Rémond [Sun, 23 Apr 2006 22:00:06 +0000 (22:00 +0000)]
* Updated documentation before 1.1.0 release

SVN Revision: 548

18 years ago* Updated documentation before 1.1.0 release
Mickaël Rémond [Sun, 23 Apr 2006 21:47:18 +0000 (21:47 +0000)]
* Updated documentation before 1.1.0 release

SVN Revision: 547

18 years agodoc/release_notes_1.1.0.txt: Preparing release 1.1.0
Mickaël Rémond [Sun, 23 Apr 2006 20:43:40 +0000 (20:43 +0000)]
doc/release_notes_1.1.0.txt: Preparing release 1.1.0

SVN Revision: 546

18 years ago* src/guide.tex: Added documentation for ODBC and native database
Mickaël Rémond [Sun, 23 Apr 2006 20:04:40 +0000 (20:04 +0000)]
* src/guide.tex: Added documentation for ODBC and native database
configuration (PostgreSQL and MySQL).

SVN Revision: 545

18 years ago* doc/guide.tex: Updated (thanks to Sander Devrieze)
Alexey Shchepin [Sun, 23 Apr 2006 16:55:25 +0000 (16:55 +0000)]
* doc/guide.tex: Updated (thanks to Sander Devrieze)
* doc/introduction.tex: Likewise

SVN Revision: 544

18 years ago* src/configure: Removed '==' bashism (thanks to Magnus Henoch)
Alexey Shchepin [Sun, 23 Apr 2006 15:35:14 +0000 (15:35 +0000)]
* src/configure: Removed '==' bashism (thanks to Magnus Henoch)
* src/aclocal.m4: Likewise

SVN Revision: 543

18 years ago* src/ejabberd_c2s.erl: Resend messages when leaving negative
Alexey Shchepin [Sun, 23 Apr 2006 14:57:37 +0000 (14:57 +0000)]
* src/ejabberd_c2s.erl: Resend messages when leaving negative
presence state (thanks to Magnus Henoch)

SVN Revision: 542

18 years ago* src/ejabberd_sm.erl: Now delivering messages to all resources with
Mickaël Rémond [Sun, 23 Apr 2006 09:31:54 +0000 (09:31 +0000)]
* src/ejabberd_sm.erl: Now delivering messages to all resources with
max equal priority when this priority is non-negative.

SVN Revision: 541

18 years ago* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)
Mickaël Rémond [Sun, 23 Apr 2006 09:26:41 +0000 (09:26 +0000)]
* src/msgs/de.msg: Updated (thanks to Nikolaus Polak)

SVN Revision: 540

18 years ago* src/msgs/fr.msg: updated
Mickaël Rémond [Sun, 23 Apr 2006 08:56:46 +0000 (08:56 +0000)]
* src/msgs/fr.msg: updated

SVN Revision: 539

18 years ago* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)
Alexey Shchepin [Sat, 22 Apr 2006 04:02:42 +0000 (04:02 +0000)]
* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)

* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated

* src/ejabberd_auth.erl: Fixed try_register/3 behaviour

SVN Revision: 538

18 years ago* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)
Alexey Shchepin [Sat, 22 Apr 2006 03:35:13 +0000 (03:35 +0000)]
* src/msgs/pt-br.msg: Updated (thanks to Lucius Curado)

* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated

* src/ejabberd_auth.erl: Fixed try_register/3 behaviour

SVN Revision: 537

18 years ago* doc/guide.tex: Updated (SASL anonymous and anonymous login).
Mickaël Rémond [Thu, 20 Apr 2006 22:12:09 +0000 (22:12 +0000)]
* doc/guide.tex: Updated (SASL anonymous and anonymous login).

SVN Revision: 536

18 years ago* src/ejabberd_auth.erl: Bugfix: We now are forced to check is an
Mickaël Rémond [Thu, 20 Apr 2006 17:51:29 +0000 (17:51 +0000)]
* src/ejabberd_auth.erl: Bugfix: We now are forced to check is an
anonymous user is log under a given user name before trying to register
it.

SVN Revision: 535

18 years ago* src/ejabberd.cfg.example: Update of the example for anonymous.
Mickaël Rémond [Thu, 20 Apr 2006 15:42:51 +0000 (15:42 +0000)]
* src/ejabberd.cfg.example: Update of the example for anonymous.
Removed unnecessary parameter.
* src/ejabberd_auth_anonymous.erl: Removed unnecessary parameter
and bugfix.

SVN Revision: 534

18 years ago* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)
Alexey Shchepin [Tue, 18 Apr 2006 22:28:30 +0000 (22:28 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)

SVN Revision: 533

18 years ago* src/xml_stream.erl: Cleanup
Alexey Shchepin [Thu, 13 Apr 2006 02:08:24 +0000 (02:08 +0000)]
* src/xml_stream.erl: Cleanup

* src/ejabberd_service.erl: Updated to use ejabberd_receiver

SVN Revision: 532

18 years ago* src/ejabberd_c2s.erl: Minor fix
Alexey Shchepin [Wed, 12 Apr 2006 02:54:27 +0000 (02:54 +0000)]
* src/ejabberd_c2s.erl: Minor fix

* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)

* doc/guide.tex: Updated (thanks to Sergei Golovan)

* src/msgs/nl.msg: Updated (thanks to Sander Devrieze)

SVN Revision: 531

18 years ago* src/msgs/es.msg: Updated (thanks to Badlop)
Alexey Shchepin [Tue, 11 Apr 2006 03:16:34 +0000 (03:16 +0000)]
* src/msgs/es.msg: Updated (thanks to Badlop)

* src/ejabberd.cfg.example: Updated (thanks to Badlop)

* doc/guide.tex: Updated (thanks to Badlop)

SVN Revision: 530

18 years ago* src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creation
Mickaël Rémond [Fri, 7 Apr 2006 13:39:48 +0000 (13:39 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Fixed pubsub root node creation
(conflict error was send on node creation)

SVN Revision: 529

18 years ago* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
Alexey Shchepin [Fri, 7 Apr 2006 00:51:53 +0000 (00:51 +0000)]
* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 528

18 years ago* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
Alexey Shchepin [Fri, 7 Apr 2006 00:39:24 +0000 (00:39 +0000)]
* src/ejabberd_sm.erl: SASL Anonymous + Anonymous login support
(thanks to Mickael Remond and Magnus Henoch)
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_anonymous.erl: Likewise
* src/cyrsasl.erl: Likewise
* src/cyrsasl_anonymous.erl: Likewise
* src/ejabberd.cfg.example: Likewise

SVN Revision: 527

18 years ago* src/expat_erl.c: Use binaries for CDATA
Alexey Shchepin [Wed, 5 Apr 2006 23:56:16 +0000 (23:56 +0000)]
* src/expat_erl.c: Use binaries for CDATA
* src/xml.erl: Likewise

SVN Revision: 526

18 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 1 Apr 2006 21:43:52 +0000 (21:43 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* src/mod_configure.erl: Updated translation strings (thanks to
Sergei Golovan)
* src/web/ejabberd_web_admin.erl: Likewise

* src/ejabberd_s2s_in.erl: Changed a path to PKIX includes (thanks
to Sergei Golovan)

SVN Revision: 525

18 years ago* src/Makefile.in: Added an option to compile ejabberd with debug
Mickaël Rémond [Sat, 1 Apr 2006 16:05:20 +0000 (16:05 +0000)]
* src/Makefile.in: Added an option to compile ejabberd with debug
print-out (make ejabberd_debug=true).
* src/ejabberd_c2s.erl: Added a new debug printout: We can now
print the XML packets send by the server.

SVN Revision: 524

18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Thu, 30 Mar 2006 23:30:05 +0000 (23:30 +0000)]
* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 523

18 years ago* src/ejabberd_c2s.erl: Enable zlib only over TCP
Alexey Shchepin [Sat, 25 Mar 2006 21:16:49 +0000 (21:16 +0000)]
* src/ejabberd_c2s.erl: Enable zlib only over TCP

SVN Revision: 522

18 years ago* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 18 Mar 2006 20:10:56 +0000 (20:10 +0000)]
* src/ejabberd_c2s.erl: Bugfix (thanks to Sergei Golovan)

SVN Revision: 521

18 years ago* src/mod_privacy.erl: Fixed privacy list pushing (thanks to
Alexey Shchepin [Fri, 17 Mar 2006 04:35:03 +0000 (04:35 +0000)]
* src/mod_privacy.erl: Fixed privacy list pushing (thanks to
Sergei Golovan)
* src/ejabberd_c2s.erl: Likewise

SVN Revision: 520

18 years ago* src/ejabberd_sm.erl: Remove unnecessary use delete_object,
Mickaël Rémond [Thu, 16 Mar 2006 09:59:45 +0000 (09:59 +0000)]
* src/ejabberd_sm.erl: Remove unnecessary use delete_object,
which can, in some context break indexes, when used on non bag table.

SVN Revision: 519

18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Thu, 16 Mar 2006 01:02:44 +0000 (01:02 +0000)]
* src/ejabberd_c2s.erl: Bugfix

SVN Revision: 518

18 years ago* src/xml_stream.erl: Added catching of gen_fsm:send_event errors
Alexey Shchepin [Tue, 14 Mar 2006 04:26:15 +0000 (04:26 +0000)]
* src/xml_stream.erl: Added catching of gen_fsm:send_event errors

* src/ejabberd_s2s_out.erl: Better support for multiple SRV
records (thanks to Sergei Golovan)

* src/mod_muc/mod_muc_log.erl: Support for chatroom logging
(thanks to Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* src/mod_muc/Makefile.in: Likewise
* src/mod_muc/Makefile.win32: Likewise

* src/gen_iq_handler.erl: Added support for {queues, N} IQ handler
type

SVN Revision: 517

18 years ago* src/mod_muc/mod_muc_room.erl: Bugfix
Alexey Shchepin [Mon, 6 Mar 2006 02:30:15 +0000 (02:30 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix

SVN Revision: 516

18 years ago* src/ejabberd_c2s.erl: Bugfix
Alexey Shchepin [Sun, 5 Mar 2006 04:55:43 +0000 (04:55 +0000)]
* src/ejabberd_c2s.erl: Bugfix

* src/ejabberd_auth_odbc.erl: Bugfix

SVN Revision: 515

18 years ago* src/ejabberd_logger_h.erl: reopen-log function now rename the log
Mickaël Rémond [Sat, 4 Mar 2006 17:33:23 +0000 (17:33 +0000)]
* src/ejabberd_logger_h.erl: reopen-log function now rename the log
file if it has not been already renamed by a logrotate process.  This
change allow ejabberd administrators to rotate log files on Windows
(EJAB-52).

SVN Revision: 514

18 years ago* src/web/ejabberd_web_admin.erl: Added a interface for node
Alexey Shchepin [Mon, 27 Feb 2006 04:47:30 +0000 (04:47 +0000)]
* src/web/ejabberd_web_admin.erl: Added a interface for node
updating
* src/ejabberd_update.erl: Added function update_info/0

SVN Revision: 513

18 years ago* src/web/ejabberd_web_admin.erl: Added a interface for node
Alexey Shchepin [Mon, 27 Feb 2006 04:43:16 +0000 (04:43 +0000)]
* src/web/ejabberd_web_admin.erl: Added a interface for node
updating
* src/ejabberd_update.erl: Added function update_info/0

SVN Revision: 512

18 years ago* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Sat, 25 Feb 2006 19:48:17 +0000 (19:48 +0000)]
* src/msgs/ru.msg: Updated (thanks to Sergei Golovan)
* src/msgs/uk.msg: Likewise

* contrib/extract_translations/extract_translations.erl: Minor
update (thanks to Sergei Golovan)

* src/ejabberd_zlib/Makefile.win32: Zlib support for Windows build
(thanks to Sergei Golovan)
* src/Makefile.win32: Likewise
* src/configure.erl: Likewise

SVN Revision: 511

18 years ago* src/ejabberd_ctl.erl: Added API for virtual host specific
Alexey Shchepin [Mon, 20 Feb 2006 04:07:42 +0000 (04:07 +0000)]
* src/ejabberd_ctl.erl: Added API for virtual host specific
commands, removed registered-users command
* src/ejabberd_auth.erl: Added processing of registered-users
command
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_app.erl: Added inititalization of ejabberd_ctl
* src/ejabberd_sm.erl: Minor update

SVN Revision: 510

18 years ago* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"
Alexey Shchepin [Sat, 18 Feb 2006 20:05:05 +0000 (20:05 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added handling for "%", "&"
and "~" prefixes in IRC nicknames (thanks to Vladimir Kulev)

SVN Revision: 509

18 years ago* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcp
Alexey Shchepin [Sat, 18 Feb 2006 19:56:16 +0000 (19:56 +0000)]
* src/mod_irc/mod_irc_connection.erl: Added /msg and /ctcp
commands, improved handling of channel topic and kick, mirc colors
now filtered, other minor improvements (thanks to Oleg
V. Motienko)

* src/mod_configure.erl: Improved strings (thanks to Sander
Devrieze)
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 508

18 years ago* src/mod_service_log.erl: Bugfix (thanks to Badlop)
Alexey Shchepin [Wed, 15 Feb 2006 04:15:54 +0000 (04:15 +0000)]
* src/mod_service_log.erl: Bugfix (thanks to Badlop)

* src/jd2ejd.erl: Use mod_vcard_odbc if it is loaded (thanks to
Tomasz Sterna)

* src/ejabberd_sm.erl: Added a few ejabberdctl commands

* src/ejabberd_ctl.erl: New interface for command registration

SVN Revision: 507

18 years ago* src/ejabberd_ctl.erl: Partially rewritten
Alexey Shchepin [Mon, 13 Feb 2006 04:05:13 +0000 (04:05 +0000)]
* src/ejabberd_ctl.erl: Partially rewritten
* src/ejabberd_ctl.hrl: Definitions of exit status codes moved
here

SVN Revision: 506

18 years ago* src/ejabberd_ctl.erl: Partially rewritten
Alexey Shchepin [Mon, 13 Feb 2006 04:02:59 +0000 (04:02 +0000)]
* src/ejabberd_ctl.erl: Partially rewritten

SVN Revision: 505

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sun, 12 Feb 2006 18:40:03 +0000 (18:40 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 504

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Sat, 11 Feb 2006 23:55:21 +0000 (23:55 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 503

18 years ago* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closing
Alexey Shchepin [Wed, 8 Feb 2006 03:55:30 +0000 (03:55 +0000)]
* src/odbc/ejabberd_odbc.erl: Reconnect on ODBC connection closing

SVN Revision: 502

18 years ago* src/ejabberd_auth.erl: plugin authentication modules can now
Mickaël Rémond [Tue, 7 Feb 2006 17:35:32 +0000 (17:35 +0000)]
* src/ejabberd_auth.erl: plugin authentication modules can now
be used in the configuration file: {auth_method, module} will
now use the module ejabberd_auth_module.erl for authentication.
(EJAB-45)

SVN Revision: 501

18 years ago* src/mod_muc/mod_muc_room.erl: Kick non-members when room
Alexey Shchepin [Mon, 6 Feb 2006 05:12:54 +0000 (05:12 +0000)]
* src/mod_muc/mod_muc_room.erl: Kick non-members when room
reconfigured to be member-only or when membership is revoked in
member-only room, allowed "true" and "false" in x:data forms
(thanks to Sergei Golovan)

* src/mod_configure.erl: Added "Host" parameter to get_form and
set_form functions (thanks to Sergei Golovan)

* src/ejabberd_s2s_out.erl: Bugfix

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

* src/web/ejabberd_web.erl: Bugfix (thanks to Badlop)

* src/mod_irc/mod_irc.erl: Updated copyright dates
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise

SVN Revision: 500

18 years ago* src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberd
Alexey Shchepin [Fri, 3 Feb 2006 04:41:03 +0000 (04:41 +0000)]
* src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberd
supervision tree

SVN Revision: 499

18 years ago* src/web/ejabberd_http.erl: Authentication check moved to
Alexey Shchepin [Fri, 3 Feb 2006 03:28:15 +0000 (03:28 +0000)]
* src/web/ejabberd_http.erl: Authentication check moved to
ejabberd_web.erl
* src/web/ejabberd_web.erl: Likewise

* src/web/Makefile.in: Added ejabberd_http.hrl dependency

* src/web/ejabberd_http_poll.erl: Updated to use {active, once}
socket mode

* src/mod_irc/mod_irc.erl: Updated to use gen_server behaviour and
ejabberd supervision tree
* src/mod_irc/mod_irc_connection.erl: Likewise

SVN Revision: 498

18 years ago--prefix option can now override the default install dir (EJAB-43)
Mickaël Rémond [Thu, 2 Feb 2006 16:59:38 +0000 (16:59 +0000)]
--prefix option can now override the default install dir (EJAB-43)

SVN Revision: 497

18 years ago* src/mod_pubsub/mod_pubsub.erl: Updated to use gen_server
Alexey Shchepin [Thu, 2 Feb 2006 05:00:27 +0000 (05:00 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Updated to use gen_server
behaviour and ejabberd supervision tree

* src/mod_muc/mod_muc.erl: Added a supervisor for conference room
processes
* src/mod_muc/mod_muc_room.erl: Likewise

SVN Revision: 496

18 years ago* src/odbc/pg.sql: Fixed syntax error
Alexey Shchepin [Sun, 29 Jan 2006 04:38:31 +0000 (04:38 +0000)]
* src/odbc/pg.sql: Fixed syntax error

* src/ejabberd_router.erl: Updated to use gen_server behaviour
* src/ejabberd_sm.erl: Likewise
* src/ejabberd_s2s.erl: Likewise
* src/gen_iq_handler.erl: Likewise

* src/ejabberd_sup.erl: Added supervisor for ejabberd_receiver
* src/ejabberd_receiver.erl: Updated

SVN Revision: 495

18 years ago* src/ejabberd_update.erl: Support for run-time ejabberd updating
Alexey Shchepin [Fri, 27 Jan 2006 05:02:33 +0000 (05:02 +0000)]
* src/ejabberd_update.erl: Support for run-time ejabberd updating
(not completed)
* src/ejabberd_c2s.erl: Added 'update_info' module attribute for
testing ejabberd_update

SVN Revision: 494

18 years ago* src/ejabberd_update.erl: Support for run-time ejabberd updating
Alexey Shchepin [Fri, 27 Jan 2006 05:00:27 +0000 (05:00 +0000)]
* src/ejabberd_update.erl: Support for run-time ejabberd updating
(not completed)
* src/ejabberd_c2s.erl: Added 'update_info' module attribute for
testing ejabberd_update

SVN Revision: 493

18 years ago* src/ejabberd_c2s.erl: Remove top-level xmlns from incoming
Alexey Shchepin [Wed, 25 Jan 2006 00:35:12 +0000 (00:35 +0000)]
* src/ejabberd_c2s.erl: Remove top-level xmlns from incoming
stanzas
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_service.erl: Likewise

SVN Revision: 492

18 years ago* src/ejabberd_c2s.erl: Better error handling for stream
Alexey Shchepin [Tue, 24 Jan 2006 22:52:23 +0000 (22:52 +0000)]
* src/ejabberd_c2s.erl: Better error handling for stream
compression support (thanks to Sergei Golovan)

SVN Revision: 491

18 years ago* src/mod_roster_odbc.erl: Bugfix
Alexey Shchepin [Tue, 24 Jan 2006 21:47:53 +0000 (21:47 +0000)]
* src/mod_roster_odbc.erl: Bugfix

SVN Revision: 490

18 years agoFixed ChangeLog
Alexey Shchepin [Tue, 24 Jan 2006 02:55:44 +0000 (02:55 +0000)]
Fixed ChangeLog

SVN Revision: 489

18 years ago* src/ejabberd_sm.erl: Partially rewritten to work more
Alexey Shchepin [Mon, 23 Jan 2006 23:13:06 +0000 (23:13 +0000)]
* src/ejabberd_sm.erl: Partially rewritten to work more
efficiently and avoid race conditions
* src/ejabberd_c2s.erl: Likewise

* src/mod_irc/mod_irc_connection.erl: Cleanup

SVN Revision: 488

18 years ago* src/ejabberd_receiver.erl: Added new debugging trace: It is now
Mickaël Rémond [Fri, 20 Jan 2006 16:51:58 +0000 (16:51 +0000)]
* src/ejabberd_receiver.erl: Added new debugging trace: It is now
possible to dump the XML stream received from a client (usefull for
client debugging).

SVN Revision: 487

18 years ago* src/aclocal.m4: Updated for zlib support
Alexey Shchepin [Thu, 19 Jan 2006 02:17:31 +0000 (02:17 +0000)]
* src/aclocal.m4: Updated for zlib support
* src/configure.ac: Likewise

* src/mod_muc/mod_muc_room.erl: Weakened presence filtering, added
warning in non-anonymous rooms, room destroying updated to latest
JEP-0045, added a number of occupants and room name in room's
disco#info reply, miscellaneous internal changes (thanks to Sergei
Golovan)

* src/mod_muc/mod_muc.erl: Better support for nick unregistration
(thanks to Sergei Golovan)

* src/ejabberd_zlib/ejabberd_zlib.erl: Zlib support (thanks to
Sergei Golovan)
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise
* src/ejabberd_zlib/Makefile.in: Likewise
* src/ejabberd_c2s.erl: Stream compression support (JEP-0138)
* src/ejabberd_receiver.erl: Likewise

* src/mod_disco.erl: Don't split node name before calling hooks
(thanks to Sergei Golovan)

* src/mod_configure.erl: Support for configuration using ad-hoc
commands (thanks to Sergei Golovan)

* src/mod_announce.erl: Support for sending announce messages
using ad-hoc commands (thanks to Sergei Golovan)

* src/mod_adhoc.erl: Ad-hoc support (JEP-0050) (thanks to Magnus
Henoch)
* src/adhoc.erl: Likewise
* src/adhoc.hrl: Likewise

* src/jlib.hrl: Updated (thanks to Sergei Golovan)

* src/gen_mod.erl: Added function is_loaded/2 (thanks to Sergei
Golovan)

* src/ejabberd_service.erl: Changed error message on handshake
error (thanks to Sergei Golovan)

* src/ejabberd.cfg.example: Updated (thanks to Sergei Golovan)

SVN Revision: 486

19 years ago* src/odbc/ejabberd_odbc.erl: Added a way to retry database
Mickaël Rémond [Fri, 13 Jan 2006 18:05:10 +0000 (18:05 +0000)]
* src/odbc/ejabberd_odbc.erl: Added a way to retry database
connection connect for 5 minutes when the connection is lost. No further
connection is retry after 5 minutes (EJAB-22 & EJAB-25)
* src/odbc/ejabberd_odbc_sup.erl: likewise

SVN Revision: 485

19 years ago* src/odbc/ejabberd_odbc.erl: underscore and percent are now only
Mickaël Rémond [Fri, 13 Jan 2006 10:59:52 +0000 (10:59 +0000)]
* src/odbc/ejabberd_odbc.erl: underscore and percent are now only
escaped in like queries. MySQL where not escaping those escaped
characters in other context (EJAB-24)
* src/mod_vcard_odbc.erl: likewise.
* src/odbc/mysql.sql: Fixed MySQL database creation script: Was
not properly working with all MySQL version.

SVN Revision: 484

19 years ago* src/ejabberd_service.erl: Bugfix
Alexey Shchepin [Fri, 13 Jan 2006 01:55:20 +0000 (01:55 +0000)]
* src/ejabberd_service.erl: Bugfix

* src/ejabberd_receiver.erl: Rewritten to use {active, once} mode
for socket
* src/ejabberd_c2s.erl: Update
* src/ejabberd_listener.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd_s2s_out.erl: Likewise
* src/ejabberd_service.erl: Likewise
* src/shaper.erl: Likewise
* src/tls/tls.erl: Likewise
* src/web/ejabberd_http.erl: Likewise

SVN Revision: 483

19 years agoNative MySQL support. The Erlang MySQL module is needed:
Mickaël Rémond [Mon, 2 Jan 2006 17:39:04 +0000 (17:39 +0000)]
Native MySQL support. The Erlang MySQL module is needed:
http://support.process-one.net/doc/display/CONTRIBS/Yxa

SVN Revision: 482

19 years ago* src/ejabberd_logger_h.erl: Speed optimizations
Alexey Shchepin [Sat, 24 Dec 2005 02:40:35 +0000 (02:40 +0000)]
* src/ejabberd_logger_h.erl: Speed optimizations

SVN Revision: 481

19 years agoAdded missing file.
Mickaël Rémond [Fri, 23 Dec 2005 13:52:39 +0000 (13:52 +0000)]
Added missing file.

SVN Revision: 480

19 years ago* src/Makefile.in: Clean results of ASN.1 compiler (thanks to
Alexey Shchepin [Thu, 22 Dec 2005 14:48:01 +0000 (14:48 +0000)]
* src/Makefile.in: Clean results of ASN.1 compiler (thanks to
Sergei Golovan)

SVN Revision: 479

19 years ago* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 22 Dec 2005 13:44:58 +0000 (13:44 +0000)]
* src/win32/ejabberd.nsh: Removed (thanks to Sergei Golovan)

SVN Revision: 478

19 years ago* src/Makefile.win32: Updated (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 22 Dec 2005 13:35:54 +0000 (13:35 +0000)]
* src/Makefile.win32: Updated (thanks to Sergei Golovan)
* src/configure.erl: Likewise
* src/win32/CheckReqs.ini: Likewise
* src/win32/CheckReqs1.ini: Likewise
* src/win32/CheckReqs1H.ini: Likewise
* src/win32/ejabberd.nsh: Likewise
* src/win32/ejabberd.nsi: Likewise

SVN Revision: 477

19 years ago* src/odbc/ejabberd_odbc.erl: Added error message on ODBC
Mickaël Rémond [Thu, 22 Dec 2005 09:40:21 +0000 (09:40 +0000)]
* src/odbc/ejabberd_odbc.erl: Added error message on ODBC
connection to help ODBC configuration troubleshooting.

SVN Revision: 476

19 years ago* src/odbc/ejabberd_odbc.erl: Bugfix
Alexey Shchepin [Thu, 22 Dec 2005 05:38:04 +0000 (05:38 +0000)]
* src/odbc/ejabberd_odbc.erl: Bugfix

SVN Revision: 475

19 years ago* src/odbc/mysql.sql: Database description for MySQL Database
Mickaël Rémond [Wed, 21 Dec 2005 16:10:56 +0000 (16:10 +0000)]
* src/odbc/mysql.sql: Database description for MySQL Database
4.1 (Max version, with Innodb)
* src/ejabberd_auth_odbc.erl: MySQL ODBC support.
* src/mod_offline_odbc.erl: likewise
* src/mod_vcard_odbc.erl: likewsie
* src/mod_roster_odbc.erl: likewise
* src/odbc/ejabberd_odbc.erl: likewise
* src/mod_last_odbc.erl: likewise

SVN Revision: 474

19 years agoDocumentation update, code clean-up and Makefile improvement.
Mickaël Rémond [Fri, 16 Dec 2005 16:33:42 +0000 (16:33 +0000)]
Documentation update, code clean-up and Makefile improvement.

SVN Revision: 473

19 years ago* doc/features.tex: Added feature sheet (Thanks to Sander
Alexey Shchepin [Thu, 15 Dec 2005 23:31:49 +0000 (23:31 +0000)]
* doc/features.tex: Added feature sheet (Thanks to Sander
Devrieze)

SVN Revision: 472

19 years agoDocumentation updates for actual ejabberd 1.0.0 release.
Mickaël Rémond [Thu, 15 Dec 2005 08:57:33 +0000 (08:57 +0000)]
Documentation updates for actual ejabberd 1.0.0 release.

SVN Revision: 471

19 years ago* src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)
Alexey Shchepin [Wed, 14 Dec 2005 01:32:48 +0000 (01:32 +0000)]
* src/mod_irc/iconv_erl.c: Bugfix (thanks to Tomas Janousek)

SVN Revision: 470