aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-22The command Update now returns meaningful message and exit-status (EJAB-1237)Badlop1-2/+5
2010-07-20Use driver allocators in iconv_erl.c for reflecting memory in ↵Evgeniy Khramtsov1-11/+11
erlang:memory(system)
2010-07-20Use driver allocators in ejabberd_zlib_drv.c for reflecting memory in ↵Evgeniy Khramtsov1-8/+17
erlang:memory(system)
2010-07-14correct handling of SQL boolean types (EJAB-1275)Evgeniy Khramtsov2-5/+12
2010-07-14Use driver allocators in expat for reflecting memory in erlang:memory(system)Evgeniy Khramtsov1-1/+3
2010-07-12Fix my flock change from last fridayBadlop1-1/+1
2010-07-12Remove ejabberd_debug because p1_prof provides similar and better featuresBadlop1-97/+0
2010-07-12Only compile and install p1_prof when: make debugtools=trueBadlop1-3/+2
2010-07-12Recompile the 'configure' scriptBadlop1-8/+9
2010-07-12When using OTP R14, use public_key library instead of old ssl (EJAB-953)Badlop7-11/+31
2010-07-09Some systems delete the lock dir; in such case don't use flock at allBadlop1-1/+1
2010-07-10Added functions to collect statistics about queues, memory, reductions etc. ↵Evgeniy Khramtsov1-4/+145
Several cleanups
2010-07-05Added new ejabberd profilerEvgeniy Khramtsov2-0/+197
2010-07-03Fix print of command result that contains ~ (thanks to Tsukasa Hamano)Badlop1-2/+1
2010-07-02Show some more room options in the log fileBadlop1-2/+11
2010-07-02Use ets insead of asking supervisor in ejabberd_odbc_sup:get_pids/1 (Thanks ↵Evgeniy Khramtsov3-16/+97
to Alexey Shchepin)
2010-07-01Recompile the Guide and ConfigureBadlop1-1/+18
2010-07-01Fix typo in --enable-transient_supervisorsBadlop1-1/+1
2010-07-01Clarify that to use the optional --enable-nif, R13B04 is needed.Badlop1-1/+1
2010-07-01New configure option: --enable-nifEvgeniy Khramtsov12-24/+290
2010-06-29Fix privacy check when serving local Last (thanks to Brian Acton)(EJAB-1271)Badlop2-2/+2
2010-06-28Fix problem when FIREWALL_WINDOW options for erl kernel were usedBadlop1-1/+5
http://www.ejabberd.im/node/4120
2010-06-25Inform client that SSL session caching is disabled (thanks to Pawel Chmielowski)Badlop1-2/+3
2010-06-25Don't ask for client certificate when using tls (EJAB-1267)Badlop1-1/+2
2010-06-24When account is deleted, delete also member of stored shared rosters.Badlop1-0/+1
2010-06-23now admins are able to see private rooms in disco (EJAB-1269)Evgeniy Khramtsov1-20/+12
2010-06-22Added support for all hash functions required by XEP-0115Evgeniy Khramtsov1-6/+26
2010-06-22Added md2/1 supportEvgeniy Khramtsov2-1/+11
2010-06-22New OpenSSL functions wrapper: sha224/1, sha256/1, sha384/1, sha512/1Evgeniy Khramtsov4-6/+134
2010-06-16Rebuilt the configure script with: autoconfBadlop1-83/+114
2010-06-16Pass correct version to autoreconfPeter Lemenkov1-1/+1
It seems that AC_INIT macro is wrongly initialized. See this link for explanation of a particular AC_INIT variables: http://www.gnu.org/software/autoconf/manual/html_node/Initializing-configure.html Briefly, AC_INIT macro should be populated with the following data: AC_INIT (package, version, [bug-report], [tarname], [url]) Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2010-06-16Install COPYING file along with other docsPeter Lemenkov1-0/+1
It's a generally good idea to provide file with licensing terms. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2010-06-16Install dev.html, and guide.pdf if it existsPeter Lemenkov1-0/+4
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
2010-06-16Log error when HTTP request has ambiguous Host header (EJAB-1261)Badlop1-0/+2
2010-06-15Fix for Erlang R12, that doesn't support: true andalso okBadlop1-4/+8
2010-06-11Discard queued requests that are too old (the caller has already got a timeout).Jerome Sautret1-18/+27
2010-06-07Fix typo in update_list command (EJAB-1237)Badlop1-1/+1
2010-06-07New optional BOSH connection attribute process-delay (EJAB-1257)Badlop2-3/+22
2010-06-04Revert version number from 2.1.4 tag to 2.1.x branchBadlop1-1/+1
2010-06-04fixes wrong SQL escaping when --enable-full-xml is setEvgeniy Khramtsov6-11/+16
2010-06-02Update ejabberd version number to 2.1.4v2.1.4Badlop1-1/+1
2010-06-02sync last changes in pubsub_odbc patchChristophe Romain2-5/+5
2010-06-02final fix on created node notification (EJAB-1225)Christophe Romain1-3/+3
2010-06-01Update the Norwegian translation (thanks to Stian B. Barmen)Badlop2-11/+12
2010-05-31Update the Slovak translation (thanks to Marek Bečka)Badlop2-10/+12
2010-05-28Update the Czech translation (thanks to Lukáš Polívka)Badlop2-11/+12
2010-05-28Update the Russian translation (thanks to Evgeniy Khramtsov)Badlop2-11/+12
2010-05-28fix error code when unsubscribing from a non-existent ODBC node (EJAB-1227)Christophe Romain1-2/+2
2010-05-28fix error code when unsubscribing from a non-existent node (thanks to Karim ↵Christophe Romain2-2/+4
Gemayel)(EJAB-1227)
2010-05-28send created node notifications (EJAB-1225)Christophe Romain3-53/+73