]> granicus.if.org Git - ejabberd/log
ejabberd
17 years ago* src/web/ejabberd_http_poll.erl: Support for c2s ACL access,
Mickaël Rémond [Thu, 1 Nov 2007 13:59:29 +0000 (13:59 +0000)]
* src/web/ejabberd_http_poll.erl: Support for c2s ACL access,
max_stanza and shaper on http_bind connections (EJAB-243,
EJAB-415, EJAB-416)

SVN Revision: 965

17 years ago* ChangeLog: Added missing info about last commits in ChangeLog.
Mickaël Rémond [Thu, 1 Nov 2007 13:49:50 +0000 (13:49 +0000)]
* ChangeLog: Added missing info about last commits in ChangeLog.

SVN Revision: 964

17 years ago* src/ejabberd_s2s.erl: don't use the resource of the sender to choose
Jérôme Sautret [Tue, 30 Oct 2007 17:38:40 +0000 (17:38 +0000)]
* src/ejabberd_s2s.erl: don't use the resource of the sender to choose
a s2s connection to ensure that a muc room always uses the same
connection

Merge branch 'ejabberd_s2s'

Conflicts:

.gitignore
src/configure
src/ejabberd_c2s.erl
src/ejabberd_s2s.erl

SVN Revision: 963

17 years agodev.tex: list typo fix
Christophe Romain [Tue, 23 Oct 2007 09:56:52 +0000 (09:56 +0000)]
dev.tex: list typo fix

SVN Revision: 962

17 years agoadd extauth script details
Christophe Romain [Tue, 23 Oct 2007 09:54:50 +0000 (09:54 +0000)]
add extauth script details

SVN Revision: 961

17 years agoBugfix on previous change (EJAB-380)
Christophe Romain [Wed, 17 Oct 2007 08:51:35 +0000 (08:51 +0000)]
Bugfix on previous change (EJAB-380)

SVN Revision: 960

17 years ago* src/ejabberdctl.template: Several improvements (EJAB-380)
Alexey Shchepin [Wed, 17 Oct 2007 02:33:19 +0000 (02:33 +0000)]
* src/ejabberdctl.template: Several improvements (EJAB-380)
(thanks to Sander Devrieze, Sergei Golovan, Torsten Werner and
Badlop)
* src/ejabberdctl.cfg.example: Likewise
* src/ejabberd.inetrc: Likewise
* src/Makefile.in: Likewise

SVN Revision: 959

17 years ago* src/mod_privacy.erl: Bugfix
Alexey Shchepin [Wed, 17 Oct 2007 02:19:44 +0000 (02:19 +0000)]
* src/mod_privacy.erl: Bugfix

SVN Revision: 958

17 years ago* src/mod_vcard_odbc.erl: Reverted previous change
Alexey Shchepin [Sun, 7 Oct 2007 10:52:45 +0000 (10:52 +0000)]
* src/mod_vcard_odbc.erl: Reverted previous change

SVN Revision: 957

17 years ago* src/mod_vcard_odbc.erl: Bugfix
Alexey Shchepin [Sat, 6 Oct 2007 17:52:12 +0000 (17:52 +0000)]
* src/mod_vcard_odbc.erl: Bugfix

SVN Revision: 956

17 years ago* src/mod_offline_odbc.erl: Bugfix
Alexey Shchepin [Sat, 6 Oct 2007 17:35:15 +0000 (17:35 +0000)]
* src/mod_offline_odbc.erl: Bugfix

SVN Revision: 955

17 years agoSVN Revision: 954
Alexey Shchepin [Mon, 1 Oct 2007 10:49:42 +0000 (10:49 +0000)]
SVN Revision: 954

