Commit Graph

5699 Commits (master)

Author SHA1 Message Date
Kim Alvefur 5192f0f312 mod_s2s: Fix log to use formatting instead of concatenation (fixes #1461) 7 months ago
Kim Alvefur db92b07211 MUC: Ensure room-creating join stanza includes nickname (fix #1934) 7 months ago
Kim Alvefur 2f6cba208f MUC: Factor out identification of join stanza 7 months ago
Kim Alvefur 66a99f6aa1 mod_cron: Move changes to Teal source 8 months ago
Kim Alvefur f14f1b331f mod_http_files: Fail if missing the required 'http_files_dir' setting 8 months ago
Kim Alvefur 36591d492e mod_http_files: Replace public API with errors 8 months ago
Kim Alvefur b439ad72f1 MUC: Fix nickname registration form error handling (fixes #1930) 8 months ago
Kim Alvefur 1db909804b mod_admin_shell: Fix matching logic in s2s:close (Thanks Menel) 8 months ago
Matthew Wild ea99104f0a mod_http_file_share: Add media-src 'self' to Content-Security-Policy header 8 months ago
Kim Alvefur ea2f97e9ed mod_storage_sql: Also retrieve all SQLite3 indices 8 months ago
Kim Alvefur 82f3dc3616 mod_invites: Consider password reset a distinct type wrt invite page 9 months ago
Matthew Wild 68f2229e78 mod_invites_register: Don't restrict username for roster invites (thanks lissine) 8 months ago
Kim Alvefur 7e16a71be8 mod_storage_internal: Fix queries with only start returning extra items 9 months ago
Kim Alvefur 7340c4e1f2 mod_storage_sql: Retrieve all indices to see if the new one exists 9 months ago
Matthew Wild aa37a70850 mod_invites_register: Stricter validation of registration events 9 months ago
Kim Alvefur dcd0d7ad1f mod_storage_sql: Mark unused argument as such 9 months ago
Kim Alvefur 4eb0e47d07 mod_storage_sql: Handle failure to deploy new UNIQUE index 9 months ago
Kim Alvefur 629b5b10b5 mod_http: Log problems parsing IP addresses in X-Forwarded-For (Thanks Boris) 9 months ago
Kim Alvefur 3873c984a3 mod_http: Fix IP address normalization (Thanks Boris) 9 months ago
Kim Alvefur 86bb005c57 mod_storage_sql: Add shell command to create tables and indices (again) 9 months ago
Kim Alvefur 79d0d2591d mod_storage_sql: Delay showing SQL library error until attempted load 9 months ago
Matthew Wild d45bf0a820 mod_admin_shell: Add role:list() and role:show() commands 9 months ago
Matthew Wild b08fa464dc mod_authz_internal: Improve error message when invalid role specified 9 months ago
Matthew Wild db3735d974 mod_admin_shell: Visual tweaks to the output of debug:cert_index() 9 months ago
Matthew Wild e23d50de10 mod_admin_shell: Add debug:cert_index() command 9 months ago
Kim Alvefur 1d47e2fab1 mod_tls: Collect full certificate chain validation information 9 months ago
Kim Alvefur 5dbd3b15e4 mod_s2s: Handle single message from chain validation 9 months ago
Kim Alvefur 7976f21e3e mod_s2s: Deal with OpenSSL changing spelling in strings 9 months ago
Matthew Wild c914afdc49 mod_tls: Enable Prosody's certificate checking for incoming s2s connections (fixes #1916) (thanks Damian, Zash) 9 months ago
Kim Alvefur f0c6467af8 mod_roster: Fix shell commands when a component is involved (fixes #1908) 9 months ago
Matthew Wild f0042849ba mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907) 9 months ago
Kim Alvefur be51e54c68 doap: Add XEP-0333 9 months ago
Kim Alvefur 780b392d25 doap: Add XEP-0334 9 months ago
Kim Alvefur faed304d55 mod_http_file_share: Explicitly reject all unsupported ranges 9 months ago
Kim Alvefur afd99708d6 mod_http_file_share: Fix off by one in Range response 9 months ago
Kim Alvefur b9d4cc24df mod_storage_sql: Drop legacy index without confirmation to ease upgrades 9 months ago
Kim Alvefur eacf72504c mod_storage_sql: Fix indentation 9 months ago
Kim Alvefur 780fd208bc mod_http_file_share: Improve error reporting by using util.error more 10 months ago
Matthew Wild 57d168dd5e prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) 10 months ago
Matthew Wild 384e3dbea2 mod_admin_shell: Remove outdated help text (fixes #1898) 10 months ago
Matthew Wild 8005ac825f mod_websocket: Merge session close handling changes from mod_c2s (bug fixes) 10 months ago
Matthew Wild 5b4624137d mod_c2s: Code formatting change 10 months ago
Matthew Wild afb9bc34a0 mod_storage_internal: Use UUIDv7 for message ids 10 months ago
Matthew Wild 830f3e122c mod_external_services: Also use TURN REST credential algo for 'turns' (thanks moreroid) 10 months ago
Kim Alvefur e52cc0126d mod_component: Don't return error reply for errors, fixes #1897 10 months ago
Kim Alvefur 68296b6a8e mod_bosh,mod_websocket: Don't load mod_http_altconnect in global context 10 months ago
Matthew Wild 13dc010593 mod_invites: Hide --group flag unless mod_invites_groups is enabled 10 months ago
Matthew Wild edc68f5407 mod_invites: Fix traceback when no flags passed 10 months ago
Matthew Wild 764c388d38 mod_invites: Deprecate 'mod_invites generate' in favour of new shell commands 10 months ago
Matthew Wild 6855f5c8c3 mod_admin_shell: Improve help listing in non-REPL mode 10 months ago