util.pubsub: Silence luacheck warnings, leaving notes on future proper fix
|
Kim Alvefur |
2019-12-23 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-12-23 |
util.pubsub: Pass subscribers trough a filter callback
0.11
|
Kim Alvefur |
2019-06-06 |
util.pubsub: Factor out calling of broadcaster
0.11
|
Kim Alvefur |
2019-06-06 |
util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fixes #1455)
|
Matthew Wild |
2019-10-27 |
util.pubsub: Validate node configuration on node creation (fixes #1328)
0.11
|
Kim Alvefur |
2019-03-03 |
util.pubsub: Add support for requesting multiple specific items (needed for #1305)
0.11
|
Kim Alvefur |
2019-01-28 |
util.pubsub: Restore subscription index from stored data (fixes #1281)
0.11
|
Kim Alvefur |
2018-12-29 |
util.pubsub: Clarify comment about return value
|
Kim Alvefur |
2018-10-21 |
util.pubsub: Allow publishing with a config that should be used as defaults only
|
Matthew Wild |
2018-10-18 |
util.pubsub: Expand comment on return type from get_items
|
Kim Alvefur |
2018-08-31 |
util.pubsub: Explicitly add all capabilities to the 'outcast' affiliation for completeness
|
Kim Alvefur |
2018-08-31 |
util.pubsub: Comments describing the return values of methods
|
Kim Alvefur |
2018-08-22 |
util.pubsub: Add 'service' field to all events
|
Matthew Wild |
2018-08-27 |
util.pubsub: Remove unused argument
|
Kim Alvefur |
2018-08-21 |
util.pubsub: Fire item-published/<node> to allow for easier handling of per-node items
|
Matthew Wild |
2018-08-19 |
util.pubsub, pubsub.lib: Improve error on attempt to publish invalid item
|
Matthew Wild |
2018-08-18 |
Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes
|
Matthew Wild |
2018-08-18 |
util.pubsub: Fix whitespace [luacheck]
|
Matthew Wild |
2018-08-18 |
Backed out changeset 27d800ddc3b0 (see below)
|
Matthew Wild |
2018-08-18 |
util.pubsub: get_last_item(): Fail with item-not-found if no item yet published
|
Matthew Wild |
2018-08-18 |
util.pubsub: get_last_item(): Return error if node does not exist
|
Matthew Wild |
2018-08-18 |
pubsub.lib, util.pubsub: Move precondition checks to util.pubsub
|
Matthew Wild |
2018-08-18 |
util.pubsub: Add comment to clarify return values
|
Matthew Wild |
2018-08-18 |
util.pubsub: Pass "retract" as the type of such broadcasts
|
Kim Alvefur |
2018-08-16 |
util.pubsub: Allow outcasts to get their subscription status
|
Matthew Wild |
2018-08-12 |
util.pubsub: For open nodes, default affiliation is "member"
|
Matthew Wild |
2018-08-09 |
mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'none' affiliation to better match XEP-0060
|
Matthew Wild |
2018-08-08 |
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
|
Matthew Wild |
2018-08-08 |
util.pubsub: Include node defaults from current service object
|
Kim Alvefur |
2018-08-07 |