aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retry sending presences for recovered sessionsbodqhrohro2019-11-181-2/+15
* Send queued presences, handle presence sending errorsbodqhrohro2019-11-161-3/+27
* Fix logging of ignored packetsbodqhrohro2019-11-141-1/+1
* Send presence for recovered sessionsbodqhrohro2019-11-146-4/+206
* Tests for log constantsbodqhrohro2019-11-123-1/+41
* Spawn TDlib instances for recovered sessionsbodqhrohro2019-11-125-33/+69
* Implementation of Ruby YAML::Store and read/save of the session databasebodqhrohro2019-11-115-1/+126
* Fix presence handling and lockup on TDlib instance creationbodqhrohro2019-11-084-5/+44
* Temporarily switch to a fork of go-xmppbodqhrohro2019-11-072-0/+97
* telegram package refactoringbodqhrohro2019-11-053-34/+44
* Set logging level for Logrus and TDlib from configbodqhrohro2019-11-053-7/+38
* Presence/iq handling and rudimental telegram clientbodqhrohro2019-11-0410-16/+258
* golintbodqhrohro2019-10-296-23/+39
* Add config validationbodqhrohro2019-10-256-6/+190
* Add tests for config package (failing for now)bodqhrohro2019-10-228-6/+89
* Hello world XMPP echo componentbodqhrohro2019-10-229-0/+176