aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-05-28fix jlib calls from previous patchChristophe Romain3-7/+7
2010-05-28make last_item_cache feature cluster aware (EJAB-1234)Christophe Romain4-82/+91
2010-05-28Handle error response from auth modules (thanks to Eric Liang)Badlop1-1/+10
2010-05-28Makefile with optional ejabberd_debug.erl compilation (EJAB-1242)Badlop2-2/+5
Only compile and install ejabberd_debug.erl when running: make ejabberd_debug=true
2010-05-27remove the silly loop that isnt needed, this speeds up all requests by 100 ↵Christopher tofu Zorn1-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.
2010-05-26Update the Portuguese Brazil translation (thanks to Otávio Fernandes)Badlop2-11/+12
2010-05-26Update the Ukrainian translation (thanks to Konstantin Khomoutov)Badlop2-11/+17
2010-05-26Add created_at column also to PostgreSQL schema (thanks to Mathias ↵Badlop1-6/+12
Ertl)(EJAB-1240)
2010-05-25Update the Catalan translation (thanks to Jan Kusanagi)Badlop2-11/+12
2010-05-25Mix the commands update_all/0 and update_module/1 into update/1 (EJAB-1237)Badlop1-11/+8
2010-05-25Update the Italian translation (thanks to Luca Brivio)Badlop2-10/+12
2010-05-24Update the Greek translation (thanks to James Iakovos Mandelis)Badlop2-12/+15
2010-05-24New ejabberd commands to update modified modules (EJAB-1237)Badlop1-0/+34
2010-05-24Only log when script errors are foundBadlop1-4/+11
2010-05-24Update the Polish translation (thanks to Zbyszek Żółkiewski)Badlop2-9/+10
2010-05-24Update the Dutch translation (thanks to Andreas van Cranenburgh)Badlop2-51/+55
2010-05-24Update the Esperanto translation (thanks to Andreas van Cranenburgh)Badlop2-11/+12
2010-05-23Update the German translation (thanks to Nikolaus Polak)Badlop2-33/+35
2010-05-23Recompile Japanese translationBadlop2-0/+7
2010-05-23update ja.poTsukasa Hamano1-12/+6
2010-05-23Update the French translation (thanks to Nicolas Vérité)Badlop2-12/+13
2010-05-23Update the Chinese translation (thanks to Shelley Shyan)Badlop2-13/+14
2010-05-23Update the Spanish translationBadlop2-12/+13
2010-05-20Update translationsBadlop26-10048/+10670
2010-05-20typo on exported functionChristopher tofu Zorn1-1/+1
2010-05-20expose more functions so developers can implement prebinding methodsChristopher tofu Zorn1-0/+6
2010-05-19fix EJAB-1233 on pubsub_odbc patchChristophe Romain2-20/+20
2010-05-19prevent orphaned pubsub node (EJAB-1233)Christophe Romain3-18/+32
2010-05-17Fix English typosBadlop1-2/+2
2010-05-12sync pubsub_odbc with latest codeChristophe Romain2-24/+82
2010-05-12Enforce pubsub#show_values subscription option (EJAB-1096)(thanks to Karim ↵Christophe Romain1-11/+63
Gemayel)
2010-05-12Show HTTP auth username and IP address in logs, not the password (EJAB-1231)Badlop1-4/+10
2010-05-10Don't show HTTP request in logs, because reveals password (EJAB-1231)Badlop1-4/+4
2010-05-10Optionally cache extauth users in mnesia (EJAB-641)Badlop2-20/+244
2010-05-10Fix EDoc commentBadlop1-1/+2
2010-05-10Use a standard method to get a random seed (EJAB-1229)Badlop1-2/+1
2010-05-10New option pam_userinfotype to provide username or JID (EJAB-652)Badlop1-2/+15
2010-05-10new option ldap_tls_verify is added (EJAB-1229)Evgeniy Khramtsov4-46/+68
2010-05-08full support for XEP-0115 v1.5 (EJAB-1223) (EJAB-1189)Evgeniy Khramtsov5-36/+238
2010-05-06Change max inactivity from 30 to 120 secondsChristopher tofu Zorn1-1/+1
2010-05-06Use dirty_delete when removing the session.Christopher tofu Zorn1-4/+1
There is no need for a transaction and has less overhead
2010-05-05enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel)Christophe Romain1-3/+9
2010-05-04Indicate explicitly what nodes are handled by mod_configureBadlop1-2/+34
2010-04-28Add xml default content type (thanks to Aaron Winborn)(EJAB-1214)Badlop1-0/+1
2010-04-28Rename some JEP references to XEPBadlop6-6/+6
2010-04-28Reduce verbosity of log when captcha_cmd is checked but not configured.Badlop1-1/+1
2010-04-27New Access rule webadmin_view for read-only (thanks to Oleg Palij)(EJAB-213)Badlop1-26/+35