| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | mod_dialback: Tweak wording in a comment | Kim Alvefur | 2021-07-13 | 1 | -1/+1 |
* | | mod_s2s: Remove connection timeout once it's no longer needed | Kim Alvefur | 2021-07-13 | 1 | -1/+12 |
* | | mod_s2s: Log debug message on attempted close of an connectionless session | Kim Alvefur | 2021-07-11 | 1 | -0/+1 |
* | | mod_s2s: Drop level of indentation by inverting a condition and early return | Kim Alvefur | 2021-07-11 | 1 | -59/+61 |
* | | mod_s2s: Use module API to fire events | Kim Alvefur | 2021-07-11 | 1 | -9/+8 |
* | | mod_http_errors: Set status code 200 from root page | Kim Alvefur | 2021-07-09 | 1 | -0/+1 |
* | | mod_http_errors: Add a Prosody logo to root page | Kim Alvefur | 2021-07-09 | 1 | -0/+10 |
* | | mod_http_errors: Allow adding icons on error pages | Kim Alvefur | 2021-07-09 | 1 | -1/+1 |
* | | mod_admin_adhoc: Log who performs administrative actions | Kim Alvefur | 2021-06-27 | 1 | -13/+25 |
* | | mod_admin_adhoc: Delete "Get User Password" command | Kim Alvefur | 2021-06-27 | 1 | -36/+0 |
* | | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items' | Kim Alvefur | 2021-06-09 | 3 | -10/+25 |
* | | mod_external_services: Report overall status as a module status | Kim Alvefur | 2021-06-21 | 1 | -2/+4 |
* | | mod_external_services: Validate items as they are added | Kim Alvefur | 2021-06-21 | 1 | -0/+4 |
* | | mod_external_services: Also validate services added by other modules | Kim Alvefur | 2021-06-21 | 1 | -1/+2 |
* | | mod_storage_sql: Fix for move of yes/no function (Thanks Kasim) | Kim Alvefur | 2021-06-21 | 1 | -2/+2 |
* | | mod_s2s: Remove duplicate method call (thanks luacheck) | Kim Alvefur | 2021-06-21 | 1 | -1/+0 |
* | | mod_s2s: Guard against LuaSec not returning TLS info here too | Kim Alvefur | 2021-06-21 | 1 | -1/+2 |
* | | mod_c2s: Guard against LuaSec not returning TLS info (thanks Martin) | Kim Alvefur | 2021-06-21 | 1 | -4/+4 |
* | | mod_c2s: Log the same messages for Direct TLS as with starttls | Kim Alvefur | 2021-06-20 | 1 | -1/+6 |
* | | mod_c2s: Update a comment to reflect Direct TLS | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | mod_c2s: Add a Direct TLS listener | Kim Alvefur | 2021-06-20 | 1 | -0/+10 |
* | | mod_http_file_share: Update comment about x-frame-options | Kim Alvefur | 2021-06-20 | 1 | -1/+1 |
* | | mod_s2s: Bail if connection is destroyed after attempting to open stream | Kim Alvefur | 2021-06-16 | 1 | -0/+5 |
* | | mod_c2s,mod_s2s: Collect stats on TLS versions and ciphers | Kim Alvefur | 2021-06-16 | 2 | -0/+13 |
* | | mod_admin_shell: module:info: List 'items' that can be formatted easily | Kim Alvefur | 2021-06-12 | 1 | -0/+14 |
* | | mod_admin_shell: module:info: Show friendlier name for known 'items' | Kim Alvefur | 2021-06-12 | 1 | -1/+9 |
* | | mod_admin_shell: module:info: List provided 'items' | Kim Alvefur | 2021-06-12 | 1 | -0/+6 |
* | | mod_admin_shell: module:info: Use existing host string representation | Kim Alvefur | 2021-06-12 | 1 | -8/+2 |