17 years ago* src/ejabberd_auth_pam.erl: Support for PAM authentication
Alexey Shchepin [Mon, 1 Oct 2007 10:33:03 +0000 (10:33 +0000)]
* src/ejabberd_auth_pam.erl: Support for PAM authentication
(thanks to Evgeniy Khramtsov)
* src/ejabberd.cfg.example: Likewise
* src/configure.ac: Likewise
* src/aclocal.m4: Likewise
* src/Makefile.in: Likewise
* examples/ejabberd.pam: Likewise
* doc/guide.tex: Likewise

SVN Revision: 953

17 years agoAdded some missing NOT NULL restrictions
Christophe Romain [Fri, 28 Sep 2007 13:33:27 +0000 (13:33 +0000)]
Added some missing NOT NULL restrictions

SVN Revision: 952

17 years agoapply rootdir patch from Badlop (EJAB-385)
Christophe Romain [Thu, 27 Sep 2007 12:32:05 +0000 (12:32 +0000)]
apply rootdir patch from Badlop (EJAB-385)

SVN Revision: 951

17 years ago* src/ejabberd_s2s.erl: Max number of connections and max number
Alexey Shchepin [Tue, 25 Sep 2007 16:32:18 +0000 (16:32 +0000)]
* src/ejabberd_s2s.erl: Max number of connections and max number
of connections per node now can be specified via
max_s2s_connections and max_s2s_connections_per_node acl rules

SVN Revision: 950

17 years ago* ChangeLog: Integration of multiple s2s support (EJAB-360).
Mickaël Rémond [Fri, 14 Sep 2007 14:21:41 +0000 (14:21 +0000)]
* ChangeLog: Integration of multiple s2s support (EJAB-360).

SVN Revision: 949

17 years ago* src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was working
Mickaël Rémond [Fri, 14 Sep 2007 14:21:25 +0000 (14:21 +0000)]
* src/ejabberd_s2s_out.erl: Changed to actual p1_fsm behaviour. It was working
correctly as the API of p1_fsm and gen_fsm is strictly the same.

SVN Revision: 948

17 years ago* src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).
Mickaël Rémond [Fri, 14 Sep 2007 14:21:12 +0000 (14:21 +0000)]
* src/ejabberd_s2_in.erl: Added debug hook for s2s loop (EJAB-358).

SVN Revision: 947

17 years ago* src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).
Mickaël Rémond [Fri, 14 Sep 2007 14:20:56 +0000 (14:20 +0000)]
* src/ejabberd_c2s.erl: Added debug hook for c2s loop (EJAB-358).

SVN Revision: 946

17 years ago* src/ejabberd_s2s.erl: open all missing connections if needed.
Mickaël Rémond [Fri, 14 Sep 2007 14:20:43 +0000 (14:20 +0000)]
* src/ejabberd_s2s.erl: open all missing connections if needed.

SVN Revision: 945

17 years ago* src/ejabberd_s2s.erl: untabify
Mickaël Rémond [Fri, 14 Sep 2007 14:20:30 +0000 (14:20 +0000)]
* src/ejabberd_s2s.erl: untabify

SVN Revision: 944

17 years ago* src/ejabberd_s2s.erl: don't check blacklist for services.
Mickaël Rémond [Fri, 14 Sep 2007 14:20:15 +0000 (14:20 +0000)]
* src/ejabberd_s2s.erl: don't check blacklist for services.

SVN Revision: 943

17 years ago* src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions).
Mickaël Rémond [Fri, 14 Sep 2007 14:20:01 +0000 (14:20 +0000)]
* src/ejabberd_s2s.erl: Fixed merge conflict (duplicate functions).

SVN Revision: 942

17 years agoTry to open all s2s connections at the same time, to guarantee the right order of...
Mickaël Rémond [Fri, 14 Sep 2007 14:19:48 +0000 (14:19 +0000)]
Try to open all s2s connections at the same time, to guarantee the right order of the packets.

SVN Revision: 941

17 years agoIgnore more files in git.
Mickaël Rémond [Fri, 14 Sep 2007 14:19:35 +0000 (14:19 +0000)]
Ignore more files in git.

