aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ejabberd version number to 2.1.3v2.1.3Badlop2010-03-125-8/+8
* Add 2.1.3 release notesBadlop2010-03-111-0/+91
* improve remove_user (EJAB-1172)Christophe Romain2010-03-113-45/+49
* don't route PEP error messsages to a clientEvgeniy Khramtsov2010-03-092-14/+48
* More compliance with LSBPeter Lemenkov2010-03-081-1/+1
* typo fix on previous pubsub patchChristophe Romain2010-03-083-8/+10
* allow sending PEP to bare jid on s2sChristophe Romain2010-03-083-14/+22
* Document mod_sic (EJAB-1205)Badlop2010-03-082-81/+103
* Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)Badlop2010-03-081-0/+97
* Fix warnings about unused variable.Badlop2010-03-082-2/+2
* Replace concat_binary supported until R14 with list_to_binary supported since R9Badlop2010-03-083-5/+5
* Catch errors when exporting to PIEFXIS file (EJAB-1178)Badlop2010-03-081-2/+9
* Recompile the GuideBadlop2010-03-081-1/+16
* ldap_dn_filter option is documented; now fetching only needed attributes in L...Evgeniy Khramtsov2010-03-082-10/+38
* now using "%u" pattern as default for ldap_uids (EJAB-1203)Evgeniy Khramtsov2010-03-081-5/+7
* fix mistake in previous broadcast_stanza changeChristophe Romain2010-03-053-6/+6
* add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain2010-03-054-124/+143
* MSSQL support was broken (EJAB-1201)Denis Kurochkin2010-03-052-2/+600
* fix compilations issuesChristophe Romain2010-03-053-73/+69
* minor intentation fix, and sync _odbc codeChristophe Romain2010-03-052-237/+299
* add pubsub#purge_offline (EJAB-1186) (thanks karim)Christophe Romain2010-03-0514-0/+89
* fix pubsub#title option (EJAB-1190) (thanks karim)Christophe Romain2010-03-051-8/+18
* mod_caps optimizations (thanks evgeniy)Christophe Romain2010-03-053-415/+209
* improved s2s connections clean up (EJAB-1202)Evgeniy Khramtsov2010-03-041-24/+30
* Remove print debug (thanks evgeniy)Pablo Polvorin2010-03-021-2/+1
* Add quotes in documentation of some erl arguments (thanks to Vincent Courcell...Badlop2010-02-252-6/+6
* Fix German translation (thanks to Florian Zumbiehl)(EJAB-1195)Badlop2010-02-241-356/+365
* Fix resending authorization problemBadlop2010-02-242-4/+4
* Run user_receive_packet also when sending offline messages to client (thanks ...Badlop2010-02-221-2/+6
* Fix typos in example config comments (thanks to Florian Zumbiehl)(EJAB-1192)Badlop2010-02-221-35/+35
* Use alternative of file:read_line/1 to not require R13B02Badlop2010-02-201-3/+3
* fixes typo in Russian translationEvgeniy Khramtsov2010-02-202-2/+2
* get rid of queue:filter/2 to keep compatibility with older Erlang versionsEvgeniy Khramtsov2010-02-201-9/+7
* now using mnesia:async_dirty when cleaning table from failed nodeEvgeniy Khramtsov2010-02-192-3/+3
* Reduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)Badlop2010-02-191-8/+15
* Recompile guide.htmlBadlop2010-02-181-2/+28
* improved explanation of "max_fsm_queue" option; included this option in ejabb...ekhramtsov2010-02-182-2/+24
* option "access_from" is now documented (EJAB-1187)ekhramtsov2010-02-181-0/+4
* new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)ekhramtsov2010-02-172-2/+16
* Close also legacy sessions that were half connected (thanks to Evgeniy Khramt...Badlop2010-02-161-2/+2
* Remove references to the old SVN repository.Badlop2010-02-163-11/+2
* Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)Badlop2010-02-152-74/+35
* New command to set master Mnesia nodeBadlop2010-02-151-0/+21
* Shared roster gets contact nickname from vcard, when available (EJAB-114)Badlop2010-02-151-1/+30
* Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)Badlop2010-02-154-9/+43
* Fix cluster race condition in route read (thanks to Alexey Shchepin)Badlop2010-02-151-1/+1
* Improve TTY code to work on more operating systems (thanks to Jan Koum)Badlop2010-02-121-1/+1
* Added support for Jot in ctl and TTY in debug (thanks to Jan Koum)Badlop2010-02-121-9/+15
* Minor fixes in the new ejabberdctl flock codeBadlop2010-02-122-26/+24
* ejabberdctl: support concurrent connections with bound conn namesMartin Langhoff2010-02-122-7/+81