Commit Graph

44 Commits (f0d34acdccd0d9d20ae1571d3e9894de03e22ffe)

Author SHA1 Message Date
Kim Alvefur f0d34acdcc mod_pubsub: Fix typo in import 9 years ago
Kim Alvefur a4c52fdf48 mod_pubsub: Limit number of items to fetch from archive storage to pubsub#max_items to prevent unbounded query (thanks Martin and lovetox) 9 years ago
Kim Alvefur c661477d67 mod_pubsub: Don't log private data 9 years ago
Kim Alvefur 08d26443e5 mod_pep_plus: Make node persistence configurable via pubsub#persist_items 9 years ago
Kim Alvefur 4f0cbf92a3 mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage 9 years ago
Kim Alvefur 9daf5dbd6d mod_pubsub: Make sure that a dataform is given to configure 9 years ago
Kim Alvefur 6794b1c9b7 mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted) 9 years ago
Kim Alvefur 771b1db01b mod_pubsub: Restore persistence with one archive per node 9 years ago
Kim Alvefur 4f7c6ed306 mod_pubsub: Remove use of non-existent fields 9 years ago
Kim Alvefur 0084dd7477 mod_pubsub: Workaround some storage modules without archive key deduplication 9 years ago
Kim Alvefur 16e8f8b9c2 mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck] 9 years ago
Kim Alvefur 4d75ff2217 mod_pep_plus, mod_pubsub: Store node content in separate archive stores 9 years ago
Kim Alvefur c900502c9c mod_pubsub: Add method to clear data from a simple_itemstore 9 years ago
Kim Alvefur 96abbc6f62 mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d) 9 years ago
Kim Alvefur cc8c5d2ffe mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one) 9 years ago
Kim Alvefur 8483401b32 mod_pubsub: Comment out data persistence for now (weird without config persistence) 9 years ago
Kim Alvefur 1120e125ba mod_pubsub: Store data in users store, node in 'with' metadata field 9 years ago
Kim Alvefur 4112d0cb3f mod_pubsub: Pass 'user' to simple_itemstore 9 years ago
Kim Alvefur a7a4931456 util.pubsub: Catch overriden id from storage 9 years ago
Kim Alvefur 5cddb86b64 mod_pubsub: Pass xmlns correctly 9 years ago
Emmanuel Gil Peyrot 5af0698f71 mod_pubsub: Add item persistence using mod_storage_*?s archive store. 9 years ago
Emmanuel Gil Peyrot 8453a2fbb6 mod_pubsub: Fix a few warnings [luacheck] 9 years ago
Matthew Wild 649b17b2e4 mod_pubsub: Fix syntax error introduced in 241f02bd66ce 9 years ago
Kim Alvefur 252e71c1fd mod_pubsub: Rely on type checking in module API 9 years ago
Kim Alvefur 409492416d Backed out changeset f1af4edd5722, doesn't work as intended (node is the name of the node and always present) 10 years ago
Emmanuel Gil Peyrot 9393c7df4c mod_pubsub: Don?t require util.dataforms twice 10 years ago
Kim Alvefur daf5eb28ec plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) 11 years ago
Kim Alvefur b28517b48b mod_pubsub: Add option for default affiliation of non-existent nodes (thanks Flow) 11 years ago
Philipp Hancke e5282813cb mod_pubsub: Add support for including the publisher in item broadcasts 11 years ago
Kim Alvefur 65b12619a3 pubsub.lib: Fix variable renaming issue 12 years ago
Kim Alvefur 3f3816afda mod_pubsub: Fix retreival of node config defaults 12 years ago
Kim Alvefur c9fece7b7e mod_pubsub: Move node config form into pubsub.lib (Thanks Florob) 12 years ago
Kim Alvefur d37f18c321 pubsub.lib: Fix actor in configure 12 years ago
Kim Alvefur 55bacaf74f mod_pubsub: Add support for requesting default node configuration 12 years ago
Kim Alvefur e157a9d6ee mod_pubsub: Add max items to node config form 12 years ago
Kim Alvefur 952a9b8b85 mod_pubsub: Add support for node configuration 12 years ago
Kim Alvefur 158ea2ce45 mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk 12 years ago
Kim Alvefur d08cb0c7a2 mod_pubsub: Don't sent error replies from service disco events, let mod_disco handle that 12 years ago
Kim Alvefur 3fd77923da mod_pubsub, util.pubsub: Keep track of the order of items 13 years ago
Florian Zeitz 2d6923c44d mod_pubsub: Utilize mod_disco, instead of reimplementing disco handling 13 years ago
Florian Zeitz 519a21076d mod_pubsub: Split out handlers into a module library 13 years ago