aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * 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: 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-2510-10/+23
| | | | 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: 1155
* * 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-151-2/+2
| | | | | | | | | | | | | | * 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
* * ChangeLog: Update for Erlang R12 compilation (EJAB-446).Jérôme Sautret2008-01-151-7/+17
| | | | SVN Revision: 1151
* * 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-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: 1145
* 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
* * src/ejabberdctl.template: Removed the option ERL_FULLSWEEP_AFTERBadlop2008-01-083-17/+7
| | | | | | | because it is almost useless regarding ejabberd's performance. * src/ejabberdctl.cfg.example: Likewise SVN Revision: 1140
* fix version.tex generation bugChristophe Romain2008-01-082-1/+5
| | | | SVN Revision: 1139
* * 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: 1137
* * src/mod_muc/mod_muc_room.erl: Resend 'continue' elements in mucBadlop2008-01-012-1/+11
| | | | | | room invitations (EJAB-490) SVN Revision: 1135
* * 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: 1133
* * src/msgs/ca.msg: Updated (thanks to Vicent Alberola Canet)Badlop2007-12-312-18/+48
| | | | SVN Revision: 1131
* * src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_portBadlop2007-12-291-1/+1
| | | | | | option is not defined (EJAB-487) SVN Revision: 1130
* * src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_portAlexey Shchepin2007-12-292-5/+15
| | | | | | option is not defined SVN Revision: 1129
* * src/mod_vcard_ldap.erl: Fix some field names (EJAB-483)Badlop2007-12-272-4/+8
| | | | SVN Revision: 1127
* * 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: 1125
* * 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: 1123
* * src/mod_configure.erl: Bugfix, update to match changes inBadlop2007-12-252-3/+6
| | | | | | mod_announce SVN r1099 SVN Revision: 1121
* * doc/release_notes_2.0.0.txt: minor fix.Mickaël Rémond2007-12-241-2/+2
| | | | SVN Revision: 1120
* * doc/release_notes_2.0.0.txt: Small fix.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1119
* * doc/release_notes_2.0.0.txt: Small fixes.Mickaël Rémond2007-12-241-5/+5
| | | | SVN Revision: 1115
* * Applied copyright patch 3.Mickaël Rémond2007-12-2463-151/+1136
| | | | SVN Revision: 1113
* * applied copyright patch 2.Mickaël Rémond2007-12-2426-95/+572
| | | | SVN Revision: 1112
* * Fixed typo.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1111
* * Applied copyright update patch 1.Mickaël Rémond2007-12-2454-186/+1156
| | | | SVN Revision: 1110
* pubsub: remove useless get_roster_info callChristophe Romain2007-12-242-5/+9
| | | | SVN Revision: 1109
* * doc/release_notes_2.0.0.txt: Fix on number of supported languages.Mickaël Rémond2007-12-241-1/+1
| | | | SVN Revision: 1108
* * doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes.Mickaël Rémond2007-12-242-5/+46
| | | | SVN Revision: 1107
* * doc/release_notes_2.0.0.txt: Fixes and update.Mickaël Rémond2007-12-241-23/+36
| | | | SVN Revision: 1106
* * src/msgs/vi.msg: New Vietnamese translation (thanks to EQHOBadlop2007-12-234-19/+798
| | | | | | | | | | | 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
* * src/mod_muc/mod_muc_room.erl: Log room creation andBadlop2007-12-232-2/+17
| | | | | | | destruction. Ensure JID of owners of MUC room are user, not server (EJAB-435) SVN Revision: 1104
* * src/ejabberd.app: Update ejabberd.app: add new erlangBadlop2007-12-222-9/+92
| | | | | | modules (EJAB-466) SVN Revision: 1103
* * doc/introduction.tex: Small updatesBadlop2007-12-223-20/+44
| | | | | | | * doc/guide.tex: Small fixes in Install. Added http_bind to Listening Ports. SVN Revision: 1102
* * src/web/ejabberd_http.erl: Add 'http_bind' option for easyBadlop2007-12-222-5/+13
| | | | | | configuration of HTTP-Binding SVN Revision: 1101
* * src/mod_announce.erl: When editing MOTD, display current value (EJAB-475)Badlop2007-12-222-6/+27
| | | | SVN Revision: 1100
* * src/mod_announce.erl: Fixed unnoticeable bug related to NodeBadlop2007-12-222-70/+71
| | | | | | | matching. Renamed some nonstandard node names according to XEP-0133. Small reordering of clauses. SVN Revision: 1099
* debug log fixChristophe Romain2007-12-221-1/+0
| | | | SVN Revision: 1098
* EJAB-469 bugfixChristophe Romain2007-12-224-8/+25
| | | | SVN Revision: 1097
* several pubsub/pep bugfixChristophe Romain2007-12-226-211/+151
| | | | SVN Revision: 1096