| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_s2s: Add a Direct TLS listener | Kim Alvefur | 2021-08-10 | 3 | -2/+16 |
* | | mod_s2s: Handle connections having TLS from the start | Kim Alvefur | 2021-08-10 | 1 | -0/+4 |
* | | mod_s2s: Factor out procedure for newly encrypted sessions | Kim Alvefur | 2021-08-10 | 1 | -12/+16 |
* | | mod_bosh,mod_websocket: Make into global-shared modules (...again) | Kim Alvefur | 2021-06-21 | 2 | -22/+28 |
* | | mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 ... | Kim Alvefur | 2021-09-06 | 3 | -2/+17 |
* | | mod_pubsub: Move reversal of item order in <items> | Kim Alvefur | 2021-09-05 | 1 | -3/+9 |
* | | mod_pubsub: Add support for limiting result size #1608 | Kim Alvefur | 2021-09-05 | 2 | -1/+201 |
* | | util.pubsub: Add support for limiting number of items to retrieve | Kim Alvefur | 2021-09-05 | 2 | -1/+63 |
* | | mod_tls: Attempt STARTTLS on outgoing unencrypted legacy s2s connections | Kim Alvefur | 2021-09-01 | 1 | -0/+8 |
* | | mod_storage_internal: Stop storing XEP-0091 timestamp | Kim Alvefur | 2021-09-04 | 1 | -2/+1 |
* | | net.server_select: Deprecate and warn about it | Kim Alvefur | 2021-09-03 | 2 | -0/+3 |
* | | net.server: Pikc server_epoll as unconditional default | Kim Alvefur | 2021-09-03 | 1 | -2/+1 |
* | | net.server: Fall back to default backend from libevent instead of always select | Kim Alvefur | 2021-09-03 | 1 | -2/+2 |
* | | net.server_epoll: Prevent removed timers from being readded | Kim Alvefur | 2021-08-31 | 1 | -2/+12 |
* | | mod_mam: Suppress offline message broadcast for MAM clients | Kim Alvefur | 2021-08-31 | 2 | -0/+8 |
* | | mod_mam: Only check for locally generated stanza-ids | Kim Alvefur | 2021-08-31 | 1 | -2/+5 |
* | | mod_mam: Explain behavior with absent mod_offline in a comment | Kim Alvefur | 2021-08-31 | 1 | -0/+4 |
* | | mod_mam: "Handle" messages that have been archived in the absense of mod_offline | Kim Alvefur | 2020-06-25 | 1 | -0/+7 |
* | | mod_external_services: Factor out public function for converting to XML | Kim Alvefur | 2021-08-30 | 1 | -28/+21 |
* | | mod_external_services: Factor out public function returning current services | Kim Alvefur | 2021-08-30 | 1 | -8/+11 |
* | | mod_external_services: Filter services by requested credentials using a Set | Kim Alvefur | 2021-08-30 | 1 | -23/+21 |
* | | mod_external_services: Validate required attributes on credentials requests | Kim Alvefur | 2021-08-29 | 2 | -1/+20 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-08-31 | 1 | -29/+29 |
|\| |
|
| * | net.server_epoll: Fix to preserve ids of readded timers | Kim Alvefur | 2021-08-31 | 1 | -2/+2 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-08-30 | 1 | -9/+9 |
|\| |
|
| * | makefile: fix prosody.version target | Lucas | 2021-08-15 | 1 | -9/+9 |
* | | net.http: fail open if surrounding code does not configure TLS | Jonas Schäfer | 2021-08-29 | 1 | -1/+1 |
* | | Merge 0.11->trunk | Matthew Wild | 2021-08-26 | 0 | -0/+0 |
|\| |
|
| * | mod_c2s: Indicate stream secure state in error text when no stream features t... | Matthew Wild | 2021-07-06 | 1 | -1/+4 |
* | | usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role | Matthew Wild | 2021-08-26 | 2 | -3/+57 |
* | | mod_muc_mam: Omit queryid attribute from <fin/> | Holger Weiss | 2021-08-06 | 1 | -1/+1 |
* | | net.server_epoll: Split, attempt to clarify dirty noise message | Kim Alvefur | 2021-08-16 | 1 | -1/+2 |
* | | mod_c2s,mod_s2s: Fire event just before writes | Kim Alvefur | 2021-08-16 | 2 | -0/+14 |
* | | net.server: Add a predrain callaback just before writes | Kim Alvefur | 2021-08-16 | 3 | -0/+11 |
* | | mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s | Kim Alvefur | 2021-08-16 | 1 | -0/+7 |
* | | core.storagemanager: Respect archive ids issued by storage drivers in tests | Kim Alvefur | 2021-08-15 | 1 | -5/+6 |
* | | net.server_epoll: Improve efficiency of opportunistic writes | Kim Alvefur | 2021-08-14 | 1 | -1/+3 |
* | | mod_disco: Send XEP-0115 caps in s2s stream features | Kim Alvefur | 2021-08-12 | 1 | -0/+6 |
* | | mod_admin_shell: Keep unrestricted environment for session lifetime | Kim Alvefur | 2021-08-11 | 1 | -1/+5 |
* | | mod_limits: Extend unlimited_jids to s2s sessions (for Ge0rG) | Kim Alvefur | 2021-07-29 | 1 | -0/+15 |
* | | mod_limits: Factor out function for disabling limits allowing use from shell | Kim Alvefur | 2021-07-29 | 1 | -9/+13 |
* | | mod_bosh: Add todo to use util.session to create session object | Kim Alvefur | 2021-07-29 | 1 | -0/+1 |
* | | mod_pubsub: Update callbacks on reload to more completely refresh config | Kim Alvefur | 2021-07-29 | 1 | -0/+8 |
* | | migrator: Silence assert in core.moduleapi | Kim Alvefur | 2021-07-29 | 1 | -0/+4 |
* | | migrator: Use parsed command line flags already parsed by util.startup | Kim Alvefur | 2021-07-29 | 1 | -14/+1 |
* | | migrator: Trick net.server into thinking the config is loaded | Kim Alvefur | 2021-07-29 | 1 | -0/+1 |
* | | migrator: Customise startup sequence to fix #1673 (Thanks acidsys) | Kim Alvefur | 2021-07-29 | 1 | -2/+19 |
* | | Fix various spelling errors (thanks codespell) | Kim Alvefur | 2021-07-27 | 11 | -11/+11 |
* | | mod_pubsub: Update configuration on reload (fixes #1382) | Kim Alvefur | 2021-07-25 | 1 | -0/+3 |
* | | mod_pubsub: Silence warning about 'service' as argument [luacheck] | Kim Alvefur | 2021-07-25 | 1 | -1/+1 |