aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)Kim Alvefur2020-03-211-0/+43
* mod_presence: Advertise support for Subscription Pre-ApprovalKim Alvefur2020-03-191-0/+8
* MUC: Add initial hats support (broadcast only)Matthew Wild2020-03-182-0/+24
* MUC: Persist affiliation_data in new MUC format!Matthew Wild2020-03-121-0/+1
* MUC: Switch to new storage format by defaultMatthew Wild2020-03-121-1/+1
* MUC: Support for broadcasting unavailable presence for affiliated offline usersMatthew Wild2020-03-122-3/+24
* MUC: Pass previous role to :publicise_occupant_status() when destroying a MUCMatthew Wild2020-03-121-3/+4
* MUC: Don't unconditionally broadcast presence with role="none"Matthew Wild2020-03-121-4/+0
* MUC: Pass previous role to :publicise_occupant_status() whenever possibleMatthew Wild2020-03-121-4/+6
* Merge 0.11->trunkKim Alvefur2020-03-112-2/+10
|\
| * mod_mam,mod_muc_mam: Allow other work to be performed during archive cleanup ...Kim Alvefur2020-03-112-2/+10
* | storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()Matthew Wild2020-03-111-4/+4
* | mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)Matthew Wild2020-03-111-0/+44
* | mod_tokenauth: Track creation time of tokensMatthew Wild2020-02-281-0/+1
* | mod_tokenauth: Handle tokens issued to bare hosts (eg components)Kim Alvefur2020-02-281-1/+1
* | Merge 0.11->trunkKim Alvefur2020-02-272-2/+2
|\|
| * mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496)Kim Alvefur2020-02-272-2/+2
* | Merge 0.11->trunkKim Alvefur2020-02-271-5/+8
|\|
| * mod_muc_mam: Fix traceback saving message from non-occupant (fixes #1497)Kim Alvefur2020-02-271-5/+8
* | mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauthMatthew Wild2020-02-261-0/+0
* | mod_authtokens: New module for managing auth tokensMatthew Wild2020-02-261-0/+81
* | mod_admin_telnet: Allow passing list of hosts to http:list()Kim Alvefur2020-02-241-2/+2
* | mod_muc: add muc-private-message eventMaxime “pep” Buquet2020-02-241-1/+3
* | usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into ...Matthew Wild2020-02-231-1/+7
* | mod_admin_telnet: Fix host selection filter, fixes loading on componentsKim Alvefur2020-02-221-3/+17
* | mod_admin_telnet: Reflow hosts filter for readabilityKim Alvefur2020-02-221-1/+6
* | Merge 0.11->trunkKim Alvefur2020-02-221-6/+6
|\|
| * mod_storage_sql: Move update limit check back one step, fixes tracebackKim Alvefur2020-02-221-6/+6
* | mod_ping: Fix double response to internal pingKim Alvefur2020-02-211-1/+2
* | Merge 0.11->trunkKim Alvefur2020-02-211-7/+7
|\|
| * mod_storage_sql: Fix check for deletion limits (fixes #1494)Kim Alvefur2020-02-211-7/+7
* | mod_s2s: Fix typo in comment [codespell]Kim Alvefur2020-02-131-1/+1
* | Merge 0.11->trunkMatthew Wild2020-02-131-1/+2
|\|
| * mod_muc: Allow control over the server-admins-are-room-owners feature (see #1...Matthew Wild2020-02-131-1/+2
* | mod_admin_telnet: Avoid indexing missing socket (thanks tmolitor)Kim Alvefur2020-02-051-12/+12
* | mod_saslauth: Pass through any auth scope from the SASL handler to sessionman...Matthew Wild2020-02-051-1/+1
* | mod_authz_internal, usermanager: Rename to mod_authz_configMatthew Wild2020-01-271-0/+0
* | usermanager, mod_authz_internal: Move admin-checking functionality into a mod...Matthew Wild2020-01-271-0/+16
* | mod_s2s: Comment on the various 'reason' arguments passed to :closeKim Alvefur2020-01-261-0/+3
* | mod_posix: Add deprecation warning for the 'daemonize' optionKim Alvefur2020-01-261-1/+5
* | mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolverMatthew Wild2020-01-251-1/+7
* | Backed out changeset 74d66b1be989 (not optimal API)Matthew Wild2020-01-251-6/+1
* | mod_admin_telnet: Use promise based DNS resolvingKim Alvefur2020-01-241-7/+5
* | Merge 0.11->trunkKim Alvefur2020-01-241-6/+19
|\|
| * mod_admin_telnet: Create a DNS resolver per console session (fixes #1492)Kim Alvefur2020-01-241-6/+19
| * mod_websocket: Fire event on session creation (thanks Aaron van Meerten)Matthew Wild2020-01-241-0/+2
* | mod_websocket: Fire event on session creation (thanks Aaron van Meerten)Matthew Wild2020-01-241-0/+2
* | mod_s2s: Pass use_ipv4/ipv6 from config to connector configMatthew Wild2020-01-241-1/+6
* | Merge 0.11->trunkMatthew Wild2020-01-191-1/+6
|\|
| * mod_posix: Support for command-line flags to override 'daemonize' config optionMatthew Wild2020-01-191-1/+6