Sat, 06 Oct 2018 16:38:05 +0200 Kim Alvefur mod_version: Reduce scope of variable
Sat, 06 Oct 2018 16:32:37 +0200 Kim Alvefur mod_version: Rename confusingly named variable
Sat, 06 Oct 2018 16:29:42 +0200 Kim Alvefur mod_version: Make 'origin' variable local for consistency
Sat, 06 Oct 2018 16:27:31 +0200 Kim Alvefur mod_version: Use text_tag
Fri, 14 Sep 2018 01:31:58 +0200 Kim Alvefur net.server_epoll: Inherit Direct TLS flag from servers to their clients
Fri, 14 Sep 2018 01:31:26 +0200 Kim Alvefur net.server_epoll: Catch errors from luasec.wrap
Fri, 14 Sep 2018 01:34:38 +0200 Kim Alvefur net.server_epoll: Delay wrapping sockets in TLS until just before first handshake
Wed, 03 Oct 2018 16:41:37 +0200 Kim Alvefur make coverage: Allow overriding path to busted
Mon, 01 Oct 2018 23:46:10 +0200 Kim Alvefur mod_server_contact_info: Comment on fallback to using 'admins'
Mon, 01 Oct 2018 16:23:57 +0100 Matthew Wild configure: Suppress warning about '~' [SC2088]
Mon, 01 Oct 2018 16:18:56 +0100 Matthew Wild configure: Replace use of '-o' with '||' [SC2166]
Mon, 01 Oct 2018 16:13:28 +0100 Matthew Wild configure: Fix incorrect syntax of '&&' in previous commit
Mon, 01 Oct 2018 15:59:16 +0100 Matthew Wild configure: Replace usage of '-a' with '&&' [SC2166]
Mon, 01 Oct 2018 15:35:53 +0100 Matthew Wild make lint: Add shellcheck of configure script
Mon, 01 Oct 2018 15:33:10 +0100 Matthew Wild configure: Add shellcheck directives to suppress warnings on harmless lines
Mon, 01 Oct 2018 15:32:47 +0100 Matthew Wild configure: Replace logic constructs with explicit if/else statements
Mon, 01 Oct 2018 15:31:14 +0100 Matthew Wild configure: Remove unnecessary 'echo'
Mon, 01 Oct 2018 15:30:49 +0100 Matthew Wild configure: Rename OSTYPE variable due to conflict with magic variable with same name on some shells/platforms
Mon, 01 Oct 2018 15:29:54 +0100 Matthew Wild configure: Replace backticks with $()
Mon, 01 Oct 2018 15:27:43 +0100 Matthew Wild configure: Remove unused function
Mon, 01 Oct 2018 15:26:51 +0100 Matthew Wild make lint: Fix 'ignored files' count
Sun, 30 Sep 2018 17:55:13 +0200 Kim Alvefur mod_websocket: Silence the one warning instead of ignoring the entire file
Sun, 30 Sep 2018 17:54:09 +0200 Kim Alvefur mod_s2s: Fix previous commit
Sun, 30 Sep 2018 17:52:30 +0200 Kim Alvefur mod_s2s: Silence luacheck warnings in s2sout module
Sun, 30 Sep 2018 17:49:56 +0200 Kim Alvefur mod_s2s: Silence all warnings instead of ignoring the entire module
Sun, 30 Sep 2018 14:55:39 +0200 Kim Alvefur mod_admin_telnet: Guard against missing table field
Sun, 30 Sep 2018 14:55:15 +0200 Kim Alvefur mod_admin_telnet: Create metatable only once
Sun, 30 Sep 2018 14:54:51 +0200 Kim Alvefur mod_admin_telnet: Remove unused histogram [luacheck]
Sun, 30 Sep 2018 14:48:44 +0200 Kim Alvefur mod_admin_telnet: Remove unused variable [luacheck]
Sun, 30 Sep 2018 14:38:32 +0200 Kim Alvefur mod_admin_telnet: Remove from luacheck ignore list
Sun, 30 Sep 2018 14:37:25 +0200 Kim Alvefur mod_admin_telnet: Import net.server instead of relying on global
Sun, 30 Sep 2018 14:33:42 +0200 Kim Alvefur mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck]
Sun, 30 Sep 2018 14:32:32 +0200 Kim Alvefur mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]
Sun, 30 Sep 2018 14:16:49 +0200 Kim Alvefur mod_admin_telnet: Rename variable to avoid name clash [luacheck]
Sun, 30 Sep 2018 13:51:25 +0200 Kim Alvefur mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
Sun, 30 Sep 2018 13:39:25 +0200 Kim Alvefur mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
Sun, 30 Sep 2018 13:38:33 +0200 Kim Alvefur mod_admin_adhoc: Remove unused argument [luacheck]
Sun, 30 Sep 2018 13:37:51 +0200 Kim Alvefur mod_admin_adhoc: Remove unused loop variables [luacheck]
Sun, 30 Sep 2018 13:37:13 +0200 Kim Alvefur mod_admin_adhoc: Remove from global luacheck ignore list
Sun, 30 Sep 2018 13:02:46 +0200 Kim Alvefur net.resolvers.service: Sort SRV records in correct direction
Sun, 30 Sep 2018 12:51:34 +0200 Kim Alvefur net.resolvers.service: Fix sorting SRV record
Sat, 29 Sep 2018 23:04:53 +0200 Kim Alvefur net.resolvers.service: Rename internal variable since net.connect uses it for __tostring
Sat, 29 Sep 2018 22:03:16 +0200 Kim Alvefur net.resolvers.service: Add support for fallback to bare domain and default port
Sat, 29 Sep 2018 22:02:36 +0200 Kim Alvefur net.resolvers.service: Early return on empty result set
Sat, 29 Sep 2018 21:56:47 +0200 Kim Alvefur net.resolvers.service: Understand when service is explicitly unavailable
Sat, 29 Sep 2018 16:29:30 +0200 Kim Alvefur mod_admin_telnet: Fix local reference to util.iterator
Sat, 29 Sep 2018 12:20:51 +0100 Matthew Wild .luacheckrc: Allow randomize() global in spec/
Sat, 29 Sep 2018 11:14:29 +0100 Matthew Wild Add storage tests (currently only internal and sqlite)
Thu, 27 Sep 2018 12:25:46 +0200 Kim Alvefur net.resolvers.service: net.connect resolver that uses SRV records
Wed, 26 Sep 2018 17:36:53 +0200 Kim Alvefur net.connect: Fix passing request table to new listener
Wed, 26 Sep 2018 15:07:25 +0200 Kim Alvefur net.connect: Remove manual onattach callback invocation
Wed, 26 Sep 2018 14:25:59 +0200 Kim Alvefur net.server: Call a 'onattach' callback when replacing listeners
Wed, 26 Sep 2018 14:57:09 +0200 Kim Alvefur net.server_epoll: Include errno in log messages
Wed, 26 Sep 2018 13:53:18 +0200 Kim Alvefur net.server_epoll: Factor out IP/port detection into its own method
Wed, 26 Sep 2018 13:52:10 +0200 Kim Alvefur net.server_epoll: Protect from errors in get{peer,sock}name
Mon, 24 Sep 2018 19:47:53 +0200 Kim Alvefur net.server_epoll: Watching instead of registering, seems more understandable
Mon, 24 Sep 2018 17:46:51 +0200 Kim Alvefur mod_bosh: Fire stream feature event on hosts (thanks gerald)
Sun, 23 Sep 2018 18:59:04 +0200 Kim Alvefur net.http.server: Delay host checks until after host-less event
Sat, 22 Sep 2018 00:02:16 +0200 Kim Alvefur mod_websocket: Serve HTTP in global context
Sat, 22 Sep 2018 00:01:21 +0200 Kim Alvefur mod_bosh: Make BOSH global again!
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip