Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-23 | * src/treap.erl: Bugfix | Alexey Shchepin | 2 | -9/+47 | |
* src/mod_register.erl: Fixed table creation, timeout isn't activated when registration fails SVN Revision: 1300 | |||||
2008-04-22 | * src/mod_register.erl: Restrict registration frequency per IP or | Alexey Shchepin | 4 | -21/+266 | |
user * src/ejabberd_c2s.erl: Pass IP to the c2s_unauthenticated_iq hook * src/ejabberd_config.erl: Added registration_timeout option * src/treap.erl: Treaps implementation SVN Revision: 1299 | |||||
2008-04-22 | * src/ejabberd_auth.erl: Improve anonymous authentication to not | Badlop | 6 | -18/+90 | |
remove rosters accidentally (EJAB-549). New functions in ejabberd_auth to get/check password and know which module accepted the authentication. New element 'auth_module' in ejabberd_c2s record 'statedata'. Cyrsasl provides a new property in the response: {auth_module, AuthModule}. * src/ejabberd_auth_anonymous.erl: Likewise * src/ejabberd_c2s.erl: Likewise * src/cyrsasl_anonymous.erl: Likewise * src/cyrsasl_digest.erl: Likewise * src/cyrsasl_plain.erl: Likewise SVN Revision: 1297 | |||||
2008-04-18 | * src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s | Badlop | 3 | -3/+59 | |
after a remote server crash (EJAB-540) * src/ejabberd_s2s_in.erl: Likewise * src/ejabberd_s2s.erl: Likewise * doc/guide.tex: Likewise SVN Revision: 1296 | |||||
2008-04-14 | Cache negative response (EJAB-474) | Christophe Romain | 1 | -2/+15 | |
SVN Revision: 1294 | |||||
2008-04-12 | * src/web/ejabberd_web_admin.erl: Include Last-Modified HTTP | Badlop | 1 | -4/+8 | |
header in responses to allow caching (EJAB-546) SVN Revision: 1292 | |||||
2008-04-11 | * src/Makefile.in: Improved indentation of GCC call | Badlop | 5 | -23/+39 | |
* src/ejabberd_zlib/Makefile.in: Likewise * src/mod_irc/Makefile.in: Likewise * src/stringprep/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 1291 | |||||
2008-04-11 | * src/ejabberd_listener.erl (start_listener): Revert SVN r1260. | Badlop | 1 | -15/+0 | |
SVN Revision: 1290 | |||||
2008-04-11 | * src/ejabberd_config.erl: Removed a dependency on string:to_upper | Alexey Shchepin | 1 | -22/+23 | |
SVN Revision: 1288 | |||||
2008-04-11 | * src/tls/tls_drv.c: Fixed gcc signedness warnings | Alexey Shchepin | 2 | -5/+5 | |
* src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise SVN Revision: 1287 | |||||
2008-04-11 | * src/expat_erl.c: Removed R9B workaround | Alexey Shchepin | 1 | -99/+5 | |
SVN Revision: 1286 | |||||
2008-04-10 | pubsub identity and database update bugfix | Christophe Romain | 2 | -29/+36 | |
SVN Revision: 1285 | |||||
2008-04-10 | *src/ejabberd_c2s.erl: Uniform default value for empty privacy list. Fixes ↵ | Mickaël Rémond | 1 | -24/+19 | |
(EJAB-603). SVN Revision: 1281 | |||||
2008-04-08 | * src/ejabberd_auth_ldap.erl: LDAP function to get the number of | Badlop | 1 | -2/+7 | |
registered users is too slow (EJAB-331): set timeout in LDAP search queries (thanks to Evgeniy Khramtsov) and return the number of registered users. SVN Revision: 1280 | |||||
2008-04-04 | * src/ejabberd_auth_ldap.erl (get_vh_registered_users_number): New | Badlop | 1 | -0/+4 | |
function that returns 0 registered users (EJAB-331). SVN Revision: 1276 | |||||
2008-04-03 | * src/ejabberd_c2s.erl (process_presence_probe): Don't route a | Badlop | 1 | -1/+7 | |
presence probe to oneself (EJAB-498) SVN Revision: 1275 | |||||
2008-04-02 | * src/ejabberd_config.erl: Add support to include additional | Badlop | 1 | -13/+193 | |
configuration files. Add support for macro definition and usage. (EJAB-593) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1273 | |||||
2008-04-02 | Do not ignore values passed from configure (EJAB-592) | Christophe Romain | 1 | -4/+5 | |
SVN Revision: 1272 | |||||
2008-04-02 | add condition inclusion of pep in disco identity (EJAB-564) | Christophe Romain | 1 | -17/+25 | |
SVN Revision: 1268 | |||||
2008-04-01 | typo fix on ejabberdctl.template | Christophe Romain | 1 | -1/+1 | |
SVN Revision: 1266 | |||||
2008-04-01 | * doc/api/Makefile: Report the correct ejabberd version. When | Badlop | 6 | -89/+98 | |
cleaning, remove also erlang.png * src/mod_muc/mod_muc_room.erl: Update source code to prevent warning messages from EDoc * src/mod_pubsub/mod_pubsub.erl: Likewise * src/mod_pubsub/node_default.erl: Likewise * src/mod_pubsub/nodetree_default.erl: Likewise * src/mod_pubsub/nodetree_virtual.erl: Likewise * src/mod_pubsub/pubsub.hrl: Likewise SVN Revision: 1265 | |||||
2008-04-01 | Add firewalling port range definition | Christophe Romain | 2 | -1/+18 | |
SVN Revision: 1264 | |||||
2008-03-31 | * src/ejabberd_listener.erl: Remove code of the unused listening | Badlop | 2 | -68/+18 | |
socket option 'ssl' (EJAB-159) * src/ejabberd_app.erl: Likewise SVN Revision: 1263 | |||||
2008-03-31 | * src/ejabberd_listener.erl (start_listener): Start also the | Badlop | 1 | -0/+15 | |
supervisor of the module SVN Revision: 1260 | |||||
2008-03-26 | * src/Makefile.in: Support for parallel compilation with 'make -j' | Badlop | 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 | |||||
2008-03-25 | * src/ejabberd_local.erl: The iq_response table wasn't cloned | Alexey Shchepin | 1 | -0/+1 | |
automatically on all nodes which resulted in a single point of failure SVN Revision: 1257 | |||||
2008-03-25 | * src/Makefile.in: Only try to install epam if pam was enabled | Badlop | 1 | -1/+6 | |
in configure script (thanks to Etan Reisner)(EJAB-586) SVN Revision: 1256 | |||||
2008-03-25 | * src/Makefile.in: Failure to install epam is not | Badlop | 1 | -1/+1 | |
critical (EJAB-573) SVN Revision: 1255 | |||||
2008-03-24 | * src/msgs/de.msg: Fix irc typo (thanks to Jonathan Schleifer) | Badlop | 4 | -4/+4 | |
* src/msgs/cs.msg: Likewise * src/msgs/pl.msg: Likewise * src/msgs/sk.msg: Likewise SVN Revision: 1253 | |||||
2008-03-22 | * src/eldap/Makefile.in: Generate ELDAPv3.beam during first Makefile pass ↵ | Mickaël Rémond | 1 | -2/+2 | |
(EJAB-583). SVN Revision: 1249 | |||||
2008-03-21 | * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUG | Badlop | 2 | -3/+3 | |
* src/shaper.erl: Move log call INFO_MSG to DEBUG SVN Revision: 1247 | |||||
2008-03-21 | Pubsub subscription is now wrapped in pubsub tags (EJAB-580) | Christophe Romain | 1 | -7/+6 | |
SVN Revision: 1244 | |||||
2008-03-21 | Seek epam binary into priv/bin (EJAB-573) | Christophe Romain | 4 | -3/+20 | |
SVN Revision: 1243 | |||||
2008-03-21 | Rewrite io:format calls to loglevel macros (EJAB-555) | Christophe Romain | 13 | -63/+78 | |
SVN Revision: 1239 | |||||
2008-03-20 | * src/eldap.erl: Improved logging. We now use ejabberd logging framework ↵ | Mickaël Rémond | 1 | -85/+63 | |
(EJAB-582). * src/eldap.erl: Faster LDAP reconnection (Thanks to Christophe Romain) (EJAB-581) SVN Revision: 1236 | |||||
2008-03-17 | * src/ejabberd_s2s.erl: Only trigger s2s_connect_hook on successful ↵ | Mickaël Rémond | 2 | -1/+6 | |
connection (EJAB-566) * src/ejabberd_s2s_out.erl: Likewise SVN Revision: 1235 | |||||
2008-03-15 | * src/ejabberd_ctl.erl: API improvement: Added reopen_log_hook (EJAB-565) | Mickaël Rémond | 1 | -0/+2 | |
SVN Revision: 1234 | |||||
2008-03-15 | * src/ejabberd_s2s.erl: API improvement: Added s2s_connect_hook (EJAB-566). | Mickaël Rémond | 1 | -0/+1 | |
SVN Revision: 1232 | |||||
2008-03-13 | * src/odbc/ejabberd_odbc.erl: Start ODBC explicitely because | Badlop | 1 | -0/+1 | |
Erlang R12 doesn't start automatically like in R11 and older (thanks to Sergei Golovan)(EJAB-541) SVN Revision: 1231 | |||||
2008-03-13 | * src/ejabberd.hrl: Removed unused ejabberd_debug and | Badlop | 1 | -15/+14 | |
PRIVACY_SUPPORT. Reordered the remaining options SVN Revision: 1230 | |||||
2008-03-12 | * src/mod_echo.erl: Small change to avoid a compilation warning of | Badlop | 1 | -4/+7 | |
unused function SVN Revision: 1228 | |||||
2008-03-12 | * src/web/ejabberd_web_admin.erl (term_to_string): Show Erlang | Badlop | 1 | -1/+4 | |
terms in one line in Erlang R12 (EJAB-503) SVN Revision: 1227 | |||||
2008-03-11 | * src/ejabberd_s2s_in.erl (get_cert_domains): When compiling with | Badlop | 1 | -2/+6 | |
Erlang R12, replace the calls to deprecated module PKIX1Explicit88 with OTP-PKIX (EJAB-556) SVN Revision: 1226 | |||||
2008-03-10 | * src/ejabberd_update.erl: Fix crash when browsing the Update | Badlop | 1 | -2/+2 | |
page in Erlang R12 (EJAB-552) SVN Revision: 1225 | |||||
2008-03-09 | * src/web/ejabberd_http_poll.erl: Fixed HTTP headers when a | Alexey Shchepin | 1 | -1/+1 | |
requested session doesn't exist SVN Revision: 1223 | |||||
2008-03-09 | * src/mod_proxy65/mod_proxy65_service.erl: Implement alternative | Badlop | 1 | -1/+1 | |
to the deprecated function inet:ip_to_bytes (thanks to Evgeniy Khramtsov)(EJAB-542) SVN Revision: 1222 | |||||
2008-03-07 | add missing ~p to error message | Christophe Romain | 1 | -1/+1 | |
SVN Revision: 1221 | |||||
2008-03-07 | * src/eldap/eldap_pool.erl: Improved logging | Mickaël Rémond | 1 | -0/+4 | |
SVN Revision: 1220 | |||||
2008-03-04 | * doc/guide.tex: Improve documentation of host_config | Badlop | 2 | -2/+44 | |
add (EJAB-544) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise * src/ejabberd_config.erl: Likewise SVN Revision: 1219 | |||||
2008-03-04 | * doc/guide.tex: mod_announce recommends, but doesn't require | Badlop | 1 | -1/+1 | |
mod_adhoc (thanks to Anastasia Gornostaeva) * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1218 |