Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-07-12 | * src/configure.ac: Allow to execute ejabberd with a normal | Badlop | 4 | -25/+72 | |
system user (thanks to Viq)(EJAB-402) * src/configure: Likewise * src/ejabberdctl.template: Likewise * src/Makefile.in: Likewise * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1439 | |||||
2008-07-12 | * src/configure.ac: Improve legibility | Badlop | 4 | -32/+39 | |
* src/aclocal.m4: Likewise * src/configure: Likewise * src/ejabberdctl.template: Remove garbage variable. Document node option * doc/guide.tex: Add references to sections. * doc/guide.html: Likewise SVN Revision: 1438 | |||||
2008-07-11 | * src/mod_register.erl: Revert support for io_lib newline, since | Badlop | 2 | -3/+2 | |
there is a standard character that representes newline (EJAB-501) * doc/guide.tex: Update documentation to explain newline character * doc/guide.html: Likewise * src/ejabberd.cfg.example: Likewise SVN Revision: 1436 | |||||
2008-07-10 | * src/configure.ac: Don't check for erlang header file (EJAB-232) | Badlop | 2 | -135/+2 | |
* src/configure: Likewise SVN Revision: 1430 | |||||
2008-07-09 | * src/configure.ac: Check for erlang header files (EJAB-232) | Badlop | 2 | -0/+139 | |
* src/configure: Likewise SVN Revision: 1429 | |||||
2008-07-09 | * src/mod_pubsub/mod_pubsub.erl: Fix compilation warnings | Badlop | 3 | -5/+9 | |
* src/mod_pubsub/node_zoo.erl: Likewise * src/mod_shared_roster.erl: Likewise SVN Revision: 1428 | |||||
2008-07-09 | * src/mod_shared_roster.erl: Allow to get subscribed to a contact | Badlop | 2 | -7/+82 | |
that is already in the roster by means of a shared roster group: add it to another roster group and it gets subscribed automatically (EJAB-407) * src/mod_roster.erl: Likewise SVN Revision: 1427 | |||||
2008-07-09 | * src/mod_muc/mod_muc_log.erl: Fix XHTML compliance: ensure some | Badlop | 1 | -7/+12 | |
language is set, include ID attribute in each message, add microseconds to ensure unique value (EJAB-497) SVN Revision: 1426 | |||||
2008-07-09 | * src/mod_register.erl: Support for io_lib newline character in | Badlop | 2 | -2/+3 | |
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 | |||||
2008-07-09 | * src/ejabberd_config.erl (load_file): error message on sasl.log | Badlop | 1 | -2/+4 | |
is not flattened (EJAB-616) SVN Revision: 1424 | |||||
2008-07-08 | typo fix | Christophe Romain | 1 | -1/+1 | |
SVN Revision: 1418 | |||||
2008-07-08 | improve ip fetching patch | Christophe Romain | 1 | -9/+7 | |
SVN Revision: 1416 | |||||
2008-07-07 | * src/Makefile.in: Spool, config and log dirs: writtable by owner, | Badlop | 1 | -2/+4 | |
readable by group, nothing by others (EJAB-686) * doc/guide.tex: New section Securing sensible files * doc/guide.html: Likewise SVN Revision: 1413 | |||||
2008-07-03 | * src/mod_privacy_odbc.erl: Support for privacy lists in MySQL (thanks to ↵ | Jérôme Sautret | 1 | -14/+11 | |
Igor Goryachev)(EJAB-538) SVN Revision: 1409 | |||||
2008-07-03 | PubSub improvements, and solves (EJAB-453) (EJAB-608) | Christophe Romain | 18 | -74/+484 | |
SVN Revision: 1408 | |||||
2008-06-29 | * src/ejabberd_ctl.erl: Web Admin and Ad-hoc admin: dump only | Badlop | 3 | -2/+3 | |
persistent tables (EJAB-678) SVN Revision: 1387 | |||||
2008-06-29 | * src/mod_pubsub/node_pep.erl: Complain if mod_caps disabled and | Badlop | 1 | -0/+24 | |
mod_pubsub has PEP plugin enabled (EJAB-677) SVN Revision: 1386 | |||||
2008-06-28 | * src/mod_muc/mod_muc_room.erl: Allow to store room | Badlop | 1 | -1/+12 | |
description (thanks to Christopher Dupont)(EJAB-670) SVN Revision: 1385 | |||||
2008-06-21 | * src/web/ejabberd_http.erl: Support PUT and DELETE methods in | Badlop | 1 | -6/+7 | |
ejabberd_http (thanks to Eric Cestari)(EJAB-662) SVN Revision: 1373 | |||||
2008-06-19 | allow get_default on PEP nodes (EJAB-656) | Christophe Romain | 1 | -1/+4 | |
SVN Revision: 1364 | |||||
2008-06-18 | * src/ejabberd.app: The ejabberd version number is defined in the | Badlop | 3 | -2/+6 | |
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 | |||||
2008-06-18 | temporary roster_groups_allowed (EJAB-655) | Christophe Romain | 1 | -2/+2 | |
SVN Revision: 1359 | |||||
2008-06-18 | pubsub get_default bugfix (EJAB-656) | Christophe Romain | 1 | -17/+9 | |
SVN Revision: 1358 | |||||
2008-06-13 | * src/mod_muc/mod_muc_room.erl: Allow admins to send messages to | Badlop | 1 | -5/+35 | |
rooms even if not joined (EJAB-645) * doc/guide.tex: Likewise * doc/guide.html: Likewise SVN Revision: 1356 | |||||
2008-06-13 | * src/ejabberd.cfg.example: Add registration_timeout (EJAB-653) | Badlop | 1 | -2/+6 | |
SVN Revision: 1355 | |||||
2008-06-09 | * src/ejabberd_c2s.erl: Bugfix: deliver messages when first | Badlop | 1 | -0/+2 | |
presence is Invisible (thanks to Dariusz Markowicz)(EJAB-262) SVN Revision: 1348 | |||||
2008-06-04 | * src/msgs/pl.msg: Bugfix in arguments of translated string that | Badlop | 1 | -1/+1 | |
could crash the room (thanks to Anastasia Gornostaeva) SVN Revision: 1345 | |||||
2008-05-31 | * src/web/ejabberd_web.erl (make_xhtml/2): Allow to include | Badlop | 1 | -2/+6 | |
elements in the HTTP header SVN Revision: 1344 | |||||
2008-05-31 | * src/odbc/odbc_queries.erl (del_user_return_password): Return | Badlop | 1 | -4/+5 | |
password (thanks to Oleg Palij) SVN Revision: 1343 | |||||
2008-05-22 | * src/ejabberd_s2s.erl: Added s2s_send_packet and s2s_receive_packet hooks ↵ | Mickaël Rémond | 2 | -0/+13 | |
(EJAB-635). * src/ejabberd_s2s_in.erl: Likewise. SVN Revision: 1342 | |||||
2008-05-22 | * src/ejabberd_c2s.erl: user_send_packet hook now called on all packets ↵ | Mickaël Rémond | 1 | -0/+4 | |
including presence packets (EJAB-634) SVN Revision: 1341 | |||||
2008-05-19 | * src/configure.ac: R12 support: remove compilation | Badlop | 2 | -18/+0 | |
warning (EJAB-630) * src/configure: Likewise * doc/guide.tex: Likewise SVN Revision: 1334 | |||||
2008-05-18 | * src/ejabberd_s2s_out.erl: Fix compilation error. | Mickaël Rémond | 1 | -1/+1 | |
SVN Revision: 1332 | |||||
2008-05-18 | * src/ejabberd_s2s_out.erl: Avoid an harmless error (function clause in logs) | Mickaël Rémond | 1 | -2/+7 | |
SVN Revision: 1331 | |||||
2008-05-17 | * src/extauth.erl: Log strange responses from extauth script. Use | Badlop | 1 | -1/+9 | |
timeout (EJAB-627) SVN Revision: 1330 | |||||
2008-05-16 | * src/mod_muc/mod_muc_room.erl: Allow change_state of a room | Badlop | 1 | -0/+2 | |
SVN Revision: 1329 | |||||
2008-05-16 | Change FSMTIMEOUT to 30s | Christophe Romain | 1 | -1/+1 | |
SVN Revision: 1328 | |||||
2008-05-12 | * src/mod_muc/mod_muc_room.erl: Return Forbidden error message | Badlop | 1 | -4/+13 | |
when user sends private message in a room that disallows it (EJAB-595) SVN Revision: 1323 | |||||
2008-05-12 | * src/web/ejabberd_http.erl (parse_auth): Allow password that | Badlop | 1 | -5/+8 | |
include colon character (EJAB-522) SVN Revision: 1322 | |||||
2008-05-09 | * src/mod_ip_blacklist.erl: Better error handling (EJAB-625). | Mickaël Rémond | 1 | -8/+13 | |
SVN Revision: 1321 | |||||
2008-05-08 | * src/mod_ip_blacklist.erl: ignore when we do not have the IP. | Mickaël Rémond | 1 | -2/+3 | |
SVN Revision: 1320 | |||||
2008-05-05 | * src/mod_ip_blacklist.erl: Update the list every 6 hours. | Mickaël Rémond | 1 | -1/+1 | |
SVN Revision: 1319 | |||||
2008-05-05 | * src/mod_ip_blacklist.erl: Added C2S blacklist support (EJAB-625). | Mickaël Rémond | 1 | -0/+113 | |
SVN Revision: 1318 | |||||
2008-05-05 | * src/ejabberd_c2s.erl: Added C2S blacklist support (EJAB-625). | Mickaël Rémond | 3 | -33/+59 | |
* 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 | |||||
2008-05-04 | * src/ejabberd_receiver.erl: Don't activate a socket untill its | Alexey Shchepin | 1 | -1/+4 | |
receiver process is controlling it SVN Revision: 1316 | |||||
2008-04-30 | XEP-0115 patch (EJAB-618) | Christophe Romain | 1 | -1/+2 | |
SVN Revision: 1313 | |||||
2008-04-29 | * src/ejabberd_s2s_out.erl: Improve confusing log message in s2s | Badlop | 1 | -0/+8 | |
connection: wait_for_validation connect timeout (EJAB-617) SVN Revision: 1311 | |||||
2008-04-29 | * src/ejabberd.cfg.example: Small improvements in explanations | Badlop | 1 | -5/+5 | |
* doc/guide.tex: Document MUC room options (EJAB-619) SVN Revision: 1310 | |||||
2008-04-28 | remove unused served_hosts option | Christophe Romain | 1 | -11/+7 | |
SVN Revision: 1306 | |||||
2008-04-27 | * src/mod_muc/mod_muc_room.erl: Fixed room shaper processing | Alexey Shchepin | 1 | -24/+20 | |
SVN Revision: 1305 |