aboutsummaryrefslogtreecommitdiff
path: root/src/node_flat_sql.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain2016-12-091-3/+0
| | | | | This reverts commit 2976c2d921fcc4eb0c55abb54842351cc0adfb86. and enforce node purge/removal instead
* Enforce affiliation removal, remove corresponding items (#1320)Christophe Romain2016-12-091-0/+3
|
* Minor cosmetic changes on pubsub codeChristophe Romain2016-11-151-1/+1
|
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-5/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * Nidx may be integer or binary, so use jlib:i2l insteadBadlop2016-10-201-3/+3
| | | | | | | | | | As reported in https://www.ejabberd.im/forum/28580/erlang-function-integertobinary1-throwing-badargs-exception
| * PubSub: creation jid must be bare jidChristophe Romain2016-09-291-1/+1
| |
| * PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain2016-09-291-5/+5
| |
| * Fix typo on previous commit (#1284)Christophe Romain2016-09-081-1/+1
| |
| * Full jid entity subscriptions should include bare jid records (#1284)Christophe Romain2016-09-081-2/+3
| |
* | Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-1/+1
| |
* | PubSub: creation jid must be bare jidChristophe Romain2016-09-301-1/+1
| |
* | PubSub: fix error type on item deletion with insufficient priviledgeChristophe Romain2016-09-301-5/+5
| |
* | Improve pubsub codeEvgeniy Khramtsov2016-09-081-3/+4
| |
* | Rewrite mod_pubsub to use XML codecEvgeniy Khramtsov2016-08-301-274/+259
|/
* Get rid of warningsEvgeniy Khramtsov2016-07-071-7/+0
|
* Add missing '/' for jid matching from commit e300f80Christophe Romain2016-07-061-1/+1
|
* Fix missed escaping in node_flat_sql.erlAlexey Shchepin2016-07-051-3/+4
|
* Fix use of like parameter in sql pubsub's requestsChristophe Romain2016-07-051-9/+12
|
* Fix compilation issues on R19Paweł Chmielowski2016-07-011-57/+21
|
* Restore get_items conditions when not using RSM (#1147)Christophe Romain2016-06-221-1/+2
|
* Fix PubSub RSM on get_items (#1147)Christophe Romain2016-06-221-7/+4
|
* Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-021-163/+169
|
* Add support for PubSub publishing optionsHolger Weiss2016-05-251-2/+3
| | | | | | | | | Add code necessary to support publishing options as described in XEP-0060, #7.1.5. A node plugin that expects publishing options must add <<"publish-options">> to the features/0 list and then handle the publishing options handed over to the publish_item/7 call. Signed-off-by: Christian Ulrich <christian@rechenwerk.net>
* Update SQL escapingAlexey Shchepin2016-05-131-9/+27
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-0/+1071