- Aug 30, 2024
-
-
dakkar authored
`create(user,data,true)` does exactly the same thing now
-
dakkar authored
-
dakkar authored
apparently filtering with `x => x !== null` will let `undefined` through…
-
dakkar authored
version 10 didn't quite support disabling all of that I have tested that `MfmService` (the other code that uses `happy-dom`) still works fine: the RSS feed for a user is generated correctly, with HTML rendered from MFM
-
dakkar authored
not present upstream, not mentioned anywhere
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
dakkar authored
-
- Aug 24, 2024
-
-
dakkar authored
View MR for information: !603 Approved-by: Marie <github@yuugi.dev> Approved-by: fEmber <acomputerdog@gmail.com>
-
dakkar authored
View MR for information: !607 Closes #631 Approved-by: fEmber <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
-
dakkar authored
-
- Aug 22, 2024
-
-
dakkar authored
View MR for information: !606 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Marie <github@yuugi.dev>
-
dakkar authored
karilaa.app seems down, and I've not heard from them plasmatrap has been running our release candidate for a few days
-
dakkar authored
-
- Aug 21, 2024
-
-
Amelia Yukii authored
View MR for information: !604 Closes #626 Approved-by: fEmber <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev> Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
-
- Aug 19, 2024
- Aug 18, 2024
-
-
dakkar authored
View MR for information: !583 Approved-by: Marie <github@yuugi.dev> Approved-by: Julia Johannesen <julia@insertdomain.name>
-
Amelia Yukii authored
View MR for information: !602 Approved-by: Julia Johannesen <julia@insertdomain.name> Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Marie <2-Marie@users.noreply.activitypub.software>
-
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
View MR for information: !599 Closes #622 Approved-by: Marie <2-Marie@users.noreply.activitypub.software> Approved-by: Julia Johannesen <julia@insertdomain.name>
-
dakkar authored
View MR for information: !601 Approved-by: Julia Johannesen <julia@insertdomain.name> Approved-by: Marie <2-Marie@users.noreply.activitypub.software>
-
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
-
Marie authored
View MR for information: !594 Approved-by: Marie <2-Marie@users.noreply.activitypub.software> Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
-
dakkar authored
-
dakkar authored
View MR for information: !598 Approved-by: Marie <2-Marie@users.noreply.activitypub.software> Approved-by: Amelia Yukii <amelia.yukii@shourai.de>
-
misskey-release-bot[bot] authored
Release: 2024.8.0
-
github-actions[bot] authored
-
syuilo authored
-
github-actions[bot] authored
-
かっこかり authored
-
github-actions[bot] authored
-
Hazelnoot authored
* encapsulate `MemoryKVCache<T>` * remove infinity caches * encapsulate other caches * add missing awaits to internally synchronize caches * implement pull-through caching * tune cache lifetimes * optimize cache GC by stopping early * summarize changes in CHANGELOG.md * Fix timeout comments Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> * add comments about awaiting the redis write --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
-
-