Lonami commented on pull request Lonami/Telethon#49 2026年07月13日 18:13:43 +02:00
SenderPool pop_updates

Thanks for the huge amount of work once again.

Lonami commented on pull request Lonami/Telethon#49 2026年07月13日 18:13:43 +02:00
SenderPool pop_updates

There's some more we need to worry about, see [grammers-session/src/message_box/defs:UpdatesLike](c34290345a/grammers-s...

Lonami commented on pull request Lonami/Telethon#49 2026年07月13日 18:13:42 +02:00
SenderPool pop_updates

I think this class is flawed sadly. I also had it in grammers where I tried to be more thorough but it was quite hellish to make sure the code looked absolutely everywhere...

Lonami merged pull request Lonami/grammers#54 2026年07月13日 17:51:46 +02:00
Allow customizing the number of tries in the AutoSleep retry policy
Lonami pushed to master at Lonami/grammers 2026年07月13日 17:51:46 +02:00
c34290345a Allow customizing the number of tries in the AutoSleep retry policy (#54)
Lonami commented on pull request Lonami/grammers#54 2026年07月13日 17:51:39 +02:00
Allow customizing the number of tries in the AutoSleep retry policy

For sequential processing, I think the default of one is best. I wouldn't want grammers to unnecessarily "spam" the server.

Lonami pushed to master at Lonami/grammers 2026年07月13日 17:48:42 +02:00
c3f6a5be7d Use DC from Downloadable to mitigate FILE_MIGRATE_ERROR (#53)
Lonami merged pull request Lonami/grammers#53 2026年07月13日 17:48:41 +02:00
Use DC from Downloadable to mitigate FILE_MIGRATE_ERROR
Lonami commented on pull request Lonami/grammers#53 2026年07月13日 17:48:26 +02:00
Use DC from Downloadable to mitigate FILE_MIGRATE_ERROR

Thanks, this is a nice change.

Lonami commented on pull request Lonami/grammers#53 2026年07月13日 17:48:26 +02:00
Use DC from Downloadable to mitigate FILE_MIGRATE_ERROR

Hm... I'm not familiar with atomic orderings that much but relaxed seems correct, since we just need an ever-increasing counter.

Lonami pushed to master at Lonami/grammers 2026年07月11日 11:31:34 +02:00
5e97ed4eed Update to layer 228
Lonami pushed to master at Lonami/grammers 2026年07月11日 11:28:04 +02:00
a89057115b Update to layer 228
Lonami pushed to v1 at Lonami/Telethon 2026年07月11日 10:30:30 +02:00
9fac561eeb Update to layer 228
Lonami pushed to v1 at Lonami/Telethon 2026年07月11日 10:26:20 +02:00
6228f5c54b Move command to install dev version to template description
Lonami closed issue Lonami/Telethon#47 2026年07月11日 10:26:20 +02:00
It's impossible to select and copy "pip install .../v1.zip" command in checklist section
Lonami closed issue Lonami/grammers#52 2026年07月02日 21:52:41 +02:00
v0.9.0 cannot be built
Lonami commented on issue Lonami/grammers#52 2026年07月02日 21:52:40 +02:00
v0.9.0 cannot be built

Okay nevermind that idea, not really worth my time right now. 0.10.0 has been published.

Lonami pushed to master at Lonami/grammers 2026年07月02日 21:52:24 +02:00
5c6d44ff30 Bump to v0.10.0
2eb0f103e3 Run cargo upgrade --incompatible
Compare 2 commits »
Lonami commented on issue Lonami/grammers#52 2026年07月01日 21:56:46 +02:00
v0.9.0 cannot be built

I wanted to add a new default storage and sunset SQLite (as a default). For compactness and ease of building (linking to SQLite can be annoying and different people prefer different SQLite...

Lonami pushed to master at Lonami/grammers 2026年06月30日 21:36:43 +02:00
a4403391c8 Revert "Migrate from libsql to turso"