aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update ejabberd version number to 2.1.5v2.1.5Badlop2010-08-022-10/+10
* enforce disco features results (thanks to Karim)(EJAB-1033, EJAB-1228, EJAB-1...Christophe Romain2010-08-023-373/+495
* Support parallel extauth script (thanks to Jesse Thompson)(EJAB-1280)Badlop2010-07-301-6/+31
* Don't say v1.2, because that number is never increased and is confusingBadlop2010-07-281-3/+1
* Return Registered element when account exists (thanks to PioneerMike)Badlop2010-07-281-2/+15
* Fix typo (thanks to Evgeniy Khramtsov)Badlop2010-07-231-1/+1
* When logging s2s out connection attempt or success, log if TLS is usedBadlop2010-07-231-6/+7
* The command Update now returns meaningful message and exit-status (EJAB-1237)Badlop2010-07-221-2/+5
* Use driver allocators in iconv_erl.c for reflecting memory in erlang:memory(s...Evgeniy Khramtsov2010-07-201-11/+11
* Use driver allocators in ejabberd_zlib_drv.c for reflecting memory in erlang:...Evgeniy Khramtsov2010-07-201-8/+17
* correct handling of SQL boolean types (EJAB-1275)Evgeniy Khramtsov2010-07-142-5/+12
* Use driver allocators in expat for reflecting memory in erlang:memory(system)Evgeniy Khramtsov2010-07-141-1/+3
* Fix my flock change from last fridayBadlop2010-07-121-1/+1
* Remove ejabberd_debug because p1_prof provides similar and better featuresBadlop2010-07-121-97/+0
* Only compile and install p1_prof when: make debugtools=trueBadlop2010-07-121-3/+2
* Recompile the 'configure' scriptBadlop2010-07-121-8/+9
* When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop2010-07-127-11/+31
* Some systems delete the lock dir; in such case don't use flock at allBadlop2010-07-091-1/+1
* Added functions to collect statistics about queues, memory, reductions etc. S...Evgeniy Khramtsov2010-07-101-4/+145
* Added new ejabberd profilerEvgeniy Khramtsov2010-07-052-0/+197
* Fix print of command result that contains ~ (thanks to Tsukasa Hamano)Badlop2010-07-031-2/+1
* Show some more room options in the log fileBadlop2010-07-021-2/+11
* Use ets insead of asking supervisor in ejabberd_odbc_sup:get_pids/1 (Thanks t...Evgeniy Khramtsov2010-07-023-16/+97
* Recompile the Guide and ConfigureBadlop2010-07-011-1/+18
* Fix typo in --enable-transient_supervisorsBadlop2010-07-011-1/+1
* Clarify that to use the optional --enable-nif, R13B04 is needed.Badlop2010-07-011-1/+1
* New configure option: --enable-nifEvgeniy Khramtsov2010-07-0112-24/+290
* Fix privacy check when serving local Last (thanks to Brian Acton)(EJAB-1271)Badlop2010-06-292-2/+2
* Fix problem when FIREWALL_WINDOW options for erl kernel were usedBadlop2010-06-281-1/+5
* Inform client that SSL session caching is disabled (thanks to Pawel Chmielowski)Badlop2010-06-251-2/+3
* Don't ask for client certificate when using tls (EJAB-1267)Badlop2010-06-251-1/+2
* When account is deleted, delete also member of stored shared rosters.Badlop2010-06-241-0/+1
* now admins are able to see private rooms in disco (EJAB-1269)Evgeniy Khramtsov2010-06-231-20/+12
* Added support for all hash functions required by XEP-0115Evgeniy Khramtsov2010-06-221-6/+26
* Added md2/1 supportEvgeniy Khramtsov2010-06-222-1/+11
* New OpenSSL functions wrapper: sha224/1, sha256/1, sha384/1, sha512/1Evgeniy Khramtsov2010-06-224-6/+134
* Rebuilt the configure script with: autoconfBadlop2010-06-161-83/+114
* Pass correct version to autoreconfPeter Lemenkov2010-06-161-1/+1
* Install COPYING file along with other docsPeter Lemenkov2010-06-161-0/+1
* Install dev.html, and guide.pdf if it existsPeter Lemenkov2010-06-161-0/+4
* Log error when HTTP request has ambiguous Host header (EJAB-1261)Badlop2010-06-161-0/+2
* Fix for Erlang R12, that doesn't support: true andalso okBadlop2010-06-151-4/+8
* Discard queued requests that are too old (the caller has already got a timeout).Jerome Sautret2010-06-111-18/+27
* Fix typo in update_list command (EJAB-1237)Badlop2010-06-071-1/+1
* New optional BOSH connection attribute process-delay (EJAB-1257)Badlop2010-06-072-3/+22
* Revert version number from 2.1.4 tag to 2.1.x branchBadlop2010-06-041-1/+1
* fixes wrong SQL escaping when --enable-full-xml is setEvgeniy Khramtsov2010-06-046-11/+16
* Update ejabberd version number to 2.1.4v2.1.4Badlop2010-06-021-1/+1
* sync last changes in pubsub_odbc patchChristophe Romain2010-06-022-5/+5
* final fix on created node notification (EJAB-1225)Christophe Romain2010-06-021-3/+3