aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vCard supportbodqhrohro2019-12-102-1/+173
* Improve logging of presence sending failuresbodqhrohro2019-12-091-4/+1
* Add /members commandbodqhrohro2019-12-081-1/+33
* Add /history commandbodqhrohro2019-12-081-21/+43
* Add /search commandbodqhrohro2019-12-081-7/+35
* Add /delete commandbodqhrohro2019-12-081-19/+24
* Add /close commandbodqhrohro2019-12-081-1/+25
* Add /leave commandbodqhrohro2019-12-081-1/+24
* Add /ban commandbodqhrohro2019-12-081-13/+45
* Add /kick commandbodqhrohro2019-12-081-14/+44
* Add /invite commandbodqhrohro2019-12-081-0/+32
* Add /block and /unblock commandsbodqhrohro2019-12-081-0/+20
* Add /secret and /group commandsbodqhrohro2019-12-081-0/+28
* Add /supergroup and /channel commandsbodqhrohro2019-12-081-0/+27
* Add /join commandbodqhrohro2019-12-081-0/+12
* Treat contact lookups as successful if user is found but chat is notbodqhrohro2019-12-071-1/+6
* Add /add commandbodqhrohro2019-12-071-0/+22
* Add replace commandbodqhrohro2019-12-072-36/+91
* Prevent possible segfault on picking message IDs for deletionbodqhrohro2019-12-071-1/+4
* Add delete commandbodqhrohro2019-12-062-5/+48
* Add tests for sessionsbodqhrohro2019-12-062-1/+80
* Add /config commandbodqhrohro2019-12-052-2/+59
* Add /set* commandsbodqhrohro2019-12-051-10/+66
* Add logout commandbodqhrohro2019-12-051-2/+27
* Send unavailable status to cached chats on disconnectbodqhrohro2019-12-051-1/+11
* Make chats/users cache privatebodqhrohro2019-12-053-18/+18
* Replace Itoa with FormatIntbodqhrohro2019-12-042-8/+8
* Fix lossy int64->int32 conversionbodqhrohro2019-12-042-27/+30
* Improve debug logging of Telegram updatesbodqhrohro2019-12-041-0/+6
* Fix session restoringbodqhrohro2019-12-042-18/+14
* Fix segfault on graceful exitbodqhrohro2019-12-041-1/+1
* Handle downloaded filesbodqhrohro2019-12-041-0/+36
* Handle edits and deletionsbodqhrohro2019-12-041-0/+45
* Send messages to Telegrambodqhrohro2019-12-033-4/+68
* Support commands in mapped chatsbodqhrohro2019-12-033-10/+39
* lintbodqhrohro2019-12-021-2/+1
* Tests for message formatters, fix broken timestamp testsbodqhrohro2019-12-022-7/+471
* Handle updates of newmessagebodqhrohro2019-12-013-4/+303
* Fix calculating SHA1 for photo updatesbodqhrohro2019-12-011-1/+1
* Fix last-seen-at formatbodqhrohro2019-12-011-1/+1
* Handle updates of newchatbodqhrohro2019-11-303-40/+133
* Handle updates of userstatusbodqhrohro2019-11-291-0/+12
* Handle updates of user statusbodqhrohro2019-11-296-42/+264
* Fetch user info and chats on successful authorizationbodqhrohro2019-11-272-5/+35
* Add help commandbodqhrohro2019-11-261-0/+96
* Implement an own authorizerbodqhrohro2019-11-253-5/+81
* Refactoring: move SendPresence to xmpp/gateway packagebodqhrohro2019-11-255-116/+124
* Telegram authorizationbodqhrohro2019-11-248-45/+223
* Handle unsubscribe presence too, improve loggingbodqhrohro2019-11-212-2/+9
* Save sessions on exitbodqhrohro2019-11-196-12/+80