| Commit message (Expand) | Author | Age | Files | Lines |
* | CHANGES: Add list of new modules | Matthew Wild | 8 days | 1 | -0/+9 |
* | util.x509: Per RFC 9525, remove obsolete Common Name check | Kim Alvefur | 2024-02-11 | 1 | -0/+1 |
* | moduleapi: Allow soft dependencies via module:depends(mod, true) | Matthew Wild | 2025-02-16 | 1 | -0/+1 |
* | mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changes | Matthew Wild | 2025-02-16 | 1 | -0/+1 |
* | CHANGES: add 'prosodyctl check features' | Matthew Wild | 2025-02-15 | 1 | -0/+1 |
* | CHANGES: List mod_cloud_notify | Matthew Wild | 2025-02-14 | 1 | -0/+1 |
* | CHANGES: Update with some more 13.0 features | Matthew Wild | 2025-02-12 | 1 | -0/+2 |
* | CHANGES: Update for 13.0.x | Matthew Wild | 2025-02-11 | 1 | -0/+3 |
* | util.sql: SQLCipher support | Kim Alvefur | 2025-01-23 | 1 | -0/+1 |
* | core.configmanager: Add function for getting secrets from separate files | Kim Alvefur | 2025-01-16 | 1 | -1/+1 |
* | core.configmanager: Add ways to read config values from files | Kim Alvefur | 2025-01-16 | 1 | -0/+1 |
* | mod_invites_adhoc: Add password reset command | Kim Alvefur | 2024-10-20 | 1 | -0/+1 |
* | Add Info about mod_announce in the CHANGES file of trunk | Menel | 2024-10-21 | 1 | -0/+1 |
* | MUC: Don't default component admins to being room owners | Matthew Wild | 2024-06-18 | 1 | -0/+4 |
* | net.server_epoll: Add support for systemd socket activation | Kim Alvefur | 2024-05-14 | 1 | -0/+1 |
* | mod_pep: Implement 'roster' (group) access_model | Kim Alvefur | 2023-12-03 | 1 | -0/+1 |
* | util.startup: Support systemd Type=notify service type | Kim Alvefur | 2024-04-04 | 1 | -0/+1 |
* | util.rfc6724: Remove, unused since introduction of Happy Eyeballs | Kim Alvefur | 2024-02-22 | 1 | -0/+1 |
* | MUC: Record reason for affiliation changes and return in list (fixes #1227) | Kim Alvefur | 2021-08-08 | 1 | -0/+1 |
* | CHANGES: Mention new prosodyctl shell method behavior | Kim Alvefur | 2023-12-09 | 1 | -0/+1 |
* | CHANGES: Document some of the recent changes and features in trunk | Matthew Wild | 2023-12-08 | 1 | -0/+8 |
* | mod_s2s: Close connection on smacks timeout | Kim Alvefur | 2023-12-02 | 1 | -0/+1 |
* | mod_s2s_auth_dane_in: DANE support for s2sin | Kim Alvefur | 2023-11-01 | 1 | -0/+1 |
* | mod_cron: Make task frequencies configurable in overly generic manner | Kim Alvefur | 2023-10-22 | 1 | -0/+1 |
* | CHANGES: Mention 'tls-server-end-point' | Kim Alvefur | 2023-10-22 | 1 | -0/+1 |
* | mod_http_file_share: Switch to the new authz API (BC) | Kim Alvefur | 2023-09-16 | 1 | -0/+1 |
* | moduleapi: Add :get_option_integer() | Kim Alvefur | 2023-07-17 | 1 | -0/+1 |
* | core.moduleapi: Add :get_option_period for parsing time intervals | Kim Alvefur | 2023-07-16 | 1 | -0/+1 |
* | core.moduleapi: Allow specifying an acceptable range for number options | Kim Alvefur | 2021-10-05 | 1 | -0/+1 |
* | moduleapi: Add enum config option method | Kim Alvefur | 2021-01-16 | 1 | -0/+4 |
* | CHANGES: Move line about LuaSQLite3 to Storage section | Kim Alvefur | 2023-07-12 | 1 | -1/+1 |
* | CHANGES: Mention performance improvements for internal archives | Kim Alvefur | 2023-07-12 | 1 | -0/+1 |
* | mod_http: Make RFC 7239 Forwarded opt-in for now to be safe | Kim Alvefur | 2023-06-03 | 1 | -1/+1 |
* | mod_http: Use RFC 7239 Forwarded header to find original client IP | Kim Alvefur | 2023-06-03 | 1 | -0/+1 |
* | CHANGES: The Great Rename-ning completed! #1223 | Kim Alvefur | 2023-03-17 | 1 | -0/+1 |
* | CHANGES: Add keyval+ | Matthew Wild | 2023-03-21 | 1 | -0/+4 |
* | CHANGES: Mention new ability to disable and enable user accounts | Kim Alvefur | 2023-02-23 | 1 | -0/+1 |
* | mod_admin_shell: Add muc:affiliations(room) command to list memberships | Kim Alvefur | 2023-01-29 | 1 | -1/+1 |
* | mod_admin_shell: Add muc:occupants(room) command to list occupants | Kim Alvefur | 2023-01-29 | 1 | -0/+1 |
* | mod_storage_sql: Support SQLite3 without LuaDBI | Kim Alvefur | 2023-01-19 | 1 | -0/+1 |
* | mod_blocklist: Add option 'migrate_legacy_blocking' to disable migration from... | Kim Alvefur | 2022-10-17 | 1 | -0/+1 |
* | CHANGES: Update with MUC permission changes | Matthew Wild | 2022-09-29 | 1 | -0/+10 |
* | CHANGES: Add role auth | Matthew Wild | 2022-08-22 | 1 | -0/+1 |
* | mod_time: Remove obsolete XEP-0090 support | Kim Alvefur | 2022-08-15 | 1 | -0/+1 |
* | util.datetime: Add support for sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -0/+4 |
* | mod_saslauth: Implement RFC 9266 'tls-exporter' channel binding (#1760) | Kim Alvefur | 2022-06-01 | 1 | -0/+1 |
* | CHANGES: Lua 5.1 support removed (closes #1600) | Kim Alvefur | 2022-07-05 | 1 | -0/+4 |
* | mod_saslauth: Advertise channel bindings via XEP-0440 | Kim Alvefur | 2020-12-06 | 1 | -0/+4 |
* | net.server_epoll: Add option to defer accept() until data available | Kim Alvefur | 2022-05-15 | 1 | -0/+1 |
* | net.server_epoll: Add support for TCP Fast Open | Kim Alvefur | 2021-07-08 | 1 | -0/+1 |