Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Timezone support | bodqhrohro | 2019-12-12 | 5 | -20/+61 |
* | lint | bodqhrohro | 2019-12-10 | 2 | -7/+7 |
* | vCard support | bodqhrohro | 2019-12-10 | 2 | -1/+173 |
* | Improve logging of presence sending failures | bodqhrohro | 2019-12-09 | 1 | -4/+1 |
* | 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 tests for sessions | bodqhrohro | 2019-12-06 | 2 | -1/+80 |
* | Add /config command | bodqhrohro | 2019-12-05 | 2 | -2/+59 |
* | 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 session restoring | bodqhrohro | 2019-12-04 | 2 | -18/+14 |
* | 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 | 3 | -4/+68 |
* | Support commands in mapped chats | bodqhrohro | 2019-12-03 | 3 | -10/+39 |
* | 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 | 6 | -42/+264 |
* | 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 | 3 | -5/+81 |
* | Refactoring: move SendPresence to xmpp/gateway package | bodqhrohro | 2019-11-25 | 5 | -116/+124 |
* | Telegram authorization | bodqhrohro | 2019-11-24 | 8 | -45/+223 |