aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Recommend Erlang/OTP R13B04 and R14B04Badlop2012-02-222-2/+2
|
* Fix Enlish in the Guide (thanks to Ludovic Bocquet)Badlop2012-02-221-7/+7
|
* Fix typo in xep number, bosh is xep0206 (thanks to Ludovic Bocquet)Christophe Romain2012-02-201-1/+1
|
* Add thanks to Ludovic Bocquet for past Guide contributionsBadlop2012-02-151-0/+1
|
* Work also with some unicode strings in PgSQL (EJAB-1490)Badlop2012-02-142-35/+47
|
* Option default_host for handling HTTP requests with ambiguous Host (EJAB-1261)Badlop2012-02-142-2/+20
|
* Receiver should not generate an exceptionEvgeniy Khramtsov2012-02-141-4/+12
|
* Fix the documentation about default value of captcha_cmd optionBadlop2012-02-011-1/+1
|
* Replace a single quote with double quotes inEvgeniy Khramtsov2012-01-311-1/+1
| | | | an ODBC escape (thanks to Vladislav Chugunov)
* http_bind webserver TLS fail on Chrome (thanks to Adam Langley)(EJAB-1530)Badlop2012-01-191-1/+2
|
* Fixed ejabberd_http:get_lineAlexey Shchepin2012-01-191-1/+3
|
* Foreign shared rosters items not pushed (thanks to Nathan Bruning)(EJAB-1509)Badlop2012-01-041-12/+12
|
* Revert "Update ejabberd version number to 2.1.10"Badlop2011-12-316-17/+17
| | | | This reverts commit bcdae191417bbec40ec87d71b8143942da92f2f1.
* mod_private.erl: misc errors cases fixes (thanks to Karim Gemayel)Alexey Shchepin2011-12-302-65/+98
|
* Update ejabberd version number to 2.1.10v2.1.10Badlop2011-12-236-42/+41
|
* New release notes for 2.1.10Badlop2011-12-231-0/+39
|
* Support undefinition of ssl:seed in R15BBadlop2011-12-231-1/+1
|
* Use the regexp frontend module (EJAB-921)Badlop2011-12-231-18/+24
|
* Always allow packets from user's server and bare jid in mod_privacy*Alexey Shchepin2011-12-222-0/+42
|
* Fixed the previous mod_blocking patchAlexey Shchepin2011-12-211-1/+1
|
* Corrected mod_blocking hooks return value, activate "Blocked Contacts" ↵Alexey Shchepin2011-12-211-24/+30
| | | | privacy list after it is changed
* Fix update with stripped beams (thanks to Jose M Herrero)(EJAB-1520)Badlop2011-12-211-2/+4
|
* Support Erlang/OTP R15B driver (EJAB-1521)Badlop2011-12-216-24/+155
|
* Replace regexp with ejabberd_regexpEvgeniy Khramtsov2011-12-191-5/+6
|
* Get rid of +driver option because it is incompatible with R15BEvgeniy Khramtsov2011-12-192-2/+2
|
* Preliminary support for groupname@vhost in Displayed Groups (EJAB-506)Badlop2011-12-152-5/+17
|
* Fix command "update" to return response in the expected formatBadlop2011-12-082-4/+5
|
* Don't reveal invitee's resource when room informs invitorBadlop2011-12-081-1/+1
|
* Add callback function print_state/1 for behavior p1_fsmBadlop2011-12-081-0/+8
|
* Use the regexp frontend module (EJAB-921)Badlop2011-12-089-58/+51
|
* Frontend module to Re and Regexp (EJAB-921)Badlop2011-12-081-0/+72
|
* Prevent overload of incomming s2s connectionsPablo Polvorin2011-12-022-14/+64
| | | | | | | | | | | | | | Three changes were introduced: 1) ejabberd_s2s_in now uses p1_fsm instead of gen_fsm. And uses the {max_queue, N} option to kill the process if its input queue grows too much. 2) If a ejabberd_s2s_in process is overload and killed, the server that originated that connection is not allowed to connect back to us for X seconds (set to 60seconds on the source) 3) The list of blocked (both statically and dynamically by the above method) host is now also checked for hosts authenticating by starttls+sasl. Previusly it was only used during dialback.
* Fix bug on s2s shaper when TLS is usedPablo Polvorin2011-12-011-0/+6
| | | | | The shaper was not enabled if the remote server authenticates using a certificate instead of dialback.
* add hooks for node creation/deletion (EJAB-1470)Christophe Romain2011-11-293-65/+95
|
* Use httpc instead of the deprecated httpBadlop2011-11-261-1/+1
|
* Fix error in mod_vcard when lowercasing some vjud search result fields ↵Badlop2011-11-262-35/+35
| | | | (EJAB-1490)
* Avoid a possible race conditionBadlop2011-11-261-8/+15
|
* Comment section 6.3.1 because it has no content at allBadlop2011-11-151-1/+2
|
* Fix presence problem after first unavailable (thanks to Christopher Faulet) ↵Evgeniy Khramtsov2011-11-091-3/+3
| | | | (EJAB-1466)
* Support to update modules in R14B04 and higherBadlop2011-11-031-2/+16
|
* Fix previous commit about language nameBadlop2011-10-201-1/+1
|
* Fix extraction of language name from PO filesBadlop2011-10-202-3/+3
|
* Get rid of useless mnesia transaction (EJAB-1502)Evgeniy Khramtsov2011-10-141-13/+10
|
* Set ejabberd version to 2.1.xBadlop2011-10-135-8/+8
|
* Update ejabberd version number to 2.1.9v2.1.9Badlop2011-09-265-34/+78
|
* New release notes for 2.1.9Badlop2011-09-261-0/+56
|
* Fix instruction and error textEvgeniy Khramtsov2011-09-261-4/+2
|
* Change "muc#role" field type to "hidden"Evgeniy Khramtsov2011-09-261-1/+2
|
* Correct lists:keysearch output processing and fix dialyzer warningEvgeniy Khramtsov2011-09-261-5/+9
|
* Code cleanupEvgeniy Khramtsov2011-09-261-43/+37
|