Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | ||||||
* | | MUC: Allow destruction of tombstones (eg via telnet or adhoc command) | Kim Alvefur | 2018-08-03 | 1 | -0/+3 | |
| | | | | | | | | | | Otherwise this just updates the timestamp, which is probably the opposite of what the user wanted | |||||
* | | mod_admin_adhoc: Normalize indentation | Kim Alvefur | 2018-08-03 | 1 | -8/+8 | |
| | | ||||||
* | | mod_admin_adhoc: Keep options for list-single in 'options' field where they ↵ | Kim Alvefur | 2018-08-03 | 1 | -2/+5 | |
| | | | | | | | | | | | | belong Would previously not work due to #1177 | |||||
* | | 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 | |||||
* | | MUC: Split long lines [luacheck strict] | Kim Alvefur | 2018-08-03 | 5 | -18/+34 | |
| | | ||||||
* | | mod_pep: Silence warnings about unused arguments [luacheck] | Kim Alvefur | 2018-08-03 | 1 | -1/+1 | |
| | | ||||||
* | | mod_muc: Fire event when room is (and about to be) restored | Matthew Wild | 2018-08-03 | 1 | -0/+4 | |
| | | ||||||
* | | mod_muc: Add comment | Matthew Wild | 2018-08-03 | 1 | -0/+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) | |||||
* | | pubsub.lib: Support for not-acceptable error | Matthew Wild | 2018-08-01 | 1 | -0/+1 | |
| | | ||||||
* | | mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep | Matthew Wild | 2018-08-01 | 3 | -731/+733 | |
| | | ||||||
* | | mod_csi: Imported from prosody-modules 66b3085ecc49 | Matthew Wild | 2018-08-01 | 1 | -0/+22 | |
| | | ||||||
* | | mod_pubsub: Enforce max_items on insertion | Kim Alvefur | 2018-07-31 | 1 | -0/+4 | |
| | | ||||||
* | | sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with ↵ | Kim Alvefur | 2018-07-24 | 1 | -1/+1 | |
| | | | | | | | | that for incoming | |||||
* | | mod_s2s: Reduce logging (#776) | Kim Alvefur | 2018-07-22 | 1 | -2/+0 | |
| | | ||||||
* | | mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve) | Kim Alvefur | 2018-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | In case of 'from' subscription to a JID without node, eg a component, the condition becomes true and update_subscriptions() is called with contact_node = nil, which causes a traceback. | |||||
* | | MUC: Fix another logic inversion () | Matthew Wild | 2018-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | MUC: Fix inverted logic () | Matthew Wild | 2018-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | Backed out changeset 0bf0ff3b0f91 (incorrect fix) | Matthew Wild | 2018-07-17 | 1 | -1/+1 | |
| | | ||||||
* | | MUC: Use JID from correct place when adding <body> to mediated invites ↵ | Matthew Wild | 2018-07-17 | 1 | -1/+1 | |
| | | | | | | | | (thanks Link Mauve/lovetox) | |||||
* | | MUC: Allow restricting public/persistent room options to service admins ↵ | Matthew Wild | 2018-07-17 | 2 | -0/+20 | |
| | | | | | | | | (muc_room_allow_public/muc_room_allow_persistent) | |||||
* | | MUC: Add 'actor' field in muc-config-submitted event | Matthew Wild | 2018-07-17 | 1 | -1/+8 | |
| | | ||||||
* | | MUC: Add some comments clarifying methods | Matthew Wild | 2018-07-17 | 1 | -0/+2 | |
| | | ||||||
* | | MUC: Add new iteration methods, all_rooms/live_rooms to eventually replace ↵ | Matthew Wild | 2018-07-17 | 1 | -10/+20 | |
| | | | | | | | | each_room | |||||
* | | MUC: Rename variable for consistency with other code that uses the term 'live' | Matthew Wild | 2018-07-17 | 1 | -3/+3 | |
| | | ||||||
* | | MUC: Return 'gone' error for destroyed rooms in other cases than attempted join | Kim Alvefur | 2018-07-16 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | Lock expiry -> Reset Admin wants to join -> Reset Still locked -> cancel, gone Don't return error in response to an error | |||||
* | | mod_pubsub: Make generation of notification body into an event to allow ↵ | Kim Alvefur | 2018-07-14 | 1 | -11/+17 | |
| | | | | | | | | extensibility | |||||
* | | 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: Add support for changing subscription options | Kim Alvefur | 2018-07-14 | 1 | -0/+30 | |
| | |