Commit graph

175 commits

Author SHA1 Message Date
Bohdan Horbeshko 9a49d66279 Add /mute / /unmute commands 2022-01-31 23:57:17 -05:00
Bohdan Horbeshko de31fa0ad2 Refactor the /members command 2022-01-31 22:23:37 -05:00
Bohdan Horbeshko 86b736ec0d Add /link command to retrieve chat invite link 2022-01-31 22:14:06 -05:00
Bohdan Horbeshko bd281385c3 Another attempt to block unwanted auth requests 2022-01-31 21:23:46 -05:00
Bohdan Horbeshko 2bd15ce6f2 Fix SIGSEGV when a message sender is nil 2022-01-31 19:58:50 -05:00
Bohdan Horbeshko 3cdb625c5e Mark expired online statuses as away 2022-01-31 09:31:05 -05:00
Bohdan Horbeshko 8c20aaa30d Fix links to not-yet-downloaded files 2022-01-31 02:05:42 -05:00
Bohdan Horbeshko f052d633ac Fix concurrent map writes in presence queue 2022-01-29 00:19:33 -05:00
Bohdan Horbeshko 540c6cd546 Unhardcode some paths 2022-01-27 01:57:46 -05:00
Bohdan Horbeshko 6da0fd56ff Force downloading the chat photo when vCard is requested 2022-01-26 21:09:19 -05:00
Bohdan Horbeshko 02444d7a04 Re-upload the forked go-xmpp 2022-01-26 13:48:11 -05:00
Bohdan Horbeshko a2781be79d Remove legacy lib_path parameter 2022-01-26 11:59:38 -05:00
Bohdan Horbeshko 7261b60916 Fix help message for /s 2022-01-24 11:02:50 -05:00
Bohdan Horbeshko 6eb0e5f15f Migrate back to the upstream go-tdlib 2022-01-17 15:45:40 -05:00
Bohdan Horbeshko 0b79d6feb1 Refactor some chat commands 2022-01-17 14:58:16 -05:00
Bohdan Horbeshko e260668f91 Revert "Don't subscribe to chat updates with no conversations"
This reverts commit 23f2a85301.
(Why did I add this at all, lol.)
2022-01-17 12:19:59 -05:00
Bohdan Horbeshko 3db096734f File download priority fine-tuning 2022-01-10 04:30:18 -05:00
Bohdan Horbeshko 77f9c9f74e ForwardInfo refactoring 2022-01-10 04:29:50 -05:00
Bohdan Horbeshko 9f04ed51bd Make /s replace the whole message; fix replies and whitespace corruption 2022-01-08 05:59:57 -05:00
Bohdan Horbeshko ee6653c0c6 /d / /s / /search commands refactoring 2022-01-06 07:13:57 -05:00
Bohdan Horbeshko 570601d1b8 Fix retrieving only 1 message in /history 2022-01-06 04:27:25 -05:00
Bohdan Horbeshko 077edae986 Add keeponline option 2022-01-05 16:04:22 -05:00
Bohdan Horbeshko d48cb8b586 Fix strel ochka 2022-01-02 23:08:55 -05:00
Bohdan Horbeshko f4e4692a94 Multiple resources handling 2022-01-02 22:54:13 -05:00
Bohdan Horbeshko 462a537021 Fix subscriptions after logging in 2021-12-31 18:34:04 -05:00
Bohdan Horbeshko d36f4449c9 Temporarily switch to a fork of go-tdlib 2021-12-28 19:53:38 -05:00
Bohdan Horbeshko f2f20e680b Fix %!(MISSING) and other formatting issues 2021-12-18 11:04:24 -05:00
Bohdan Horbeshko ad6e92e6d6 Lower the interactor error to warning 2021-12-04 22:32:12 -05:00
Bohdan Horbeshko 2a1c09fcdd Fix a crash on big emojis 2021-12-04 22:27:14 -05:00
Bohdan Horbeshko 105f5017c3 Migrate to TDlib 1.7.9 2021-12-04 13:10:54 -05:00
bodqhrohro bc37cf0c4f Apply formatting to edited messages 2020-01-13 19:22:45 +02:00
bodqhrohro cfc9e1d522 Add pprof 2020-01-13 17:31:28 +02:00
bodqhrohro 48ac4fdcef Remove redundant slash in README 2020-01-10 17:44:26 +02:00
bodqhrohro fd1fd560bc Try to resume connection and resend a stanza on failure 2020-01-10 15:02:25 +02:00
bodqhrohro 23f2a85301 Don't subscribe to chat updates with no conversations 2020-01-10 11:13:25 +02:00
bodqhrohro 70383bee12 Convert formatting entities to Markdown 2020-01-09 23:16:40 +02:00
bodqhrohro b8fcac6ae2 Resend chat statuses on probe presence 2020-01-05 15:03:10 +02:00
bodqhrohro a435a0a556 Display existing symlink errors as warnings 2019-12-30 23:51:06 +02:00
bodqhrohro 33e564c62e Remove excessive listener that caused stucking after 1000 updates 2019-12-30 23:26:23 +02:00
bodqhrohro 7ea5e9ac73 Asynchronous message processing with guaranteed sequential per-chat delivery 2019-12-30 07:01:56 +02:00
bodqhrohro 307d5136d4 Verbose errors for message formatting failures 2019-12-30 06:56:36 +02:00
bodqhrohro 536451f648 Make the chats/users cache thread-safe 2019-12-28 04:35:40 +02:00
bodqhrohro fdc8397b93 Formatting fix 2019-12-23 03:57:07 +02:00
bodqhrohro 081c1eaca9 Clarify README (TDLib 1.5.0, deploy) 2019-12-23 00:31:49 +02:00
bodqhrohro 083f207f7c Add README 2019-12-22 04:21:40 +02:00
bodqhrohro ed8fd6415c Migrate some comments from Zhabogram; change queue behaviour 2019-12-22 03:04:45 +02:00
bodqhrohro 915b7fe1de Make status updates asynchronous 2019-12-21 04:16:43 +02:00
bodqhrohro 7a2e355111 Add comments for auth stages 2019-12-21 02:04:47 +02:00
bodqhrohro d439b7a581 Respond for message sending errors 2019-12-21 01:44:21 +02:00
bodqhrohro 472d4b7bef Make vCard requests asynchronous 2019-12-19 22:58:20 +02:00