https://timedout.uk

hi I make computers talk to each other sometimes

see also: https://nexy.blog

idk read my website there's more interesting things on there

fork of the main project containing my custom mods (nex/mods branch). Don't use in prod, things might (will) explode.
A set of Rust crates for interacting with the Matrix chat network.
nex pushed to dev at continuwuation/continuwuitybot 2026-09-05 17:59:53 +00:00
23a9fc5812
Only send mute notice when there has been more than 20 events since the last one
nex pushed to dev at continuwuation/continuwuitybot 2026-09-05 17:56:06 +00:00
43f6499d82
Update README
2d3540239e
Add ruff to pre-commit
52d872d2cb
Reformat and correct style
63f1ddddd3
Add ruff config
d38f88b957
Add a "welcome" message for matrix.org users
Compare 5 commits »
nex deleted branch nex/feat/backwards-compat-invites from continuwuation/continuwuity 2026-09-04 17:02:52 +00:00
nex commented on issue continuwuation/continuwuity#2211 2026-09-04 16:45:01 +00:00
bug: Backfilled join events are never synced

sus. This needs more information because new joins are inherently not backfilled as they're new events

nex commented on pull request continuwuation/continuwuity#2207 2026-09-01 16:36:49 +00:00
feat: Show profile banners in web UI

CI is failing by the way

nex deleted branch nex/fix/state-fetch-backoff from continuwuation/continuwuity 2026-09-01 16:24:20 +00:00
nex pushed to main at continuwuation/continuwuity 2026-09-01 16:24:19 +00:00
03d669594e fix: Re-invert prev events filter in fetch_prev_events
c05ead912e fix: Don't increment backoff if we're still in backoff
5a19e9404f chore: Add newsfrag
32c652d67d fix: Actually check backoff before attempting to fetch prevs
ebf48d1b08 fix: Rebase properly
Compare 8 commits »
nex closed issue continuwuation/continuwuity#2090 2026-09-01 16:24:18 +00:00
bug: New atomic state fetch does not appropriately throttle requests for events
nex merged pull request continuwuation/continuwuity#2201 2026-09-01 16:24:18 +00:00
fix: Re-introduce event fetch backoff
nex pushed to main at continuwuation/continuwuity 2026-08-30 20:16:10 +00:00
53fdb8aef6
style: Don't log info when preparing a local room summary
dbe4d0035a
style: Don't log warnings when receiving unrecognised PDUs
Compare 2 commits »
nex synced commits to main at nex/.profile from mirror 2026-08-30 05:28:37 +00:00
6f204198eb Update README.md
nex deleted branch nex/fix/device-cleanup from continuwuation/continuwuity 2026-08-29 14:03:40 +00:00
nex pushed to main at continuwuation/continuwuity 2026-08-29 14:03:39 +00:00
6919f9681e
fix: Remove OTKs and fallback keys when deleting a device
nex merged pull request continuwuation/continuwuity#2202 2026-08-29 14:03:39 +00:00
fix: Remove OTKs and fallback keys when deleting a device
nex created pull request continuwuation/continuwuity#2202 2026-08-29 13:53:30 +00:00
fix: Remove OTKs and fallback keys when deleting a device
nex pushed to nex/fix/device-cleanup at continuwuation/continuwuity 2026-08-29 13:51:30 +00:00
6919f9681e
fix: Remove OTKs and fallback keys when deleting a device
nex created branch nex/fix/device-cleanup in continuwuation/continuwuity 2026-08-29 13:51:30 +00:00
nex pushed to nex/fix/state-fetch-backoff at continuwuation/continuwuity 2026-08-29 13:40:22 +00:00
36abe7ba66
fix: Re-invert prev events filter in fetch_prev_events
nex pushed to nex/mods at nex/continuwuity 2026-08-29 13:39:47 +00:00
06bfe5ba73
fix: Re-invert prev events filter in fetch_prev_events
nex commented on pull request continuwuation/continuwuity#2201 2026-08-29 13:38:31 +00:00
fix: Re-introduce event fetch backoff

I've got a knack for doing this