aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util.crand: Reduce scope here tooKim Alvefur2022-04-231-2/+2
* util.strbitop: Reduce scope of functionsKim Alvefur2022-04-231-3/+3
* net.connect: Fix accumulation of connection attempt referencesKim Alvefur2022-04-201-0/+1
* Merge 0.12->trunkMatthew Wild2022-04-131-2/+2
|\
| * util.prosodyctl: check turn: ensure a result is always returned from a check ...Matthew Wild2022-04-131-2/+2
* | make: Install stanza watcher library (thanks Menel)Kim Alvefur2022-04-132-2/+4
* | mod_admin_shell: Add watch:stanzas() commandMatthew Wild2022-03-231-0/+38
* | mod_debug_stanzas/watcher: New module library to dynamically 'watch' for stanzasMatthew Wild2022-03-231-0/+220
* | mod_s2s: Store real stanzas in session.sendq, rather than stringsMatthew Wild2022-03-231-19/+13
* | Merge 0.12->trunkKim Alvefur2022-04-081-3/+1
|\|
| * mod_storage_xep0227: Fix mapping of nodes without explicit configurationKim Alvefur2022-04-081-3/+1
* | Merge 0.12->trunkKim Alvefur2022-04-081-4/+13
|\|
| * mod_storage_xep0227: Fix conversion of SCRAM into internal format (fix #1741)Kim Alvefur2022-04-081-1/+1
| * mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#...Kim Alvefur2022-03-311-2/+11
| * mod_storage_xep0227: Improve loggingKim Alvefur2022-03-291-1/+1
* | Merge 0.12->trunkMatthew Wild2022-04-071-0/+3
|\|
| * mod_storage_xep0227: Handle missing {pubsub#owner}pubsub element (fixes #1740)Matthew Wild2022-04-071-0/+3
* | Merge 0.12->trunkKim Alvefur2022-04-051-1/+7
|\|
| * prosodyctl: Pass server when listing (outdated) plugins (fix #1738)Kim Alvefur2022-04-051-1/+7
* | Merge 0.12->trunkKim Alvefur2022-04-041-0/+1
|\|
| * core.modulemanager: Fix global flag on per-host instances of shared modules (...Kim Alvefur2022-04-041-0/+1
* | Merge 0.12->trunkMatthew Wild2022-04-031-0/+5
|\|
| * configmanager: Clearer errors when providing unexpected values after VirtualH...Matthew Wild2022-04-031-0/+5
* | Merge 0.12->trunkKim Alvefur2022-04-021-1/+1
|\|
| * util.random: Test whether util.crand works before using it (fix #1734)Kim Alvefur2022-04-021-1/+1
* | Merge 0.12->trunkMatthew Wild2022-03-284-13/+38
|\|
| * mod_http (and dependent modules): Make CORS opt-in by default (fixes #1731)Matthew Wild2022-03-284-1/+8
| * mod_http: Reintroduce support for disabling or limiting CORS (fixes #1730)Matthew Wild2022-03-281-13/+31
* | Merge 0.12->trunkMatthew Wild2022-03-282-0/+14
|\|
| * prosodyctl: check config: Report paths of loaded configuration files (fixed #...Matthew Wild2022-03-281-0/+7
| * configmanager: Add method to report loaded config files (part of #1729 fix)Matthew Wild2022-03-281-0/+7
* | Merge 0.12->trunkMatthew Wild2022-03-282-12/+46
|\|
| * mod_tombstones: Add caching to improve performance on busy servers (fixes #1728)Matthew Wild2022-03-281-11/+42
| * mod_turn_external: Update status and friendlier handling of missing secret op...Matthew Wild2022-03-281-1/+4
* | Merge 0.12->trunkKim Alvefur2022-03-271-2/+8
|\|
| * prosodyctl about: Report version of lua-readlineKim Alvefur2022-03-271-2/+8
* | Merge 0.12->trunkMatthew Wild2022-03-241-4/+5
|\|
| * MUC: Allow kicking users with the same affiliation as the kicker (fixes #1724)Matthew Wild2022-03-231-4/+5
* | Merge 0.12->trunkKim Alvefur2022-03-231-2/+2
|\|
| * mod_external_services: Move error message to correct place (fix #1725)Kim Alvefur2022-03-231-2/+2
* | mod_adhoc: Simplify variable referencesKim Alvefur2022-03-221-2/+2
* | adhoc: Include stanza and origin in adhoc event dataKim Alvefur2017-03-061-0/+2
* | Merge 0.12->trunkMatthew Wild2022-03-211-1/+1
|\|
| * mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723)Matthew Wild2022-03-211-1/+1
* | net.connect: Improve logging on connection attempt failureMatthew Wild2022-03-211-1/+5
* | net.connect: Improve handling of failure when attempts are still pendingMatthew Wild2022-03-211-3/+11
* | Merge 0.12->trunkMatthew Wild2022-03-211-6/+13
|\|
| * util.startup: Show error for unrecognized arguments passed to 'prosody' (fixe...Matthew Wild2022-03-211-6/+13
* | CHANGES: Update to add new changes in trunkMatthew Wild2022-03-191-0/+14
* | Merge 0.12->trunkMatthew Wild2022-03-191-2/+4
|\|