| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_invites_register: Load mod_register_ibr in invite only mode | Kim Alvefur | 2022-02-10 | 1 | -0/+4 |
* | mod_invites_register: Replace COMPAT hack | Kim Alvefur | 2022-02-10 | 1 | -1/+1 |
* | mod_turn_external: Add option to enable TURN over TLS | Kim Alvefur | 2022-02-10 | 1 | -2/+6 |
* | mod_turn_external: Simplify configuration | Kim Alvefur | 2022-02-10 | 1 | -2/+9 |
* | mod_admin_shell: Track connected events instead of created | Kim Alvefur | 2022-02-06 | 1 | -3/+3 |
* | mod_s2s: Add new early s2s-connected events | Kim Alvefur | 2022-02-06 | 1 | -0/+3 |
* | mod_smacks: Tweak resumption age buckets towards multiples of 60 | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | mod_http: Use interface name as default default global hostname | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | mod_http: Use http_default_host for URLs generated in global context | Kim Alvefur | 2022-02-04 | 1 | -1/+2 |
* | mod_websocket: Only enable host-agnostic HTTP routing when enabled globally | Kim Alvefur | 2022-02-04 | 1 | -1/+3 |
* | mod_bosh: Only enable host-agnostic HTTP routing when enabled globally | Kim Alvefur | 2022-02-04 | 1 | -1/+3 |
* | mod_pep: Fix typo in comment [codespell] | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | mod_bookmarks: Fix typos in stanza error messages [codespell] | Kim Alvefur | 2022-02-04 | 1 | -2/+2 |
* | mod_admin_shell: Fix typo in comment [codespell] | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | mod_pep: Clarify purpose of fallback service | Kim Alvefur | 2022-02-03 | 1 | -0/+7 |
* | mod_pep: Correct initialization of fallback service | Kim Alvefur | 2022-02-03 | 1 | -8/+6 |
* | plugins: Update for namespace bump in XEP-0353 v0.4.0 | Kim Alvefur | 2022-01-11 | 3 | -3/+3 |
* | mod_admin_shell: Add descriptions of each column to 'help columns' | Kim Alvefur | 2022-01-30 | 1 | -5/+35 |
* | mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show | Kim Alvefur | 2022-01-30 | 1 | -2/+2 |
* | mod_http_file_share: Use alternate syntax for filename in Content-Disposition | Kim Alvefur | 2022-01-29 | 1 | -1/+2 |
* | mod_admin_shell: Fix traceback on rendering graph of stats without extra labels | Kim Alvefur | 2022-01-29 | 1 | -1/+1 |
* | mod_admin_shell: Add help section about stats | Kim Alvefur | 2022-01-29 | 1 | -1/+4 |
* | mod_admin_shell: Add help section about customizing table columns | Kim Alvefur | 2022-01-28 | 1 | -1/+17 |
* | mod_pubsub: Allow configuring summary templates | Kim Alvefur | 2022-01-24 | 1 | -6/+11 |
* | mod_pubsub: Use the util.xtemplate to render Atom summary | Kim Alvefur | 2022-01-24 | 1 | -9/+3 |
* | mod_pubsub: Use the 'pubsub#type' setting to pick summary generator | Kim Alvefur | 2022-01-24 | 1 | -1/+2 |
* | mod_tls: Set ALPN on outgoing connections | Kim Alvefur | 2022-01-25 | 1 | -1/+2 |
* | mod_admin_shell: Add command to show current user roles | Kim Alvefur | 2022-01-23 | 1 | -0/+20 |
* | mod_admin_shell: Add help section about roles | Kim Alvefur | 2022-01-23 | 1 | -0/+12 |
* | mod_s2s: Retrieve TLS context for outgoing Direct TLS connections from mod_tls | Kim Alvefur | 2022-01-21 | 2 | -8/+17 |
* | mod_s2s: Enable outgoing Direct TLS connections | Kim Alvefur | 2022-01-21 | 1 | -2/+9 |
* | mod_storage_xep0227: Fix luacheck warning | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | mod_storage_xep0227: Fix traceback during iteration of driver stores | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | mod_storage_xep0227: Fix file export (missing parameter) from refactor in 270... | Matthew Wild | 2022-01-17 | 1 | -1/+1 |
* | mod_http: Increase severity of loading unreachable http modules | Kim Alvefur | 2022-01-15 | 1 | -1/+1 |
* | mod_http: Skip querying portmanager when http_external_url when is set | Kim Alvefur | 2021-11-27 | 1 | -8/+17 |
* | mod_storage_xep0227: treat roster metadata pseudo-entry correctly | Jonas Schäfer | 2022-01-15 | 1 | -1/+1 |
* | mod_storage_xep0227: be defensive against empty vCard | Jonas Schäfer | 2022-01-15 | 1 | -1/+1 |
* | mod_http: Limit unencrypted http port (5280) to loopback by default | Kim Alvefur | 2022-01-15 | 1 | -0/+1 |
* | mod_cron: Allow for a small amount of timer drift | Kim Alvefur | 2022-01-15 | 1 | -1/+1 |
* | mod_storage_xep0227: Fix luacheck warnings | Matthew Wild | 2022-01-14 | 1 | -2/+2 |
* | mod_storage_xep0227: Add API to iterate all stores of a user | Matthew Wild | 2022-01-14 | 1 | -7/+23 |
* | mod_storage_xep0227: Skip self-contacts on roster import | Matthew Wild | 2022-01-14 | 1 | -11/+15 |
* | mod_http_file_share: Always measure total disk usage for statistics! | Kim Alvefur | 2022-01-11 | 1 | -49/+46 |
* | mod_bookmarks: Fix traceback on attempt to convert invalid bookmark | Kim Alvefur | 2022-01-11 | 1 | -4/+9 |
* | mod_bookmarks: Block publishing to older XEP-0402 v0.3.0 node | Kim Alvefur | 2022-01-10 | 1 | -1/+8 |
* | mod_storage_xep0227: Fix writing non-user data | Kim Alvefur | 2022-01-10 | 1 | -2/+3 |
* | mod_storage_xep0227: Ignore luacheck warning | Matthew Wild | 2022-01-10 | 1 | -1/+1 |
* | mod_storage_xep0227: Support for exporting nodes with no stored configuration | Matthew Wild | 2022-01-10 | 1 | -0/+3 |
* | mod_storage_xep0227: Allow overriding the input/output layer for XEP-0227 data | Matthew Wild | 2022-01-10 | 1 | -27/+49 |