aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | 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>
* Install COPYING file along with other docsPeter Lemenkov2010-06-161-0/+1
| | | | | | It's a generally good idea to provide file with licensing terms. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Install dev.html, and guide.pdf if it existsPeter Lemenkov2010-06-161-0/+4
| | | | Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* 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
|
* Update the Norwegian translation (thanks to Stian B. Barmen)Badlop2010-06-012-11/+12
|
* Update the Slovak translation (thanks to Marek Bečka)Badlop2010-05-312-10/+12
|
* Update the Czech translation (thanks to Lukáš Polívka)Badlop2010-05-282-11/+12
|
* Update the Russian translation (thanks to Evgeniy Khramtsov)Badlop2010-05-282-11/+12
|
* fix error code when unsubscribing from a non-existent ODBC node (EJAB-1227)Christophe Romain2010-05-281-2/+2
|
* fix error code when unsubscribing from a non-existent node (thanks to Karim ↵Christophe Romain2010-05-282-2/+4
| | | | Gemayel)(EJAB-1227)
* send created node notifications (EJAB-1225)Christophe Romain2010-05-283-53/+73
|
* fix jlib calls from previous patchChristophe Romain2010-05-283-7/+7
|
* make last_item_cache feature cluster aware (EJAB-1234)Christophe Romain2010-05-284-82/+91
|
* Handle error response from auth modules (thanks to Eric Liang)Badlop2010-05-281-1/+10
|
* Makefile with optional ejabberd_debug.erl compilation (EJAB-1242)Badlop2010-05-282-2/+5
| | | | | Only compile and install ejabberd_debug.erl when running: make ejabberd_debug=true
* remove the silly loop that isnt needed, this speeds up all requests by 100 ↵Christopher tofu Zorn2010-05-271-82/+95
| | | | milliseconds. Clean up prepare response function and add two new functions to handle out going payloads based of whether its a new session or not.
* Update the Portuguese Brazil translation (thanks to Otávio Fernandes)Badlop2010-05-262-11/+12
|
* Update the Ukrainian translation (thanks to Konstantin Khomoutov)Badlop2010-05-262-11/+17
|
* Add created_at column also to PostgreSQL schema (thanks to Mathias ↵Badlop2010-05-261-6/+12
| | | | Ertl)(EJAB-1240)
* Update the Catalan translation (thanks to Jan Kusanagi)Badlop2010-05-252-11/+12
|
* Mix the commands update_all/0 and update_module/1 into update/1 (EJAB-1237)Badlop2010-05-251-11/+8
|
* Update the Italian translation (thanks to Luca Brivio)Badlop2010-05-252-10/+12
|
* Update the Greek translation (thanks to James Iakovos Mandelis)Badlop2010-05-242-12/+15
|
* New ejabberd commands to update modified modules (EJAB-1237)Badlop2010-05-241-0/+34
|
* Only log when script errors are foundBadlop2010-05-241-4/+11
|
* Update the Polish translation (thanks to Zbyszek Żółkiewski)Badlop2010-05-242-9/+10
|
* Update the Dutch translation (thanks to Andreas van Cranenburgh)Badlop2010-05-242-51/+55
|
* Update the Esperanto translation (thanks to Andreas van Cranenburgh)Badlop2010-05-242-11/+12
|
* Update the German translation (thanks to Nikolaus Polak)Badlop2010-05-232-33/+35
|
* Recompile Japanese translationBadlop2010-05-232-0/+7
|
* update ja.poTsukasa Hamano2010-05-231-12/+6
|
* Update the French translation (thanks to Nicolas Vérité)Badlop2010-05-232-12/+13
|
* Update the Chinese translation (thanks to Shelley Shyan)Badlop2010-05-232-13/+14
|