Mon, 13 Apr 2020 02:49:19 +0200 mod_component: Return extended error condition when not connected
Kim Alvefur <zash@zash.se> [Mon, 13 Apr 2020 02:49:19 +0200] rev 11039
mod_component: Return extended error condition when not connected This might be something to write a XEP about.
Mon, 13 Apr 2020 02:46:03 +0200 mod_component: Reply with a different error when not connected
Kim Alvefur <zash@zash.se> [Mon, 13 Apr 2020 02:46:03 +0200] rev 11038
mod_component: Reply with a different error when not connected The wait, service-unavailable is overloaded by XEP-0045 to mean that the room has reached the maximum number of users. See #1495. Bouncing errors for components is tricky since there is no way to tell that it comes from the server hosting the component, not from the other end of the component connection.
Fri, 21 Aug 2020 14:14:29 +0100 net.http.parser: Allow configuration of the chunk size fed to the parser
Matthew Wild <mwild1@gmail.com> [Fri, 21 Aug 2020 14:14:29 +0100] rev 11037
net.http.parser: Allow configuration of the chunk size fed to the parser
Fri, 21 Aug 2020 14:12:51 +0100 net.http.parser: Switch tests so that CRLF conversion of input data is optional
Matthew Wild <mwild1@gmail.com> [Fri, 21 Aug 2020 14:12:51 +0100] rev 11036
net.http.parser: Switch tests so that CRLF conversion of input data is optional
Fri, 21 Aug 2020 13:49:10 +0100 net.http.parser: Fix incorrect path in test
Matthew Wild <mwild1@gmail.com> [Fri, 21 Aug 2020 13:49:10 +0100] rev 11035
net.http.parser: Fix incorrect path in test
Fri, 21 Aug 2020 13:41:51 +0100 net.http.parser: Add failing test for (large?) chunk-encoded responses
Matthew Wild <mwild1@gmail.com> [Fri, 21 Aug 2020 13:41:51 +0100] rev 11034
net.http.parser: Add failing test for (large?) chunk-encoded responses
Thu, 20 Aug 2020 16:43:27 +0200 net.http.parser: Fix indentation
Kim Alvefur <zash@zash.se> [Thu, 20 Aug 2020 16:43:27 +0200] rev 11033
net.http.parser: Fix indentation Probably due to a rebase/merge with a merge tool that ignores whitespace. Happens all the time to me :(
Thu, 20 Aug 2020 15:22:19 +0100 util.dbuffer: Fix traceback when :collapse() is called on empty buffer
Matthew Wild <mwild1@gmail.com> [Thu, 20 Aug 2020 15:22:19 +0100] rev 11032
util.dbuffer: Fix traceback when :collapse() is called on empty buffer
Sun, 16 Aug 2020 20:30:02 +0200 util.dataforms: Add more XEP-0211 media element test coverage
Kim Alvefur <zash@zash.se> [Sun, 16 Aug 2020 20:30:02 +0200] rev 11031
util.dataforms: Add more XEP-0211 media element test coverage
Sun, 16 Aug 2020 12:55:55 +0200 util.dataforms: Convert media element sizes to avoid error on Lua 5.3
Kim Alvefur <zash@zash.se> [Sun, 16 Aug 2020 12:55:55 +0200] rev 11030
util.dataforms: Convert media element sizes to avoid error on Lua 5.3 The stanza API does not accept number values and threw an error due to the height and width attributes of the media element (XEP-0221). This part had no test coverage previously, explaining why it was not discovered until now.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip