| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_admin_shell: Add watch:log() command to tail logs in realtime | Matthew Wild | 2022-03-17 | 1 | -0/+21 |
* | mod_admin_shell: Add session.is_connected() method | Matthew Wild | 2022-03-17 | 1 | -0/+3 |
* | mod_admin_shell: Add session.write() method to write data to client with no \n | Matthew Wild | 2022-03-17 | 1 | -2/+5 |
* | spelling: non-existing mistakes (thanks timeless)0.12.0 | Kim Alvefur | 2022-03-07 | 1 | -1/+1 |
* | Spelling: Fix various spelling mistakes (thanks timeless) | Kim Alvefur | 2022-03-07 | 2 | -3/+3 |
* | Merge config-updates+check-turn from timber | Matthew Wild | 2022-03-04 | 9 | -12/+12 |
|\ |
|
| * | util.hex: Deprecate to/from in favour of encode/decode, for consistency! | Matthew Wild | 2022-03-04 | 2 | -3/+3 |
| * | usermanager, mod_saslauth: Default to internal_hashed if no auth module speci... | Matthew Wild | 2022-02-10 | 1 | -1/+1 |
| * | various: Require encryption by default for real | Kim Alvefur | 2021-12-25 | 5 | -6/+6 |
| * | mod_invites_register: Default to require encryption | Matthew Wild | 2022-02-10 | 1 | -1/+1 |
| * | mod_legacyauth: Default to require encryption | Matthew Wild | 2022-02-10 | 1 | -1/+1 |
* | | mod_c2s,mod_s2s: Fix error on shutdown (Thanks Martin) | Kim Alvefur | 2022-02-22 | 2 | -2/+2 |
* | | mod_c2s,mod_s2s: Wrap callback to improve tracebacks | Kim Alvefur | 2022-02-22 | 2 | -2/+2 |
* | | mod_carbons: Allow plugging into decision of whether to carbon-copy | Kim Alvefur | 2022-02-21 | 1 | -1/+9 |
* | | mod_mam: Fix a comment | Kim Alvefur | 2021-12-11 | 1 | -1/+1 |
* | | mod_mam: Allow plugging into archive decision | Kim Alvefur | 2021-12-10 | 1 | -4/+13 |
|/ |
|
* | mod_admin_shell: Use a table to show help sections | Kim Alvefur | 2022-02-20 | 1 | -17/+19 |
* | mod_c2s: Ignore unused event payload [luacheck] | Kim Alvefur | 2022-02-18 | 1 | -1/+1 |
* | mod_c2s,mod_s2s: Wait for sessions to close before proceeding with shutdown s... | Kim Alvefur | 2022-02-17 | 2 | -2/+32 |
* | mod_c2s: Close ports in a separate, earlier event from closing sessions | Kim Alvefur | 2022-02-18 | 1 | -0/+2 |
* | mod_s2s: Disable creation of new outgoing connections during shutdown | Kim Alvefur | 2022-02-11 | 1 | -0/+7 |
* | mod_c2s,mod_s2s: Disable and close port listeners before closing sessions | Kim Alvefur | 2022-02-11 | 2 | -0/+14 |
* | mod_posix: Run signal handlers in the startup thread | Kim Alvefur | 2021-10-06 | 1 | -7/+13 |
* | mod_admin_shell: Squeeze some characters out of the Certificate column | Kim Alvefur | 2022-02-17 | 1 | -2/+2 |
* | mod_admin_shell: Fix description of muc:room() (thanks Link Mauve) | Kim Alvefur | 2022-02-15 | 1 | -1/+1 |
* | mod_turn_external: Fix type of config option (thanks mirux) | Kim Alvefur | 2022-02-15 | 1 | -1/+1 |
* | 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 |