| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | CHANGES: Update to add new changes in trunk | Matthew Wild | 2022-03-19 | 1 | -0/+14 |
* | CHANGES: Update to reflect 0.12.0 release | Matthew Wild | 2022-03-19 | 1 | -2/+4 |
* | CHANGES: Mention STUN/TURN support in 'prosodyctl check' | Matthew Wild | 2022-03-05 | 1 | -0/+1 |
* | Merge config-updates+check-turn from timber | Matthew Wild | 2022-03-04 | 1 | -0/+2 |
|\ |
|
| * | usermanager, mod_saslauth: Default to internal_hashed if no auth module speci... | Matthew Wild | 2022-02-10 | 1 | -0/+1 |
| * | various: Require encryption by default for real | Kim Alvefur | 2021-12-25 | 1 | -0/+1 |
* | | util.poll: Add support for the poll() API | Kim Alvefur | 2022-02-23 | 1 | -0/+1 |
|/ |
|
* | CHANGES: Mention graceful shutdown | Kim Alvefur | 2022-02-18 | 1 | -0/+3 |
* | mod_s2s: Enable outgoing Direct TLS connections | Kim Alvefur | 2022-01-21 | 1 | -1/+1 |
* | mod_http: Limit unencrypted http port (5280) to loopback by default | Kim Alvefur | 2022-01-15 | 1 | -0/+1 |
* | mod_bookmarks: Import mod_bookmarks2 from prosody-modules @ ad7767a9f3ea | Emmanuel Gil Peyrot | 2022-01-04 | 1 | -0/+1 |