Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add /unban / /promote commands | Bohdan Horbeshko | 2022-02-03 | 1 | -0/+58 | |
| | ||||||
* | Support passing user ids to commands that accept @usernames | Bohdan Horbeshko | 2022-02-02 | 1 | -6/+18 | |
| | ||||||
* | Add /mute / /unmute commands | Bohdan Horbeshko | 2022-02-01 | 2 | -11/+74 | |
| | ||||||
* | Refactor the /members command | Bohdan Horbeshko | 2022-02-01 | 1 | -6/+1 | |
| | ||||||
* | Add /link command to retrieve chat invite link | Bohdan Horbeshko | 2022-02-01 | 1 | -0/+10 | |
| | ||||||
* | Another attempt to block unwanted auth requests | Bohdan Horbeshko | 2022-02-01 | 1 | -2/+9 | |
| | ||||||
* | Fix SIGSEGV when a message sender is nil | Bohdan Horbeshko | 2022-02-01 | 1 | -7/+9 | |
| | ||||||
* | Mark expired online statuses as away | Bohdan Horbeshko | 2022-01-31 | 5 | -9/+61 | |
| | ||||||
* | Fix links to not-yet-downloaded files | Bohdan Horbeshko | 2022-01-31 | 2 | -15/+14 | |
| | ||||||
* | Fix concurrent map writes in presence queue | Bohdan Horbeshko | 2022-01-29 | 2 | -0/+6 | |
| | ||||||
* | Unhardcode some paths | Bohdan Horbeshko | 2022-01-27 | 6 | -11/+21 | |
| | ||||||
* | Force downloading the chat photo when vCard is requested | Bohdan Horbeshko | 2022-01-27 | 3 | -10/+22 | |
| | ||||||
* | Re-upload the forked go-xmpp | Bohdan Horbeshko | 2022-01-26 | 2 | -1/+3 | |
| | ||||||
* | Remove legacy lib_path parameter | Bohdan Horbeshko | 2022-01-26 | 6 | -9/+1 | |
| | ||||||
* | Fix help message for /s | Bohdan Horbeshko | 2022-01-24 | 1 | -1/+1 | |
| | ||||||
* | Migrate back to the upstream go-tdlib | Bohdan Horbeshko | 2022-01-17 | 11 | -106/+105 | |
| | ||||||
* | Refactor some chat commands | Bohdan Horbeshko | 2022-01-17 | 2 | -90/+80 | |
| | ||||||
* | Revert "Don't subscribe to chat updates with no conversations" | Bohdan Horbeshko | 2022-01-17 | 1 | -5/+1 | |
| | | | | | This reverts commit 23f2a85301f2ee5af867fa774a406cf308733714. (Why did I add this at all, lol.) | |||||
* | File download priority fine-tuning | Bohdan Horbeshko | 2022-01-10 | 1 | -3/+3 | |
| | ||||||
* | ForwardInfo refactoring | Bohdan Horbeshko | 2022-01-10 | 1 | -24/+30 | |
| | ||||||
* | Make /s replace the whole message; fix replies and whitespace corruption | Bohdan Horbeshko | 2022-01-08 | 3 | -76/+82 | |
| | ||||||
* | /d / /s / /search commands refactoring | Bohdan Horbeshko | 2022-01-06 | 2 | -21/+16 | |
| | ||||||
* | Fix retrieving only 1 message in /history | Bohdan Horbeshko | 2022-01-06 | 1 | -6/+15 | |
| | ||||||
* | Add keeponline option | Bohdan Horbeshko | 2022-01-06 | 7 | -19/+94 | |
| | ||||||
* | Fix strel ochka | Bohdan Horbeshko | 2022-01-03 | 1 | -2/+2 | |
| | ||||||
* | Multiple resources handling | Bohdan Horbeshko | 2022-01-03 | 6 | -30/+84 | |
| | ||||||
* | Fix subscriptions after logging in | Bohdan Horbeshko | 2022-01-01 | 1 | -27/+23 | |
| | ||||||
* | Temporarily switch to a fork of go-tdlib | Bohdan Horbeshko | 2021-12-29 | 11 | -11/+13 | |
| | ||||||
* | Fix %!(MISSING) and other formatting issues | Bohdan Horbeshko | 2021-12-18 | 9 | -19/+59 | |
| | ||||||
* | Lower the interactor error to warning | Bohdan Horbeshko | 2021-12-05 | 1 | -2/+1 | |
| | ||||||
* | Fix a crash on big emojis | Bohdan Horbeshko | 2021-12-05 | 2 | -5/+17 | |
| | ||||||
* | Migrate to TDlib 1.7.9 | Bohdan Horbeshko | 2021-12-04 | 8 | -112/+139 | |
| | ||||||
* | Apply formatting to edited messages | bodqhrohro | 2020-01-13 | 1 | -1/+7 | |
| | ||||||
* | Add pprof | bodqhrohro | 2020-01-13 | 2 | -0/+17 | |
| | ||||||
* | Remove redundant slash in README | bodqhrohro | 2020-01-10 | 1 | -1/+1 | |
| | ||||||
* | Try to resume connection and resend a stanza on failure | bodqhrohro | 2020-01-10 | 3 | -9/+39 | |
| | ||||||
* | Don't subscribe to chat updates with no conversations | bodqhrohro | 2020-01-10 | 1 | -1/+5 | |
| | ||||||
* | Convert formatting entities to Markdown | bodqhrohro | 2020-01-10 | 4 | -8/+411 | |
| | ||||||
* | Resend chat statuses on probe presence | bodqhrohro | 2020-01-05 | 4 | -11/+79 | |
| | ||||||
* | Display existing symlink errors as warnings | bodqhrohro | 2019-12-31 | 1 | -1/+6 | |
| | ||||||
* | Remove excessive listener that caused stucking after 1000 updates | bodqhrohro | 2019-12-31 | 2 | -4/+1 | |
| | ||||||
* | Asynchronous message processing with guaranteed sequential per-chat delivery | bodqhrohro | 2019-12-30 | 2 | -71/+93 | |
| | ||||||
* | Verbose errors for message formatting failures | bodqhrohro | 2019-12-30 | 1 | -1/+1 | |
| | ||||||
* | Make the chats/users cache thread-safe | bodqhrohro | 2019-12-28 | 6 | -22/+99 | |
| | ||||||
* | Formatting fix | bodqhrohro | 2019-12-23 | 1 | -0/+2 | |
| | ||||||
* | Clarify README (TDLib 1.5.0, deploy) | bodqhrohro | 2019-12-23 | 1 | -1/+10 | |
| | ||||||
* | Add README | bodqhrohro | 2019-12-22 | 1 | -0/+129 | |
| | ||||||
* | Migrate some comments from Zhabogram; change queue behaviour | bodqhrohro | 2019-12-22 | 4 | -1/+13 | |
| | ||||||
* | Make status updates asynchronous | bodqhrohro | 2019-12-21 | 1 | -3/+3 | |
| | ||||||
* | Add comments for auth stages | bodqhrohro | 2019-12-21 | 1 | -0/+4 | |
| |