| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_http_file_share: Add optional global quota on total storage usage | Kim Alvefur | 2021-09-12 | 1 | -3/+55 |
* | mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity | Kim Alvefur | 2021-09-09 | 1 | -1/+1 |
* | mod_s2s: Rename Direct TLS listener 's2s_direct_tls' | Kim Alvefur | 2021-09-09 | 1 | -1/+1 |
* | mod_s2s: Add a Direct TLS listener | Kim Alvefur | 2021-08-10 | 1 | -0/+14 |
* | 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 | 2 | -2/+10 |
* | 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 | 1 | -1/+5 |
* | 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 |
* | mod_mam: Suppress offline message broadcast for MAM clients | Kim Alvefur | 2021-08-31 | 1 | -0/+7 |
* | 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 | 1 | -1/+6 |
* | usermanager, mod_authz_internal: Add methods to fetch users/JIDs of given role | Matthew Wild | 2021-08-26 | 1 | -3/+33 |
* | mod_muc_mam: Omit queryid attribute from <fin/> | Holger Weiss | 2021-08-06 | 1 | -1/+1 |
* | mod_c2s,mod_s2s: Fire event just before writes | Kim Alvefur | 2021-08-16 | 2 | -0/+14 |
* | mod_s2s: Fire 's2s-ondrain' event, mirroring mod_c2s | Kim Alvefur | 2021-08-16 | 1 | -0/+7 |
* | 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 |
* | Fix various spelling errors (thanks codespell) | Kim Alvefur | 2021-07-27 | 5 | -5/+5 |
* | 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 |
* | mod_pep: Remove now unused util.cache import | Kim Alvefur | 2021-07-25 | 1 | -1/+0 |
* | util.pubsub: Signal that 'persistent-items' is unsupported when disabled | Kim Alvefur | 2021-07-22 | 1 | -0/+1 |
* | mod_pep: Remove use of RLU cache when persist_items was set to false | Kim Alvefur | 2021-07-21 | 1 | -8/+3 |
* | mod_pubsub: Explicitly enable persistence by default to preserve behavior | Kim Alvefur | 2021-07-21 | 1 | -0/+3 |
* | mod_pubsub: Remove publisher field when not exposing publisher | Kim Alvefur | 2021-07-25 | 1 | -1/+3 |
* | mod_pubsub: Normalize 'publisher' JID | Kim Alvefur | 2021-07-25 | 1 | -2/+2 |
* | mod_pubsub: Respect 'expose publisher' setting in item retrieval | Kim Alvefur | 2021-07-25 | 2 | -1/+9 |
* | mod_pubsub: Fix inclusion of publisher (fixes #1399) | Kim Alvefur | 2019-05-01 | 1 | -2/+5 |
* | Merge 0.11->trunk | Kim Alvefur | 2021-07-23 | 1 | -1/+1 |
|\ |
|
| * | MUC: Fix logic for access to affiliation lists0.11.10 | Kim Alvefur | 2021-07-22 | 1 | -1/+1 |
* | | MUC: Skip adding to history when it's set to zero | Kim Alvefur | 2021-07-19 | 1 | -0/+4 |
* | | mod_s2s: Clone 'extra' data to let resolvers add more to it | Kim Alvefur | 2021-07-18 | 1 | -1/+5 |
* | | mod_s2s: Handle measurement where the local host is unknown | Kim Alvefur | 2021-07-18 | 1 | -1/+1 |
* | | mod_s2s: Guard against missing 'to' on incoming stream | Kim Alvefur | 2021-07-18 | 1 | -1/+1 |
* | | mod_s2s: Don't close connections on reload | Kim Alvefur | 2021-07-14 | 1 | -0/+1 |
* | | mod_s2s: Close connections attached to a host being deactivated | Kim Alvefur | 2021-07-14 | 1 | -0/+8 |
* | | mod_s2s: Vary log level by remote stream error | Kim Alvefur | 2021-07-14 | 1 | -1/+33 |