util.pubsub: Fix item store resize to "max"
|
Kim Alvefur |
2022-01-06 |
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
|
Kim Alvefur |
2021-10-19 |
util.pubsub: Add support for limiting number of items to retrieve
|
Kim Alvefur |
2021-09-05 |
util.pubsub: Signal that 'persistent-items' is unsupported when disabled
|
Kim Alvefur |
2021-07-22 |
util.pubsub: Fix behavior of persist_items disabled
|
Kim Alvefur |
2021-07-22 |
mod_pubsub: Explicitly enable persistence by default to preserve behavior
|
Kim Alvefur |
2021-07-21 |
util.pubsub: Handle absence of node data interface
|
Kim Alvefur |
2021-07-21 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-05-16 |
util.pubsub: Fix traceback if node data not initialized
0.11
|
Kim Alvefur |
2021-05-16 |
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 |