index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_pubsub
/
mod_pubsub.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 0.11->trunk
Kim Alvefur
2020-11-06
1
-1
/
+1
|
\
|
*
mod_pubsub: Fix notification stanza type setting (fixes #1605)
Kim Alvefur
2020-11-06
1
-1
/
+1
*
|
Merge 0.11->trunk
Kim Alvefur
2020-11-05
1
-5
/
+6
|
\
\
|
|
/
|
/
|
|
*
mod_pubsub: Comment on itemstore type
Kim Alvefur
2020-10-25
1
-1
/
+1
|
*
Merge 0.11->trunk
Kim Alvefur
2020-02-27
1
-1
/
+1
|
|
\
|
*
|
mod_pubsub: Move a comment to where it makes sense
Kim Alvefur
2019-07-10
1
-1
/
+1
|
*
|
Merge 0.11->trunk
Kim Alvefur
2019-02-22
1
-1
/
+3
|
|
\
\
|
*
|
|
mod_pubsub: Split line in config check to improve readability
Kim Alvefur
2018-12-23
1
-1
/
+2
|
*
|
|
mod_pubsub: Change order of luacheck directives to match arguments they apply to
Kim Alvefur
2018-12-23
1
-1
/
+1
|
*
|
|
mod_pubsub: Add semicolon (code style)
Kim Alvefur
2018-12-23
1
-1
/
+1
*
|
|
|
mod_pubsub: Lower priority of default <body> generator
Kim Alvefur
2020-11-05
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496)
Kim Alvefur
2020-02-27
1
-1
/
+1
|
|
/
|
/
|
*
|
mod_pubsub: Simplify configuration for node data (see #1302)
Kim Alvefur
2019-02-22
1
-1
/
+3
|
/
*
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)
Kim Alvefur
2018-10-30
1
-1
/
+1
*
mod_pubsub: Fix summary generation for Atom entries to use the correct field
Kim Alvefur
2018-08-31
1
-1
/
+1
*
mod_pubsub: Add support for thin notifications (without the full payload)
Kim Alvefur
2018-08-16
1
-0
/
+3
*
mod_pubsub: Only attach publisher on normal "item" broadcasts
Kim Alvefur
2018-08-16
1
-2
/
+4
*
mod_pubsub: Prepare to support turning notifications off for each kind of bro...
Kim Alvefur
2018-08-16
1
-0
/
+5
*
util.pubsub: Pass "retract" as the type of such broadcasts
Kim Alvefur
2018-08-16
1
-0
/
+4
*
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsu...
Matthew Wild
2018-08-08
1
-78
/
+0
*
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be uns...
Kim Alvefur
2018-08-06
1
-0
/
+4
*
mod_pubsub: Add 'get_configuration' capability to relevant affiliations
Kim Alvefur
2018-08-05
1
-0
/
+2
*
mod_pubsub: Add a public method for retrieving the service object
Kim Alvefur
2018-08-05
1
-0
/
+4
*
mod_pubsub: Add comment to document nodestore/itemstore methods
Matthew Wild
2018-08-04
1
-0
/
+14
*
mod_pubsub: Restrict access model to 'whitelist' and 'open'
Kim Alvefur
2018-08-04
1
-0
/
+3
*
mod_pubsub: Add configurable maximum on number of items
Kim Alvefur
2018-08-04
1
-0
/
+9
*
mod_pubsub: Make generation of notification body into an event to allow exten...
Kim Alvefur
2018-07-14
1
-11
/
+17
*
mod_pubsub: Skip checks for adding body if no body generated
Kim Alvefur
2018-07-14
1
-1
/
+1
*
mod_pubsub: Remove unneeded stanza API call
Kim Alvefur
2018-07-14
1
-1
/
+0
*
mod_pubsub: Move include_body option into subscription options
Kim Alvefur
2018-07-14
1
-6
/
+11
*
mod_pubsub: Move service discovery to pubsub.lib to allow reuse
Kim Alvefur
2018-07-06
1
-17
/
+2
*
mod_pubsub: Remove feature flag for data persistence since node config is now...
Kim Alvefur
2018-07-01
1
-9
/
+0
*
mod_pubsub: Handle optional item (thanks jonasw)
Kim Alvefur
2018-06-28
1
-2
/
+5
*
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads
Kim Alvefur
2018-05-21
1
-0
/
+20
*
mod_pubsub: Make the 'type' attribute on broadcast messages configurable
Kim Alvefur
2018-05-21
1
-2
/
+4
*
mod_pubsub: Set an id attribute on outgoing event messages
Kim Alvefur
2018-05-21
1
-1
/
+4
*
mod_pubsub: Use moduleapi broadcast method
Kim Alvefur
2018-05-21
1
-5
/
+1
*
mod_pubsub: Reject publishing of non-items
Kim Alvefur
2018-03-21
1
-0
/
+5
*
mod_pubsub: Ignore unused parameter [luacheck]
Matthew Wild
2018-02-02
1
-1
/
+1
*
mod_pubsub: Add nodestore to service configuration
Matthew Wild
2018-02-02
1
-0
/
+3
*
mod_pubsub: Some variable renames for clarity
Matthew Wild
2018-02-02
1
-5
/
+5
*
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse
Kim Alvefur
2017-10-18
1
-26
/
+2
*
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [lua...
Kim Alvefur
2017-10-18
1
-1
/
+0
*
mod_pubsub: Add support for Create and Configure
Kim Alvefur
2017-10-18
1
-1
/
+1
*
mod_pubsub: Move dispatch function into pubsub.lib
Kim Alvefur
2017-10-18
1
-12
/
+1
*
mod_pubsub: Fix feature advertising of config-node and retrieve-default
Kim Alvefur
2017-10-17
1
-2
/
+2
*
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster
Kim Alvefur
2017-10-17
1
-1
/
+1
*
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based ...
Kim Alvefur
2017-10-12
1
-1
/
+1
*
mod_pubsub: Hide item persistence behind option (at least until affiliations ...
Kim Alvefur
2017-10-09
1
-0
/
+9
*
mod_pubsub: Restore persistence with one archive per node
Kim Alvefur
2017-10-09
1
-8
/
+1
[next]