- Sep 03, 2024
-
- Sep 01, 2024
-
- Aug 24, 2024
-
-
dakkar authored
-
- Aug 22, 2024
-
-
dakkar authored
-
- Aug 19, 2024
- Aug 18, 2024
-
-
dakkar authored
It's trivial to have more than 128 requests in flight: open a busy timeline, scroll a bit down, wait for many notes to arrive, scroll to the top. The frontend will send "subscribe to note" messages for each new note that it accumulated, all at once. We don't want to shut down the connection in those common cases!
-
dakkar authored
* the frontend opens 2 websockets at startup (I'm not completely clear why), and that `minInterval:1sec` was breaking the second connection * as the comment says, "catching up" generates many noteSubscribe messages
-
- Aug 17, 2024
- Aug 16, 2024
- Aug 15, 2024
-
-
dakkar authored
-
- Aug 06, 2024
-
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
we were inconsistent with the colons, thanks to usedbunny for noticing!
-
Hazelnoot authored
Co-authored-by:
かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
-
Marie authored
-
Marie authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
that is, silencing `foo.com` also silences `sub.foo.com`
-
dakkar authored
-
dakkar authored
the `inline` bit is not pretty, but does the job
-
- Aug 05, 2024
-
-
dakkar authored
Some remote instances may send garbage. If the `sensitive` value passed to `driveService.uploadFromUrl` is not a boolean, eventually we'll get an exception from the database complaining about that. This change avoids that problem.
- Aug 04, 2024
-
-
Hazelnoot authored
-
- Aug 03, 2024
-
-
Marie authored
-