SVN Revision: 940

17 years agoDon't track some files in git.
Mickaël Rémond [Fri, 14 Sep 2007 14:19:22 +0000 (14:19 +0000)]
Don't track some files in git.

SVN Revision: 939

17 years agoComment.
Mickaël Rémond [Fri, 14 Sep 2007 14:19:07 +0000 (14:19 +0000)]
Comment.

SVN Revision: 938

17 years agomax_s2s_connexions_number local parameter added.
Mickaël Rémond [Fri, 14 Sep 2007 14:18:51 +0000 (14:18 +0000)]
max_s2s_connexions_number local parameter added.

SVN Revision: 937

17 years ago* src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s connection...
Mickaël Rémond [Fri, 14 Sep 2007 14:18:32 +0000 (14:18 +0000)]
* src/ejabberd_s2s_out.erl: Implements s2s negociation timeouts and s2s connection retrial interval (EJAB-357, EJAB-294).

SVN Revision: 936

17 years agoopen up to 3 s2s outgoing connection per domain pair
Mickaël Rémond [Fri, 14 Sep 2007 14:18:17 +0000 (14:18 +0000)]
open up to 3 s2s outgoing connection per domain pair

SVN Revision: 935

17 years ago* src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356).
Mickaël Rémond [Fri, 14 Sep 2007 14:18:01 +0000 (14:18 +0000)]
* src/ejabberd_c2s.erl: Hibernate inactive c2s processes (EJAB-356).

SVN Revision: 934

17 years ago* src/ejabberd_c2s.erl: Implements timeouts during session opening negociation (EJAB...
Mickaël Rémond [Fri, 14 Sep 2007 14:17:42 +0000 (14:17 +0000)]
* src/ejabberd_c2s.erl: Implements timeouts during session opening negociation (EJAB-355).

SVN Revision: 933

17 years ago* doc/guide.tex: Documentation for new configure option --disable-transient-supersiso...
Mickaël Rémond [Fri, 14 Sep 2007 14:17:10 +0000 (14:17 +0000)]
* doc/guide.tex: Documentation for new configure option --disable-transient-supersisors (EJAB-354).

SVN Revision: 932

17 years ago* src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor for transi...
Mickaël Rémond [Fri, 14 Sep 2007 14:16:36 +0000 (14:16 +0000)]
* src/ejabberd_c2s.erl: Option to prevent the use of Erlang OTP supervisor for transient processes (EJAB-354).
* src/ejabberd_s2s_in.erl: Likewise.
* src/ejabberd_s2s_out.erl: Likewise.
* src/mod_muc/mod_muc_room.erl: Likewise.
* src/configure.ac: Likewise.
* src/configure: Likewise.
* src/Makefile.in: Likewise.
* src/mod_muc/Makefile.in: Likewise.

SVN Revision: 931

17 years ago* src/ejabberd_s2s_out.erl: Moved s2s connexion information from INFO level to DEBUG...
Mickaël Rémond [Fri, 14 Sep 2007 14:16:20 +0000 (14:16 +0000)]
* src/ejabberd_s2s_out.erl: Moved s2s connexion information from INFO level to DEBUG level and more human readable information explaining what is going on (EJAB-353).

SVN Revision: 930

17 years ago* src/ejabberd_s2s_in.erl: Moved s2s connexion information from INFO level to DEBUG...
Mickaël Rémond [Fri, 14 Sep 2007 14:16:04 +0000 (14:16 +0000)]
* src/ejabberd_s2s_in.erl: Moved s2s connexion information from INFO level to DEBUG level (EJAB-353).

SVN Revision: 929

17 years agoopen up to 3 s2s outgoing connection per domain pair
Mickaël Rémond [Fri, 14 Sep 2007 14:15:44 +0000 (14:15 +0000)]
open up to 3 s2s outgoing connection per domain pair

SVN Revision: 928

17 years ago* src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop)
Alexey Shchepin [Tue, 11 Sep 2007 11:20:36 +0000 (11:20 +0000)]
* src/gen_mod.erl: Added get_module_opt_host/3 (thanks to Badlop)

