aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure someBadlop2008-07-092-7/+16
| | | | | | | language is set, include ID attribute in each message, add microseconds to ensure unique value (EJAB-497) SVN Revision: 1426
* * src/mod_register.erl: Support for io_lib newline character inBadlop2008-07-095-5/+13
| | | | | | | | the body of welcome_message (EJAB-501) * doc/guide.tex: Document the newline character * src/ejabberd.cfg.example: Example usage of newline character SVN Revision: 1425
* * src/ejabberd_config.erl (load_file): error message on sasl.logBadlop2008-07-092-2/+7
| | | | | | is not flattened (EJAB-616) SVN Revision: 1424
* * doc/guide.tex: mod_muc_log XMPP URI supports the updated versionBadlop2008-07-093-5/+11
| | | | | | | RFC 5122 (EJAB-631) * doc/guide.html: Likewise SVN Revision: 1423
* * tools/ejabberdctl: Work also when 'which' is unavailableBadlop2008-07-082-1/+6
| | | | SVN Revision: 1419
* typo fixChristophe Romain2008-07-081-1/+1
| | | | SVN Revision: 1418
* improve ip fetching patchChristophe Romain2008-07-082-9/+11
| | | | SVN Revision: 1416
* * src/Makefile.in: Spool, config and log dirs: writtable by owner,Badlop2008-07-074-49/+105
| | | | | | | | readable by group, nothing by others (EJAB-686) * doc/guide.tex: New section Securing sensible files * doc/guide.html: Likewise SVN Revision: 1413
* * doc/guide.tex: Solaris Makefile install: use ginstall (thanks toBadlop2008-07-073-150/+197
| | | | | | | Jonathan Auer)(EJAB-649) * doc/guide.html: Likewise SVN Revision: 1412
* Removed non ascii characters in changelogJérôme Sautret2008-07-041-1/+1
| | | | SVN Revision: 1411
* * src/mod_privacy_odbc.erl: Support for privacy lists in MySQL (thanks to ↵Jérôme Sautret2008-07-032-25/+27
| | | | | | Igor Goryachev)(EJAB-538) SVN Revision: 1409
* PubSub improvements, and solves (EJAB-453) (EJAB-608)Christophe Romain2008-07-0319-74/+516
| | | | SVN Revision: 1408
* * src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump onlyBadlop2008-06-294-2/+6
| | | | | | persistent tables (EJAB-678) SVN Revision: 1387
* * src/mod_pubsub/node_pep.erl: Complain if mod_caps disabled andBadlop2008-06-292-0/+29
| | | | | | mod_pubsub has PEP plugin enabled (EJAB-677) SVN Revision: 1386
* * src/mod_muc/mod_muc_room.erl: Allow to store roomBadlop2008-06-282-1/+17
| | | | | | description (thanks to Christopher Dupont)(EJAB-670) SVN Revision: 1385
* * src/web/ejabberd_http.erl: Support PUT and DELETE methods inBadlop2008-06-212-7/+11
| | | | | | ejabberd_http (thanks to Eric Cestari)(EJAB-662) SVN Revision: 1373
* * doc/guide.tex: Explain that S2S outgoing first tries IPv4 and ifBadlop2008-06-213-2/+14
| | | | | | | that fails then tries IPv6 * doc/guide.html: Likewise SVN Revision: 1372
* 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