| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
* | | util.promise: all()/all_settled() pass through non-promise values | Matthew Wild | 2021-03-25 | 2 | -22/+63 |
* | | util.promise: Add join() convenience method | Matthew Wild | 2021-03-25 | 2 | -0/+37 |
* | | util.promise: Add support for arbitrary keys in all()/all_settled() | Matthew Wild | 2021-03-25 | 2 | -15/+64 |
* | | mod_message: Stop advertising offline message support (mod_offline does that) | Kim Alvefur | 2021-03-24 | 1 | -2/+0 |
* | | util.datamapper: Don't include empty unwrapped arrays | Kim Alvefur | 2021-03-24 | 2 | -2/+8 |
* | | util.datamapper: Add test coverage of unwrapped arrays of objects | Kim Alvefur | 2021-03-24 | 1 | -0/+14 |
* | | util.datamapper: Fix error on attempt to coerce nil to something | Kim Alvefur | 2021-03-23 | 2 | -0/+4 |
* | | 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 |
* | | util.datamapper: Deal with locally built stanzas missing xmlns | Kim Alvefur | 2021-03-23 | 3 | -10/+38 |
* | | util.datamapper: Factor out conversion from any value to XML string | Kim Alvefur | 2021-03-22 | 2 | -58/+34 |