aboutsummaryrefslogtreecommitdiff
path: root/src/node_flat_sql.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+1
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-28Don't force rsm when max_items is not defined (#2189)Christophe Romain1-8/+1
2017-12-13PubSub: Add missing Nidx building records from sql resultChristophe Romain1-0/+2
2017-11-16PubSub: Cleanup tree requests, rename pubsub_node.type->pubsub_node.pluginChristophe Romain1-5/+5
2017-11-15Cleanup pubsub subscriptions quering, fix pep caseChristophe Romain1-71/+46
2017-09-27Remove useless conditionChristophe Romain1-2/+0
2017-09-27PubSub: enforce controls on publish and deleteChristophe Romain1-13/+38
2017-09-27Fix xref errorChristophe Romain1-2/+5
2017-09-27Remove calls to deprecated functionsChristophe Romain1-2/+2
2017-09-27PubSub: add correct order when requesting all itemsChristophe Romain1-1/+2
2017-09-27PubSub: fix RSM support (#1994)(#2Â014)Christophe Romain1-102/+101
2017-04-11Rename aux.erl as misc.erl17.04Christophe Romain1-7/+7
2017-03-30Refactor pubsub's get_last_itemsChristophe Romain1-1/+2
2017-03-30Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov1-7/+7
2017-03-21Use item creation date in rsm order (#1516)Christophe Romain1-8/+8
2017-02-26Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov1-3/+3
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-12-09Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain1-3/+0
2016-12-09Enforce affiliation removal, remove corresponding items (#1320)Christophe Romain1-0/+3
2016-11-15Minor cosmetic changes on pubsub codeChristophe Romain1-1/+1
2016-10-20Nidx may be integer or binary, so use jlib:i2l insteadBadlop1-3/+3
2016-10-07Add xdata generator and make some code using itEvgeniy Khramtsov1-1/+1
2016-09-30PubSub: creation jid must be bare jidChristophe Romain1-1/+1
2016-09-30PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain1-5/+5
2016-09-29PubSub: creation jid must be bare jidChristophe Romain1-1/+1
2016-09-29PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain1-5/+5
2016-09-08Fix typo on previous commit (#1284)Christophe Romain1-1/+1
2016-09-08Full jid entity subscriptions should include bare jid records (#1284)Christophe Romain1-2/+3
2016-09-08Improve pubsub codeEvgeniy Khramtsov1-3/+4
2016-08-30Rewrite mod_pubsub to use XML codecEvgeniy Khramtsov1-274/+259
2016-07-07Get rid of warningsEvgeniy Khramtsov1-7/+0
2016-07-06Add missing '/' for jid matching from commit e300f80Christophe Romain1-1/+1
2016-07-05Fix missed escaping in node_flat_sql.erlAlexey Shchepin1-3/+4
2016-07-05Fix use of like parameter in sql pubsub's requestsChristophe Romain1-9/+12
2016-07-01Fix compilation issues on R19Paweł Chmielowski1-57/+21
2016-06-22Restore get_items conditions when not using RSM (#1147)Christophe Romain1-1/+2
2016-06-22Fix PubSub RSM on get_items (#1147)Christophe Romain1-7/+4
2016-06-02Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin1-163/+169
2016-05-25Add support for PubSub publishing optionsHolger Weiss1-2/+3
2016-05-13Update SQL escapingAlexey Shchepin1-9/+27
2016-04-20Rename odbc to sql everywhereEvgeniy Khramtsov1-59/+59
2016-04-05Replace more ?ERR_* macros with ?ERRT_*Evgeniy Khramtsov1-2/+4
2016-03-29Fix some LIMIT related problems with MSSQLEvgeniy Khramtsov1-11/+29
2016-02-03Switch to Fast XML moduleMickael Remond1-2/+2
2016-01-13Update copyright to 2016 (#901)Badlop1-1/+1
2015-12-15Fix pubsub headersChristophe Romain1-20/+19
2015-12-11Disable use of multi-subscribe and subscription-option on standard pluginsChristophe Romain1-14/+25
2015-12-07Remove now() in pubsub codePaweł Chmielowski1-2/+2