aboutsummaryrefslogtreecommitdiffstats
path: root/util/pubsub.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* util.pubsub: Return error code known by pubsub.lib if persistent creation failsKim Alvefur2018-07-011-1/+1
|
* util.pubsub: Store subscription changesKim Alvefur2018-07-011-0/+22
|
* util.pubsub: Persistence on affiliation changeKim Alvefur2018-07-011-0/+10
|
* util.pubsub: Remove node from persistent storage on deletionKim Alvefur2018-07-011-0/+13
|
* util.pubsub: Persist nodes on configuration changeKim Alvefur2018-07-011-5/+14
|
* util.pubsub: Fix applying per service node defaults when loading from nodestoreKim Alvefur2018-07-011-7/+7
|
* util.pubsub: Fix typoKim Alvefur2018-06-261-1/+1
|
* util.pubsub: Normalize JID used as affiliationKim Alvefur2018-06-261-0/+1
| | | | | XEP-0060 4.1 Affiliations > All affiliations MUST be based on a bare JID
* util.pubsub: Also check for affiliation set on bare JIDKim Alvefur2018-05-221-1/+2
| | | | | This fixes eg publishing from a full JID when the affiliation has been set on the bare JID, as would be common in XMPP.
* util.pubsub: Pass node and service objects to broadcaster to allow eg config ↵Kim Alvefur2018-05-211-4/+4
| | | | access
* util.pubsub: Add a default/fallback JID normalization functionKim Alvefur2018-05-201-0/+1
|
* util.pubsub: Don't record the superuser as owner on creationKim Alvefur2018-05-201-6/+8
| | | | | | No need to be set as owner, it has all privileges anyways. Since it’s a boolean instead of a string, its presence may cause weirdness in other code expecting all affiliations to be string JIDs.
* util.pubsub: Allow setting a callback for validating items to be publishedKim Alvefur2018-03-211-0/+4
|
* util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)Matthew Wild2018-02-021-1/+41
|
* util.pubsub: Move service methods object creation (just code reorganisation)Matthew Wild2018-02-021-2/+6
|
* util.pubsub: For clarity, split config tables from their metatablesMatthew Wild2018-02-011-6/+9
|
* util.pubsub: Recreate itemstore if persist_items changes or resize it if ↵Kim Alvefur2017-11-091-7/+7
| | | | max_items changes
* util: Various minor changes to please [luacheck]Kim Alvefur2017-11-101-12/+0
|
* util.pubsub: Add method for retreiving the last item (useful for sending on ↵Kim Alvefur2017-11-071-0/+9
| | | | subscribe)
* util.pubsub: Return an empty list if specific item asked for does not exist ↵Kim Alvefur2017-10-181-1/+1
| | | | (thanks jonasw)
* pubsub: Distinguish internal representation of node config from XEP-0060 ↵Kim Alvefur2017-10-171-2/+3
| | | | form (util.pubsub should be protocol-agnostic)
* util.pubsub: Remove inclusion of publisherKim Alvefur2017-10-161-3/+0
| | | | | util.pubsub should stay agnostic of what data types are published and this depended on util.stanza
* util.pubsub: Return item-not-found if a single item is requested, and not thereKim Alvefur2017-10-101-1/+5
|
* util.pubsub: Clear data on node deletionKim Alvefur2017-10-091-0/+3
|
* util.pubsub: Clear data store if it supports being cleared, otherwise fall ↵Kim Alvefur2017-10-081-1/+5
| | | | back to creating a new one
* util.pubsub: Don't record publisher when superuser privileges are used (eg ↵Kim Alvefur2017-07-291-1/+3
| | | | by modules)
* util.pubsub: Catch overriden id from storageKim Alvefur2017-04-261-0/+1
|
* util.pubsub: Add the publisher as an attribute in the item element.Emmanuel Gil Peyrot2017-04-021-0/+1
| | | | | This makes the backend able to obtain the publisher without changing the API.
* util.pubsub: Add a node parameter to itemstore().Emmanuel Gil Peyrot2017-04-021-4/+4
| | | | | This allows the backend to know the node name, when it needs to differentiate it at storage for example.
* util.pubsub: Fix item retrieval by including the item order as it was before ↵Kim Alvefur2016-11-191-0/+1
| | | | using util.cache (thanks walduhu)
* util.pubsub: Rename loop variable to avoid name clash [luacheck]Kim Alvefur2016-10-181-5/+5
|
* util.pubsub: Factor item storage cache into a per service configurable optionKim Alvefur2016-10-161-3/+4
|
* util.pubsub: Switch to use util.cache for item dataKim Alvefur2016-10-161-33/+23
|
* util.*: Remove use of module() function, make all module functions local and ↵Kim Alvefur2015-02-211-4/+4
| | | | return them in a table at the end
* mod_pubsub: Add support for including the publisher in item broadcastsPhilipp Hancke2014-11-201-1/+1
|
* util.pubsub: Add support for limiting the number of item in a node (default ↵Kim Alvefur2014-09-281-0/+11
| | | | to 20)
* util.pubsub: Add support for node configurationKim Alvefur2014-09-281-2/+22
|
* util.pubsub: One less table allocated per pubsub object createdKim Alvefur2014-09-281-3/+3
|
* util.pubsub: Use localKim Alvefur2014-09-271-1/+1
|
* util.pubsub: Separate data from node configurationKim Alvefur2013-12-301-7/+26
|
* util.pubsub: Fire events on more actionsKim Alvefur2013-12-261-0/+4
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-5/+5
|
* util.pubsub: Check whether node exists, when deletingFlorian Zeitz2013-06-121-0/+3
|
* util.pubsub: Fix get_subscriptions to not pass a boolean as node name ↵Kim Alvefur2013-05-261-1/+1
| | | | (thanks jonas)
* mod_pubsub, util.pubsub: Add delete actionKim Alvefur2013-01-311-0/+12
|
* util.pubsub: Fix nil access error in get_subscriptions.Waqas Hussain2013-01-261-1/+1
|
* mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> elementFlorian Zeitz2013-01-251-9/+18
|
* mod_pubsub, util.pubsub: Implement the purge actionKim Alvefur2013-01-241-1/+9
|
* util.pubsub: Add item-published eventMatthew Wild2012-11-151-0/+1
|
* util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)Matthew Wild2011-08-301-14/+0
|