Sat, 15 Sep 2018 01:17:53 +0200 util.poll: Lua 5.1 compat
Kim Alvefur <zash@zash.se> [Sat, 15 Sep 2018 01:17:53 +0200] rev 9321
util.poll: Lua 5.1 compat
Sat, 15 Sep 2018 01:05:59 +0200 util.poll: Remove 'inline' from function declaration
Kim Alvefur <zash@zash.se> [Sat, 15 Sep 2018 01:05:59 +0200] rev 9320
util.poll: Remove 'inline' from function declaration Why does this fix building?
Sat, 15 Sep 2018 01:01:04 +0200 util.poll: Test that it loads after being compiled
Kim Alvefur <zash@zash.se> [Sat, 15 Sep 2018 01:01:04 +0200] rev 9319
util.poll: Test that it loads after being compiled
Fri, 14 Sep 2018 18:06:12 +0100 MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
Matthew Wild <mwild1@gmail.com> [Fri, 14 Sep 2018 18:06:12 +0100] rev 9318
MUC: Don't kick user of a reserved nick if it's theirs (thanks pep.)
Wed, 16 May 2018 23:57:09 +0200 net.server_epoll: Use util.poll
Kim Alvefur <zash@zash.se> [Wed, 16 May 2018 23:57:09 +0200] rev 9317
net.server_epoll: Use util.poll
Wed, 16 May 2018 23:56:34 +0200 util.poll: Import poll library with epoll and select support
Kim Alvefur <zash@zash.se> [Wed, 16 May 2018 23:56:34 +0200] rev 9316
util.poll: Import poll library with epoll and select support
Fri, 14 Sep 2018 12:05:47 +0100 MUC: Include 'nick' attribute in affiliation lists (thanks jc)
Matthew Wild <mwild1@gmail.com> [Fri, 14 Sep 2018 12:05:47 +0100] rev 9315
MUC: Include 'nick' attribute in affiliation lists (thanks jc)
Thu, 13 Sep 2018 21:09:55 +0200 net.server_epoll: Make read_size a server-wide option
Kim Alvefur <zash@zash.se> [Thu, 13 Sep 2018 21:09:55 +0200] rev 9314
net.server_epoll: Make read_size a server-wide option Can still be overriden per connection
Thu, 13 Sep 2018 21:07:44 +0200 net.server_epoll: Rename pattern to read_size
Kim Alvefur <zash@zash.se> [Thu, 13 Sep 2018 21:07:44 +0200] rev 9313
net.server_epoll: Rename pattern to read_size
Thu, 13 Sep 2018 20:37:43 +0200 net.server_epoll: Refactor Direct TLS assumptions outwards
Kim Alvefur <zash@zash.se> [Thu, 13 Sep 2018 20:37:43 +0200] rev 9312
net.server_epoll: Refactor Direct TLS assumptions outwards The assumption that connections are "Direct TLS" when a TLS context is supplided should be broken. The goal is to make it easy to add a new API that can be given a TLS context at creation even if it should do STARTTLS. With this commit, only the exposed server_select-compatible API assumes Direct TLS when a TLS context is included.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip