Skip to content
Tormen edited this page Mar 31, 2014 · 7 revisions

BUGS

  • Bug in registration. It fails first time with great (0.8 I think) probability
  • Bug with net. After the net is up you have chances of fail with assertion about time
  • Bug in updates order. You can see lines hole in seq.... This problem. Almost everytime it does no harm
but sometimes may lead to assertion failed or stop of updates processing. (Currently I am working on this)
  • In piped input program can eat 100% CPU (because it doesn't hang in epoll)

FEATURES

  • HTTP protocol with support of http proxy.
  • Encrypt binlog
  • Write FAQ
  • Safe delete of encrypted chats from binlog
  • Wait until dialog list arrives before processing input. Useful in piped input mode
  • Allow passing (single) command(s) via -e (execute) param.
  P.Ex. telegram -e 'msg BOB "Hi Bob"'. MOTIVATION: Allow sending Telegram messages from a (shell) script
Clone this wiki locally