aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* tgsend: exit if empty stdindevelopGuillermo Ramos2023-11-06-1/+1
|
* Fix wrong descriptor syntax in tgrecvGuillermo Ramos2020-11-27-1/+1
|
* Why the space in [level ]? No reason.Guillermo Ramos2020-05-15-1/+3
|
* Show datetime with loggerGuillermo Ramos2020-05-14-1/+3
|
* Support photos in tgserverGuillermo Ramos2020-04-26-4/+29
|
* Fix handling of non-message updatesGuillermo Ramos2020-03-07-5/+4
|
* Better loggingGuillermo Ramos2020-03-07-7/+5
|
* Improve loggingGuillermo Ramos2020-03-07-4/+4
|
* Fix handling of message updatesGuillermo Ramos2020-03-07-8/+14
|
* Don't show "Received 0 updates..."Guillermo Ramos2020-03-03-1/+2
|
* Handle SIGPIPESGuillermo Ramos2020-02-28-0/+4
|
* Pass user/chat metadata from tgserver to childGuillermo Ramos2020-02-24-2/+5
|
* Fix UTF-8 encoding in Api moduleGuillermo Ramos2020-02-24-2/+3
|
* Merge branch 'media' into developGuillermo Ramos2020-02-24-18/+133
|\
| * Allow custom captions from document repliesGuillermo Ramos2020-02-24-14/+16
| |
| * tgserver: receive images + send documentsGuillermo Ramos2019-09-02-18/+131
| |
* | tgserver: Catch errors w/ exponential backoff waitGuillermo Ramos2020-02-24-1/+11
|/
* Enable sticturesGuillermo Ramos2019-09-01-0/+18
|
* Reference man pages in README.mdGuillermo Ramos2019-06-30-2/+3
|
* Stricter token regexGuillermo Ramos2019-06-30-1/+1
|
* Add examples to documentationGuillermo Ramos2019-06-30-0/+15
|
* Improve man pages formatting (lists, italics, etc)Guillermo Ramos2019-06-30-45/+138
|
* Fix missing <token> argument in docsGuillermo Ramos2019-06-29-20/+20
|
* tgsend: utf8 -> UTF-8Guillermo Ramos2019-06-29-1/+1
|
* Fix UTF-8 handling in TgLib::ApiGuillermo Ramos2019-06-28-0/+2
|
* Fix UTF-8 handling in tgsendGuillermo Ramos2019-06-28-1/+2
|
* Makefile: "make doc" to generate man pagesHEADmasterGuillermo Ramos2019-06-27-0/+25
|
* Fix bug introduced in 16cd42eGuillermo Ramos2019-06-25-1/+1
|
* Dash also accepted in tokensGuillermo Ramos2019-06-25-1/+1
|
* Fix typo in READMEGuillermo Ramos2019-06-25-1/+1
|
* Fix token regexGuillermo Ramos2019-06-25-1/+1
|
* Fix quotes in READMEGuillermo Ramos2019-06-25-4/+4
|
* Add READMEGuillermo Ramos2019-06-25-0/+92
|
* Nothing importantGuillermo Ramos2019-06-25-4/+2
|
* Trim tgsend inputGuillermo Ramos2019-06-25-1/+2
|
* Improve log messagesGuillermo Ramos2019-06-25-4/+8
|
* tgserver uses TgLib::Api::get_updatesGuillermo Ramos2019-06-25-4/+9
|
* TgLib::Cache does its own loggingGuillermo Ramos2019-06-25-18/+21
|
* Move Telegram comm logic to TgLib::ApiGuillermo Ramos2019-06-25-69/+92
|
* Use same token for tgsend/tgrecv from tgserverGuillermo Ramos2019-06-25-2/+2
|
* No empty responses, Logger::warnGuillermo Ramos2019-06-25-5/+11
|
* Fix cache when .cache does not existGuillermo Ramos2019-06-25-1/+2
|
* tgserver, first versionGuillermo Ramos2019-06-24-0/+95
|
* Clarify -h -v docGuillermo Ramos2019-06-24-2/+2
|
* TgLib.LoggerGuillermo Ramos2019-06-24-10/+37
|
* TgLib::fetch_tokenGuillermo Ramos2019-06-24-32/+25
|
* TgLib.{Cache,Env}Guillermo Ramos2019-06-24-25/+65
|
* Update tgsend to follow tgrecv conventionsGuillermo Ramos2019-06-21-4/+9
|
* tgrecv --auto-offsetGuillermo Ramos2019-06-21-5/+43
|
* TGUTILS_TOKEN instead of separate TGRECV/TGSENDGuillermo Ramos2019-06-21-12/+12
|