aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update the Spanish translationBadlop2010-05-232-12/+13
|
* Update translationsBadlop2010-05-2026-10048/+10670
|
* typo on exported functionChristopher tofu Zorn2010-05-201-1/+1
|
* expose more functions so developers can implement prebinding methodsChristopher tofu Zorn2010-05-201-0/+6
|
* fix EJAB-1233 on pubsub_odbc patchChristophe Romain2010-05-192-20/+20
|
* prevent orphaned pubsub node (EJAB-1233)Christophe Romain2010-05-193-18/+32
|
* Fix English typosBadlop2010-05-171-2/+2
|
* sync pubsub_odbc with latest codeChristophe Romain2010-05-122-24/+82
|
* Enforce pubsub#show_values subscription option (EJAB-1096)(thanks to Karim ↵Christophe Romain2010-05-121-11/+63
| | | | Gemayel)
* Show HTTP auth username and IP address in logs, not the password (EJAB-1231)Badlop2010-05-121-4/+10
|
* Don't show HTTP request in logs, because reveals password (EJAB-1231)Badlop2010-05-101-4/+4
|
* Optionally cache extauth users in mnesia (EJAB-641)Badlop2010-05-102-20/+244
|
* Fix EDoc commentBadlop2010-05-101-1/+2
|
* Use a standard method to get a random seed (EJAB-1229)Badlop2010-05-101-2/+1
|
* New option pam_userinfotype to provide username or JID (EJAB-652)Badlop2010-05-101-2/+15
|
* new option ldap_tls_verify is added (EJAB-1229)Evgeniy Khramtsov2010-05-104-46/+68
|
* full support for XEP-0115 v1.5 (EJAB-1223) (EJAB-1189)Evgeniy Khramtsov2010-05-085-36/+238
|
* Change max inactivity from 30 to 120 secondsChristopher tofu Zorn2010-05-061-1/+1
|
* Use dirty_delete when removing the session.Christopher tofu Zorn2010-05-061-4/+1
| | | | There is no need for a transaction and has less overhead
* enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel)Christophe Romain2010-05-051-3/+9
|
* Indicate explicitly what nodes are handled by mod_configureBadlop2010-05-041-2/+34
|
* Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)Badlop2010-04-281-0/+1
|
* Rename some JEP references to XEPBadlop2010-04-286-6/+6
|
* Reduce verbosity of log when captcha_cmd is checked but not configured.Badlop2010-04-281-1/+1
|
* New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)Badlop2010-04-271-26/+35
|