| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_http_file_share: Handle out of bounds Range request | Kim Alvefur | 2021-05-17 | 1 | -3/+8 |
* | Merge 0.11->trunk | Kim Alvefur | 2021-05-16 | 1 | -12/+0 |
|\ |
|
| * | mod_pep: Remove obsolete node restoration code (now done by util.pubsub) | Kim Alvefur | 2021-05-16 | 1 | -12/+0 |
* | | mod_http_file_share: Support download resumption via Range requests | Kim Alvefur | 2021-05-16 | 1 | -0/+20 |
* | | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 11 | -41/+48 |
|\| |
|
| * | mod_dialback: Remove d-w-d feature0.11.9 | Kim Alvefur | 2021-05-12 | 2 | -23/+1 |
| * | mod_dialback: Use correct host for certificate check (fixes #1381) | Kim Alvefur | 2019-06-23 | 1 | -2/+1 |
| * | mod_dialback: Use constant-time comparison with hmac | Matthew Wild | 2021-05-12 | 1 | -1/+2 |
| * | mod_proxy65: Restrict access to local c2s connections by default | Matthew Wild | 2021-05-12 | 1 | -4/+12 |
| * | mod_limits: Use default limits if none configured | Matthew Wild | 2021-05-11 | 1 | -1/+10 |
| * | mod_limits: Don't emit error when no burst period is configured | Matthew Wild | 2021-05-11 | 1 | -1/+1 |
| * | MUC: Add support for advertising muc#roomconfig_allowinvites in room disco#info | Matthew Wild | 2021-05-10 | 1 | -2/+10 |
| * | mod_auth_internal_{plain,hashed}: Use constant-time string comparison for sec... | Matthew Wild | 2021-05-10 | 2 | -3/+5 |
| * | mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza... | Matthew Wild | 2021-05-07 | 5 | -5/+7 |
* | | mod_tls: Fix order of debug messages and tls context creation | Kim Alvefur | 2021-05-05 | 1 | -2/+2 |
* | | s2s et al.: Add counters for connection state transitions | Jonas Schäfer | 2021-04-21 | 3 | -11/+50 |
* | | mod_s2s: Port to new OpenMetrics API | Jonas Schäfer | 2021-04-18 | 1 | -10/+26 |
* | | mod_c2s: Port to new OpenMetrics API | Jonas Schäfer | 2021-04-18 | 1 | -10/+16 |
* | | Statistics: Rewrite statistics backends to use OpenMetrics | Jonas Schäfer | 2021-04-18 | 1 | -235/+185 |
* | | mod_tls: Bail out if session got destroyed while sending <proceed/> | Kim Alvefur | 2021-04-15 | 1 | -0/+1 |
* | | mod_c2s: Fix traceback if session was destroyed while opening stream (thanks ... | Kim Alvefur | 2021-04-14 | 1 | -0/+3 |
* | | Merge 0.11->trunk | Kim Alvefur | 2021-04-10 | 2 | -4/+15 |
|\| |
|
| * | mod_saslauth: Use a defined SASL error | Kim Alvefur | 2021-03-18 | 1 | -1/+1 |
| * | mod_saslauth: Improve code style | Kim Alvefur | 2021-03-18 | 1 | -1/+3 |
| * | mod_c2s: Log about missing conn on async state changes | Kim Alvefur | 2021-03-18 | 1 | -0/+4 |
| * | mod_c2s: Improve code style | Kim Alvefur | 2021-03-18 | 1 | -2/+6 |
| * | mod_c2s: Fix traceback in session close when conn is nil | Kim Alvefur | 2021-03-17 | 1 | -2/+2 |
| * | mod_saslauth: Don't throw errors in async code when connections are gone | tmolitor | 2021-03-18 | 1 | -0/+1 |
| * | mod_c2s: Don't throw errors in async code when connections are gone | tmolitor | 2021-03-18 | 1 | -2/+2 |
* | | mod_admin_shell: Remove obsolete checks related to s2sout.lib | Kim Alvefur | 2021-04-06 | 1 | -14/+1 |
* | | mod_http_file_share: Include expiry time of the upload itself in token | Kim Alvefur | 2021-04-05 | 1 | -0/+1 |
* | | mod_http_file_share: Include time of issuance in auth token | Kim Alvefur | 2021-04-05 | 1 | -1/+3 |
* | | mod_http_file_share: Group related properties for readability | Kim Alvefur | 2021-04-05 | 1 | -2/+6 |
* | | mod_http_file_share: Log error opening file for writing | Kim Alvefur | 2021-04-05 | 1 | -2/+3 |
* | | mod_http_file_share: Fix logging of error opening file | Kim Alvefur | 2021-04-05 | 1 | -1/+1 |
* | | MUC: Allow overriding occupant object from groupchat message event | Kim Alvefur | 2021-03-25 | 1 | -4/+9 |
* | | mod_http_file_share: Include storage in prune time measurement | Kim Alvefur | 2021-03-31 | 1 | -1/+1 |
* | | mod_http_file_share: Add internal command to check files consistency | Kim Alvefur | 2021-03-28 | 1 | -0/+18 |
* | | mod_http_file_share: Fix reporting of missing files | Kim Alvefur | 2021-03-28 | 1 | -2/+5 |
* | | MUC: Report number of live rooms to statsmanager | Kim Alvefur | 2021-03-28 | 1 | -0/+5 |
* | | mod_http_file_share: Report number of items in caches to statsmanager | Kim Alvefur | 2021-03-28 | 1 | -0/+8 |
* | | mod_message: Stop advertising offline message support (mod_offline does that) | Kim Alvefur | 2021-03-24 | 1 | -2/+0 |
* | | mod_admin_shell: Sort timers by time in debug:timers() | Kim Alvefur | 2021-03-23 | 1 | -1/+6 |
* | | mod_c2s: Log a debug message before closing due to c2s_timeout | Kim Alvefur | 2021-03-23 | 1 | -0/+1 |
* | | mod_authz_internal: Ignore unused argument for now [luachec] | Kim Alvefur | 2021-03-22 | 1 | -1/+1 |
* | | mod_authz_internal: add support for setting roles of a local user | Jonas Schäfer | 2021-03-22 | 1 | -1/+8 |
* | | mod_pubsub: Include <pubsub> with unsubscribe reply | Kim Alvefur | 2021-03-15 | 1 | -1/+7 |
* | | mod_csi_simple: s/algoritm/algorithm/ [codespell] | Kim Alvefur | 2021-03-05 | 1 | -1/+1 |
* | | mod_s2s: Buffer stream error + stream closing tag | Kim Alvefur | 2021-03-03 | 1 | -1/+4 |
* | | mod_s2s: Check direction in bidi-aware style | Kim Alvefur | 2021-03-03 | 1 | -1/+1 |