util.pubsub: Pass "retract" as the type of such broadcasts
|
Kim Alvefur |
Thu, 16 Aug 2018 14:32:21 +0200 |
mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'none' affiliation to better match XEP-0060
|
Matthew Wild |
Wed, 08 Aug 2018 23:20:07 +0100 |
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
|
Matthew Wild |
Wed, 08 Aug 2018 20:48:02 +0100 |
mod_pep: Add comment explaining 'none' affiliation
|
Matthew Wild |
Wed, 08 Aug 2018 20:40:44 +0100 |
mod_pep: Remove "subscriber" affiliation in favour of "none"
|
Matthew Wild |
Wed, 08 Aug 2018 20:38:10 +0100 |
mod_pep: Loosen restrictions on the "none" affiliation
|
Kim Alvefur |
Wed, 08 Aug 2018 21:03:37 +0200 |
mod_pep: Change default affiliation in the "presence" access model to "restricted" for non-contacts
|
Kim Alvefur |
Wed, 08 Aug 2018 20:55:14 +0200 |
mod_pep: Add comment about 'hash_map' table
|
Kim Alvefur |
Mon, 06 Aug 2018 23:20:47 +0200 |
mod_pep: Correct comment about 'recipients' table
|
Kim Alvefur |
Mon, 06 Aug 2018 23:20:36 +0200 |
mod_pep: Pass 'recipients' table across module reloads
|
Kim Alvefur |
Mon, 06 Aug 2018 18:58:25 +0200 |
mod_pep: Only resend last item on successful subscription
|
Kim Alvefur |
Sun, 05 Aug 2018 01:53:48 +0200 |
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else
|
Kim Alvefur |
Mon, 06 Aug 2018 18:33:33 +0200 |
mod_pep: Save non-presence based subscriptions to storage
|
Kim Alvefur |
Sun, 05 Aug 2018 01:57:02 +0200 |
mod_pep: Note which subscriptions are presence based as subscription option
|
Kim Alvefur |
Sun, 05 Aug 2018 01:56:36 +0200 |
mod_pep: Add 'get_configuration' capability to relevant affiliations
|
Matthew Wild |
Sun, 05 Aug 2018 00:04:56 +0100 |
mod_pep: Add comments describing root tables used for data
|
Kim Alvefur |
Sat, 04 Aug 2018 23:44:34 +0200 |
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
|
Kim Alvefur |
Sat, 04 Aug 2018 03:40:30 +0200 |
mod_pep: Move subscriber check into 'presence' access model callback
|
Kim Alvefur |
Sat, 04 Aug 2018 03:13:26 +0200 |
mod_pep: Set default access model to 'presence'
|
Kim Alvefur |
Sat, 04 Aug 2018 03:38:55 +0200 |
mod_pep: Return true if all node config checks passes (fixes configuration)
|
Kim Alvefur |
Fri, 03 Aug 2018 20:39:18 +0200 |
mod_pep: Silence warnings about unused arguments [luacheck]
|
Kim Alvefur |
Fri, 03 Aug 2018 17:15:42 +0200 |
mod_pep: Add 'pep_max_items' option to set an upper limit, defaults to 256 (scientifically chosen)
|
Matthew Wild |
Wed, 01 Aug 2018 19:18:31 +0100 |
mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
base
plugins/mod_pep_plus.lua@fd0873236594
|
Matthew Wild |
Wed, 01 Aug 2018 19:08:09 +0100 |
mod_pep: Remove unused variable [luacheck]
|
Kim Alvefur |
Fri, 06 Jul 2018 00:06:00 +0200 |
mod_pep: Rename variables to avoid name clash [luacheck]
|
Kim Alvefur |
Fri, 06 Jul 2018 00:04:26 +0200 |
mod_pep: Move comment to a shorter line [luacheck]
|
Kim Alvefur |
Fri, 06 Jul 2018 00:04:13 +0200 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
Sun, 04 Feb 2018 01:51:25 +0100 |
mod_pep: Advertise pubsub features that I believe to be implented
|
Kim Alvefur |
Tue, 17 Oct 2017 05:22:43 +0200 |
mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2)
|
Kim Alvefur |
Tue, 17 Oct 2017 05:20:11 +0200 |
mod_pep: Handle disco#info queries to nodes (fixes #805)
|
Kim Alvefur |
Mon, 24 Apr 2017 23:27:21 +0200 |