Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | mod_admin_shell: Update with new role management commands and help text | Matthew Wild | 2022-08-18 | 1 | -39/+52 | |
| * | | | | mod_authz_internal: Expose convenience method to test if user can assume role | Matthew Wild | 2022-08-18 | 1 | -0/+12 | |
| * | | | | mod_authz_internal, and more: New iteration of role API | Matthew Wild | 2022-08-17 | 3 | -38/+132 | |
| * | | | | mod_admin_shell: Show session role in c2s:show | Kim Alvefur | 2022-08-15 | 1 | -1/+10 | |
| * | | | | mod_tokenauth: New API that better fits how modules are using token auth | Matthew Wild | 2022-07-20 | 1 | -12/+40 | |
| * | | | | mod_authz_internal: Use util.roles, some API changes and config support | Matthew Wild | 2022-07-19 | 1 | -63/+96 | |
| * | | | | usermanager, mod_auth_*: Add get_account_info() returning creation/update time | Matthew Wild | 2022-07-12 | 2 | -2/+28 | |
| * | | | | Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 | 11 | -122/+191 | |
| * | | | | mod_saslauth: Rename field from 'scope'->'role' | Matthew Wild | 2022-06-15 | 1 | -1/+1 | |
| * | | | | Merge 0.12->trunk | Matthew Wild | 2022-08-18 | 1 | -4/+8 | |
| |\ \ \ \ | ||||||
| * | | | | | util.stanza: Add method for extracting a single attribute value | Kim Alvefur | 2022-08-17 | 1 | -2/+1 | |
| * | | | | | mod_time: Remove obsolete XEP-0090 support | Kim Alvefur | 2022-08-15 | 1 | -14/+0 | |
| * | | | | | mod_time: Return sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -1/+2 | |
| * | | | | | mod_storage_sql: Drop archive timestamp precision pending schema update | Kim Alvefur | 2022-08-14 | 1 | -1/+2 | |
| * | | | | | mod_mam: Store archives with sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -2/+2 | |
| * | | | | | mod_admin_shell: Remove obsolete module:load() argument from 0.8 time | Kim Alvefur | 2022-08-05 | 1 | -2/+2 | |
| * | | | | | mod_tls: Record STARTTLS state so it can be shown in Shell | Kim Alvefur | 2022-08-02 | 2 | -1/+6 | |
| * | | | | | Merge 0.12->trunk | Kim Alvefur | 2022-07-29 | 2 | -6/+3 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge 0.12->trunk | Kim Alvefur | 2022-07-27 | 2 | -2/+6 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760) | Kim Alvefur | 2022-06-01 | 1 | -0/+15 | |
| * | | | | | | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 5 | -5/+5 | |
| * | | | | | | | mod_storage_sql: Remove Lua 5.1 compatibility hack | Kim Alvefur | 2022-07-02 | 1 | -2/+1 | |
| * | | | | | | | mod_mam: Silence luacheck (yay warnings in CI but not locally) | Kim Alvefur | 2022-06-14 | 1 | -1/+1 | |
| * | | | | | | | mod_mam: Clarify comment (thanks chili-b) | Kim Alvefur | 2022-06-14 | 1 | -2/+6 | |
| * | | | | | | | mod_csi_simple: Collect stats on number of stanzas per flush | Kim Alvefur | 2022-06-14 | 1 | -0/+5 | |
| * | | | | | | | mod_admin_shell: Show session id ping reply came | Kim Alvefur | 2022-06-13 | 1 | -1/+1 | |
| * | | | | | | | Merge 0.12->trunk | Kim Alvefur | 2022-06-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mod_saslauth: Advertise channel bindings via XEP-0440 | Kim Alvefur | 2020-12-06 | 1 | -0/+10 | |
| * | | | | | | | | mod_admin_shell: Include last (mod_cron) task run time in module:info() | Kim Alvefur | 2022-06-01 | 1 | -1/+11 | |
| * | | | | | | | | mod_admin_shell: Drop unused argument [luacheck] | Kim Alvefur | 2022-05-31 | 1 | -1/+1 | |
| * | | | | | | | | mod_admin_shell: Show bound ports in module:info | Kim Alvefur | 2022-05-31 | 1 | -1/+11 | |
| * | | | | | | | | mod_admin_shell: Document the 'watch' section in the built-in help | Kim Alvefur | 2022-05-30 | 1 | -0/+4 | |
| * | | | | | | | | prosodyctl shell: Communicate width of terminal to mod_admin_shell | Kim Alvefur | 2022-05-30 | 1 | -5/+10 | |
| * | | | | | | | | mod_smacks: Indicate that bounces are generated by the server | Kim Alvefur | 2022-05-27 | 1 | -1/+2 | |
| * | | | | | | | | Merge 0.12->trunk | Kim Alvefur | 2022-05-27 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | mod_smacks: Remove debug log references to timer (not used anymore) | Kim Alvefur | 2022-05-26 | 1 | -2/+1 | |
| * | | | | | | | | | Merge 0.12->trunk | Kim Alvefur | 2022-05-26 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mod_smacks: Use session logging for remaining log messages | Kim Alvefur | 2022-05-21 | 1 | -6/+6 | |
| * | | | | | | | | | | mod_smacks: Factor out some convenience functions | Kim Alvefur | 2022-02-11 | 1 | -10/+21 | |
| * | | | | | | | | | | Merge 0.12->trunk | Kim Alvefur | 2022-05-15 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mod_smacks: Initialize queue before sending <enable> | Kim Alvefur | 2022-05-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | mod_s2s: Log queued stanzas for which no error reply is produced | Kim Alvefur | 2022-05-07 | 1 | -0/+2 | |
| * | | | | | | | | | | | mod_s2s: Don't bounce queued error stanzas (thanks Martin) | Kim Alvefur | 2022-05-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge 0.12->trunk | Matthew Wild | 2022-05-06 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 0.12->trunk | Kim Alvefur | 2022-05-05 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | mod_tls: pass target hostname to starttls | Jonas Schäfer | 2021-09-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | mod_tls: tell network backend to stop reading while preparing TLS | Jonas Schäfer | 2022-04-02 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | mod_tls: Do not offer TLS if the connection is considered secure | Jonas Schäfer | 2021-09-17 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | net: isolate LuaSec-specifics | Jonas Schäfer | 2022-04-27 | 5 | -23/+16 | |
| * | | | | | | | | | | | | | Merge 0.12->trunk | Matthew Wild | 2022-04-25 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |