Thu, 21 Oct 2021 21:02:14 +0200 doap: Make note about missing 'restartlogic' from XEP-0206
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 21:02:14 +0200] rev 11867
doap: Make note about missing 'restartlogic' from XEP-0206
Thu, 21 Oct 2021 20:58:22 +0200 doap: Update versions of XEP-0178
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:58:22 +0200] rev 11866
doap: Update versions of XEP-0178 Context in #1006 and revisions 89c42aff8510 e1d274001855
Thu, 21 Oct 2021 20:58:19 +0200 doap: Update versions of XEPs
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:58:19 +0200] rev 11865
doap: Update versions of XEPs Makes it easier to find XEPs that have had new revisions since we last looked at them and the corresponding code. A review of changelogs between these versions point to mostly editorial changes or otherwise without warrant for code changes.
Thu, 21 Oct 2021 20:55:48 +0200 doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:55:48 +0200] rev 11864
doap: Fill in missing XEP versions Makes it easier to find XEPs that have had new revisions since we last looked at them and the corresponding code.
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip