aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * doc/guide.tex: Improve documentation of host_configBadlop2008-03-042-2/+44
| | | | | | | | | add (EJAB-544) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 1219
* * doc/guide.tex: mod_announce recommends, but doesn't requireBadlop2008-03-041-1/+1
| | | | | | | | mod_adhoc (thanks to Anastasia Gornostaeva) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1218
* * src/tls/tls.erl: recv_data/2 doesn't throw exceptions nowAlexey Shchepin2008-03-032-3/+19
| | | | | | * src/ejabberd_zlib/ejabberd_zlib.erl: Likewise SVN Revision: 1217
* * src/ejabberd_check.erl: Fixed missing clause (EJAB-533).Mickaël Rémond2008-02-291-1/+3
| | | | SVN Revision: 1215
* * src/mod_roster.erl: Fixed "from" attribute in roster pushesAlexey Shchepin2008-02-282-2/+2
| | | | | | * src/mod_roster_odbc.erl: Likewise SVN Revision: 1213
* * src/ejabberd_app.erl (prep_stop): Stop modules when stoppingBadlop2008-02-284-10/+49
| | | | | | | | | | | | ejabberd (EJAB-536) * src/mod_caps.erl (stop): Probably not needed to stop supervisor child (EJAB-536) * src/mod_muc/mod_muc.erl (room_destroyed): Catch message sending (EJAB-536) * src/mod_muc/mod_muc_room.erl (init): Ensure rooms are called when the process dies due to a linked die (EJAB-536) SVN Revision: 1212
* * src/ejabberd_check.erl: Separate config loading from configuration sanity ↵Mickaël Rémond2008-02-273-31/+101
| | | | | | | | | checks (EJAB-533) * src/src/ejabberd_app.erl: Likewise * src/ejabberd_app.erl: Likewise SVN Revision: 1210
* * src/msgs/it.msg: Updated (thanks to Smart2128)Badlop2008-02-261-20/+9
| | | | SVN Revision: 1209
* * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)Badlop2008-02-202-14/+22
| | | | | | * src/msgs/zh.msg: Updated (thanks to Mike Wang and Zhan Caibao) SVN Revision: 1202
* * src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)Badlop2008-02-1911-48/+126
| | | | | | | | | | | | | | | | * src/msgs/cs.msg: Updated (thanks to Lukas Polivka) * src/msgs/de.msg: Updated (thanks to Cord Beermann and Nikolaus Polak) * src/msgs/eo.msg: Updated (thanks to Andreas van Cranenburgh) * src/msgs/es.msg: Updated * src/msgs/fr.msg: Updated (thanks to Christophe Romain) * src/msgs/gl.msg: Updated (thanks to Carlos E. Lopez) * src/msgs/nl.msg: Updated (thanks to Andreas van Cranenburgh) * src/msgs/no.msg: Updated (thanks to Stian B. Barmen) * src/msgs/pt-br.msg: Updated (thanks to Otavio Fernandes) * src/msgs/uk.msg: Updated (thanks to Stoune and Ruslan Rakhmanin) SVN Revision: 1201
* add pgsql driver monitoringChristophe Romain2008-02-191-0/+1
| | | | SVN Revision: 1200
* * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns ↵Mickaël Rémond2008-02-196-4/+30
| | | | | | | | | | | | 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
* Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks ↵Christophe Romain2008-02-181-7/+5
| | | | | | to Brian Cully) (EJAB-526) SVN Revision: 1197
* Retreive connection type in sm_register_connection_hookChristophe Romain2008-02-153-21/+57
| | | | SVN Revision: 1194
* * src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)Badlop2008-02-1413-6/+18
| | | | | | | * src/msgs/*: Recover old translations to several languages from ejabberd 1.1.4 SVN Revision: 1191
* * src/cyrsasl_digest.erl: Unquote backslash in DIGEST-MD5 quotedAlexey Shchepin2008-02-141-2/+4
| | | | | | strings (EJAB-304) SVN Revision: 1190
* * src/mod_roster.erl: Removed the ancient Psi roster workaroundAlexey Shchepin2008-02-142-77/+1
| | | | | | * src/mod_roster_odbc.erl: Likewise SVN Revision: 1189
* * odbc_queries: fix list_users queries with limit/offset.Jérôme Sautret2008-02-121-2/+2
| | | | SVN Revision: 1188
* * odbc_queries: fix list_users query with prefix.Jérôme Sautret2008-02-121-11/+11
| | | | SVN Revision: 1187
* * src/web/ejabberd_web_admin.erl: Fixed native support for all theBadlop2008-02-121-9/+20
| | | | | | ACL types (EJAB-253) SVN Revision: 1186
* * src/acl.erl: Normalize ACL before adding to the configurationBadlop2008-02-121-3/+14
| | | | | | tables (EJAB-521) SVN Revision: 1185
* * src/ejabberd_auth.erl: Do not allow empty password at creation. On ↵Mickaël Rémond2008-02-114-4/+9
| | | | | | | | | | 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
* * src/ejabberd_receiver.erl: Avoid crash to appear in log, when trying to ↵Mickaël Rémond2008-02-111-9/+8
| | | | | | close a stream with an undefined state. SVN Revision: 1182
* use if event instead of x when xmlns is pubsub#event (EJAB-518)Christophe Romain2008-02-111-4/+4
| | | | SVN Revision: 1181
* * src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza mayBadlop2008-02-111-6/+6
| | | | | | not have an attribute From (EJAB-515) SVN Revision: 1180
* * src/mod_muc/mod_muc_room.erl: Include the error condition in theBadlop2008-02-091-43/+43
| | | | | | | presence status when kicking a participant due to an error stanza (EJAB-496) SVN Revision: 1179
* * src/ejabberd.cfg.example: Document options to SQL keep aliveBadlop2008-02-081-0/+11
| | | | | | | | interval and pool size (EJAB-206) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1178
* * src/mod_pubsub/node.template: Fixed typoMickaël Rémond2008-02-071-1/+1
| | | | SVN Revision: 1177
* * src/mod_muc/mod_muc_room.erl: Support for decline of invitationBadlop2008-02-061-4/+49
| | | | | | to MUC room (EJAB-515) SVN Revision: 1175
* * src/mod_pubsub/node_buddy.erl: Fixed typoMickaël Rémond2008-02-065-5/+5
| | | | | | | | | * 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
* * src/mod_pubsub/gen_pubsub_node.erl: API improvement: Added a way to ↵Mickaël Rémond2008-02-069-22/+73
| | | | | | | | | | | | | | | 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
* * src/ejabberd.hrl: Updated version to 2.1.0-alphaBadlop2008-02-041-1/+1
| | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise SVN Revision: 1172
* * src/mod_muc/mod_muc_room.erl: Append "(n/a)" to disco roomAlexey Shchepin2008-02-031-1/+1
| | | | | | descriptions when a number of occupants is not available SVN Revision: 1171
* * src/mod_pubsub/nodetree_virtual.erl: Fixed error report at startup.Mickaël Rémond2008-02-021-1/+3
| | | | SVN Revision: 1169
* * src/mod_pubsub/mod_pubsub.erl: Added the from field in theMickaël Rémond2008-02-024-13/+15
| | | | | | | | | | | 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
* * src/mod_echo.erl: Put in comments the call to the educationalBadlop2008-01-301-2/+5
| | | | | | function do_client_version SVN Revision: 1165
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-291-15/+22
| | | | | | private message with type=error (EJAB-496). Updated. SVN Revision: 1164
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-291-44/+111
| | | | | | private message with type=error (EJAB-496) SVN Revision: 1163
* * src/msgs/eo.msg: New Esperanto translation (thanks to AndreasBadlop2008-01-252-0/+768
| | | | | | | | | | | 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
* pubsub dirty_sync typo fix on node configuration transactionChristophe Romain2008-01-251-1/+1
| | | | SVN Revision: 1159
* pubsub configuration patch (EJAB-508) and (EJAB-509)Christophe Romain2008-01-259-10/+10
| | | | SVN Revision: 1158
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-162-3/+9
| | | | | | | | | | | * 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
* * doc/guide.tex: Improved the documentation of BinaryBadlop2008-01-151-1/+1
| | | | | | | | | | | | | | | | | | 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
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-15149-189/+189
| | | | | | * src/*: Likewise SVN Revision: 1153
* * src/Makefile.in: Allow compilation with Erlang R12 (EJAB-446).Jérôme Sautret2008-01-155-20/+65
| | | | | | | | | * src/aclocal.m4: Likewise * src/configure.ac: Likewise * src/configure: Likewise * src/ejabberd_s2s_in.erl: Likewise SVN Revision: 1150
* * src/ejabberdctl.template: Instead of using the Erlang kernelBadlop2008-01-131-7/+4
| | | | | | | variable 'inetrc', use the ERL_INETRC environment variable that is available since Erlang/OTP R10B-5. SVN Revision: 1149
* set_subscription fix (EJAB-494)Christophe Romain2008-01-121-1/+1
| | | | SVN Revision: 1148
* don't ask capabilities to MUC room participantsChristophe Romain2008-01-111-7/+16
| | | | SVN Revision: 1147
* EJAB-491 fixChristophe Romain2008-01-112-63/+65
| | | | SVN Revision: 1145
* Force PEP parent node to be []Christophe Romain2008-01-101-1/+5
| | | | SVN Revision: 1144