aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch to rebar build toolEvgeniy Khramtsov2013-06-1330-20648/+0
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* 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
| | | | Rieber)
* 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) ↵Christophe Romain2012-04-113-20/+88
| | | | (EJAB-1294)
* 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 ↵Christophe Romain2011-09-213-27/+31
| | | | Oleg Smirnov) (EJAB-1498)
* 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 ↵Christophe Romain2011-05-311-1/+4
| | | | Gemayel)(EJAB-1434)
* apply filtered notification to PEP last items (thanks to karim ↵Christophe Romain2011-05-311-4/+30
| | | | Gemayel)(EJAB-1456)
* 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
| | | | | | (EJAB-1344)" This reverts commit dfaeb3bc888ba59d563a5b11d2582c0f62fee968.
* populate pubsub#roster_groups_allowed in node configuration options (thanks ↵Christophe Romain2010-11-101-2/+13
| | | | to Karim Gemayel)(EJAB-1344)
* 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, ↵Christophe Romain2010-08-023-373/+495
| | | | EJAB-1238)
* 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 ↵Christophe Romain2010-05-281-2/+2
| | | | 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
|
* 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 ↵Christophe Romain2010-05-121-11/+63
| | | | Gemayel)
* 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
|