Thu, 21 Oct 2021 17:51:56 +0200 mod_s2s: Don't pass unknown hostnames as stats label
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 17:51:56 +0200] rev 11863
mod_s2s: Don't pass unknown hostnames as stats label Labels are supposed to be fixed sets of things, so defined hosts are okay, but not unknown hosts.
Thu, 21 Oct 2021 15:59:16 +0200 net.server_epoll: Process all queued events from epoll before timers
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 15:59:16 +0200] rev 11862
net.server_epoll: Process all queued events from epoll before timers Should call timers less frequently when many sockets are waiting for processing. May help under heavy load. Requested by Ge0rG
Wed, 20 Oct 2021 23:06:07 +0200 mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)
Kim Alvefur <zash@zash.se> [Wed, 20 Oct 2021 23:06:07 +0200] rev 11861
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii) Can't find anything saying anything on whether this is needed or not. kawaii reported that both Chrome and Firefox complained unless the header was added to the list of allowed headers.
Wed, 20 Oct 2021 17:32:34 +0200 mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
Kim Alvefur <zash@zash.se> [Wed, 20 Oct 2021 17:32:34 +0200] rev 11860
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122 Clients would generally be using the "max" symbol instead of discovering this, but this also gets us validation and earlier rejection of out of bounds values.
Wed, 20 Oct 2021 17:31:24 +0200 mod_pubsub: Prevent max_items from being set to zero
Kim Alvefur <zash@zash.se> [Wed, 20 Oct 2021 17:31:24 +0200] rev 11859
mod_pubsub: Prevent max_items from being set to zero Disable persistence instead if no items should be persisted. XEP-0060 is not entirely clear on what either of those option really mean.
Tue, 19 Oct 2021 18:11:50 +0200 mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
Kim Alvefur <zash@zash.se> [Tue, 19 Oct 2021 18:11:50 +0200] rev 11858
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436 Default left as 'never' in mod_pubsub to preserve the previous behavior. Unclear if this is desirable, but can always be changed later. In mod_pep this allows turning off the automatic resending of most recent item.
Tue, 19 Oct 2021 16:37:32 +0200 mod_http_file_share: return 401 instead of 403 if authentication failed
Jonas Schäfer <jonas@wielicki.name> [Tue, 19 Oct 2021 16:37:32 +0200] rev 11857
mod_http_file_share: return 401 instead of 403 if authentication failed This is as per the HTTP standards [1]. Thankfully, the REQUIRED www-authenticate header is already generated by the code. [1]: https://datatracker.ietf.org/doc/html/rfc7235#section-3.1
Sun, 17 Oct 2021 17:07:29 +0200 mod_auth_cyrus: Remove (move to community modules)
Kim Alvefur <zash@zash.se> [Sun, 17 Oct 2021 17:07:29 +0200] rev 11856
mod_auth_cyrus: Remove (move to community modules) mod_auth_ldap provides LDAP support without being tied to Cyrus
Wed, 13 Oct 2021 20:47:41 +0200 doap: Update XEP-0280 version, it's now Stable
Kim Alvefur <zash@zash.se> [Wed, 13 Oct 2021 20:47:41 +0200] rev 11855
doap: Update XEP-0280 version, it's now Stable
Wed, 13 Oct 2021 20:46:04 +0200 mod_admin_shell: Show HTTP base-URLs in module:info()
Kim Alvefur <zash@zash.se> [Wed, 13 Oct 2021 20:46:04 +0200] rev 11854
mod_admin_shell: Show HTTP base-URLs in module:info() Because it's nice, not having to find it in http:list(), which could have a lot of items.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip