]> granicus.if.org Git - ejabberd/log
ejabberd
16 years ago* src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users...
Mickaël Rémond [Tue, 19 Feb 2008 13:49:29 +0000 (13:49 +0000)]
* src/ejabberd_config.erl: dirty_get_registered_users now correctly returns all users for all vhosts no matter which back-end is used (EJAB-527)
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise
* src/ejabberd_auth_ldap.erl: Likewise

SVN Revision: 1198

16 years agoBug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks to Brian...
Christophe Romain [Mon, 18 Feb 2008 09:55:06 +0000 (09:55 +0000)]
Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks to Brian Cully) (EJAB-526)

SVN Revision: 1197

16 years ago* doc/release_notes_2.0.0.txt: Describe in the Release Notes the
Badlop [Fri, 15 Feb 2008 19:18:36 +0000 (19:18 +0000)]
* doc/release_notes_2.0.0.txt: Describe in the Release Notes the
upgrade instructions (EJAB-522)

SVN Revision: 1195

16 years agoRetreive connection type in sm_register_connection_hook
Christophe Romain [Fri, 15 Feb 2008 16:35:32 +0000 (16:35 +0000)]
Retreive connection type in sm_register_connection_hook

SVN Revision: 1194

16 years ago* src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)
Badlop [Thu, 14 Feb 2008 11:25:39 +0000 (11:25 +0000)]
* src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)
* src/msgs/*: Recover old translations to several languages from
ejabberd 1.1.4

SVN Revision: 1191

16 years ago* src/cyrsasl_digest.erl: Unquote backslash in DIGEST-MD5 quoted
Alexey Shchepin [Thu, 14 Feb 2008 05:23:16 +0000 (05:23 +0000)]
* src/cyrsasl_digest.erl: Unquote backslash in DIGEST-MD5 quoted
strings (EJAB-304)

SVN Revision: 1190

16 years ago* src/mod_roster.erl: Removed the ancient Psi roster workaround
Alexey Shchepin [Thu, 14 Feb 2008 04:51:04 +0000 (04:51 +0000)]
* src/mod_roster.erl: Removed the ancient Psi roster workaround
* src/mod_roster_odbc.erl: Likewise

SVN Revision: 1189

16 years ago* odbc_queries: fix list_users queries with limit/offset.
Jérôme Sautret [Tue, 12 Feb 2008 13:23:35 +0000 (13:23 +0000)]
* odbc_queries: fix list_users queries with limit/offset.

SVN Revision: 1188

16 years ago* odbc_queries: fix list_users query with prefix.
Jérôme Sautret [Tue, 12 Feb 2008 12:49:41 +0000 (12:49 +0000)]
* odbc_queries: fix list_users query with prefix.

SVN Revision: 1187

16 years ago* src/web/ejabberd_web_admin.erl: Fixed native support for all the
Badlop [Tue, 12 Feb 2008 01:16:11 +0000 (01:16 +0000)]
* src/web/ejabberd_web_admin.erl: Fixed native support for all the
ACL types (EJAB-253)

SVN Revision: 1186

16 years ago* src/acl.erl: Normalize ACL before adding to the configuration
Badlop [Tue, 12 Feb 2008 01:04:47 +0000 (01:04 +0000)]
* src/acl.erl: Normalize ACL before adding to the configuration
tables (EJAB-521)

SVN Revision: 1185

16 years ago* Changelog: Forgotten commit.
Mickaël Rémond [Mon, 11 Feb 2008 20:29:54 +0000 (20:29 +0000)]
* Changelog: Forgotten commit.

SVN Revision: 1184

16 years ago* src/ejabberd_auth.erl: Do not allow empty password at creation. On authent, check...
Mickaël Rémond [Mon, 11 Feb 2008 18:19:42 +0000 (18:19 +0000)]
* src/ejabberd_auth.erl: Do not allow empty password at creation. On authent, check in all cases that password is not empty.
* src/ejabberd_auth_odbc.erl: Likewise
* src/ejabberd_auth_internal.erl: Likewise
* src/ejabberd_auth_external.erl: Likewise

SVN Revision: 1183

16 years ago* src/ejabberd_receiver.erl: Avoid crash to appear in log, when trying to close a...
Mickaël Rémond [Mon, 11 Feb 2008 15:36:56 +0000 (15:36 +0000)]
* src/ejabberd_receiver.erl: Avoid crash to appear in log, when trying to close a stream with an undefined state.

SVN Revision: 1182

16 years agouse if event instead of x when xmlns is pubsub#event (EJAB-518)
Christophe Romain [Mon, 11 Feb 2008 15:21:24 +0000 (15:21 +0000)]
use if event instead of x when xmlns is pubsub#event (EJAB-518)

SVN Revision: 1181

16 years ago* src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza may
Badlop [Mon, 11 Feb 2008 12:15:34 +0000 (12:15 +0000)]
* src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza may
not have an attribute From (EJAB-515)

SVN Revision: 1180

16 years ago* src/mod_muc/mod_muc_room.erl: Include the error condition in the
Badlop [Sat, 9 Feb 2008 10:38:47 +0000 (10:38 +0000)]
* src/mod_muc/mod_muc_room.erl: Include the error condition in the
presence status when kicking a participant due to an error
stanza (EJAB-496)

SVN Revision: 1179

16 years ago* src/ejabberd.cfg.example: Document options to SQL keep alive
Badlop [Fri, 8 Feb 2008 18:28:36 +0000 (18:28 +0000)]
* src/ejabberd.cfg.example: Document options to SQL keep alive
interval and pool size (EJAB-206)
* doc/guide.tex: Likewise
* doc/guide.html: Likewise

SVN Revision: 1178

17 years ago* src/mod_pubsub/node.template: Fixed typo
Mickaël Rémond [Thu, 7 Feb 2008 08:07:20 +0000 (08:07 +0000)]
* src/mod_pubsub/node.template: Fixed typo

SVN Revision: 1177

17 years ago* src/mod_muc/mod_muc_room.erl: Support for decline of invitation
Badlop [Wed, 6 Feb 2008 20:30:58 +0000 (20:30 +0000)]
* src/mod_muc/mod_muc_room.erl: Support for decline of invitation
to MUC room (EJAB-515)

SVN Revision: 1175

17 years ago* src/mod_pubsub/node_buddy.erl: Fixed typo
Mickaël Rémond [Wed, 6 Feb 2008 18:19:25 +0000 (18:19 +0000)]
* src/mod_pubsub/node_buddy.erl: Fixed typo
* src/mod_pubsub/node_club.erl: Likewise
* src/mod_pubsub/node_dispatch.erl: Likewise
* src/mod_pubsub/node_pep.erl: Likewise
* src/mod_pubsub/node_private.erl: Likewise

SVN Revision: 1174

17 years ago* src/mod_pubsub/gen_pubsub_node.erl: API improvement: Added a way to generate custom...
Mickaël Rémond [Wed, 6 Feb 2008 18:04:23 +0000 (18:04 +0000)]
* src/mod_pubsub/gen_pubsub_node.erl: API improvement: Added a way to generate custom item name
* src/mod_pubsub/node_dispatch.erl: Likewise
* src/mod_pubsub/node_buddy.erl: Likewise
* src/mod_pubsub/node_private.erl: Likewise
* src/mod_pubsub/node_club.erl: Likewise
* src/mod_pubsub/node_public.erl: Likewise
* src/mod_pubsub/node_default.erl: Likewise
* src/mod_pubsub/node_pep.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Small API improvements and refactoring

SVN Revision: 1173

17 years ago* src/ejabberd.hrl: Updated version to 2.1.0-alpha
Badlop [Mon, 4 Feb 2008 16:44:42 +0000 (16:44 +0000)]
* src/ejabberd.hrl: Updated version to 2.1.0-alpha
* doc/dev.html: Likewise
* doc/features.html: Likewise
* doc/guide.html: Likewise
* doc/version.tex: Likewise

SVN Revision: 1172

17 years ago* src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco room
Alexey Shchepin [Sun, 3 Feb 2008 23:17:39 +0000 (23:17 +0000)]
* src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco room
descriptions when a number of occupants is not available

SVN Revision: 1171

17 years ago* src/mod_pubsub/nodetree_virtual.erl: Fixed error report at startup.
Mickaël Rémond [Sat, 2 Feb 2008 14:24:01 +0000 (14:24 +0000)]
* src/mod_pubsub/nodetree_virtual.erl: Fixed error report at startup.

SVN Revision: 1169

17 years ago* src/mod_pubsub/mod_pubsub.erl: Added the from field in the
Mickaël Rémond [Sat, 2 Feb 2008 14:15:37 +0000 (14:15 +0000)]
* src/mod_pubsub/mod_pubsub.erl: Added the from field in the
get_subnodes pubsub plugin API function. This is usefull to write
plugins to generate the pubsub hierarchy dynamically, based on who
is doing the browsing request.
* src/mod_pubsub/gen_pubsub_nodetree.erl: Likewise
* src/mod_pubsub/nodetree_default.erl: Likewise
* src/mod_pubsub/nodetree_virtual.erl: Likewise

SVN Revision: 1168

17 years ago* doc/guide.tex: Removed the option served_hosts in mod_pubsub
Badlop [Wed, 30 Jan 2008 17:51:09 +0000 (17:51 +0000)]
* doc/guide.tex: Removed the option served_hosts in mod_pubsub
because it does not work correctly yet (EJAB-504)
* doc/guide.html: Likewise

SVN Revision: 1167

17 years ago* src/mod_echo.erl: Put in comments the call to the educational
Badlop [Wed, 30 Jan 2008 15:52:23 +0000 (15:52 +0000)]
* src/mod_echo.erl: Put in comments the call to the educational
function do_client_version

SVN Revision: 1165

17 years ago* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
Badlop [Tue, 29 Jan 2008 18:37:45 +0000 (18:37 +0000)]
* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
private message with type=error (EJAB-496). Updated.

SVN Revision: 1164

17 years ago* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
Badlop [Tue, 29 Jan 2008 14:49:08 +0000 (14:49 +0000)]
* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
private message with type=error (EJAB-496)

SVN Revision: 1163

17 years ago* doc/introduction.tex: Updated list of languages
Badlop [Fri, 25 Jan 2008 15:28:30 +0000 (15:28 +0000)]
* doc/introduction.tex: Updated list of languages
* doc/release_notes_2.0.0.txt: Likewise

SVN Revision: 1162

17 years ago* src/msgs/eo.msg: New Esperanto translation (thanks to Andreas
Badlop [Fri, 25 Jan 2008 10:23:12 +0000 (10:23 +0000)]
* src/msgs/eo.msg: New Esperanto translation (thanks to Andreas
van Cranenburgh)

* src/msgs/no.msg: New Norwegian translation (thanks to Stian
B. Barmen)

* doc/Makefile: Fixed small problem with contributed_modules.tex

SVN Revision: 1160

17 years agopubsub dirty_sync typo fix on node configuration transaction
Christophe Romain [Fri, 25 Jan 2008 10:17:59 +0000 (10:17 +0000)]
pubsub dirty_sync typo fix on node configuration transaction

SVN Revision: 1159

17 years agopubsub configuration patch (EJAB-508) and (EJAB-509)
Christophe Romain [Fri, 25 Jan 2008 09:24:10 +0000 (09:24 +0000)]
pubsub configuration patch (EJAB-508) and (EJAB-509)

SVN Revision: 1158

17 years ago* doc/guide.tex: Updated the names of log files.
Badlop [Wed, 16 Jan 2008 10:08:17 +0000 (10:08 +0000)]
* doc/guide.tex: Updated the names of log files.
* doc/guide.html: Likewise

* src/mod_muc/mod_muc_room.erl: Added log messages for room
destroy

* src/mod_caps.erl: Small beautify of log error messages

SVN Revision: 1155

17 years ago* doc/guide.tex: Improved the documentation of Binary
Badlop [Tue, 15 Jan 2008 17:53:40 +0000 (17:53 +0000)]
* doc/guide.tex: Improved the documentation of Binary
installer. Updated the requirements, specifically: Erlang R10B-9
is required as minimum, and R12 is not yet supported. Added
section Upgrading ejabberd. Improved documentation about Erlang
runtime system environment variables and command-line parameters.
* doc/guide.html: Likewise

* doc/release_notes_2.0.0.txt: Updated to RC1
* doc/version.tex: Likewise
* src/ejabberd.hrl: Likewise

* doc/introduction.tex: Updated to 22 languages

* doc/Makefile: Ensure that Bash is used

SVN Revision: 1154

17 years ago* doc/guide.tex: Updated copyright dates to 2008
Badlop [Tue, 15 Jan 2008 17:02:57 +0000 (17:02 +0000)]
* doc/guide.tex: Updated copyright dates to 2008
* src/*: Likewise

SVN Revision: 1153

17 years agoMerge changesets 1150 and 1151 into branch ejabberd-2.0.x:
Badlop [Tue, 15 Jan 2008 16:09:07 +0000 (16:09 +0000)]
Merge changesets 1150 and 1151 into branch ejabberd-2.0.x:
* src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446)
(thanks to Sergei Golovan and Maxim Treskin). Erlang R12 version is
not supported and not recommended for production servers.
* src/aclocal.m4: Likewise
* src/configure.ac: Likewise
* src/configure: Likewise
* src/ejabberd_s2s_in.erl: Likewise

Small fixes in trunk/ChangeLog.

SVN Revision: 1152

17 years ago* ChangeLog: Update for Erlang R12 compilation (EJAB-446).
Jérôme Sautret [Tue, 15 Jan 2008 11:27:55 +0000 (11:27 +0000)]
* ChangeLog: Update for Erlang R12 compilation (EJAB-446).

SVN Revision: 1151

17 years ago* src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446).
Jérôme Sautret [Tue, 15 Jan 2008 11:11:27 +0000 (11:11 +0000)]
* src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446).
* src/aclocal.m4: Likewise
* src/configure.ac: Likewise
* src/configure: Likewise
* src/ejabberd_s2s_in.erl: Likewise

SVN Revision: 1150

17 years ago* src/ejabberdctl.template: Instead of using the Erlang kernel
Badlop [Sun, 13 Jan 2008 22:46:00 +0000 (22:46 +0000)]
* src/ejabberdctl.template: Instead of using the Erlang kernel
variable 'inetrc', use the ERL_INETRC environment variable that is
available since Erlang/OTP R10B-5.

SVN Revision: 1149

17 years agoset_subscription fix (EJAB-494)
Christophe Romain [Sat, 12 Jan 2008 19:47:19 +0000 (19:47 +0000)]
set_subscription fix (EJAB-494)

SVN Revision: 1148

17 years agodon't ask capabilities to MUC room participants
Christophe Romain [Fri, 11 Jan 2008 13:57:29 +0000 (13:57 +0000)]
don't ask capabilities to MUC room participants

SVN Revision: 1147

17 years agoEJAB-491 fix
Christophe Romain [Fri, 11 Jan 2008 01:39:10 +0000 (01:39 +0000)]
EJAB-491 fix

SVN Revision: 1145

17 years agoForce PEP parent node to be []
Christophe Romain [Thu, 10 Jan 2008 17:38:24 +0000 (17:38 +0000)]
Force PEP parent node to be []

SVN Revision: 1144

17 years agoSend last published PEP event now checks the correct peer caps (EJAB-491)
Christophe Romain [Thu, 10 Jan 2008 15:02:54 +0000 (15:02 +0000)]
Send last published PEP event now checks the correct peer caps (EJAB-491)

SVN Revision: 1143

17 years ago* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
Badlop [Wed, 9 Jan 2008 16:01:16 +0000 (16:01 +0000)]
* src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a
private message with type=error (EJAB-496)

SVN Revision: 1142

17 years ago* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
Badlop [Tue, 8 Jan 2008 16:11:58 +0000 (16:11 +0000)]
* src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTER
because it is almost useless regarding ejabberd's performance.
* src/ejabberdctl.cfg.example: Likewise

SVN Revision: 1140

17 years agofix version.tex generation bug
Christophe Romain [Tue, 8 Jan 2008 13:29:50 +0000 (13:29 +0000)]
fix version.tex generation bug

SVN Revision: 1139

17 years ago* src/web/ejabberd_web_admin.erl: Uniformize the name of
Badlop [Tue, 1 Jan 2008 18:20:57 +0000 (18:20 +0000)]
* src/web/ejabberd_web_admin.erl: Uniformize the name of
ejabberd's web admin to: 'Web Admin' (EjAB-472)
* doc/guide.tex: Likewise
* doc/introduction.tex: Likewise

* src/web/ejabberd_web_admin.erl: Uniformize ejabberd name in the
text using the Latex command

SVN Revision: 1137

17 years ago* src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in muc
Badlop [Tue, 1 Jan 2008 17:06:26 +0000 (17:06 +0000)]
* src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in muc
room invitations (EJAB-490)

SVN Revision: 1135

17 years ago* src/ejabberdctl.template: Create logs_dir if doesn't exist. New
Badlop [Tue, 1 Jan 2008 10:53:05 +0000 (10:53 +0000)]
* src/ejabberdctl.template: Create logs_dir if doesn't exist. New
parameters --config, --ctl-config, --logs, --spool. Crash dump
renamed to erl_crash_DATETIME.dump.

* src/ejabberdctl.template: Backport improvements from binary
installer (EJAB-488): options are simple values; enable Kernel
Poll by default, set SMP to auto, set max ports to 32000, max
processes to 250000.
* src/ejabberdctl.cfg.example: Likewise

* src/ejabberd.inetrc: Renamed ejabberd.inetrc to inetrc
* src/inetrc: Likewise
* src/Makefile.in: Likewise
* doc/guide.tex: Likewise

SVN Revision: 1133

17 years ago* src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)
Badlop [Mon, 31 Dec 2007 10:26:01 +0000 (10:26 +0000)]
* src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)

SVN Revision: 1131

17 years ago* src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port
Badlop [Sat, 29 Dec 2007 15:23:53 +0000 (15:23 +0000)]
* src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port
option is not defined (EJAB-487)

SVN Revision: 1130

17 years ago* src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port
Alexey Shchepin [Sat, 29 Dec 2007 14:22:38 +0000 (14:22 +0000)]
* src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port
option is not defined

SVN Revision: 1129

17 years ago* src/mod_vcard_ldap.erl: Fix some field names (EJAB-483)
Badlop [Thu, 27 Dec 2007 16:40:03 +0000 (16:40 +0000)]
* src/mod_vcard_ldap.erl: Fix some field names (EJAB-483)

SVN Revision: 1127

17 years ago* src/web/ejabberd_web_admin.erl: Translate menu items of webadmin
Badlop [Wed, 26 Dec 2007 14:53:37 +0000 (14:53 +0000)]
* src/web/ejabberd_web_admin.erl: Translate menu items of webadmin
hooks in each module (EJAB-485)
* src/mod_shared_roster.erl: Likewise

SVN Revision: 1125

17 years ago* src/web/ejabberd_web_admin.erl: max_user_sessions access rule
Badlop [Wed, 26 Dec 2007 12:21:52 +0000 (12:21 +0000)]
* src/web/ejabberd_web_admin.erl: max_user_sessions access rule
contains an integer, but webadmin always expects atoms (EJAB-482)

SVN Revision: 1123

17 years ago* src/mod_configure.erl: Bugfix, update to match changes in
Badlop [Tue, 25 Dec 2007 00:27:10 +0000 (00:27 +0000)]
* src/mod_configure.erl: Bugfix, update to match changes in
mod_announce SVN r1099

SVN Revision: 1121

17 years ago* doc/release_notes_2.0.0.txt: minor fix.
Mickaël Rémond [Mon, 24 Dec 2007 15:14:37 +0000 (15:14 +0000)]
* doc/release_notes_2.0.0.txt: minor fix.

SVN Revision: 1120

17 years ago* doc/release_notes_2.0.0.txt: Small fix.
Mickaël Rémond [Mon, 24 Dec 2007 15:01:00 +0000 (15:01 +0000)]
* doc/release_notes_2.0.0.txt: Small fix.

SVN Revision: 1119

17 years ago* doc/release_notes_2.0.0.txt: Small fixes.
Mickaël Rémond [Mon, 24 Dec 2007 14:09:55 +0000 (14:09 +0000)]
* doc/release_notes_2.0.0.txt: Small fixes.

SVN Revision: 1115

17 years ago* Applied copyright patch 3.
Mickaël Rémond [Mon, 24 Dec 2007 13:57:53 +0000 (13:57 +0000)]
* Applied copyright patch 3.

SVN Revision: 1113

17 years ago* applied copyright patch 2.
Mickaël Rémond [Mon, 24 Dec 2007 12:58:05 +0000 (12:58 +0000)]
* applied copyright patch 2.

SVN Revision: 1112

17 years ago* Fixed typo.
Mickaël Rémond [Mon, 24 Dec 2007 12:25:56 +0000 (12:25 +0000)]
* Fixed typo.

SVN Revision: 1111

17 years ago* Applied copyright update patch 1.
Mickaël Rémond [Mon, 24 Dec 2007 11:41:41 +0000 (11:41 +0000)]
* Applied copyright update patch 1.

SVN Revision: 1110

17 years agopubsub: remove useless get_roster_info call
Christophe Romain [Mon, 24 Dec 2007 11:28:56 +0000 (11:28 +0000)]
pubsub: remove useless get_roster_info call

SVN Revision: 1109

17 years ago* doc/release_notes_2.0.0.txt: Fix on number of supported languages.
Mickaël Rémond [Mon, 24 Dec 2007 10:58:31 +0000 (10:58 +0000)]
* doc/release_notes_2.0.0.txt: Fix on number of supported languages.

SVN Revision: 1108

17 years ago* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.
Mickaël Rémond [Mon, 24 Dec 2007 10:26:55 +0000 (10:26 +0000)]
* doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.

SVN Revision: 1107

17 years ago* doc/release_notes_2.0.0.txt: Fixes and update.
Mickaël Rémond [Mon, 24 Dec 2007 10:26:53 +0000 (10:26 +0000)]
* doc/release_notes_2.0.0.txt: Fixes and update.

SVN Revision: 1106

17 years ago* src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
Badlop [Sun, 23 Dec 2007 22:08:12 +0000 (22:08 +0000)]
* src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO
Communications)

* src/msgs/th.msg: New Thai translation (thanks to EQHO
Communications)

* src/msgs/gl.msg: Updated (thanks to Carlos E. Lopez)

SVN Revision: 1105

17 years ago* src/mod_muc/mod_muc_room.erl: Log room creation and
Badlop [Sun, 23 Dec 2007 12:28:44 +0000 (12:28 +0000)]
* src/mod_muc/mod_muc_room.erl: Log room creation and
destruction. Ensure JID of owners of MUC room are user, not
server (EJAB-435)

SVN Revision: 1104

17 years ago* src/ejabberd.app: Update ejabberd.app: add new erlang
Badlop [Sat, 22 Dec 2007 19:51:55 +0000 (19:51 +0000)]
* src/ejabberd.app: Update ejabberd.app: add new erlang
modules (EJAB-466)

SVN Revision: 1103

17 years ago* doc/introduction.tex: Small updates
Badlop [Sat, 22 Dec 2007 16:36:48 +0000 (16:36 +0000)]
* doc/introduction.tex: Small updates

* doc/guide.tex: Small fixes in Install. Added http_bind to
Listening Ports.

SVN Revision: 1102

17 years ago* src/web/ejabberd_http.erl: Add 'http_bind' option for easy
Badlop [Sat, 22 Dec 2007 14:23:37 +0000 (14:23 +0000)]
* src/web/ejabberd_http.erl: Add 'http_bind' option for easy
configuration of HTTP-Binding

SVN Revision: 1101

17 years ago* src/mod_announce.erl: When editing MOTD, display current value (EJAB-475)
Badlop [Sat, 22 Dec 2007 13:58:19 +0000 (13:58 +0000)]
* src/mod_announce.erl: When editing MOTD, display current value (EJAB-475)

SVN Revision: 1100

17 years ago* src/mod_announce.erl: Fixed unnoticeable bug related to Node
Badlop [Sat, 22 Dec 2007 12:26:17 +0000 (12:26 +0000)]
* src/mod_announce.erl: Fixed unnoticeable bug related to Node
matching. Renamed some nonstandard node names according to
XEP-0133. Small reordering of clauses.

SVN Revision: 1099

17 years agodebug log fix
Christophe Romain [Sat, 22 Dec 2007 01:14:56 +0000 (01:14 +0000)]
debug log fix

SVN Revision: 1098

17 years agoEJAB-469 bugfix
Christophe Romain [Sat, 22 Dec 2007 01:13:06 +0000 (01:13 +0000)]
EJAB-469 bugfix

SVN Revision: 1097

17 years agoseveral pubsub/pep bugfix
Christophe Romain [Sat, 22 Dec 2007 00:04:05 +0000 (00:04 +0000)]
several pubsub/pep bugfix

SVN Revision: 1096

17 years ago* src/mod_caps.erl: Bugfix in timeout checking. Check for timeout
Badlop [Fri, 21 Dec 2007 23:36:44 +0000 (23:36 +0000)]
* src/mod_caps.erl: Bugfix in timeout checking. Check for timeout
when an error response is received, and also before querying

SVN Revision: 1095

17 years ago* src/ejabberd_ctl.erl: Added new command: mnesia (thanks to
Badlop [Fri, 21 Dec 2007 21:50:22 +0000 (21:50 +0000)]
* src/ejabberd_ctl.erl: Added new command: mnesia (thanks to
Tsukasa Hamano)

SVN Revision: 1094

17 years ago* doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress).
Mickaël Rémond [Fri, 21 Dec 2007 18:15:45 +0000 (18:15 +0000)]
* doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress).

SVN Revision: 1093

17 years agoSmall bugfix.
Badlop [Fri, 21 Dec 2007 18:09:18 +0000 (18:09 +0000)]
Small bugfix.

SVN Revision: 1092

17 years agofix ejabberd_modules includes
Christophe Romain [Fri, 21 Dec 2007 14:26:17 +0000 (14:26 +0000)]
fix ejabberd_modules includes

SVN Revision: 1091

17 years ago* src/msgs/fr.msg: Updated French translation (EJAB-295)
Mickaël Rémond [Fri, 21 Dec 2007 14:22:03 +0000 (14:22 +0000)]
* src/msgs/fr.msg: Updated French translation (EJAB-295)

SVN Revision: 1090

17 years agopubsub disco#items bugfix (EJAB-465)
Christophe Romain [Fri, 21 Dec 2007 00:08:59 +0000 (00:08 +0000)]
pubsub disco#items bugfix (EJAB-465)

SVN Revision: 1089

17 years ago* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)
Badlop [Thu, 20 Dec 2007 23:25:22 +0000 (23:25 +0000)]
* src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin)

* src/msgs/de.msg: Updated (thanks to Nikolaus Polak and Cord
Beermann)

* contrib/extract_translations/prepare-translation.sh: Small fix

SVN Revision: 1088

17 years ago* src/mod_caps.erl: Don't include the Node attribute from C
Badlop [Thu, 20 Dec 2007 20:02:04 +0000 (20:02 +0000)]
* src/mod_caps.erl: Don't include the Node attribute from C
element in the disco#info query

SVN Revision: 1087

17 years agoUser count performance improvements
Christophe Romain [Thu, 20 Dec 2007 17:12:45 +0000 (17:12 +0000)]
User count performance improvements

SVN Revision: 1086

17 years agoPEP notification bugfix
Christophe Romain [Thu, 20 Dec 2007 16:38:38 +0000 (16:38 +0000)]
PEP notification bugfix

SVN Revision: 1085

17 years agoExplain how to launch installer and improve ejabberdctl usage example (EJAB-420)
Christophe Romain [Thu, 20 Dec 2007 09:29:30 +0000 (09:29 +0000)]
Explain how to launch installer and improve ejabberdctl usage example (EJAB-420)

SVN Revision: 1084

17 years ago* src/msgs/zh.msg: Small update (thanks to Shelley Shyan)
Badlop [Thu, 20 Dec 2007 09:06:28 +0000 (09:06 +0000)]
* src/msgs/zh.msg: Small update (thanks to Shelley Shyan)

* src/msgs/ru.msg: Small update (thanks to Konstantin Khomoutov)

SVN Revision: 1083

17 years agoFixed small mistake.
Badlop [Wed, 19 Dec 2007 23:24:53 +0000 (23:24 +0000)]
Fixed small mistake.

SVN Revision: 1082

17 years ago* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)(EJAB-463)
Badlop [Wed, 19 Dec 2007 18:26:32 +0000 (18:26 +0000)]
* src/msgs/pl.msg: Updated (thanks to Andrzej Smyk)(EJAB-463)

* src/msgs/de.msg: Updated (thanks to Cord Beermann)

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

* src/msgs/cs.msg: Small update (thanks to Lukas Polivka alias
Spike411)

* src/web/ejabberd_web_admin.erl: No need to translate copyright

SVN Revision: 1081

17 years ago* src/mod_muc/mod_muc_log.erl: Add handling of kicks 321, 322, 332
Badlop [Tue, 18 Dec 2007 19:19:24 +0000 (19:19 +0000)]
* src/mod_muc/mod_muc_log.erl: Add handling of kicks 321, 322, 332

SVN Revision: 1080

17 years ago* doc/guide.tex: Document mod_privacy_odbc
Badlop [Tue, 18 Dec 2007 18:11:10 +0000 (18:11 +0000)]
* doc/guide.tex: Document mod_privacy_odbc

SVN Revision: 1079

17 years ago* doc/Makefile: Support for conditional inclusion of documentation
Badlop [Tue, 18 Dec 2007 18:04:12 +0000 (18:04 +0000)]
* doc/Makefile: Support for conditional inclusion of documentation
from contributed modules
* doc/guide.tex: Likewise

SVN Revision: 1078

17 years agoPurge related pep nodes at remove_user
Christophe Romain [Tue, 18 Dec 2007 14:45:26 +0000 (14:45 +0000)]
Purge related pep nodes at remove_user

SVN Revision: 1077

17 years ago* src/ejabberd_zlib/Makefile.win32: Compile
Badlop [Mon, 17 Dec 2007 22:23:56 +0000 (22:23 +0000)]
* src/ejabberd_zlib/Makefile.win32: Compile
all erl files found in the directory, so it isn't needed to provide
an explicit list of target files
* src/eldap/Makefile.win32: Likewise
* src/mod_irc/Makefile.win32: Likewise
* src/mod_muc/Makefile.win32: Likewise
* src/mod_proxy65/Makefile.win32: Likewise
* src/mod_pubsub/Makefile.win32: Likewise
* src/odbc/Makefile.win32: Likewise
* src/stringprep/Makefile.win32: Likewise
* src/tls/Makefile.win32: Likewise
* src/web/Makefile.win32: Likewise

SVN Revision: 1076