]> granicus.if.org Git - ejabberd/log
ejabberd
17 years ago* src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)
Alexey Shchepin [Sat, 1 Dec 2007 05:16:30 +0000 (05:16 +0000)]
* src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)
* src/ejabberd_local.erl: Support for IQ responses
* src/jlib.erl: Added iq_query_or_response_info/1 function
* src/jlib.hrl: Added NS_PUBSUB_ERRORS and NS_CAPS

* src/mod_pubsub/Makefile.in: New pubsub+pep implementation
(thanks to Christophe Romain and Magnus Henoch)
* src/ejabberd_sm.erl: Added get_session_pid/3 function
* src/ejabberd_c2s.erl: Added get_subscribed_and_online/1 function

SVN Revision: 1004

17 years ago* src/odbc_queries.erl: Added a default define value so that we can
Mickaël Rémond [Fri, 30 Nov 2007 18:06:26 +0000 (18:06 +0000)]
* src/odbc_queries.erl: Added a default define value so that we can
recompile the file manually with a simple erlc command.

SVN Revision: 1003

17 years ago* src/mod_vcard.erl: Add type of x:data field to search
Badlop [Thu, 29 Nov 2007 18:24:31 +0000 (18:24 +0000)]
* src/mod_vcard.erl: Add type of x:data field to search
results (thanks to Robin Redeker) (EJAB-327)
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:

SVN Revision: 1002

