Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge changesets 1150 and 1151 into branch ejabberd-2.0.x: | Badlop | 2008-01-15 | 6 | -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 kernel | Badlop | 2008-01-13 | 2 | -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 Romain | 2008-01-12 | 2 | -1/+5 |
| | | | | SVN Revision: 1148 | ||||
* | don't ask capabilities to MUC room participants | Christophe Romain | 2008-01-11 | 2 | -7/+21 |
| | | | | SVN Revision: 1147 | ||||
* | EJAB-491 fix | Christophe Romain | 2008-01-11 | 2 | -63/+65 |
| | | | | SVN Revision: 1146 | ||||
* | Force PEP parent node to be [] | Christophe Romain | 2008-01-10 | 1 | -1/+5 |
| | | | | SVN Revision: 1144 | ||||
* | Send last published PEP event now checks the correct peer caps (EJAB-491) | Christophe Romain | 2008-01-10 | 4 | -15/+28 |
| | | | | SVN Revision: 1143 | ||||
* | * src/mod_muc/mod_muc_room.erl: MUC kicks a participant if sends a | Badlop | 2008-01-09 | 2 | -62/+49 |
| | | | | | | private message with type=error (EJAB-496) SVN Revision: 1142 | ||||
* | Merged changesets 1139 and 1140 from trunk: | Badlop | 2008-01-08 | 4 | -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 of | Badlop | 2008-01-01 | 4 | -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 muc | Badlop | 2008-01-01 | 2 | -1/+11 |
| | | | | | | room invitations (EJAB-490) SVN Revision: 1136 | ||||
* | * src/ejabberdctl.template: Create logs_dir if doesn't exist. New | Badlop | 2008-01-01 | 6 | -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) | Badlop | 2008-01-01 | 2 | -18/+48 |
| | | | | SVN Revision: 1132 | ||||
* | * src/ejabberd_s2s_out.erl: Fixed behavior when outgoing_s2s_port | Badlop | 2007-12-29 | 2 | -5/+15 |
| | | | | | | option is not defined (EJAB-487) SVN Revision: 1130 | ||||
* | * src/mod_vcard_ldap.erl: Fix some field names (EJAB-483) | Badlop | 2007-12-27 | 2 | -4/+8 |
| | | | | SVN Revision: 1128 | ||||
* | * src/web/ejabberd_web_admin.erl: Translate menu items of webadmin | Badlop | 2007-12-26 | 3 | -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 rule | Badlop | 2007-12-26 | 2 | -2/+14 |
| | | | | | | contains an integer, but webadmin always expects atoms (EJAB-482) SVN Revision: 1124 | ||||
* | * src/mod_configure.erl: Bugfix, update to match changes in | Badlop | 2007-12-25 | 2 | -3/+6 |
| | | | | | | mod_announce SVN r1099 SVN Revision: 1122 | ||||
* | * doc/release_notes_2.0.0.txt: minor fix. | Mickaël Rémond | 2007-12-24 | 1 | -2/+2 |
| | | | | SVN Revision: 1120 | ||||
* | * doc/release_notes_2.0.0.txt: Small fix. | Mickaël Rémond | 2007-12-24 | 1 | -1/+1 |
| | | | | SVN Revision: 1119 | ||||
* | * Small fixes in release notes | Mickaël Rémond | 2007-12-24 | 1 | -5/+5 |
| | | | | SVN Revision: 1116 | ||||
* | * Branch for 2.0.x developments | Mickaël Rémond | 2007-12-24 | 0 | -0/+0 |
| | | | | SVN Revision: 1114 | ||||
* | * Applied copyright patch 3. | Mickaël Rémond | 2007-12-24 | 63 | -151/+1136 |
| | | | | SVN Revision: 1113 | ||||
* | * applied copyright patch 2. | Mickaël Rémond | 2007-12-24 | 26 | -95/+572 |
| | | | | SVN Revision: 1112 | ||||
* | * Fixed typo. | Mickaël Rémond | 2007-12-24 | 1 | -1/+1 |
| | | | | SVN Revision: 1111 | ||||
* | * Applied copyright update patch 1. | Mickaël Rémond | 2007-12-24 | 54 | -186/+1156 |
| | | | | SVN Revision: 1110 | ||||
* | pubsub: remove useless get_roster_info call | Christophe Romain | 2007-12-24 | 2 | -5/+9 |
| | | | | SVN Revision: 1109 | ||||
* | * doc/release_notes_2.0.0.txt: Fix on number of supported languages. | Mickaël Rémond | 2007-12-24 | 1 | -1/+1 |
| | | | | SVN Revision: 1108 | ||||
* | * doc/release_notes_2.0.0.txt: ejabberd 2.0.0 beta 1 release notes. | Mickaël Rémond | 2007-12-24 | 2 | -5/+46 |
| | | | | SVN Revision: 1107 | ||||
* | * doc/release_notes_2.0.0.txt: Fixes and update. | Mickaël Rémond | 2007-12-24 | 1 | -23/+36 |
| | | | | SVN Revision: 1106 | ||||
* | * src/msgs/vi.msg: New Vietnamese translation (thanks to EQHO | Badlop | 2007-12-23 | 4 | -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 and | Badlop | 2007-12-23 | 2 | -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 erlang | Badlop | 2007-12-22 | 2 | -9/+92 |
| | | | | | | modules (EJAB-466) SVN Revision: 1103 | ||||
* | * doc/introduction.tex: Small updates | Badlop | 2007-12-22 | 3 | -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 easy | Badlop | 2007-12-22 | 2 | -5/+13 |
| | | | | | | configuration of HTTP-Binding SVN Revision: 1101 | ||||
* | * src/mod_announce.erl: When editing MOTD, display current value (EJAB-475) | Badlop | 2007-12-22 | 2 | -6/+27 |
| | | | | SVN Revision: 1100 | ||||
* | * src/mod_announce.erl: Fixed unnoticeable bug related to Node | Badlop | 2007-12-22 | 2 | -70/+71 |
| | | | | | | | matching. Renamed some nonstandard node names according to XEP-0133. Small reordering of clauses. SVN Revision: 1099 | ||||
* | debug log fix | Christophe Romain | 2007-12-22 | 1 | -1/+0 |
| | | | | SVN Revision: 1098 | ||||
* | EJAB-469 bugfix | Christophe Romain | 2007-12-22 | 4 | -8/+25 |
| | | | | SVN Revision: 1097 | ||||
* | several pubsub/pep bugfix | Christophe Romain | 2007-12-22 | 6 | -211/+151 |
| | | | | SVN Revision: 1096 | ||||
* | * src/mod_caps.erl: Bugfix in timeout checking. Check for timeout | Badlop | 2007-12-21 | 2 | -1/+10 |
| | | | | | | when an error response is received, and also before querying SVN Revision: 1095 | ||||
* | * src/ejabberd_ctl.erl: Added new command: mnesia (thanks to | Badlop | 2007-12-21 | 2 | -0/+21 |
| | | | | | | Tsukasa Hamano) SVN Revision: 1094 | ||||
* | * doc/release_nodes_2.0.0.txt: release notes draft (still a work in progress). | Mickaël Rémond | 2007-12-21 | 1 | -0/+104 |
| | | | | SVN Revision: 1093 | ||||
* | Small bugfix. | Badlop | 2007-12-21 | 1 | -1/+1 |
| | | | | SVN Revision: 1092 | ||||
* | fix ejabberd_modules includes | Christophe Romain | 2007-12-21 | 1 | -1/+2 |
| | | | | SVN Revision: 1091 | ||||
* | * src/msgs/fr.msg: Updated French translation (EJAB-295) | Mickaël Rémond | 2007-12-21 | 2 | -22/+54 |
| | | | | SVN Revision: 1090 | ||||
* | pubsub disco#items bugfix (EJAB-465) | Christophe Romain | 2007-12-21 | 2 | -4/+10 |
| | | | | SVN Revision: 1089 | ||||
* | * src/msgs/uk.msg: Updated (thanks to Ruslan Rakhmanin) | Badlop | 2007-12-20 | 4 | -81/+118 |
| | | | | | | | | | * src/msgs/de.msg: Updated (thanks to Nikolaus Polak and Cord Beermann) * contrib/extract_translations/prepare-translation.sh: Small fix SVN Revision: 1088 | ||||
* | * src/mod_caps.erl: Don't include the Node attribute from C | Badlop | 2007-12-20 | 2 | -2/+6 |
| | | | | | | element in the disco#info query SVN Revision: 1087 | ||||
* | User count performance improvements | Christophe Romain | 2007-12-20 | 2 | -7/+19 |
| | | | | SVN Revision: 1086 |