Commit Graph

4652 Commits (7cd2803161ee05303371cd681f8ae00a0838d07f)

Author SHA1 Message Date
Kim Alvefur 90e4a09661 mod_pubsub: Include <pubsub> with unsubscribe reply 5 years ago
Kim Alvefur 89ec64ff89 mod_csi_simple: s/algoritm/algorithm/ [codespell] 5 years ago
Kim Alvefur 8673a99a09 mod_s2s: Buffer stream error + stream closing tag 5 years ago
Kim Alvefur 494b53ce0b mod_s2s: Check direction in bidi-aware style 5 years ago
Kim Alvefur bef26775f1 mod_s2s: Add config setting to enable DANE 5 years ago
Kim Alvefur 4b60587e75 mod_http: Consolidate handling of proxied connection details 5 years ago
Kim Alvefur 2acba62388 net.http.server: Set request.ip so mod_http doesn't have to 5 years ago
Kim Alvefur aa9e2741d5 mod_http: Restore ip field for requests without proxies 5 years ago
Kim Alvefur dfaf43cc3f mod_http_file_share: Skip removal of nothing 5 years ago
Kim Alvefur a2648b9d64 mod_http_file_share: Remove correct entries when not all expired files were deleted 5 years ago
Kim Alvefur fcaf27fc8a mod_http_errors: Add some comments 5 years ago
Kim Alvefur 3180f48bc5 mod_http_errors: Add some silly variations for the '/' page 5 years ago
Kim Alvefur 0a5ac437b9 mod_http_file_share: Fix traceback on missing file-type 5 years ago
Kim Alvefur 40252c2cc7 mod_csi_simple: Add command to test importance algorithm on stream of stanzas 5 years ago
Kim Alvefur 4ed5700a19 mod_http: Improve message for missing 'route' 5 years ago
Kim Alvefur 19eb907613 mod_http: Warn if app is missing 'route' 5 years ago
Kim Alvefur b01915e81c mod_http_file_share: Allow credentials via CORS (needed for auth token) 5 years ago
Kim Alvefur e52a77ff84 mod_http: Fix trusted proxies check (thanks buildbot) 5 years ago
Kim Alvefur 80116bf0e3 mod_http: Skip IP resolution in non-proxied case 5 years ago
Kim Alvefur f01247ec56 mod_pep: Advertise base pubsub feature (fixes #1632) 5 years ago
Kim Alvefur db3c36c69d mod_s2s: Fix copypaste mistake in b3ae48362f78 5 years ago
Matthew Wild 4bceaa2443 MUC: Fix logic bug causing unnecessary presence to be sent, fixes #1615 (thanks damencho) 5 years ago
Kim Alvefur f4c821cc4a mod_s2s: Prevent whitespace keepalives the stream has been opened 5 years ago
Kim Alvefur 15b64ea4ff mod_saslauth: Only advertise channel binding if a finished message is available 5 years ago
Kim Alvefur b62216fab3 mod_saslauth: Disable 'tls-unique' channel binding with TLS 1.3 (closes #1542) 5 years ago
Kim Alvefur 63f44f3640 mod_pubsub: Fix notification stanza type setting (fixes #1605) 5 years ago
Kim Alvefur ce3e3808f5 mod_pubsub: Lower priority of default <body> generator 5 years ago
Kim Alvefur d65d38846d mod_http: Allow modifying CORS header list via :provides API 6 years ago
Kim Alvefur 5d4446cd13 mod_http: Allow setting the CORS credentials flag via :provides API 6 years ago
Kim Alvefur 24974dc1c6 mod_http_errors: Style tweak 5 years ago
Kim Alvefur 900fe6a1cb mod_http_file_share: Return a message from the base URL 5 years ago
Kim Alvefur 49d6a7a91f mod_websocket: Use mod_http_errors html template #1172 5 years ago
Kim Alvefur d18348b578 mod_bosh: Include warning if endpoint accessed insecurely (#1172) 5 years ago
Kim Alvefur 5860017b9f mod_bosh: Use message template from mod_http_error 5 years ago
Kim Alvefur ba8610666a mod_http_errors: Add a highlighted warning to template 5 years ago
Kim Alvefur 6d29fa653c mod_http_errors: Add way to reuse the error page template 5 years ago
Kim Alvefur 699e27da56 mod_http_errors: Minify CSS 5 years ago
Kim Alvefur 0e6a6fff96 mod_http: Optimize proxy IP check 5 years ago
Kim Alvefur 231e87ab05 mod_websocket: Inherit security status from http request 5 years ago
Kim Alvefur 362c228c47 mod_http: Consider x-forwarded-proto from trusted proxies 5 years ago
Kim Alvefur 51b055809a mod_csi_simple: Fire event when flushing queue 5 years ago
Kim Alvefur dcab373f45 mod_csi_simple: Set session state to 'flushing' while doing so 5 years ago
Kim Alvefur 3151984042 mod_http_file_share: Prevent attempt to upload again after completion 5 years ago
Kim Alvefur 9501c7b976 mod_http_file_share: Support sending 100 Continue 5 years ago
Kim Alvefur cd1aadb52e mod_s2s: Clarify comment about unused TLS settings 5 years ago
Kim Alvefur 196c9f070e mod_admin_shell: Add help section with (top level) MUC commands 5 years ago
Kim Alvefur ca39262991 mod_admin_shell: Pretty-print HTTP endpoints in a human table 5 years ago
Kim Alvefur bdb5e39f5c mod_admin_shell: Remove previous print() call 5 years ago
Kim Alvefur d8d5ad3bea mod_admin_shell: List modules providing each HTTP endpoint 5 years ago
Kim Alvefur a64ae4e8d5 mod_admin_shell: List global HTTP endpoints by default 5 years ago