Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | mod_pubsub: Add payload type metadata field | Kim Alvefur | 2018-08-13 | 1 | -0/+12 | |
| | | ||||||
* | | util.pubsub: Pass "retract" as the type of such broadcasts | Kim Alvefur | 2018-08-16 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | 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 | 2 | -156/+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. | |||||
* | | MUC: Remove 307 status from error-kicks (fixes #939) | Matthew Wild | 2018-08-08 | 1 | -2/+1 | |
| | | ||||||
* | | mod_muc: Fix incorrect variable usage [luacheck] | Matthew Wild | 2018-08-08 | 1 | -1/+1 | |
| | | ||||||
* | | mod_proxy65: Split module:shared() into multiple calls, multiple params may ↵ | Matthew Wild | 2018-08-07 | 1 | -1/+2 | |
| | | | | | | | | be deprecated soon | |||||
* | | MUC: Suppress error text when participants are kicked due to error in ↵ | Matthew Wild | 2018-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | semi-anon rooms (fixes #563) This prevents information leaks (such as the occupant's server domain) which may be included in error messages. | |||||
* | | 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 | 2 | -0/+8 | |
| | | | | | | | | | | | | unsubscribed but nothing else Can't revoke their subscriptions on change of access model otherwise | |||||
* | | pubsub.lib: fix more form fields | Jonas Wielicki | 2018-08-06 | 1 | -3/+3 | |
| | | ||||||
* | | Merge jonasw->trunk | Kim Alvefur | 2018-08-06 | 1 | -5/+5 | |
|\ \ | ||||||
| * | | pubsub.lib: correctly emit data form fields | Jonas Wielicki | 2018-08-06 | 1 | -5/+5 | |
| | | | ||||||
* | | | 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 | |
| | | | ||||||
* | | | pubsub.lib: Enable publish-options unconditionally | Matthew Wild | 2018-08-06 | 1 | -4/+2 | |
| | | | ||||||
* | | | pubsub.lib: Add support for pubsub#publish_model | Matthew Wild | 2018-08-06 | 1 | -0/+12 | |
| | | | ||||||
* | | | pubsub.lib: Code formatting change | Matthew Wild | 2018-08-06 | 1 | -5/+5 | |
| | | | ||||||
* | | | pubsub.lib: Add comment about tonumber hack | Matthew Wild | 2018-08-06 | 1 | -0/+3 | |
| | | | ||||||
* | | | pubsub.lib: Enable publish-options by default | Matthew Wild | 2018-08-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge with jonasw | Matthew Wild | 2018-08-06 | 2 | -10/+15 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | mod_pubsub: Pass the current values to dataforms | Kim Alvefur | 2018-08-05 | 1 | -1/+6 | |
| | | | ||||||
| * | | mod_pubsub: Use util.pubsub API for retrieving node config instead | Kim Alvefur | 2018-08-05 | 1 | -9/+3 | |
| | | | | | | | | | | | | | | | | | | Normalizes access control to the 'get_configuration' capability Thanks pep. | |||||
| * | | mod_pubsub: Add 'get_configuration' capability to relevant affiliations | Kim Alvefur | 2018-08-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | Like ca5228a7d907 did for mod_pep Thanks pep. | |||||
| * | | mod_pubsub: Add a public method for retrieving the service object | Kim Alvefur | 2018-08-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | There is already a set_service() | |||||
* | | | pubsub.lib: auto-create node with publish-options if autocreation is enabled | Jonas Wielicki | 2018-08-05 | 1 | -2/+12 | |
| | | | ||||||
* | | | pubsub.lib: ignore FORM_TYPE field in config_from_xep0060 | Jonas Wielicki | 2018-08-05 | 1 | -1/+1 | |
|/ / | ||||||
* | | mod_pubsub: Rename variable subscription options form to improve readability | Kim Alvefur | 2018-08-05 | 1 | -4/+4 | |
| | | | | | | | | "options_form" ... options for what? | |||||
* | | pubsub.lib: Support for publish-options behind a feature flag, ↵ | Matthew Wild | 2018-08-05 | 1 | -24/+70 | |
| | | | | | | | | 'enable_publish_options' | |||||
* | | 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 | |
| | | ||||||
* | | MUC: Provide options as options in config form (fixes traceback) | Kim Alvefur | 2018-08-04 | 1 | -1/+1 | |
| | | ||||||
* | | pubsub.lib: Add support for precondition-not-met error | Matthew Wild | 2018-08-04 | 1 | -0/+1 | |
| | | ||||||
* | | pubsub.lib: Advertise peristent-items feature when nodes and items are persisted | Matthew Wild | 2018-08-04 | 1 | -0/+4 | |
| | | ||||||
* | | mod_pubsub: Add comment to document nodestore/itemstore methods | Matthew Wild | 2018-08-04 | 1 | -0/+14 | |
| | | ||||||
* | | mod_storage_internal: Only apply truncate if there are more items than requested | Kim Alvefur | 2018-08-04 | 1 | -1/+1 | |
| | | ||||||
* | | 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_pubsub: Advertise default access model in disco | Kim Alvefur | 2018-08-04 | 1 | -0/+4 | |
| | | ||||||
* | | mod_pubsub: Restrict access model to 'whitelist' and 'open' | Kim Alvefur | 2018-08-04 | 1 | -0/+3 | |
| | | | | | | | | | | 'presence' and 'roster' makes more sense for PEP 'auithorize' needs additional code for authorization flow | |||||
* | | mod_pubsub: Add configurable maximum on number of items | Kim Alvefur | 2018-08-04 | 1 | -0/+9 | |
| | | | | | | | | Like aefb96a52f5f | |||||
* | | 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_pubsub: Add access model to configuration form | Kim Alvefur | 2018-08-04 | 1 | -0/+14 | |
| | |