Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/ejabberd_listener.erl (start_listener): Start also the | Badlop | 2008-03-31 | 1 | -0/+15 |
| | | | | | | supervisor of the module SVN Revision: 1260 | ||||
* | * src/Makefile.in: Support for parallel compilation with 'make -j' | Badlop | 2008-03-26 | 3 | -4/+17 |
| | | | | | | | | | in multi core CPUs: fix compilation dependencies; compile behaviors before other source code. (thanks to Jonathan Schleifer) * src/mod_pubsub/Makefile.in: Likewise * src/eldap/Makefile.in: Likewise SVN Revision: 1258 | ||||
* | * src/ejabberd_local.erl: The iq_response table wasn't cloned | Alexey Shchepin | 2008-03-25 | 1 | -0/+1 |
| | | | | | | | automatically on all nodes which resulted in a single point of failure SVN Revision: 1257 | ||||
* | * src/Makefile.in: Only try to install epam if pam was enabled | Badlop | 2008-03-25 | 1 | -1/+6 |
| | | | | | | in configure script (thanks to Etan Reisner)(EJAB-586) SVN Revision: 1256 | ||||
* | * src/Makefile.in: Failure to install epam is not | Badlop | 2008-03-25 | 1 | -1/+1 |
| | | | | | | critical (EJAB-573) SVN Revision: 1255 | ||||
* | * src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer) | Badlop | 2008-03-24 | 4 | -4/+4 |
| | | | | | | | | * src/msgs/cs.msg: Likewise * src/msgs/pl.msg: Likewise * src/msgs/sk.msg: Likewise SVN Revision: 1253 | ||||
* | * src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass ↵ | Mickaël Rémond | 2008-03-22 | 1 | -2/+2 |
| | | | | | | (EJAB-583). SVN Revision: 1249 | ||||
* | * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG | Badlop | 2008-03-21 | 2 | -3/+3 |
| | | | | | | * src/shaper.erl: Move log call INFO_MSG to DEBUG SVN Revision: 1247 | ||||
* | Pubsub subscription is now wrapped in pubsub tags (EJAB-580) | Christophe Romain | 2008-03-21 | 1 | -7/+6 |
| | | | | SVN Revision: 1244 | ||||
* | Seek epam binary into priv/bin (EJAB-573) | Christophe Romain | 2008-03-21 | 4 | -3/+20 |
| | | | | SVN Revision: 1243 | ||||
* | Rewrite io:format calls to loglevel macros (EJAB-555) | Christophe Romain | 2008-03-21 | 13 | -63/+78 |
| | | | | SVN Revision: 1239 | ||||
* | * src/eldap.erl: Improved logging. We now use ejabberd logging framework ↵ | Mickaël Rémond | 2008-03-20 | 1 | -85/+63 |
| | | | | | | | | (EJAB-582). * src/eldap.erl: Faster LDAP reconnection (Thanks to Christophe Romain) (EJAB-581) SVN Revision: 1236 | ||||
* | * src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful ↵ | Mickaël Rémond | 2008-03-17 | 2 | -1/+6 |
| | | | | | | | | connection (EJAB-566) * src/ejabberd_s2s_out.erl: Likewise SVN Revision: 1235 | ||||
* | * src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565) | Mickaël Rémond | 2008-03-15 | 1 | -0/+2 |
| | | | | SVN Revision: 1234 | ||||
* | * src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566). | Mickaël Rémond | 2008-03-15 | 1 | -0/+1 |
| | | | | SVN Revision: 1232 | ||||
* | * src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because | Badlop | 2008-03-13 | 1 | -0/+1 |
| | | | | | | | Erlang R12 doesn't start automatically like in R11 and older (thanks to Sergei Golovan)(EJAB-541) SVN Revision: 1231 | ||||
* | * src/ejabberd.hrl: Removed unused ejabberd_debug and | Badlop | 2008-03-13 | 1 | -15/+14 |
| | | | | | | PRIVACY_SUPPORT. Reordered the remaining options SVN Revision: 1230 | ||||
* | * src/mod_echo.erl: Small change to avoid a compilation warning of | Badlop | 2008-03-12 | 1 | -4/+7 |
| | | | | | | unused function SVN Revision: 1228 | ||||
* | * src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang | Badlop | 2008-03-12 | 1 | -1/+4 |
| | | | | | | terms in one line in Erlang R12 (EJAB-503) SVN Revision: 1227 | ||||
* | * src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with | Badlop | 2008-03-11 | 1 | -2/+6 |
| | | | | | | | Erlang R12, replace the calls to deprecated module PKIX1Explicit88 with OTP-PKIX (EJAB-556) SVN Revision: 1226 | ||||
* | * src/ejabberd_update.erl: Fix crash when browsing the Update | Badlop | 2008-03-10 | 1 | -2/+2 |
| | | | | | | page in Erlang R12 (EJAB-552) SVN Revision: 1225 | ||||
* | * src/web/ejabberd_http_poll.erl: Fixed HTTP headers when a | Alexey Shchepin | 2008-03-09 | 1 | -1/+1 |
| | | | | | | requested session doesn't exist SVN Revision: 1223 | ||||
* | * src/mod_proxy65/mod_proxy65_service.erl: Implement alternative | Badlop | 2008-03-09 | 1 | -1/+1 |
| | | | | | | | to the deprecated function inet:ip_to_bytes (thanks to Evgeniy Khramtsov)(EJAB-542) SVN Revision: 1222 | ||||
* | add missing ~p to error message | Christophe Romain | 2008-03-07 | 1 | -1/+1 |
| | | | | SVN Revision: 1221 | ||||
* | * src/eldap/eldap_pool.erl: Improved logging | Mickaël Rémond | 2008-03-07 | 1 | -0/+4 |
| | | | | SVN Revision: 1220 | ||||
* | * doc/guide.tex: Improve documentation of host_config | Badlop | 2008-03-04 | 2 | -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 require | Badlop | 2008-03-04 | 1 | -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 now | Alexey Shchepin | 2008-03-03 | 2 | -3/+19 |
| | | | | | | * src/ejabberd_zlib/ejabberd_zlib.erl: Likewise SVN Revision: 1217 | ||||
* | * src/ejabberd_check.erl: Fixed missing clause (EJAB-533). | Mickaël Rémond | 2008-02-29 | 1 | -1/+3 |
| | | | | SVN Revision: 1215 | ||||
* | * src/mod_roster.erl: Fixed "from" attribute in roster pushes | Alexey Shchepin | 2008-02-28 | 2 | -2/+2 |
| | | | | | | * src/mod_roster_odbc.erl: Likewise SVN Revision: 1213 | ||||
* | * src/ejabberd_app.erl (prep_stop): Stop modules when stopping | Badlop | 2008-02-28 | 4 | -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émond | 2008-02-27 | 3 | -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) | Badlop | 2008-02-26 | 1 | -20/+9 |
| | | | | SVN Revision: 1209 | ||||
* | * src/msgs/ru.msg: Updated (thanks to Konstantin Khomoutov) | Badlop | 2008-02-20 | 2 | -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) | Badlop | 2008-02-19 | 11 | -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 monitoring | Christophe Romain | 2008-02-19 | 1 | -0/+1 |
| | | | | SVN Revision: 1200 | ||||
* | * src/ejabberd_config.erl: dirty_get_registered_users now correctly returns ↵ | Mickaël Rémond | 2008-02-19 | 6 | -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 Romain | 2008-02-18 | 1 | -7/+5 |
| | | | | | | to Brian Cully) (EJAB-526) SVN Revision: 1197 | ||||
* | Retreive connection type in sm_register_connection_hook | Christophe Romain | 2008-02-15 | 3 | -21/+57 |
| | | | | SVN Revision: 1194 | ||||
* | * src/mod_muc/mod_muc_room.erl: Allow unmoderated rooms (EJAB-437) | Badlop | 2008-02-14 | 13 | -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 quoted | Alexey Shchepin | 2008-02-14 | 1 | -2/+4 |
| | | | | | | strings (EJAB-304) SVN Revision: 1190 | ||||
* | * src/mod_roster.erl: Removed the ancient Psi roster workaround | Alexey Shchepin | 2008-02-14 | 2 | -77/+1 |
| | | | | | | * src/mod_roster_odbc.erl: Likewise SVN Revision: 1189 | ||||
* | * odbc_queries: fix list_users queries with limit/offset. | Jérôme Sautret | 2008-02-12 | 1 | -2/+2 |
| | | | | SVN Revision: 1188 | ||||
* | * odbc_queries: fix list_users query with prefix. | Jérôme Sautret | 2008-02-12 | 1 | -11/+11 |
| | | | | SVN Revision: 1187 | ||||
* | * src/web/ejabberd_web_admin.erl: Fixed native support for all the | Badlop | 2008-02-12 | 1 | -9/+20 |
| | | | | | | ACL types (EJAB-253) SVN Revision: 1186 | ||||
* | * src/acl.erl: Normalize ACL before adding to the configuration | Badlop | 2008-02-12 | 1 | -3/+14 |
| | | | | | | tables (EJAB-521) SVN Revision: 1185 | ||||
* | * src/ejabberd_auth.erl: Do not allow empty password at creation. On ↵ | Mickaël Rémond | 2008-02-11 | 4 | -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émond | 2008-02-11 | 1 | -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 Romain | 2008-02-11 | 1 | -4/+4 |
| | | | | SVN Revision: 1181 | ||||
* | * src/mod_muc/mod_muc_room.erl: Bugfix: local message stanza may | Badlop | 2008-02-11 | 1 | -6/+6 |
| | | | | | | not have an attribute From (EJAB-515) SVN Revision: 1180 |