Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | util.pubsub: Pass "retract" as the type of such broadcasts | Kim Alvefur | 2018-08-16 | 1 | -0/+3 | |
| | | | | | | | | This moves some XEP-0060 awkwardness out of util.pubsub and into mod_pubsub A retraction is broadcast in an <items> container, whereas most other kinds of broadcasts are in a container with a name matching the 'kind' attribute. | |||||
* | mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new ↵ | Matthew Wild | 2018-08-08 | 1 | -5/+2 | |
| | | | | 'none' affiliation to better match XEP-0060 | |||||
* | mod_pubsub, mod_pep, util.pubsub: Move capability definitions into ↵ | Matthew Wild | 2018-08-08 | 1 | -78/+0 | |
| | | | | util.pubsub to avoid duplication | |||||
* | 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 | |
| | | | | | It ended up with identical capabilities to "none", and isn't a standard affiliation defined by XEP-0060 anyway. | |||||
* | mod_pep: Loosen restrictions on the "none" affiliation | Kim Alvefur | 2018-08-08 | 1 | -6/+6 | |
| | | | | | | | This allows non-contacts access to data in nodes with the "open" access model. Thanks gerald | |||||
* | mod_pep: Change default affiliation in the "presence" access model to ↵ | Kim Alvefur | 2018-08-08 | 1 | -0/+1 | |
| | | | | | | | "restricted" for non-contacts This lets us loosen the restrictions of the "none" affiliation, so that the "open" access model allows anyone basic access. | |||||
* | 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 ↵ | Kim Alvefur | 2018-08-06 | 1 | -0/+4 | |
| | | | | | | unsubscribed but nothing else Can't revoke their subscriptions on change of access model otherwise | |||||
* | 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 | |
| | | | | | 'roster' needs additional support to inspect roster groups 'authorize' is not implemented | |||||
* | 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 | |
| | | | | | util.pubsub would treat the default nil return as falsy and reject all attempts to configure nodes | |||||
* | 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 ↵ | Matthew Wild | 2018-08-01 | 1 | -0/+10 | |
| | | | | (scientifically chosen) | |||||
* | 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 ↵ | Kim Alvefur | 2017-10-17 | 1 | -3/+0 | |
| | | | | XEP-0163 version 1.2) | |||||
* | mod_pep: Handle disco#info queries to nodes (fixes #805) | Kim Alvefur | 2017-04-24 | 1 | -1/+11 | |
| | ||||||
* | mod_pep: Split long line [luacheck] | Kim Alvefur | 2017-04-24 | 1 | -1/+2 | |
| | ||||||
* | mod_pep: Add some additional debug logging | Kim Alvefur | 2017-01-28 | 1 | -0/+7 | |
| | ||||||
* | mod_pep: Use correct field for full JID (thanks Milan*) | Kim Alvefur | 2016-06-10 | 1 | -1/+1 | |
| | ||||||
* | mod_pep: Include the bare user jid in event | Kim Alvefur | 2016-06-09 | 1 | -3/+2 | |
| | ||||||
* | Merge 0.9->0.10 | Matthew Wild | 2015-09-25 | 1 | -0/+16 | |
|\ | ||||||
| * | mod_pep: Don't store contacts' subscriptions to a user's nodes when that ↵ | Matthew Wild | 2015-09-25 | 1 | -0/+12 | |
| | | | | | | | | user is offline | |||||
| * | mod_pep: Document data structures, so I don't have to spend time remembering ↵ | Matthew Wild | 2015-09-04 | 1 | -0/+4 | |
| | | | | | | | | every time I work on this module | |||||
* | | mod_pep: Fire an event when an item is published | Kim Alvefur | 2014-12-20 | 1 | -3/+7 | |
| | | ||||||
* | | Merge 0.9->trunk | Matthew Wild | 2013-08-24 | 1 | -1/+1 | |
|\| | ||||||
| * | mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this ↵ | Matthew Wild | 2013-08-24 | 1 | -1/+1 | |
| | | | | | | | | issue (thanks Lonnie Abelbeck) | |||||
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge 0.9->trunk | Matthew Wild | 2013-06-13 | 1 | -2/+3 | |
|\| | ||||||
| * | mod_pep: When a client supplies no id on a published item, reflect our ↵ | Florian Zeitz | 2013-06-13 | 1 | -2/+3 | |
| | | | | | | | | generated id back to it | |||||
* | | mod_disco: Emit events for disco requests, which contain a node, on user ↵ | Florian Zeitz | 2013-05-17 | 1 | -6/+6 | |
|/ | | | | accounts | |||||
* | mod_pep: Remove unused imports | Kim Alvefur | 2012-10-14 | 1 | -3/+1 | |
| | ||||||
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, ↵ | Kim Alvefur | 2012-07-26 | 1 | -0/+1 | |
| | | | | mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. | |||||
* | mod_pep: Allow configurable service discovery identity (Fix) | IRON | 2012-07-25 | 1 | -1/+1 | |
| | ||||||
* | mod_pep: Allow configurable service discovery identity | IRON | 2012-07-25 | 1 | -1/+1 | |
| | ||||||
* | mod_pep: Always include a 'from' attribute on service discovery requests to ↵ | Waqas Hussain | 2011-10-13 | 1 | -1/+2 | |
| | | | | local clients (compatibility fix for OneTeam). | |||||
* | mod_pep: Fix comparison between incoming hash and the cached hash for a JID, ↵ | Matthew Wild | 2011-02-25 | 1 | -1/+1 | |
| | | | | fixes repeated PEP events on presence (fixes #225) |