aboutsummaryrefslogtreecommitdiff
path: root/include/pubsub.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor pubsub's get_last_itemsChristophe Romain2017-03-301-0/+2
|
* mod_pubsub: Fix last item cache for multiple hostsHolger Weiss2017-01-211-1/+1
| | | | | Don't let the last item cache intermix PubSub items of different virtual domains.
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-19/+14
|
* Enforce pubsub node removal, revert previous commit (#1320)Christophe Romain2016-12-091-0/+6
| | | | | This reverts commit 2976c2d921fcc4eb0c55abb54842351cc0adfb86. and enforce node purge/removal instead
* Add support for PubSub publishing optionsHolger Weiss2016-05-251-0/+5
| | | | | | | | | 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>
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-1/+1
|
* Update copyright to 2016 (#901)Badlop2016-01-131-3/+3
|
* Add publish_only to affiliation type specChristophe Romain2015-04-221-1/+1
|
* PubSub improvementsChristophe Romain2015-04-211-117/+31
| | | | | | | | This commit contains - code cleanup - use of db_type instead of old mod_pubsub_odbc - some minor optimizations - some minor bugfixes
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+2
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-3/+3
|
* Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-3/+3
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+257
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