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_pep.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_pep: Log node name instead of payload
Kim Alvefur
2019-06-16
1
-1
/
+1
*
Merge 0.11->trunk
Kim Alvefur
2019-06-10
1
-5
/
+10
|
\
|
*
Merge 0.11->trunk
Kim Alvefur
2019-05-30
1
-39
/
+16
|
|
\
|
*
\
Merge 0.11->trunk
Kim Alvefur
2019-02-22
1
-1
/
+3
|
|
\
\
|
*
|
|
mod_pep: Set an 'id' on notifications
Kim Alvefur
2018-12-23
1
-1
/
+3
|
*
|
|
mod_pep: Add some spacing between blocks in broadcaster to improve readability
Kim Alvefur
2018-12-23
1
-0
/
+3
|
*
|
|
mod_pep: Move broadcaster code around to be more like in mod_pubsub
Kim Alvefur
2018-12-23
1
-3
/
+6
|
*
|
|
mod_pep: Remove incorrect features advertised on the bare host
Kim Alvefur
2018-11-01
1
-3
/
+0
*
|
|
|
mod_pep: Revert 045209b41b3a, caused a regression
Kim Alvefur
2019-06-10
1
-17
/
+37
|
|
_
|
/
|
/
|
|
*
|
|
mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372)
Kim Alvefur
2019-05-30
1
-37
/
+17
|
|
/
|
/
|
*
|
mod_pep: Simplify configuration for node data (fixes #1320)
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_pep: Add automatic subscriptions on node creation (fixes #1222)
Kim Alvefur
2018-10-20
1
-1
/
+21
*
mod_pep: Add PEP service owners username in configuration to ease identification
Kim Alvefur
2018-10-20
1
-0
/
+1
*
mod_pep: Remove use of recipients table for signaling pending disco#items
Kim Alvefur
2018-10-23
1
-16
/
+7
*
mod_pep: Add all pubsub service objects to item API in order to behave across...
Kim Alvefur
2018-10-20
1
-0
/
+4
*
mod_pep: Simplify code
Matthew Wild
2018-08-18
1
-2
/
+1
*
mod_pep: Remove feature for persistence already added elsewere
Kim Alvefur
2018-08-18
1
-1
/
+0
*
mod_pep: Remove already included access model feature
Kim Alvefur
2018-08-18
1
-1
/
+0
*
mod_pep: Respect setting for whether to include payload in notifications
Kim Alvefur
2018-08-16
1
-0
/
+5
*
mod_pep: Respect settings for which kinds of notifications to send
Kim Alvefur
2018-08-16
1
-1
/
+6
*
util.pubsub: Pass "retract" as the type of such broadcasts
Kim Alvefur
2018-08-16
1
-0
/
+3
*
mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'n...
Matthew Wild
2018-08-08
1
-5
/
+2
*
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsu...
Matthew Wild
2018-08-08
1
-78
/
+0
*
mod_pep: Add comment explaining 'none' affiliation
Matthew Wild
2018-08-08
1
-0
/
+3
*
mod_pep: Remove "subscriber" affiliation in favour of "none"
Matthew Wild
2018-08-08
1
-23
/
+1
*
mod_pep: Loosen restrictions on the "none" affiliation
Kim Alvefur
2018-08-08
1
-6
/
+6
*
mod_pep: Change default affiliation in the "presence" access model to "restri...
Kim Alvefur
2018-08-08
1
-0
/
+1
*
mod_pep: Add comment about 'hash_map' table
Kim Alvefur
2018-08-06
1
-0
/
+2
*
mod_pep: Correct comment about 'recipients' table
Kim Alvefur
2018-08-06
1
-1
/
+1
*
mod_pep: Pass 'recipients' table across module reloads
Kim Alvefur
2018-08-06
1
-1
/
+5
*
mod_pep: Only resend last item on successful subscription
Kim Alvefur
2018-08-05
1
-2
/
+3
*
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be uns...
Kim Alvefur
2018-08-06
1
-0
/
+4
*
mod_pep: Save non-presence based subscriptions to storage
Kim Alvefur
2018-08-05
1
-2
/
+7
*
mod_pep: Note which subscriptions are presence based as subscription option
Kim Alvefur
2018-08-05
1
-1
/
+1
*
mod_pep: Add 'get_configuration' capability to relevant affiliations
Matthew Wild
2018-08-05
1
-0
/
+2
*
mod_pep: Add comments describing root tables used for data
Kim Alvefur
2018-08-04
1
-0
/
+3
*
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
Kim Alvefur
2018-08-04
1
-0
/
+5
*
mod_pep: Move subscriber check into 'presence' access model callback
Kim Alvefur
2018-08-04
1
-2
/
+8
*
mod_pep: Set default access model to 'presence'
Kim Alvefur
2018-08-04
1
-0
/
+1
*
mod_pep: Return true if all node config checks passes (fixes configuration)
Kim Alvefur
2018-08-03
1
-0
/
+1
*
mod_pep: Silence warnings about unused arguments [luacheck]
Kim Alvefur
2018-08-03
1
-1
/
+1
*
mod_pep: Add 'pep_max_items' option to set an upper limit, defaults to 256 (s...
Matthew Wild
2018-08-01
1
-0
/
+10
*
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Matthew Wild
2018-08-01
1
-233
/
+398
*
mod_pep: Remove unused variable [luacheck]
Kim Alvefur
2018-07-06
1
-1
/
+1
*
mod_pep: Rename variables to avoid name clash [luacheck]
Kim Alvefur
2018-07-06
1
-4
/
+4
*
mod_pep: Move comment to a shorter line [luacheck]
Kim Alvefur
2018-07-06
1
-2
/
+2
*
Fix spelling throughout the codebase [codespell]
Kim Alvefur
2018-02-04
1
-1
/
+1
*
mod_pep: Advertise pubsub features that I believe to be implented
Kim Alvefur
2017-10-17
1
-1
/
+19
*
mod_pep: Remove disco identity and feature from the host (changed in XEP-0163...
Kim Alvefur
2017-10-17
1
-3
/
+0
[next]