aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* allow get_default on PEP nodes (EJAB-656)Christophe Romain2008-06-191-1/+4
| | | | SVN Revision: 1364
* * src/ejabberd.app: The ejabberd version number is defined in theBadlop2008-06-186-4/+18
| | | | | | | | | | | OTP application resource file, in the key 'vsn' (EJAB-657) * src/ejabberd.hrl: The macro VERSION now consults the ejabberd application key vsn * src/configure.erl: Load the ejabberd application description * doc/Makefile: Read ejabberd version from ejabberd.app vsn * doc/api/Makefile: Likewise SVN Revision: 1361
* temporary roster_groups_allowed (EJAB-655)Christophe Romain2008-06-181-2/+2
| | | | SVN Revision: 1359
* pubsub get_default bugfix (EJAB-656)Christophe Romain2008-06-182-17/+13
| | | | SVN Revision: 1358
* * src/mod_muc/mod_muc_room.erl: Allow admins to send messages toBadlop2008-06-134-11/+50
| | | | | | | | rooms even if not joined (EJAB-645) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1356
* * src/ejabberd.cfg.example: Add registration_timeout (EJAB-653)Badlop2008-06-132-2/+8
| | | | SVN Revision: 1355
* * doc/guide.tex: Title in HTML is shorter. Update several external URIs.Badlop2008-06-135-60/+47
| | | | SVN Revision: 1354
* * doc/guide.tex: Document ldap_local_filter (EJAB-179)Badlop2008-06-132-2/+20
| | | | SVN Revision: 1353
* * doc/guide.tex: Table of listener modules converted toBadlop2008-06-123-1088/+1005
| | | | | | | | description. Table of modules overview simplified, and module names link to their sections. * doc/guide.html: Regenerated with all the latest changes SVN Revision: 1352
* * doc/guide.tex: Fix indentation of verbatim textBadlop2008-06-122-678/+696
| | | | SVN Revision: 1351
* * doc/guide.tex:Badlop2008-06-122-3/+13
| | | | | | | Changes in CSS: verbatim text is indented and has grey background; descriptions are indented; table borders are softer. SVN Revision: 1350
* * doc/guide.tex: Permanent reference URL for sections (EJAB-651)Badlop2008-06-122-221/+134
| | | | SVN Revision: 1349
* * src/ejabberd_c2s.erl: Bugfix: deliver messages when firstBadlop2008-06-092-0/+7
| | | | | | presence is Invisible (thanks to Dariusz Markowicz)(EJAB-262) SVN Revision: 1348
* * doc/guide.tex: Small fixes (thanks to Christoph Anton Mitterer)Badlop2008-06-084-20/+24
| | | | | | | * doc/introduction.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1347
* * doc/guide.tex: Document ejabberdctl status code (EJAB-633)Badlop2008-06-053-6/+25
| | | | | | * doc/guide.html: Likewise SVN Revision: 1346
* * src/msgs/pl.msg: Bugfix in arguments of translated string thatBadlop2008-06-042-1/+6
| | | | | | could crash the room (thanks to Anastasia Gornostaeva) SVN Revision: 1345
* * src/web/ejabberd_web.erl (make_xhtml/2): Allow to includeBadlop2008-05-312-2/+9
| | | | | | elements in the HTTP header SVN Revision: 1344
* * src/odbc/odbc_queries.erl (del_user_return_password): ReturnBadlop2008-05-312-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émond2008-05-223-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émond2008-05-222-0/+9
| | | | | | including presence packets (EJAB-634) SVN Revision: 1341
* * README: R12 support: remove compilation warning (EJAB-630)Badlop2008-05-222-3/+5
| | | | SVN Revision: 1340
* add release_notes_2.0.1Christophe Romain2008-05-191-0/+30
| | | | SVN Revision: 1338
* * doc/guide.html: UpdateBadlop2008-05-192-3299/+2029
| | | | SVN Revision: 1335
* * src/configure.ac: R12 support: remove compilationBadlop2008-05-194-19/+6
| | | | | | | | warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334
* * doc/guide.tex: Describe how to disable registrationBadlop2008-05-192-0/+7
| | | | | | limitation (EJAB-614) SVN Revision: 1333
* * src/ejabberd_s2s_out.erl: Fix compilation error.Mickaël Rémond2008-05-181-1/+1
| | | | SVN Revision: 1332
* * src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in logs)Mickaël Rémond2008-05-182-2/+12
| | | | SVN Revision: 1331
* * src/extauth.erl: Log strange responses from extauth script. UseBadlop2008-05-172-1/+18
| | | | | | timeout (EJAB-627) SVN Revision: 1330
* * src/mod_muc/mod_muc_room.erl: Allow change_state of a roomBadlop2008-05-161-0/+2
| | | | SVN Revision: 1329
* Change FSMTIMEOUT to 30sChristophe Romain2008-05-162-1/+5
| | | | SVN Revision: 1328
* * src/mod_muc/mod_muc_room.erl: Return Forbidden error messageBadlop2008-05-122-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 thatBadlop2008-05-122-5/+13
| | | | | | include colon character (EJAB-522) SVN Revision: 1322
* * src/mod_ip_blacklist.erl: Better error handling (EJAB-625).Mickaël Rémond2008-05-092-8/+17
| | | | SVN Revision: 1321
* * src/mod_ip_blacklist.erl: ignore when we do not have the IP.Mickaël Rémond2008-05-081-2/+3
| | | | SVN Revision: 1320
* * src/mod_ip_blacklist.erl: Update the list every 6 hours.Mickaël Rémond2008-05-051-1/+1
| | | | SVN Revision: 1319
* * src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625).Mickaël Rémond2008-05-051-0/+113
| | | | SVN Revision: 1318
* * src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625).Mickaël Rémond2008-05-054-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 itsAlexey Shchepin2008-05-042-1/+9
| | | | | | receiver process is controlling it SVN Revision: 1316
* XEP-0115 patch (EJAB-618)Christophe Romain2008-04-302-1/+6
| | | | SVN Revision: 1313
* * src/ejabberd_s2s_out.erl: Improve confusing log message in s2sBadlop2008-04-292-0/+11
| | | | | | connection: wait_for_validation connect timeout (EJAB-617) SVN Revision: 1311
* * src/ejabberd.cfg.example: Small improvements in explanationsBadlop2008-04-293-32/+46
| | | | | | * doc/guide.tex: Document MUC room options (EJAB-619) SVN Revision: 1310
* * doc/guide.tex: Document the option max_s2s_connectionsBadlop2008-04-282-0/+28
| | | | SVN Revision: 1307
* remove unused served_hosts optionChristophe Romain2008-04-282-11/+12
| | | | SVN Revision: 1306
* * src/mod_muc/mod_muc_room.erl: Fixed room shaper processingAlexey Shchepin2008-04-272-24/+24
| | | | SVN Revision: 1305
* * src/mod_shared_roster.erl: Fix for new registered accounts notBadlop2008-04-263-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)Badlop2008-04-252-2/+16
| | | | SVN Revision: 1302
* * src/ejabberd_c2s.erl: Added forbidden_session_hookBadlop2008-04-254-1/+28
| | | | | | | | * src/acl.erl: New access types: resource, resource_regexp and resource_glob * doc/guide.tex: Likewise SVN Revision: 1301
* * src/treap.erl: BugfixAlexey Shchepin2008-04-233-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 orAlexey Shchepin2008-04-225-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 notBadlop2008-04-227-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