aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-13Switch to rebar build toolEvgeniy Khramtsov30-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
2013-06-06fix getting ServerHost from Host due to binary portage (EJAB-1638)Christophe Romain2-10/+8
2013-06-06access_createnode acl also applies to auto created nodes ported to pubsub_odbcChristophe Romain2-72/+87
2013-04-25access_createnode acl also applies to auto created nodes (thanks to Matthias ↵Badlop1-3/+5
Rieber)
2013-03-14Accumulated patch to binarize and indent codeBadlop28-8818/+13196
2013-01-24Update copyright datesAlexey Shchepin25-74/+74
2012-04-11return user affiliation for a specified node (thanks to Karim Gemayel) ↵Christophe Romain3-20/+88
(EJAB-1294)
2012-02-23Update copyright datesAlexey Shchepin25-74/+74
2011-11-29add hooks for node creation/deletion (EJAB-1470)Christophe Romain3-65/+95
2011-09-22fix broken PEP after EJAB-1498 (thanks to Karim Gemayel)Christophe Romain1-4/+1
2011-09-21Fix Denial of Service when user sends malformed publish stanza (thanks to ↵Christophe Romain3-27/+31
Oleg Smirnov) (EJAB-1498)
2011-08-31enable pubsub#deliver_notification checking (thanks to Karim Gemayel)(EJAB-1453)Christophe Romain3-38/+114
2011-08-25typo fix (thanks to Artem Sh)(EJAB-1424)Christophe Romain1-2/+2
2011-06-01Fix crash when user publishes an item (EJAB-1457)Badlop1-2/+2
2011-05-31Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim ↵Christophe Romain1-1/+4
Gemayel)(EJAB-1434)
2011-05-31apply filtered notification to PEP last items (thanks to karim ↵Christophe Romain1-4/+30
Gemayel)(EJAB-1456)
2011-05-06Owner can delete any items from its own node (EJAB-1445)Christophe Romain1-2/+2
2011-02-14fix empty pubsub payload check on odbc versionChristophe Romain1-1/+1
2011-02-14fix empty pubsub payload checkChristophe Romain1-1/+1
2011-02-14update copyright up to 2011Christophe Romain25-74/+74
2010-12-07update pubsub_odbc patchChristophe Romain2-134/+79
2010-12-07add node attribute to pubsub subscribe event (EJAB-1361)Christophe Romain1-2/+4
2010-12-02fix pubsub cross domain eventing (EJAB-1340)Christophe Romain1-76/+12
2010-11-22Revert "populate pubsub#roster_groups_allowed in node configuration options ↵Christophe Romain1-13/+2
(EJAB-1344)" This reverts commit dfaeb3bc888ba59d563a5b11d2582c0f62fee968.
2010-11-10populate pubsub#roster_groups_allowed in node configuration options (thanks ↵Christophe Romain1-2/+13
to Karim Gemayel)(EJAB-1344)
2010-11-09fix bad plugin order issue injected in previous patch (EJAB-1286)Christophe Romain1-1/+1
2010-11-08avoid node_call to break transaction (thanks to Karim Gemayel)(EJAB-1286)Christophe Romain1-6/+11
2010-10-21improve documentation (thanks to Karim Gemayel)Christophe Romain3-256/+325
2010-10-19Fix bug in mod_pubsub in_subscription return valueBadlop1-4/+6
2010-10-18documentation update (thanks to Karim Gemayel)Christophe Romain1-102/+139
2010-08-02enforce disco features results (thanks to Karim)(EJAB-1033, EJAB-1228, ↵Christophe Romain3-373/+495
EJAB-1238)
2010-06-02sync last changes in pubsub_odbc patchChristophe Romain2-5/+5
2010-06-02final fix on created node notification (EJAB-1225)Christophe Romain1-3/+3
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 Romain1-2/+2
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-19fix EJAB-1233 on pubsub_odbc patchChristophe Romain2-20/+20
2010-05-19prevent orphaned pubsub node (EJAB-1233)Christophe Romain3-18/+32
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-05enforce pubsub#presence_based_delivery (EJAB-1221) (thanks to Karim Gemayel)Christophe Romain1-3/+9
2010-03-11improve remove_user (EJAB-1172)Christophe Romain3-45/+49
2010-03-09don't route PEP error messsages to a clientEvgeniy Khramtsov2-14/+48
2010-03-08typo fix on previous pubsub patchChristophe Romain3-8/+10
2010-03-08allow sending PEP to bare jid on s2sChristophe Romain3-14/+22
2010-03-08Fix warnings about unused variable.Badlop2-2/+2
2010-03-05fix mistake in previous broadcast_stanza changeChristophe Romain3-6/+6
2010-03-05add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain3-124/+142