17 years ago* src/aclocal.m4: Fix autoconf caching for SSL libraries (thanks
Badlop [Thu, 29 Nov 2007 17:22:34 +0000 (17:22 +0000)]
* src/aclocal.m4: Fix autoconf caching for SSL libraries (thanks
to Michael Shields) (EJAB-439)

* src/configure.ac: Don't hardcode gcc and gcc options in
Makefiles (thanks to Etan Reisner) (EJAB-436)

SVN Revision: 1001

17 years ago* src/configure.ac: Don't hardcode gcc and options (EJAB-436)
Badlop [Thu, 29 Nov 2007 16:59:35 +0000 (16:59 +0000)]
* src/configure.ac: Don't hardcode gcc and options (EJAB-436)
* src/Makefile.in:
* src/ejabberd_zlib/Makefile.in:
* src/eldap/Makefile.in:
* src/mod_irc/Makefile.in:
* src/mod_muc/Makefile.in:
* src/mod_proxy65/Makefile.in:
* src/mod_pubsub/Makefile.in:
* src/odbc/Makefile.in:
* src/pam/Makefile.in:
* src/stringprep/Makefile.in:
* src/tls/Makefile.in:
* src/web/Makefile.in:

SVN Revision: 1000

17 years ago* src/mod_muc/mod_muc_room.erl: Hide the option 'Make room
Badlop [Thu, 29 Nov 2007 16:16:10 +0000 (16:16 +0000)]
* src/mod_muc/mod_muc_room.erl: Hide the option 'Make room
moderated' because it isn't implemented, and set the default value
of 'moderated' to true because that is the behaviour
implemented (EJAB-419)

SVN Revision: 999

17 years ago* doc/guide.tex: It should be made more clear that domain_certfile
Badlop [Wed, 28 Nov 2007 17:16:36 +0000 (17:16 +0000)]
* doc/guide.tex: It should be made more clear that domain_certfile
works for both s2s and c2s connections (EJAB-212). Added another
example of listening ports.

SVN Revision: 998

17 years ago* doc/guide.tex: Update URI of ejabberd official home page, URI
Badlop [Tue, 27 Nov 2007 23:35:26 +0000 (23:35 +0000)]
* doc/guide.tex: Update URI of ejabberd official home page, URI
of ejabberd.jabber.ru, and copyright dates (EJAB-366)
* doc/introduction.tex:
* src/ejabberd.hrl:
* src/ejabberd_admin.erl:
* src/mod_irc/mod_irc.erl:
* src/mod_irc/mod_irc_connection.erl:
* src/mod_muc/mod_muc.erl:
* src/mod_muc/mod_muc_log.erl:
* src/mod_proxy65/mod_proxy65_service.erl:
* src/mod_pubsub/mod_pubsub.erl:
* src/mod_vcard.erl:
* src/mod_vcard_ldap.erl:
* src/mod_vcard_odbc.erl:
* src/msgs/*.msg:
* src/web/ejabberd_web_admin.erl:

SVN Revision: 997

17 years ago* src/gen_mod.erl: Update in database the configuration changes in
Badlop [Tue, 27 Nov 2007 22:30:51 +0000 (22:30 +0000)]
* src/gen_mod.erl: Update in database the configuration changes in
modules (EJAB-330)

SVN Revision: 996

17 years ago* src/mod_configure.erl: The command get-user-lastlogin is now
Badlop [Tue, 27 Nov 2007 18:54:06 +0000 (18:54 +0000)]
* src/mod_configure.erl: The command get-user-lastlogin is now
compatible with both Mnesia and ODBC (EJAB-383)
* src/mod_last.erl: Likewise
* src/mod_last_odbc.erl: Likewise

SVN Revision: 995

17 years ago* doc/guide.tex: Document ejabberd_http's
Badlop [Tue, 27 Nov 2007 18:40:09 +0000 (18:40 +0000)]
* doc/guide.tex: Document ejabberd_http's
request_handlers (EJAB-372). Fixed small Latex problems.
Sort options of listening sockets.

SVN Revision: 994

17 years ago* doc/guide.tex: Document ejabberd_http's
Badlop [Tue, 27 Nov 2007 18:22:47 +0000 (18:22 +0000)]
* doc/guide.tex: Document ejabberd_http's
request_handlers (EJAB-372). Fixed small Latex problems.

SVN Revision: 993

17 years ago* src/mod_announce.erl: Bugfix (thanks to Christophe Romain)
Alexey Shchepin [Tue, 27 Nov 2007 15:18:45 +0000 (15:18 +0000)]
* src/mod_announce.erl: Bugfix (thanks to Christophe Romain)

SVN Revision: 992

17 years ago* doc/guide.tex: Added clarification about LDAP default port
Badlop [Tue, 27 Nov 2007 14:45:30 +0000 (14:45 +0000)]
* doc/guide.tex: Added clarification about LDAP default port
(thanks to Christophe Romain).

SVN Revision: 991

17 years ago* src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).
Badlop [Tue, 27 Nov 2007 14:06:44 +0000 (14:06 +0000)]
* src/mod_vcard.erl: Ensure mod_vcard to respect FORM_TYPE registry (EJAB-328).
* src/mod_vcard_ldap.erl: Likewise.
* src/mod_vcard_odbc.erl: Likewise.
* doc/guide.tex: Updated documentation.

SVN Revision: 990

17 years ago* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description...
Badlop [Tue, 27 Nov 2007 08:09:47 +0000 (08:09 +0000)]
* src/mod_muc/mod_muc_room.erl: Don't show the room name as the room description (EJAB-382).

SVN Revision: 989

17 years ago* src/ejabberd.cfg.example: Added example configuration of databases.
Badlop [Mon, 26 Nov 2007 21:29:14 +0000 (21:29 +0000)]
* src/ejabberd.cfg.example: Added example configuration of databases.

SVN Revision: 988

17 years ago* doc/guide.tex: Fixed several typos.
Badlop [Mon, 26 Nov 2007 19:54:30 +0000 (19:54 +0000)]
* doc/guide.tex: Fixed several typos.

SVN Revision: 987

17 years ago* src/ejabberd_config.erl: Print error when the configuration
Badlop [Mon, 26 Nov 2007 19:52:09 +0000 (19:52 +0000)]
* src/ejabberd_config.erl: Print error when the configuration
requires ODBC, MySQL or PostgreSQL libraries but are not
installed (EJAB-210).

SVN Revision: 986

17 years ago* src/web/ejabberd_web_admin.erl: Added a favicon (EJAB-379).
Badlop [Mon, 26 Nov 2007 15:12:34 +0000 (15:12 +0000)]
* src/web/ejabberd_web_admin.erl: Added a favicon (EJAB-379).

SVN Revision: 985

17 years ago* src/msgs/wa.msg: New Walon translation (thanks to
Badlop [Mon, 26 Nov 2007 15:03:11 +0000 (15:03 +0000)]
* src/msgs/wa.msg: New Walon translation (thanks to
Pablo Saratxaga) (EJAB-374).

SVN Revision: 984

17 years ago* doc/guide.tex: Describe how ejabberd treats ejabberd.cfg file
Badlop [Mon, 26 Nov 2007 14:52:11 +0000 (14:52 +0000)]
* doc/guide.tex: Describe how ejabberd treats ejabberd.cfg file
(EJAB-384).

SVN Revision: 983

17 years ago* src/ejabberd.cfg.example: Huge reorganization and grouping of options (EJAB-392).
Badlop [Mon, 26 Nov 2007 14:35:53 +0000 (14:35 +0000)]
* src/ejabberd.cfg.example: Huge reorganization and grouping of options (EJAB-392).

SVN Revision: 982

17 years ago* doc/guide.tex: Describe in mod_muc: nick register and service admin message (EJAB...
Badlop [Mon, 26 Nov 2007 10:23:37 +0000 (10:23 +0000)]
* doc/guide.tex: Describe in mod_muc: nick register and service admin message (EJAB-400).

SVN Revision: 981

17 years ago* src/mod_echo.erl: Example function that demonstrates how to receive XMPP packets...
Badlop [Mon, 26 Nov 2007 10:15:18 +0000 (10:15 +0000)]
* src/mod_echo.erl: Example function that demonstrates how to receive XMPP packets using Erlang's message passing mechanism (EJAB-247).

SVN Revision: 980

17 years ago* src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with unique...
Badlop [Mon, 26 Nov 2007 08:57:21 +0000 (08:57 +0000)]
* src/ejabberdctl.template: Write erl_crash.dump in the log/ directory, with unique filename (EJAB-433).

SVN Revision: 979

17 years ago* src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment variables...
Badlop [Mon, 26 Nov 2007 07:59:35 +0000 (07:59 +0000)]
* src/ejabberdctl.template: Removed bashisms (EJAB-399). Set environment variables instead of passing parameters when calling erl (EJAB-421).

* src/ejabberd_ctl.erl: Improvements in the help messages (EJAB-399).

* doc/guide.tex: Improvements in sections ejabberdctl, and Install from Source (EJAB-399).

SVN Revision: 978

17 years ago* src/ejabberd_router.erl: Bugfix
Alexey Shchepin [Sun, 25 Nov 2007 16:39:56 +0000 (16:39 +0000)]
* src/ejabberd_router.erl: Bugfix

SVN Revision: 977

17 years ago* src/ejabberd_s2s_out.erl: Bugfix
Alexey Shchepin [Sun, 25 Nov 2007 16:14:32 +0000 (16:14 +0000)]
* src/ejabberd_s2s_out.erl: Bugfix

SVN Revision: 976

17 years ago* src/ejabberd_sm.erl: Optimized check_max_sessions (thanks to
Alexey Shchepin [Sun, 25 Nov 2007 15:35:20 +0000 (15:35 +0000)]
* src/ejabberd_sm.erl: Optimized check_max_sessions (thanks to
Christophe Romain)

SVN Revision: 975

17 years ago* src/ejabberd_config.erl: Improved error message when ejabberd
Mickaël Rémond [Thu, 22 Nov 2007 13:46:54 +0000 (13:46 +0000)]
* src/ejabberd_config.erl: Improved error message when ejabberd
config file is not found.

SVN Revision: 974

17 years ago* examples/extauth/check_pass_null.pl: Fixed external
Mickaël Rémond [Thu, 22 Nov 2007 13:46:50 +0000 (13:46 +0000)]
* examples/extauth/check_pass_null.pl: Fixed external
authentication example script (EJAB-404)

SVN Revision: 973

17 years agoBetter count management and batch users retrieval internal database
Christophe Romain [Fri, 16 Nov 2007 13:58:00 +0000 (13:58 +0000)]
Better count management and batch users retrieval internal database

SVN Revision: 972

17 years ago* Making sure SVN properties are correctly set.
Mickaël Rémond [Thu, 15 Nov 2007 10:34:27 +0000 (10:34 +0000)]
* Making sure SVN properties are correctly set.

SVN Revision: 971

17 years ago* Making sure SVN properties are correctly set.
Mickaël Rémond [Thu, 15 Nov 2007 10:33:18 +0000 (10:33 +0000)]
* Making sure SVN properties are correctly set.

SVN Revision: 970

17 years ago* src/ejabberd_config.erl: Refactoring: Move internal data structure to an include...
Mickaël Rémond [Fri, 9 Nov 2007 10:18:38 +0000 (10:18 +0000)]
* src/ejabberd_config.erl: Refactoring: Move internal data structure to an include file.
* src/ejabberd_config.hrl: Likewise.

SVN Revision: 969

17 years ago* src/ejabberd_auth.erl: Better count management and batch users retrieval for relati...
Mickaël Rémond [Sat, 3 Nov 2007 17:35:23 +0000 (17:35 +0000)]
* src/ejabberd_auth.erl: Better count management and batch users retrieval for relational database (Thanks to Massimiliano Mirra).
* src/ejabberd_auth_odbc.erl: Likewise.
* src/odbc/odbc_queries.erl: Likewise.

SVN Revision: 968

17 years ago* ChangeLog: Fixed typo.
Mickaël Rémond [Fri, 2 Nov 2007 14:59:06 +0000 (14:59 +0000)]
* ChangeLog: Fixed typo.

SVN Revision: 967

17 years ago* src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition to a...
Mickaël Rémond [Fri, 2 Nov 2007 14:45:06 +0000 (14:45 +0000)]
* src/web/ejabberd_http_poll.erl: Refactoring. Moved c2s limits acquisition to a separate module.
* src/ejabberd_c2s_config.erl: Likewise.

SVN Revision: 966

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