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 | -4/+25 |
| | | | | | This reverts commit 2976c2d921fcc4eb0c55abb54842351cc0adfb86. and enforce node purge/removal instead | ||||
* | Enforce affiliation removal, remove corresponding items (#1320) | Christophe Romain | 2016-12-09 | 1 | -15/+15 |
| | |||||
* | Improve handling of mnesia schema | Christophe Romain | 2016-11-30 | 1 | -2/+2 |
| | |||||
* | Minor cosmetic changes on pubsub code | Christophe Romain | 2016-11-15 | 1 | -1/+1 |
| | |||||
* | Add xdata generator and make some code using it | Evgeniy Khramtsov | 2016-10-07 | 1 | -1/+2 |
| | |||||
* | PubSub: fix error type on item deletion with insufficient priviledge | Christophe Romain | 2016-09-30 | 1 | -5/+5 |
| | |||||
* | Make common tests working again | Evgeniy Khramtsov | 2016-09-13 | 1 | -1/+1 |
| | |||||
* | Improve pubsub code | Evgeniy Khramtsov | 2016-09-08 | 1 | -37/+37 |
| | |||||
* | 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> | ||||
* | Set default value for pubsub#itemreply option | Holger Weiss | 2016-04-21 | 1 | -1/+2 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Don't read pubsub options when plugin does not use them | Christophe Romain | 2015-12-16 | 1 | -1/+1 |
| | | | | This also revert commit 6052f7b | ||||
* | Fix pubsub headers | Christophe Romain | 2015-12-15 | 1 | -20/+19 |
| | |||||
* | Fix pubsub test error | Paweł Chmielowski | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | Disable use of multi-subscribe and subscription-option on standard plugins | Christophe Romain | 2015-12-11 | 1 | -15/+22 |
| | |||||
* | Remove now() in pubsub code | Paweł Chmielowski | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | Move JID related functions to jid.erl (#847) | Evgeniy Khramtsov | 2015-11-24 | 1 | -29/+29 |
| | |||||
* | Remove unused functions from old get_items api | Christophe Romain | 2015-09-17 | 1 | -12/+3 |
| | |||||
* | Let flat be default plugin (#609) | Christophe Romain | 2015-07-22 | 1 | -53/+716 |
| | |||||
* | PubSub improvements | Christophe Romain | 2015-04-21 | 1 | -102/+96 |
| | | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes | ||||
* | Update copyright dates to 2015 (EJAB-1733) | Badlop | 2015-01-08 | 1 | -3/+3 |
| | |||||
* | Update copyright dates to 2014 (EJAB-1679) | Badlop | 2014-03-13 | 1 | -3/+3 |
| | |||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -0/+186 |
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 |