Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Enforce pubsub node removal, revert previous commit (#1320) | Christophe Romain | 2016-12-09 | 1 | -3/+0 |
| | | | | | This reverts commit 2976c2d921fcc4eb0c55abb54842351cc0adfb86. and enforce node purge/removal instead | ||||
* | Enforce affiliation removal, remove corresponding items (#1320) | Christophe Romain | 2016-12-09 | 1 | -0/+3 |
| | |||||
* | Minor cosmetic changes on pubsub code | Christophe Romain | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 1 | -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 instead | Badlop | 2016-10-20 | 1 | -3/+3 |
| | | | | | | | | | | As reported in https://www.ejabberd.im/forum/28580/erlang-function-integertobinary1-throwing-badargs-exception | ||||
| * | PubSub: creation jid must be bare jid | Christophe Romain | 2016-09-29 | 1 | -1/+1 |
| | | |||||
| * | PubSub: fix error type on item deletion with insufficient priviledge | Christophe Romain | 2016-09-29 | 1 | -5/+5 |
| | | |||||
| * | Fix typo on previous commit (#1284) | Christophe Romain | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | Full jid entity subscriptions should include bare jid records (#1284) | Christophe Romain | 2016-09-08 | 1 | -2/+3 |
| | | |||||
* | | Add xdata generator and make some code using it | Evgeniy Khramtsov | 2016-10-07 | 1 | -1/+1 |
| | | |||||
* | | PubSub: creation jid must be bare jid | Christophe Romain | 2016-09-30 | 1 | -1/+1 |
| | | |||||
* | | PubSub: fix error type on item deletion with insufficient priviledge | Christophe Romain | 2016-09-30 | 1 | -5/+5 |
| | | |||||
* | | Improve pubsub code | Evgeniy Khramtsov | 2016-09-08 | 1 | -3/+4 |
| | | |||||
* | | Rewrite mod_pubsub to use XML codec | Evgeniy Khramtsov | 2016-08-30 | 1 | -274/+259 |
|/ | |||||
* | Get rid of warnings | Evgeniy Khramtsov | 2016-07-07 | 1 | -7/+0 |
| | |||||
* | Add missing '/' for jid matching from commit e300f80 | Christophe Romain | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | Fix missed escaping in node_flat_sql.erl | Alexey Shchepin | 2016-07-05 | 1 | -3/+4 |
| | |||||
* | Fix use of like parameter in sql pubsub's requests | Christophe Romain | 2016-07-05 | 1 | -9/+12 |
| | |||||
* | Fix compilation issues on R19 | Paweł Chmielowski | 2016-07-01 | 1 | -57/+21 |
| | |||||
* | Restore get_items conditions when not using RSM (#1147) | Christophe Romain | 2016-06-22 | 1 | -1/+2 |
| | |||||
* | Fix PubSub RSM on get_items (#1147) | Christophe Romain | 2016-06-22 | 1 | -7/+4 |
| | |||||
* | Stronger tests in the test suite, SQL updates and fixes | Alexey Shchepin | 2016-06-02 | 1 | -163/+169 |
| | |||||
* | Add support for PubSub publishing options | Holger Weiss | 2016-05-25 | 1 | -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 escaping | Alexey Shchepin | 2016-05-13 | 1 | -9/+27 |
| | |||||
* | Rename odbc to sql everywhere | Evgeniy Khramtsov | 2016-04-20 | 1 | -0/+1071 |