SVN Revision: 927

17 years agoSVN Revision: 926
Alexey Shchepin [Tue, 11 Sep 2007 11:19:12 +0000 (11:19 +0000)]
SVN Revision: 926

17 years ago* ChangeLog: updated.
Mickaël Rémond [Mon, 10 Sep 2007 16:15:36 +0000 (16:15 +0000)]
* ChangeLog: updated.

SVN Revision: 925

17 years ago* src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts).
Mickaël Rémond [Mon, 10 Sep 2007 16:15:00 +0000 (16:15 +0000)]
* src/guide.tex: Fix: user_regexp acls are valid for all local users (all vhosts).

SVN Revision: 924

17 years ago* ChangeLog: Document latest commits.
Mickaël Rémond [Thu, 6 Sep 2007 07:45:09 +0000 (07:45 +0000)]
* ChangeLog: Document latest commits.

SVN Revision: 923

17 years ago* src/guide.tex: Improved documentation for adding a vhost
Mickaël Rémond [Thu, 6 Sep 2007 07:45:04 +0000 (07:45 +0000)]
* src/guide.tex: Improved documentation for adding a vhost
specific option (EJAB-297).

SVN Revision: 922

17 years ago* src/mod_configure.erl: Virtual host support for mod_configure (Thanks to Badlop...
Mickaël Rémond [Thu, 6 Sep 2007 07:45:01 +0000 (07:45 +0000)]
* src/mod_configure.erl: Virtual host support for mod_configure (Thanks to Badlop) (EJAB-285).

SVN Revision: 921

17 years ago* src/mod_offline_odbc.erl: Bugfix
Alexey Shchepin [Tue, 4 Sep 2007 22:12:33 +0000 (22:12 +0000)]
* src/mod_offline_odbc.erl: Bugfix

SVN Revision: 920

17 years ago* ChangeLog: Update.
Mickaël Rémond [Tue, 4 Sep 2007 07:56:17 +0000 (07:56 +0000)]
* ChangeLog: Update.

SVN Revision: 919

17 years ago* src/mod_register.erl: update ejabberd commands to support XEP-0133 (initial patch...
Mickaël Rémond [Tue, 4 Sep 2007 07:55:41 +0000 (07:55 +0000)]
* src/mod_register.erl: update ejabberd commands to support XEP-0133 (initial patch by Badlop) (EJAB-325).

* src/mod_configure.erl: Likewise.
* src/mod_announce.erl: Likewise.
* src/jlib.hrl: Likewise.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 918

17 years ago* doc/release_notes_1.1.4.txt: Updated for release.
Mickaël Rémond [Mon, 3 Sep 2007 08:51:27 +0000 (08:51 +0000)]
* doc/release_notes_1.1.4.txt: Updated for release.

SVN Revision: 916

17 years ago* examples/extauth/check_pass_null.pl: Perl is generally available
Mickaël Rémond [Mon, 3 Sep 2007 08:51:12 +0000 (08:51 +0000)]
* examples/extauth/check_pass_null.pl: Perl is generally available
as a default in most Linux distributions.

SVN Revision: 915

17 years ago* doc/guide.html: Generated latest version of the documentation.
Mickaël Rémond [Mon, 3 Sep 2007 08:51:01 +0000 (08:51 +0000)]
* doc/guide.html: Generated latest version of the documentation.

SVN Revision: 914

17 years ago* doc/guide.tex: Reverted previous change (bad cut/paste).
Mickaël Rémond [Mon, 3 Sep 2007 08:50:49 +0000 (08:50 +0000)]
* doc/guide.tex: Reverted previous change (bad cut/paste).

SVN Revision: 913

17 years ago* src/jlib.erl: Removed http_base_64:decode call
Alexey Shchepin [Sun, 2 Sep 2007 15:56:17 +0000 (15:56 +0000)]
* src/jlib.erl: Removed http_base_64:decode call

SVN Revision: 908

17 years ago* src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/owner
Alexey Shchepin [Sat, 1 Sep 2007 21:15:40 +0000 (21:15 +0000)]
* src/mod_muc/mod_muc_room.erl: Added logging of MUC admin/owner
queries

SVN Revision: 907

17 years ago* src/mod_muc/mod_muc_room.erl: Added user_message_shaper and
Alexey Shchepin [Sat, 1 Sep 2007 21:05:04 +0000 (21:05 +0000)]
* src/mod_muc/mod_muc_room.erl: Added user_message_shaper and
room_shaper options
* src/mod_muc/mod_muc.erl: Likewise

SVN Revision: 906

17 years ago* ChangeLog: Missing commit.
Mickaël Rémond [Fri, 31 Aug 2007 16:41:33 +0000 (16:41 +0000)]
* ChangeLog: Missing commit.

SVN Revision: 905

17 years ago* doc/guide.tex: Minor examples improvement in LDAP
Mickaël Rémond [Fri, 31 Aug 2007 16:41:31 +0000 (16:41 +0000)]
* doc/guide.tex: Minor examples improvement in LDAP
example (Thanks to Badlop) (EJAB-272).

SVN Revision: 904

17 years ago* doc/guide.tex: Documentation for mod_muc option for server-wide limitation of the...
Mickaël Rémond [Fri, 31 Aug 2007 16:41:27 +0000 (16:41 +0000)]
* doc/guide.tex: Documentation for mod_muc option for server-wide limitation of the maximum number of users per room (EJAB-344).

* doc/guide.tex: Documentation for mod_muc option to allow admin
to enter room even if the maximum number of users
reached (EJAB-345).

SVN Revision: 903

17 years ago* src/web/ejabberd_web_admin.erl: Make the web interface pages
Mickaël Rémond [Fri, 31 Aug 2007 16:13:35 +0000 (16:13 +0000)]
* src/web/ejabberd_web_admin.erl: Make the web interface pages
"translatable" (Thanks to Badlop) (EJAB-11).

SVN Revision: 902

17 years ago* src/ejabberd.cfg.example: Updated mod_muc 'host' option default
Alexey Shchepin [Wed, 29 Aug 2007 18:29:07 +0000 (18:29 +0000)]
* src/ejabberd.cfg.example: Updated mod_muc 'host' option default
value (thanks to Badlop)

SVN Revision: 901

17 years ago* src/mod_muc/mod_muc_room.erl: The mod_muc option max_users now
Alexey Shchepin [Wed, 29 Aug 2007 17:54:45 +0000 (17:54 +0000)]
* src/mod_muc/mod_muc_room.erl: The mod_muc option max_users now
limits max number of users in rooms and max_users_admin_threshold
sets a number of admin or owner accounts allowd to join after
max_users occupants

SVN Revision: 900

17 years ago* doc/release_notes_1.1.4.txt: Added preliminary version to prepare release of ejabbe...
Mickaël Rémond [Wed, 29 Aug 2007 16:14:06 +0000 (16:14 +0000)]
* doc/release_notes_1.1.4.txt: Added preliminary version to prepare release of ejabberd 1.1.4.

SVN Revision: 898

17 years ago* doc/guide.tex: Documentation for XML based optimisation build time option (EJAB...
Mickaël Rémond [Wed, 29 Aug 2007 16:12:59 +0000 (16:12 +0000)]
* doc/guide.tex: Documentation for XML based optimisation build time option (EJAB-298)

SVN Revision: 897

17 years ago* src/mod_muc/mod_muc_log.erl: Added missed HTMLization in a
Alexey Shchepin [Wed, 29 Aug 2007 13:17:03 +0000 (13:17 +0000)]
* src/mod_muc/mod_muc_log.erl: Added missed HTMLization in a
nickname change logging (thanks to Badlop)

SVN Revision: 896

17 years ago* src/mod_muc/mod_muc_room.erl: Changed default max number of user
Mickaël Rémond [Tue, 28 Aug 2007 15:05:52 +0000 (15:05 +0000)]
* src/mod_muc/mod_muc_room.erl: Changed default max number of user
in a room to 200 (EJAB-248)

SVN Revision: 895

17 years ago* src/ChangeLog: Missing commit.
Mickaël Rémond [Tue, 28 Aug 2007 14:37:17 +0000 (14:37 +0000)]
* src/ChangeLog: Missing commit.

SVN Revision: 894

17 years ago* src/mod_offline_odbc.erl: Implements quota for offline messages
Mickaël Rémond [Tue, 28 Aug 2007 14:36:39 +0000 (14:36 +0000)]
* src/mod_offline_odbc.erl: Implements quota for offline messages
in relational database (EJAB-314)
* src/odbc/odbc_queries.erl: Likewise

SVN Revision: 893

17 years ago* src/mod_muc/mod_muc_room.erl: Implements muc max users option
Mickaël Rémond [Tue, 28 Aug 2007 14:35:50 +0000 (14:35 +0000)]
* src/mod_muc/mod_muc_room.erl: Implements muc max users option
from XEP-0045 (Thanks to Jerome Sautret) (EJAB-248).

SVN Revision: 892

17 years ago* ChangeLog: Fixed attibution to commiter.
Mickaël Rémond [Tue, 28 Aug 2007 14:33:31 +0000 (14:33 +0000)]
* ChangeLog: Fixed attibution to commiter.

SVN Revision: 891

17 years ago* doc/guide.tex: Described @HOST@ feature (thanks to Badlop)
Alexey Shchepin [Mon, 27 Aug 2007 21:48:06 +0000 (21:48 +0000)]
* doc/guide.tex: Described @HOST@ feature (thanks to Badlop)

SVN Revision: 890

17 years ago* doc/guide.tex: Removed mentions of unexistent 'hosts' modules
Alexey Shchepin [Sat, 25 Aug 2007 22:48:16 +0000 (22:48 +0000)]
* doc/guide.tex: Removed mentions of unexistent 'hosts' modules
option (thanks to Badlop)

SVN Revision: 889

17 years ago* src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
Alexey Shchepin [Sat, 25 Aug 2007 17:24:00 +0000 (17:24 +0000)]
* src/gen_mod.erl: Substitute @HOST@ with hostname in the 'host'
option (thanks to Badlop)
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_irc/mod_irc.erl: Likewise
* src/mod_echo.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_proxy65/mod_proxy65_service.erl: Likewise

SVN Revision: 888

17 years agoFixed conflict
Alexey Shchepin [Fri, 24 Aug 2007 16:18:46 +0000 (16:18 +0000)]
Fixed conflict

SVN Revision: 887

17 years ago* src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*
Alexey Shchepin [Fri, 24 Aug 2007 16:15:05 +0000 (16:15 +0000)]
* src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster*
* src/mod_roster.erl: Likewise
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 886

17 years ago* src/ejabberd_sm.erl: Removed check which denies resource to
Alexey Shchepin [Fri, 24 Aug 2007 03:54:42 +0000 (03:54 +0000)]
* src/ejabberd_sm.erl: Removed check which denies resource to
receive its own presence

SVN Revision: 885

17 years ago* src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to
Alexey Shchepin [Thu, 23 Aug 2007 00:51:54 +0000 (00:51 +0000)]
* src/web/ejabberd_web_admin.erl: Added hooks to allow plugins to
add their pages without modifying ejabberd_web_admin.erl (thanks
to Badlop)
* src/web/ejabberd_web_admin.hrl: Macro definitions moved here
* src/mod_shared_roster.erl: Updated
* src/mod_offline.erl: Likewise
* src/mod_offline_odbc.erl: Likewise

SVN Revision: 884

17 years ago* src/jlib.erl: Use http_base_64:decode if available
Alexey Shchepin [Tue, 21 Aug 2007 22:28:41 +0000 (22:28 +0000)]
* src/jlib.erl: Use http_base_64:decode if available

SVN Revision: 883

17 years ago* src/mod_roster.erl: Don't send roster push when unsubscribing in
Alexey Shchepin [Mon, 20 Aug 2007 18:57:11 +0000 (18:57 +0000)]
* src/mod_roster.erl: Don't send roster push when unsubscribing in
"None + Pending In" state
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 882

17 years ago* src/mod_offline.erl: Renamed MAX_OFFLINE_MSGS to MaxOfflineMsgs
Alexey Shchepin [Mon, 20 Aug 2007 18:02:12 +0000 (18:02 +0000)]
* src/mod_offline.erl: Renamed MAX_OFFLINE_MSGS to MaxOfflineMsgs

SVN Revision: 881

17 years agoSVN Revision: 880
Alexey Shchepin [Mon, 20 Aug 2007 17:35:12 +0000 (17:35 +0000)]
SVN Revision: 880

17 years ago* src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option to choose...
Jérôme Sautret [Thu, 16 Aug 2007 16:37:00 +0000 (16:37 +0000)]
* src/odbc/ejabberd_odbc_sup.erl: Add an odbc_pool_size config file option to choose the number of SQL
connection in each pool (EJAB-58).
* src/odbc/ejabberd_odbc.erl: Add an odbc_keepalive_interval config file option to perform a keep
alive query at given interval (EJAB-206).

SVN Revision: 879

17 years ago* src/mod_offline.erl: Added a config option to define the maximum
Mickaël Rémond [Mon, 13 Aug 2007 17:28:26 +0000 (17:28 +0000)]
* src/mod_offline.erl: Added a config option to define the maximum
number of offline messages per user (EJAB-314).

SVN Revision: 878

17 years ago* doc/guide.tex: Missing link.
Mickaël Rémond [Mon, 13 Aug 2007 14:22:59 +0000 (14:22 +0000)]
* doc/guide.tex: Missing link.

SVN Revision: 876

17 years ago* doc/guide.tex: Added documentation for the mod_offline quota
Mickaël Rémond [Mon, 13 Aug 2007 14:13:44 +0000 (14:13 +0000)]
* doc/guide.tex: Added documentation for the mod_offline quota
(EJAB-314).
* doc/guide.tex: Remove release notes (EJAB-323).

SVN Revision: 875

17 years ago* doc/release_notes_1.1.3.txt: Adding missing file.
Mickaël Rémond [Mon, 13 Aug 2007 12:46:46 +0000 (12:46 +0000)]
* doc/release_notes_1.1.3.txt: Adding missing file.

SVN Revision: 872

17 years ago* src/mod_offline.erl: Returns an error message to sender when
Mickaël Rémond [Mon, 13 Aug 2007 10:27:28 +0000 (10:27 +0000)]
* src/mod_offline.erl: Returns an error message to sender when
message is discarded due to quota (EJAB-314).

SVN Revision: 871

17 years ago* src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).
Mickaël Rémond [Sun, 12 Aug 2007 15:39:01 +0000 (15:39 +0000)]
* src/odbc/ejabberd_odbc.erl: UTF-8 support for MySQL5 (EJAB-318).

SVN Revision: 868

17 years ago* doc/guide.tex: Minor update (thanks to Sergei Golovan)
Alexey Shchepin [Thu, 9 Aug 2007 08:03:00 +0000 (08:03 +0000)]
* doc/guide.tex: Minor update (thanks to Sergei Golovan)

SVN Revision: 862

17 years ago* src/mod_offline.erl: Typo.
Mickaël Rémond [Wed, 8 Aug 2007 09:54:26 +0000 (09:54 +0000)]
* src/mod_offline.erl: Typo.

SVN Revision: 861

17 years ago* src/mod_offline.erl: Only count messages if a quota has been
Mickaël Rémond [Wed, 8 Aug 2007 09:48:41 +0000 (09:48 +0000)]
* src/mod_offline.erl: Only count messages if a quota has been
actually set (EJAB-314).
* src/p1_mnesia.erl: Minor coding style change.

SVN Revision: 860

17 years ago* src/mod_offline.erl: Started implementation of mod_offline
Mickaël Rémond [Tue, 7 Aug 2007 16:43:02 +0000 (16:43 +0000)]
* src/mod_offline.erl: Started implementation of mod_offline
quota. For now, it require change in code. Will be turn into a
config file parameter soon. (EJAB-314).
* src/p1_mnesia.erl: Added memory efficient record count in
Mnesia.

SVN Revision: 859

17 years ago* src/mod_announce.erl: Added support to all the announce features described in docum...
Mickaël Rémond [Fri, 3 Aug 2007 08:53:05 +0000 (08:53 +0000)]
* src/mod_announce.erl: Added support to all the announce features described in documentation. Access to all announce features through command line, adhoc commands and disco (Thanks to Badlop) (EJAB-18).
* src/gen_mod.erl: Likewise.
* doc/guide.tex: Likewise.

SVN Revision: 858

17 years ago* src/mod_muc/mod_muc.erl: Added default_room_options option
Alexey Shchepin [Thu, 2 Aug 2007 03:02:25 +0000 (03:02 +0000)]
* src/mod_muc/mod_muc.erl: Added default_room_options option
(thanks to Etan Reisner and Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* doc/guide.tex: Updated

SVN Revision: 857

17 years ago* src/mod_muc/mod_muc.erl: Added default_room_options option
Alexey Shchepin [Thu, 2 Aug 2007 02:30:25 +0000 (02:30 +0000)]
* src/mod_muc/mod_muc.erl: Added default_room_options option
(thanks to Etan Reisner and Badlop)
* src/mod_muc/mod_muc_room.erl: Likewise
* doc/guide.tex: Updated

SVN Revision: 856

17 years ago* doc/guide.tex: Front page table formatting that render correctly in HTML and update...
Mickaël Rémond [Wed, 1 Aug 2007 18:09:00 +0000 (18:09 +0000)]
* doc/guide.tex: Front page table formatting that render correctly in HTML and update mentionning CEAN as a way to install ejabberd (Thanks to Badlop) (EJAB-272).

SVN Revision: 855

17 years ago* src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during...
Mickaël Rémond [Wed, 1 Aug 2007 11:25:23 +0000 (11:25 +0000)]
* src/ejabberd_s2s_out.erl: Avoid bouncing messages twice if terminate happens during open_connect.

SVN Revision: 854

17 years ago* src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and Erlang...
Mickaël Rémond [Wed, 1 Aug 2007 11:18:52 +0000 (11:18 +0000)]
* src/ejabberd_s2s_out.erl: On terminate, bounce internal process queue and Erlang message queue.

SVN Revision: 853

17 years ago* src/mod_private.erl: Reduce memory consumption on user private storage removal...
Mickaël Rémond [Wed, 1 Aug 2007 09:36:30 +0000 (09:36 +0000)]
* src/mod_private.erl: Reduce memory consumption on user private storage removal (EJAB-299).

SVN Revision: 852

17 years ago* src/xml.erl: Removing debug printout.
Mickaël Rémond [Tue, 31 Jul 2007 14:47:52 +0000 (14:47 +0000)]
* src/xml.erl: Removing debug printout.

SVN Revision: 851

17 years ago* Updating SVN HTML documentation.
Mickaël Rémond [Tue, 31 Jul 2007 13:03:20 +0000 (13:03 +0000)]
* Updating SVN HTML documentation.

SVN Revision: 850