Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * src/ejabberd_c2s.erl: Bugfix: deliver messages when first | Badlop | 2008-06-09 | 2 | -0/+7 |
| | | | | | | presence is Invisible (thanks to Dariusz Markowicz)(EJAB-262) SVN Revision: 1348 | ||||
* | * doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer) | Badlop | 2008-06-08 | 4 | -20/+24 |
| | | | | | | | * doc/introduction.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1347 | ||||
* | * doc/guide.tex: Document ejabberdctl status code (EJAB-633) | Badlop | 2008-06-05 | 3 | -6/+25 |
| | | | | | | * doc/guide.html: Likewise SVN Revision: 1346 | ||||
* | * src/msgs/pl.msg: Bugfix in arguments of translated string that | Badlop | 2008-06-04 | 2 | -1/+6 |
| | | | | | | could crash the room (thanks to Anastasia Gornostaeva) SVN Revision: 1345 | ||||
* | * src/web/ejabberd_web.erl (make_xhtml/2): Allow to include | Badlop | 2008-05-31 | 2 | -2/+9 |
| | | | | | | elements in the HTTP header SVN Revision: 1344 | ||||
* | * src/odbc/odbc_queries.erl (del_user_return_password): Return | Badlop | 2008-05-31 | 2 | -4/+10 |
| | | | | | | password (thanks to Oleg Palij) SVN Revision: 1343 | ||||
* | * src/ejabberd_s2s.erl: Added s2s_send_packet and s2s_receive_packet hooks ↵ | Mickaël Rémond | 2008-05-22 | 3 | -0/+17 |
| | | | | | | | | (EJAB-635). * src/ejabberd_s2s_in.erl: Likewise. SVN Revision: 1342 | ||||
* | * src/ejabberd_c2s.erl: user_send_packet hook now called on all packets ↵ | Mickaël Rémond | 2008-05-22 | 2 | -0/+9 |
| | | | | | | including presence packets (EJAB-634) SVN Revision: 1341 | ||||
* | * README: R12 support: remove compilation warning (EJAB-630) | Badlop | 2008-05-22 | 2 | -3/+5 |
| | | | | SVN Revision: 1340 | ||||
* | add release_notes_2.0.1 | Christophe Romain | 2008-05-19 | 1 | -0/+30 |
| | | | | SVN Revision: 1338 | ||||
* | * doc/guide.html: Update | Badlop | 2008-05-19 | 2 | -3299/+2029 |
| | | | | SVN Revision: 1335 | ||||
* | * src/configure.ac: R12 support: remove compilation | Badlop | 2008-05-19 | 4 | -19/+6 |
| | | | | | | | | warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334 | ||||
* | * doc/guide.tex: Describe how to disable registration | Badlop | 2008-05-19 | 2 | -0/+7 |
| | | | | | | limitation (EJAB-614) SVN Revision: 1333 | ||||
* | * src/ejabberd_s2s_out.erl: Fix compilation error. | Mickaël Rémond | 2008-05-18 | 1 | -1/+1 |
| | | | | SVN Revision: 1332 | ||||
* | * src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in logs) | Mickaël Rémond | 2008-05-18 | 2 | -2/+12 |
| | | | | SVN Revision: 1331 | ||||
* | * src/extauth.erl: Log strange responses from extauth script. Use | Badlop | 2008-05-17 | 2 | -1/+18 |
| | | | | | | timeout (EJAB-627) SVN Revision: 1330 | ||||
* | * src/mod_muc/mod_muc_room.erl: Allow change_state of a room | Badlop | 2008-05-16 | 1 | -0/+2 |
| | | | | SVN Revision: 1329 | ||||
* | Change FSMTIMEOUT to 30s | Christophe Romain | 2008-05-16 | 2 | -1/+5 |
| | | | | SVN Revision: 1328 | ||||
* | * src/mod_muc/mod_muc_room.erl: Return Forbidden error message | Badlop | 2008-05-12 | 2 | -5/+18 |
| | | | | | | | when user sends private message in a room that disallows it (EJAB-595) SVN Revision: 1323 | ||||
* | * src/web/ejabberd_http.erl (parse_auth): Allow password that | Badlop | 2008-05-12 | 2 | -5/+13 |
| | | | | | | include colon character (EJAB-522) SVN Revision: 1322 | ||||
* | * src/mod_ip_blacklist.erl: Better error handling (EJAB-625). | Mickaël Rémond | 2008-05-09 | 2 | -8/+17 |
| | | | | SVN Revision: 1321 | ||||
* | * src/mod_ip_blacklist.erl: ignore when we do not have the IP. | Mickaël Rémond | 2008-05-08 | 1 | -2/+3 |
| | | | | SVN Revision: 1320 | ||||
* | * src/mod_ip_blacklist.erl: Update the list every 6 hours. | Mickaël Rémond | 2008-05-05 | 1 | -1/+1 |
| | | | | SVN Revision: 1319 | ||||
* | * src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625). | Mickaël Rémond | 2008-05-05 | 1 | -0/+113 |
| | | | | SVN Revision: 1318 | ||||
* | * src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625). | Mickaël Rémond | 2008-05-05 | 4 | -33/+67 |
| | | | | | | | | * src/mod_ip_blacklist.erl: Likewise. * src/jlib.erl: Added IP format tuple to string function. * src/ejabberd_socket.erl: Properly handled c2s start failure (happen for blacklisted IP). SVN Revision: 1317 | ||||
* | * src/ejabberd_receiver.erl: Don't activate a socket untill its | Alexey Shchepin | 2008-05-04 | 2 | -1/+9 |
| | | | | | | receiver process is controlling it SVN Revision: 1316 | ||||
* | XEP-0115 patch (EJAB-618) | Christophe Romain | 2008-04-30 | 2 | -1/+6 |
| | | | | SVN Revision: 1313 | ||||
* | * src/ejabberd_s2s_out.erl: Improve confusing log message in s2s | Badlop | 2008-04-29 | 2 | -0/+11 |
| | | | | | | connection: wait_for_validation connect timeout (EJAB-617) SVN Revision: 1311 | ||||
* | * src/ejabberd.cfg.example: Small improvements in explanations | Badlop | 2008-04-29 | 3 | -32/+46 |
| | | | | | | * doc/guide.tex: Document MUC room options (EJAB-619) SVN Revision: 1310 | ||||
* | * doc/guide.tex: Document the option max_s2s_connections | Badlop | 2008-04-28 | 2 | -0/+28 |
| | | | | SVN Revision: 1307 | ||||
* | remove unused served_hosts option | Christophe Romain | 2008-04-28 | 2 | -11/+12 |
| | | | | SVN Revision: 1306 | ||||
* | * src/mod_muc/mod_muc_room.erl: Fixed room shaper processing | Alexey Shchepin | 2008-04-27 | 2 | -24/+24 |
| | | | | SVN Revision: 1305 | ||||
* | * src/mod_shared_roster.erl: Fix for new registered accounts not | Badlop | 2008-04-26 | 3 | -12/+158 |
| | | | | | | | | being immediately shown in an 'all' special shared roster group (thanks to Alexey Shchepin) (EJAB-71) * src/mod_register.erl: New vhost event user_registered SVN Revision: 1303 | ||||
* | * doc/guide.tex: Document option registration_timeout (EJAB-614) | Badlop | 2008-04-25 | 2 | -2/+16 |
| | | | | SVN Revision: 1302 | ||||
* | * src/ejabberd_c2s.erl: Added forbidden_session_hook | Badlop | 2008-04-25 | 4 | -1/+28 |
| | | | | | | | | * src/acl.erl: New access types: resource, resource_regexp and resource_glob * doc/guide.tex: Likewise SVN Revision: 1301 | ||||
* | * src/treap.erl: Bugfix | Alexey Shchepin | 2008-04-23 | 3 | -9/+52 |
| | | | | | | | * src/mod_register.erl: Fixed table creation, timeout isn't activated when registration fails SVN Revision: 1300 | ||||
* | * src/mod_register.erl: Restrict registration frequency per IP or | Alexey Shchepin | 2008-04-22 | 5 | -21/+275 |
| | | | | | | | | | 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 | ||||
* | * src/ejabberd_auth.erl: Improve anonymous authentication to not | Badlop | 2008-04-22 | 7 | -18/+104 |
| | | | | | | | | | | | | | | | 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 | ||||
* | * src/ejabberd_s2s_out.erl: Fix long timeout when reconnecting s2s | Badlop | 2008-04-18 | 5 | -3/+70 |
| | | | | | | | | | 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 | ||||
* | * doc/guide.tex: Clarification: PEP is enabled in default config | Badlop | 2008-04-16 | 2 | -1/+6 |
| | | | | SVN Revision: 1295 | ||||
* | Cache negative response (EJAB-474) | Christophe Romain | 2008-04-14 | 2 | -2/+19 |
| | | | | SVN Revision: 1294 | ||||
* | * src/web/ejabberd_web_admin.erl: Include Last-Modified HTTP | Badlop | 2008-04-12 | 2 | -4/+13 |
| | | | | | | header in responses to allow caching (EJAB-546) SVN Revision: 1292 | ||||
* | * src/Makefile.in: Improved indentation of GCC call | Badlop | 2008-04-11 | 6 | -23/+45 |
| | | | | | | | | | * 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 | ||||
* | * src/ejabberd_listener.erl (start_listener): Revert SVN r1260. | Badlop | 2008-04-11 | 2 | -15/+4 |
| | | | | SVN Revision: 1290 | ||||
* | Merge SVN r1287 from trunk to 2.0.x branch: | Badlop | 2008-04-11 | 1 | -2/+2 |
| | | | | | | | | | * src/tls/tls_drv.c: Fixed gcc signedness warnings (EJAB-447) * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise * src/expat_erl.c: Removed R9B workaround (EJAB-447) SVN Revision: 1289 | ||||
* | * src/ejabberd_config.erl: Removed a dependency on string:to_upper | Alexey Shchepin | 2008-04-11 | 2 | -22/+25 |
| | | | | SVN Revision: 1288 | ||||
* | * src/tls/tls_drv.c: Fixed gcc signedness warnings | Alexey Shchepin | 2008-04-11 | 3 | -5/+8 |
| | | | | | | * src/ejabberd_zlib/ejabberd_zlib_drv.c: Likewise SVN Revision: 1287 | ||||
* | * src/expat_erl.c: Removed R9B workaround | Alexey Shchepin | 2008-04-11 | 2 | -99/+9 |
| | | | | SVN Revision: 1286 | ||||
* | pubsub identity and database update bugfix | Christophe Romain | 2008-04-10 | 3 | -30/+43 |
| | | | | SVN Revision: 1285 | ||||
* | * Changelog: typo. | Mickaël Rémond | 2008-04-10 | 1 | -1/+1 |
| | | | | SVN Revision: 1282 |