| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | core.portmanager: Use existing http_host for https SNI mapping | Kim Alvefur | 2021-05-05 | 1 | -0/+4 |
* | | core.portmanager: Allow overriding expected SNI name per service | Kim Alvefur | 2021-05-05 | 1 | -2/+3 |
* | | core.certmanager: Skip directly to guessing of key from cert filename | Kim Alvefur | 2021-05-05 | 1 | -2/+17 |
* | | core.certmanager: Join paths with OS-aware util.paths function | Kim Alvefur | 2021-05-05 | 1 | -2/+3 |
* | | core.certmanager: Build an index over certificates | Kim Alvefur | 2021-04-10 | 1 | -0/+79 |
* | | core.certmanager: Check for complete filename | Kim Alvefur | 2021-04-10 | 1 | -1/+1 |
* | | mod_tls: Fix order of debug messages and tls context creation | Kim Alvefur | 2021-05-05 | 1 | -2/+2 |
* | | configure: Make ICU the default library for IDNA and JID normalization | Kim Alvefur | 2020-07-12 | 1 | -3/+3 |
* | | net.http.server: Split out method for sending only the header | Kim Alvefur | 2021-04-24 | 1 | -2/+7 |
* | | 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 | 7 | -494/+1110 |
* | | util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1 | Kim Alvefur | 2021-04-25 | 1 | -1/+2 |
* | | util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1 | Kim Alvefur | 2021-04-25 | 1 | -1/+2 |
* | | util.prosodyctl.shell: Allow calling console commands with fewer shell quotes | Kim Alvefur | 2021-04-25 | 1 | -3/+2 |
* | | mod_tls: Bail out if session got destroyed while sending <proceed/> | Kim Alvefur | 2021-04-15 | 1 | -0/+1 |
* | | core.sessionmanager: Add a dummy rawsend() method to resting sessions | 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 |
* | | util.xmppstream: Send <?xml?> declaration in same call as stream open | Kim Alvefur | 2021-04-14 | 1 | -2/+1 |
* | | core.statsmanager: Allow special "manual" value for statistics_interval | Kim Alvefur | 2021-04-06 | 2 | -6/+19 |
* | | 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 |
* | | core.statsmanager: Cover util.statistics work in processing measurement | Kim Alvefur | 2021-04-06 | 1 | -1/+1 |
* | | core.hostmanager: Remove obsolete clearing of srv_hosts | Kim Alvefur | 2021-04-06 | 1 | -1/+0 |
* | | 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 |
* | | net.server_epoll: Remove unnecessary luacheck annotations | Kim Alvefur | 2021-04-01 | 1 | -3/+3 |
* | | 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 |
* | | util.datamapper: Fix spelling in tests | Kim Alvefur | 2021-03-28 | 1 | -2/+2 |
* | | 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 |
* | | util.prosodyctl: Install plugins for current Lua version | Kim Alvefur | 2021-03-16 | 1 | -2/+2 |
* | | util.envload: Add basic test of envload() | Kim Alvefur | 2021-03-26 | 1 | -0/+22 |
* | | util.datamapper: Revert one special attribute to longer form | Kim Alvefur | 2021-03-26 | 1 | -1/+1 |
* | | util.datamapper: Use attribute convenience function throughout | Kim Alvefur | 2021-03-26 | 1 | -3/+4 |
* | | util.promise: Switch order of parameters to join() | Matthew Wild | 2021-03-25 | 2 | -6/+4 |