| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_admin_shell: Refactor help to data structures for extensibility | Matthew Wild | 2023-11-29 | 1 | -157/+239 |
* | | migrator: Add an escape hatch to allow arbitrary config options | Kim Alvefur | 2023-11-27 | 1 | -0/+5 |
* | | util.poll: Rename things to clarify poll(2) limits | Kim Alvefur | 2023-11-27 | 1 | -5/+7 |
* | | mod_storage_internal: Clear archive item count cache after experimental trim | Kim Alvefur | 2023-11-26 | 1 | -1/+3 |
* | | mod_blocklist: Remove weak cache (and increase default LRU cache size) | Kim Alvefur | 2023-11-26 | 1 | -18/+10 |
* | | mod_storage_internal: Close lazy-loading list abstraction after trim | Kim Alvefur | 2023-11-26 | 1 | -0/+6 |
* | | mod_storage_internal: Only close lazy-loading list store abstractions | Kim Alvefur | 2023-11-26 | 1 | -1/+3 |
* | | util.startup: Use prosody. module namespace | Kim Alvefur | 2023-11-24 | 1 | -1/+1 |
* | | net.http.server: Complete async waiter for non-persistent connections | Kim Alvefur | 2023-11-24 | 1 | -3/+2 |
* | | mod_storage_internal: Close archive list after completion of iteration | Kim Alvefur | 2023-11-23 | 1 | -0/+1 |
* | | mod_pubsub: Provide some node properties in summary template #1809 | Kim Alvefur | 2023-11-22 | 1 | -1/+11 |
* | | mod_admin_shell: Fix lint [luacheck] | Kim Alvefur | 2023-11-21 | 1 | -10/+8 |
* | | util.async: Clip long line [luacheck] | Kim Alvefur | 2023-11-21 | 1 | -1/+2 |
* | | net.server_epoll: Avoid call to update socket watch flags when nothing changed | Kim Alvefur | 2023-11-21 | 1 | -0/+3 |
* | | util.poll: Quadruple number of events retrieved at once from epoll | Kim Alvefur | 2023-11-21 | 1 | -1/+1 |
* | | mod_admin_shell: Add debug:async() command to show blocked async runners | Matthew Wild | 2023-11-21 | 1 | -0/+65 |
* | | util.async: Expose default runner function | Matthew Wild | 2023-11-21 | 1 | -0/+2 |
* | | util.async: Record current work item in the runner object | Matthew Wild | 2023-11-21 | 1 | -0/+5 |
* | | util.async: Improve debug logging in a few places | Matthew Wild | 2023-11-21 | 1 | -2/+5 |
* | | util.async: Export a table of currently-waiting runners | Matthew Wild | 2023-11-21 | 1 | -0/+5 |
* | | util.poll: Return early if given zero timeout and no pending events | Kim Alvefur | 2023-11-21 | 1 | -0/+6 |
* | | moduleapi: Update Teal spec | Kim Alvefur | 2023-11-13 | 1 | -1/+4 |
* | | util.prosodyctl.check: Disable https cert check if http_external_url set | Kim Alvefur | 2023-11-13 | 1 | -0/+4 |
* | | util.prosodyctl.check: Check cert for HTTPS if http module enabled | Kim Alvefur | 2023-11-13 | 1 | -3/+13 |
* | | util.prosodyctl.check: Update conditions for s2s cert checks | Kim Alvefur | 2023-11-13 | 1 | -3/+3 |
* | | util.prosodyctl.check: Simplify conditions for c2s and s2s cert checks | Kim Alvefur | 2023-11-13 | 1 | -3/+3 |
* | | tools/build-env: Tools for building and testing in a container | Kim Alvefur | 2023-11-12 | 3 | -0/+61 |
* | | mod_s2s_auth_dane_in: Bail out on explicit service denial | Kim Alvefur | 2023-11-12 | 1 | -0/+1 |
* | | mod_tokenauth: Include more details in debug logs | Kim Alvefur | 2023-11-12 | 1 | -5/+5 |
* | | net.http: Set Connection header based on connection pool usage | Kim Alvefur | 2023-11-11 | 1 | -1/+8 |
* | | net.http: Add simple connection pooling | Kim Alvefur | 2023-11-11 | 1 | -1/+38 |
* | | mod_storage_sql: Use UUIDv7 as keys | Kim Alvefur | 2023-07-17 | 1 | -1/+1 |
* | | util.uuid: Add UUIDv7 | Kim Alvefur | 2021-08-15 | 2 | -0/+39 |
* | | util.prosodyctl.check: Try to clarify check for misplaced k=v in modules_enab... | Kim Alvefur | 2023-11-11 | 1 | -2/+2 |
* | | doap: Update XEP-0359 version, no protocol changes | Kim Alvefur | 2023-11-11 | 1 | -1/+1 |
* | | doap: Update XEP-0353 version, no change affecting server handling | Kim Alvefur | 2023-11-11 | 1 | -1/+1 |
* | | doap: Update XEP-0313 version, only change align with current mod_mam behavior | Kim Alvefur | 2023-11-11 | 1 | -1/+1 |
* | | doap: Update XEP-0045 version, only minor changes | Kim Alvefur | 2023-11-11 | 1 | -1/+1 |
* | | util.startup: Attempt to bring some order to startup/shutdown with util.fsm | Matthew Wild | 2023-11-07 | 1 | -10/+41 |
* | | .luacheckrc: Add module:could() | Matthew Wild | 2023-11-07 | 1 | -0/+1 |
* | | moduleapi: may(): Support explicit actor_jid in context object | Matthew Wild | 2023-11-07 | 1 | -18/+24 |
* | | mod_muc: Switch to module:could() for some implicit access control checks | Matthew Wild | 2023-11-07 | 1 | -2/+2 |
* | | mod_muc: Allow guest users to list rooms by default | Matthew Wild | 2023-11-07 | 1 | -0/+3 |
* | | mod_muc: Add :list-rooms permission | Matthew Wild | 2023-11-07 | 1 | -1/+5 |
* | | mod_tokenauth: Fix saving grants after clearing expired tokens | Kim Alvefur | 2023-11-05 | 1 | -4/+4 |
* | | mod_s2s_auth_certs: Remove LuaSec compat that moved to net.server | Kim Alvefur | 2023-11-04 | 1 | -6/+1 |
* | | core.certmanager: Handle dane context setting same way on reload as on initia... | Kim Alvefur | 2023-11-04 | 1 | -1/+7 |
* | | util.prosodyctl.check: Print DANE TLSA records for certificates | Kim Alvefur | 2023-11-03 | 1 | -0/+10 |
* | | util.prosodyctl.check: Wrap each check in a function | Kim Alvefur | 2023-11-03 | 1 | -13/+29 |
* | | muc.register: Clarify what's going on when enforcing nicknames | Kim Alvefur | 2023-11-03 | 1 | -0/+2 |