aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added missing ejabberd-2.0.0 tag.Mickaël Rémond2008-02-250-0/+0
| | | | SVN Revision: 1208
* * doc/release_notes_2.0.0.txt: Small fixes and update dateBadlop2008-02-212-10/+16
| | | | SVN Revision: 1207
* * README: Updated to match the content of the ejabberd GuideBadlop2008-02-202-22/+35
| | | | SVN Revision: 1206
* * doc/release_notes_2.0.0.txt: Updated version number and dateBadlop2008-02-202-3/+5
| | | | SVN Revision: 1205
* * src/ejabberd.hrl: Updated version numberBadlop2008-02-207-136/+234
| | | | | | | | | | | | * doc/dev.html: Likewise * doc/features.html: Likewise * doc/guide.html: Likewise * doc/version.tex: Likewise * doc/guide.tex: Mentioned the problems about Windows service * doc/guide.html: Likewise SVN Revision: 1203
* * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov)Badlop2008-02-203-14/+27
| | | | | | * 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-1912-48/+141
| | | | | | | | | | | | | | | | * 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-192-0/+5
| | | | SVN Revision: 1200
* * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns ↵Mickaël Rémond2008-02-197-4/+41
| | | | | | | | | | | | 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: 1199
* Bug in get_conn_type since SVN r1194 crashes http-bind and http-poll (thanks ↵Christophe Romain2008-02-182-8/+11
| | | | | | to Brian Cully) (EJAB-526) SVN Revision: 1197
* * src/mod_muc/mod_muc_room.erl: Merge SVN r1164, and fix the mergeBadlop2008-02-162-31/+33
| | | | | | of SVN r1179 (EJAB-496) SVN Revision: 1196
* * doc/release_notes_2.0.0.txt: Describe in the Release Notes theBadlop2008-02-152-6/+48
| | | | | | upgrade instructions (EJAB-522) SVN Revision: 1195
* Retreive connection type in sm_register_connection_hookChristophe Romain2008-02-154-21/+64
| | | | SVN Revision: 1194
* * odbc_queries: fix list_users queries with limit/offset.Jérôme Sautret2008-02-151-12/+12
| | | | SVN Revision: 1193
* use ejabberd-2.0.0 tag for contribsChristophe Romain2008-02-141-2/+2
| | | | SVN Revision: 1192
* * src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437)Badlop2008-02-1414-6/+24
| | | | | | | * src/msgs/*: Recover old translations to several languages from ejabberd 1.1.4 SVN Revision: 1191
* * src/web/ejabberd_web_admin.erl: Fixed native support for all theBadlop2008-02-122-9/+23
| | | | | | ACL types (EJAB-253) SVN Revision: 1186
* * src/acl.erl: Normalize ACL before adding to the configurationBadlop2008-02-122-3/+19
| | | | | | tables (EJAB-521) SVN Revision: 1185
* use if event instead of x when xmlns is pubsub#event (EJAB-518)Christophe Romain2008-02-112-4/+9
| | | | SVN Revision: 1181
* * src/mod_muc/mod_muc_room.erl: Include the error condition in theBadlop2008-02-092-25/+40
| | | | | | | 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-084-10/+118
| | | | | | | | interval and pool size (EJAB-206) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1178
* * src/mod_pubsub/node_buddy.erl: Fixed typoMickaël Rémond2008-02-078-7/+17
| | | | | | | | | | | * 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 * src/mod_pubsub/node_public.erl: Likewise * src/mod_pubsub/node.template: Likewise SVN Revision: 1176
* * src/mod_pubsub/nodetree_virtual.erl: Fixed error report at startup.Mickaël Rémond2008-02-022-1/+7
| | | | SVN Revision: 1170
* * doc/guide.tex: Removed the option served_hosts in mod_pubsubBadlop2008-01-303-13/+14
| | | | | | | because it does not work correctly yet (EJAB-504) * doc/guide.html: Likewise SVN Revision: 1167
* * src/mod_echo.erl: Put in comments the call to the educationalBadlop2008-01-302-2/+10
| | | | | | function do_client_version SVN Revision: 1166
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-292-44/+116
| | | | | | private message with type=error (EJAB-496) SVN Revision: 1163
* * doc/introduction.tex: Updated list of languagesBadlop2008-01-253-5/+8
| | | | | | * doc/release_notes_2.0.0.txt: Likewise SVN Revision: 1162
* * src/msgs/eo.msg: New Esperanto translation (thanks to AndreasBadlop2008-01-254-4/+782
| | | | | | | | | | | 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: 1161
* 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-2510-10/+24
| | | | SVN Revision: 1158
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-165-17/+33
| | | | | | | | | | | * 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: 1156
* * doc/guide.tex: Improved the documentation of BinaryBadlop2008-01-158-328/+480
| | | | | | | | | | | | | | | | | | 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-15151-190/+195
| | | | | | * src/*: Likewise SVN Revision: 1153
* Merge changesets 1150 and 1151 into branch ejabberd-2.0.x:Badlop2008-01-156-27/+82
| | | | | | | | | | | | | | * 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
* * src/ejabberdctl.template: Instead of using the Erlang kernelBadlop2008-01-132-7/+10
| | | | | | | 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-122-1/+5
| | | | SVN Revision: 1148
* don't ask capabilities to MUC room participantsChristophe Romain2008-01-112-7/+21
| | | | SVN Revision: 1147
* EJAB-491 fixChristophe Romain2008-01-112-63/+65
| | | | SVN Revision: 1146
* Force PEP parent node to be []Christophe Romain2008-01-101-1/+5
| | | | SVN Revision: 1144
* Send last published PEP event now checks the correct peer caps (EJAB-491)Christophe Romain2008-01-104-15/+28
| | | | SVN Revision: 1143
* * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends aBadlop2008-01-092-62/+49
| | | | | | private message with type=error (EJAB-496) SVN Revision: 1142
* Merged changesets 1139 and 1140 from trunk:Badlop2008-01-084-18/+12
| | | | | | | | | | * doc/Makefile: fix version.tex generation bug * 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: 1141
* * src/web/ejabberd_web_admin.erl: Uniformize the name ofBadlop2008-01-014-107/+117
| | | | | | | | | | | 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: 1138
* * src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in mucBadlop2008-01-012-1/+11
| | | | | | room invitations (EJAB-490) SVN Revision: 1136
* * src/ejabberdctl.template: Create logs_dir if doesn't exist. NewBadlop2008-01-016-73/+132
| | | | | | | | | | | | | | | | | | 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: 1134
* * src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)Badlop2008-01-012-18/+48
| | | | SVN Revision: 1132
* * src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_portBadlop2007-12-292-5/+15
| | | | | | option is not defined (EJAB-487) SVN Revision: 1130
* * src/mod_vcard_ldap.erl: Fix some field names (EJAB-483)Badlop2007-12-272-4/+8
| | | | SVN Revision: 1128
* * src/web/ejabberd_web_admin.erl: Translate menu items of webadminBadlop2007-12-263-15/+19
| | | | | | | hooks in each module (EJAB-485) * src/mod_shared_roster.erl: Likewise SVN Revision: 1126
* * src/web/ejabberd_web_admin.erl: max_user_sessions access ruleBadlop2007-12-262-2/+14
| | | | | | contains an integer, but webadmin always expects atoms (EJAB-482) SVN Revision: 1124