aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/mod_pubsub_odbc.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-5071/+0
* fix getting ServerHost from Host due to binary portage (EJAB-1638)Christophe Romain2013-06-061-4/+3
* access_createnode acl also applies to auto created nodes ported to pubsub_odbcChristophe Romain2013-06-061-6/+5
* Accumulated patch to binarize and indent codeBadlop2013-03-141-2248/+3463
* Update copyright datesAlexey Shchepin2013-01-241-4/+4
* return user affiliation for a specified node (thanks to Karim Gemayel) (EJAB-...Christophe Romain2012-04-111-2/+36
* Update copyright datesAlexey Shchepin2012-02-231-4/+4
* add hooks for node creation/deletion (EJAB-1470)Christophe Romain2011-11-291-7/+22
* Fix Denial of Service when user sends malformed publish stanza (thanks to Ole...Christophe Romain2011-09-211-2/+4
* enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain2011-08-311-6/+13
* fix empty pubsub payload check on odbc versionChristophe Romain2011-02-141-1/+1
* update copyright up to 2011Christophe Romain2011-02-141-4/+4
* update pubsub_odbc patchChristophe Romain2010-12-071-88/+33
* enforce disco features results (thanks to Karim)(EJAB-1033, EJAB-1228, EJAB-1...Christophe Romain2010-08-021-152/+179
* sync last changes in pubsub_odbc patchChristophe Romain2010-06-021-3/+3
* send created node notifications (EJAB-1225)Christophe Romain2010-05-281-13/+23
* fix jlib calls from previous patchChristophe Romain2010-05-281-2/+2
* make last_item_cache feature cluster aware (EJAB-1234)Christophe Romain2010-05-281-21/+21
* fix EJAB-1233 on pubsub_odbc patchChristophe Romain2010-05-191-1/+2
* prevent orphaned pubsub node (EJAB-1233)Christophe Romain2010-05-191-1/+6
* sync pubsub_odbc with latest codeChristophe Romain2010-05-121-14/+72
* improve remove_user (EJAB-1172)Christophe Romain2010-03-111-4/+6
* don't route PEP error messsages to a clientEvgeniy Khramtsov2010-03-091-7/+24
* typo fix on previous pubsub patchChristophe Romain2010-03-081-0/+1
* allow sending PEP to bare jid on s2sChristophe Romain2010-03-081-3/+7
* Fix warnings about unused variable.Badlop2010-03-081-1/+1
* fix mistake in previous broadcast_stanza changeChristophe Romain2010-03-051-2/+2
* add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain2010-03-051-57/+66
* fix compilations issuesChristophe Romain2010-03-051-11/+9
* minor intentation fix, and sync _odbc codeChristophe Romain2010-03-051-101/+172
* add send_loop robustnessChristophe Romain2010-01-131-10/+30
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-4/+4
* remove useless commentChristophe Romain2010-01-121-18/+0
* avoid calling gen_server on internal events (EJAB-1156)Christophe Romain2010-01-121-84/+60
* fix NodeName issue from r2880 (thanks to Karim Gemayel)Christophe Romain2010-01-121-9/+9
* fix r2876 compilation warningChristophe Romain2010-01-121-40/+40
* apply r2876 on pubsub_odbcChristophe Romain2010-01-121-25/+79
* pep_mapping not working due to Node type mismatch (EJAB-1135)Badlop2009-12-211-1/+1
* prevent sending duplicated last items if several resources online (EJAB-1116)Christophe Romain2009-12-061-0/+6
* Typo in mod_pubsub_odbc breaks Service Discovery and more (EJAB-1115)Badlop2009-12-041-1/+1
* Call ejabberd_router:route/3 instead of sending a message (EJAB-1114)Badlop2009-12-041-7/+7
* Small relax the limitation in the mod_pubsub_odbc host option.Badlop2009-12-041-1/+1
* typo fix that breaks pepChristophe Romain2009-11-061-2/+2
* fix root node deletion matchChristophe Romain2009-11-051-1/+1
* Fix ProcessOne name in comments.Badlop2009-11-041-1/+1
* Fix disco on root node, add commands to disco (thanks to Brian Cully)(EJAB-1094)Badlop2009-11-041-1/+32
* Send authorization messages outside of get-pending transaction (thanks to Bri...Badlop2009-11-041-8/+7
* backport previous patch to pubsub odbcChristophe Romain2009-10-271-7/+14
* does not use slash as default separator in nodename (EJAB-667)Christophe Romain2009-10-201-72/+47
* prevent remove_user from blocking gen_server, and allow plugin to change broa...Christophe Romain2009-10-131-46/+52