Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Timezone support | bodqhrohro | 2019-12-12 | 4 | -20/+40 |
* | lint | bodqhrohro | 2019-12-10 | 2 | -7/+7 |
* | Add /members command | bodqhrohro | 2019-12-08 | 1 | -1/+33 |
* | Add /history command | bodqhrohro | 2019-12-08 | 1 | -21/+43 |
* | Add /search command | bodqhrohro | 2019-12-08 | 1 | -7/+35 |
* | Add /delete command | bodqhrohro | 2019-12-08 | 1 | -19/+24 |
* | Add /close command | bodqhrohro | 2019-12-08 | 1 | -1/+25 |
* | Add /leave command | bodqhrohro | 2019-12-08 | 1 | -1/+24 |
* | Add /ban command | bodqhrohro | 2019-12-08 | 1 | -13/+45 |
* | Add /kick command | bodqhrohro | 2019-12-08 | 1 | -14/+44 |
* | Add /invite command | bodqhrohro | 2019-12-08 | 1 | -0/+32 |
* | Add /block and /unblock commands | bodqhrohro | 2019-12-08 | 1 | -0/+20 |
* | Add /secret and /group commands | bodqhrohro | 2019-12-08 | 1 | -0/+28 |
* | Add /supergroup and /channel commands | bodqhrohro | 2019-12-08 | 1 | -0/+27 |
* | Add /join command | bodqhrohro | 2019-12-08 | 1 | -0/+12 |
* | Treat contact lookups as successful if user is found but chat is not | bodqhrohro | 2019-12-07 | 1 | -1/+6 |
* | Add /add command | bodqhrohro | 2019-12-07 | 1 | -0/+22 |
* | Add replace command | bodqhrohro | 2019-12-07 | 2 | -36/+91 |
* | Prevent possible segfault on picking message IDs for deletion | bodqhrohro | 2019-12-07 | 1 | -1/+4 |
* | Add delete command | bodqhrohro | 2019-12-06 | 2 | -5/+48 |
* | Add /config command | bodqhrohro | 2019-12-05 | 1 | -1/+25 |
* | Add /set* commands | bodqhrohro | 2019-12-05 | 1 | -10/+66 |
* | Add logout command | bodqhrohro | 2019-12-05 | 1 | -2/+27 |
* | Send unavailable status to cached chats on disconnect | bodqhrohro | 2019-12-05 | 1 | -1/+11 |
* | Make chats/users cache private | bodqhrohro | 2019-12-05 | 3 | -18/+18 |
* | Replace Itoa with FormatInt | bodqhrohro | 2019-12-04 | 2 | -8/+8 |
* | Fix lossy int64->int32 conversion | bodqhrohro | 2019-12-04 | 2 | -27/+30 |
* | Improve debug logging of Telegram updates | bodqhrohro | 2019-12-04 | 1 | -0/+6 |
* | Fix segfault on graceful exit | bodqhrohro | 2019-12-04 | 1 | -1/+1 |
* | Handle downloaded files | bodqhrohro | 2019-12-04 | 1 | -0/+36 |
* | Handle edits and deletions | bodqhrohro | 2019-12-04 | 1 | -0/+45 |
* | Send messages to Telegram | bodqhrohro | 2019-12-03 | 2 | -3/+67 |
* | Support commands in mapped chats | bodqhrohro | 2019-12-03 | 2 | -4/+32 |
* | lint | bodqhrohro | 2019-12-02 | 1 | -2/+1 |
* | Tests for message formatters, fix broken timestamp tests | bodqhrohro | 2019-12-02 | 2 | -7/+471 |
* | Handle updates of newmessage | bodqhrohro | 2019-12-01 | 3 | -4/+303 |
* | Fix calculating SHA1 for photo updates | bodqhrohro | 2019-12-01 | 1 | -1/+1 |
* | Fix last-seen-at format | bodqhrohro | 2019-12-01 | 1 | -1/+1 |
* | Handle updates of newchat | bodqhrohro | 2019-11-30 | 3 | -40/+133 |
* | Handle updates of userstatus | bodqhrohro | 2019-11-29 | 1 | -0/+12 |
* | Handle updates of user status | bodqhrohro | 2019-11-29 | 4 | -22/+232 |
* | Fetch user info and chats on successful authorization | bodqhrohro | 2019-11-27 | 2 | -5/+35 |
* | Add help command | bodqhrohro | 2019-11-26 | 1 | -0/+96 |
* | Implement an own authorizer | bodqhrohro | 2019-11-25 | 2 | -3/+81 |
* | Telegram authorization | bodqhrohro | 2019-11-24 | 3 | -24/+80 |
* | Handle unsubscribe presence too, improve logging | bodqhrohro | 2019-11-21 | 1 | -0/+7 |
* | Save sessions on exit | bodqhrohro | 2019-11-19 | 1 | -2/+2 |
* | Tests for log constants | bodqhrohro | 2019-11-12 | 1 | -0/+19 |
* | Spawn TDlib instances for recovered sessions | bodqhrohro | 2019-11-12 | 1 | -1/+4 |
* | Fix presence handling and lockup on TDlib instance creation | bodqhrohro | 2019-11-08 | 1 | -0/+25 |