aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_bosh, mod_websocket: Add config options to override GET responsesMatthew Wild2020-04-202-7/+13
* mod_c2s: Swap commentsKim Alvefur2020-04-191-2/+2
* mod_csi_simple: Allow configuring extra tags indicating importanceKim Alvefur2020-04-181-1/+8
* mod_scansion_record: Indent stanzas in recordingsKim Alvefur2020-04-121-2/+1
* mod_component: Specify an error source for Component unavailable errorsKim Alvefur2020-04-111-1/+1
* MUC: Switch hats to new presence APIsMatthew Wild2020-04-111-3/+4
* MUC: Add API for adding 'filtered namespaces' to be stripped from inbound pre...Matthew Wild2020-04-111-7/+11
* MUC: Add new event 'muc-build-occupant-presence' for plugins to extend occupa...Matthew Wild2020-04-111-0/+2
* Merge 0.11->trunkKim Alvefur2020-04-031-2/+2
|\
| * mod_vcard4: Report correct error condition (fixes #1521)Kim Alvefur2020-04-031-2/+2
| * mod_register_ibr: Add FORM_TYPE as required by XEP-0077 (fixes #1511)Emmanuel Gil Peyrot2019-09-291-0/+2
* | Merge 0.11->trunkKim Alvefur2020-03-222-5/+9
|\|
| * mod_storage_sql: Add index covering sort_id to improve performance (fixes #1505)Kim Alvefur2020-03-221-0/+1
| * mod_admin_telnet: Handle unavailable cipher info (fixes #1510)Kim Alvefur2020-03-221-5/+8
| * MUC: Persist affiliation_data in new MUC format!Matthew Wild2020-03-121-0/+1
* | 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