aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MUC: Add ad-hoc command setting affiliation in a room (fixes #1174)Kim Alvefur2020-03-211-0/+43
* MUC: Add test for destroying a room by ad-hoc commandKim Alvefur2020-03-201-0/+67
* doap: Add XEP-0317: HatsKim Alvefur2020-03-191-0/+9
* usermanager: Fix traceback when checking admin status of host-only JIDs (fixe...Matthew Wild2020-03-191-1/+1
* 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
* README: Update link to web chatKim Alvefur2020-03-151-1/+1
* Merge 0.11->trunkMatthew Wild2020-03-120-0/+0
|\
| * MUC: Persist affiliation_data in new MUC format!Matthew Wild2020-03-121-0/+1
* | 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-123-3/+568
* | 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
| * net.server_epoll: Fix indentationKim Alvefur2020-03-111-3/+3
* | storagemanager, mod_storage_sql: Rename methods to :get_all() and :delete_all()Matthew Wild2020-03-113-20/+20
* | storagemanager: Add support for :find_key() and :delete_key() to map store shimMatthew Wild2020-03-112-7/+37
* | storagemanager: Fix unused variable in tests [luacheck]Matthew Wild2020-03-111-1/+2
* | mod_storage_sql: Add map_store:find_key() and map_store:delete_key() (+ tests)Matthew Wild2020-03-112-2/+116
* | storagemanager: Add tests for map storesMatthew Wild2020-03-111-0/+38
* | 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
* | util.adhoc: Allow passing dataforms in initial commandKim Alvefur2020-02-261-2/+2
* | Merge 0.11->trunkKim Alvefur2020-02-241-1/+1
|\|
| * util.datamanager: Fix iterating over "users" (thanks marc0s)Kim Alvefur2020-02-241-1/+1
* | net.dns: Handle being loaded outside of ProsodyKim Alvefur2020-02-241-2/+2
* | 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
* | util.jwt: Remove unused return value from tests [luacheck]Kim Alvefur2020-02-241-1/+1
* | util.jwt: Basic JSON Web Token library supporting HS256 tokensKim Alvefur2020-02-242-0/+70
* | usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into ...Matthew Wild2020-02-232-2/+8
* | 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
* | util.startup: Break out command line argument parsing into util.argparseKim Alvefur2020-02-192-49/+63
* | net.resolvers.service: Fix resolving of targets with multiple IPsKim Alvefur2020-02-161-5/+8
* | net.server_epoll: Reduce log level of TLS handshake errors to debugKim Alvefur2020-02-151-1/+1