aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-1330-20648/+0
* fix getting ServerHost from Host due to binary portage (EJAB-1638)Christophe Romain2013-06-062-10/+8
* access_createnode acl also applies to auto created nodes ported to pubsub_odbcChristophe Romain2013-06-062-72/+87
* access_createnode acl also applies to auto created nodes (thanks to Matthias ...Badlop2013-04-251-3/+5
* Accumulated patch to binarize and indent codeBadlop2013-03-1428-8818/+13196
* Update copyright datesAlexey Shchepin2013-01-2425-74/+74
* return user affiliation for a specified node (thanks to Karim Gemayel) (EJAB-...Christophe Romain2012-04-113-20/+88
* Update copyright datesAlexey Shchepin2012-02-2325-74/+74
* add hooks for node creation/deletion (EJAB-1470)Christophe Romain2011-11-293-65/+95
* fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)Christophe Romain2011-09-221-4/+1
* Fix Denial of Service when user sends malformed publish stanza (thanks to Ole...Christophe Romain2011-09-213-27/+31
* enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain2011-08-313-38/+114
* typo fix (thanks to Artem Sh)(EJAB-1424)Christophe Romain2011-08-251-2/+2
* Fix crash when user publishes an item (EJAB-1457)Badlop2011-06-011-2/+2
* Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim Gemay...Christophe Romain2011-05-311-1/+4
* apply filtered notification to PEP last items (thanks to karim Gemayel)(EJAB-...Christophe Romain2011-05-311-4/+30
* Owner can delete any items from its own node (EJAB-1445)Christophe Romain2011-05-061-2/+2
* fix empty pubsub payload check on odbc versionChristophe Romain2011-02-141-1/+1
* fix empty pubsub payload checkChristophe Romain2011-02-141-1/+1
* update copyright up to 2011Christophe Romain2011-02-1425-74/+74
* update pubsub_odbc patchChristophe Romain2010-12-072-134/+79
* add node attribute to pubsub subscribe event (EJAB-1361)Christophe Romain2010-12-071-2/+4
* fix pubsub cross domain eventing (EJAB-1340)Christophe Romain2010-12-021-76/+12
* Revert "populate pubsub#roster_groups_allowed in node configuration options (...Christophe Romain2010-11-221-13/+2
* populate pubsub#roster_groups_allowed in node configuration options (thanks t...Christophe Romain2010-11-101-2/+13
* fix bad plugin order issue injected in previous patch (EJAB-1286)Christophe Romain2010-11-091-1/+1
* avoid node_call to break transaction (thanks to Karim Gemayel)(EJAB-1286)Christophe Romain2010-11-081-6/+11
* improve documentation (thanks to Karim Gemayel)Christophe Romain2010-10-213-256/+325
* Fix bug in mod_pubsub in_subscription return valueBadlop2010-10-191-4/+6
* documentation update (thanks to Karim Gemayel)Christophe Romain2010-10-181-102/+139
* enforce disco features results (thanks to Karim)(EJAB-1033, EJAB-1228, EJAB-1...Christophe Romain2010-08-023-373/+495
* 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
* 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 G...Christophe Romain2010-05-281-2/+2
* 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
* fix EJAB-1233 on pubsub_odbc patchChristophe Romain2010-05-192-20/+20
* prevent orphaned pubsub node (EJAB-1233)Christophe Romain2010-05-193-18/+32
* sync pubsub_odbc with latest codeChristophe Romain2010-05-122-24/+82
* Enforce pubsub#show_values subscription option (EJAB-1096)(thanks to Karim Ge...Christophe Romain2010-05-121-11/+63
* enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel)Christophe Romain2010-05-051-3/+9
* improve remove_user (EJAB-1172)Christophe Romain2010-03-113-45/+49
* don't route PEP error messsages to a clientEvgeniy Khramtsov2010-03-092-14/+48
* typo fix on previous pubsub patchChristophe Romain2010-03-083-8/+10
* allow sending PEP to bare jid on s2sChristophe Romain2010-03-083-14/+22
* Fix warnings about unused variable.Badlop2010-03-082-2/+2
* fix mistake in previous broadcast_stanza changeChristophe Romain2010-03-053-6/+6
* add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain2010-03-053-124/+142