121 Commits

Autor SHA1 Mensagem Data
V V 5d29294c3b Merge https://github.com/schroedingersZombie/tg 2015-11-24 15:46:31 +03:00
V V 09d89efdb0 bugfixes 2015-10-16 15:54:08 +03:00
V V 865c0a933c updated tgl 2015-10-10 19:54:46 +03:00
V V a73ca70adf merged openssl switch 2015-10-02 12:32:16 +03:00
V V 8b0ff90800 updates. something may work now 2015-09-30 20:41:29 +03:00
V V d15b20d48c updates 2015-09-30 19:49:50 +03:00
V V 4c27091706 try to add partial channel support 2015-09-25 18:28:23 +03:00
vvaltman 2052f4b381 minor updates. 2015-07-30 15:24:17 +03:00
vvaltman 2cc75016aa updated tgl 2015-07-30 15:17:42 +03:00
vvaltman 3a63591250 some fixed to loop.c 2015-06-17 12:36:37 +03:00
vvaltman 0faf9f80b7 some fixes. updated tgl 2015-06-17 12:05:57 +03:00
Vincent Castellano 6aa4dabf5f fix include orders because python defines _GNU_SOURCE unconditionally and it can collide with other libs 2015-05-23 18:26:58 -07:00
Vincent Castellano 5576d7a094 Python build fixes 2015-05-20 10:55:06 -07:00
Vincent Castellano ad904dbdc0 Complete basic API implementation. Callbacks and various functions TODO 2015-05-15 09:21:49 -07:00
Vincent Castellano 30f0a3b128 send_msg implemented 2015-05-15 09:21:49 -07:00
vvaltman 0e2db10aa9 added key to disable link previews 2015-05-01 20:35:04 +03:00
vvaltman 8e647e5a92 some fixes 2015-04-28 15:21:50 +03:00
vvaltman 443412cded updated tgl 2015-04-23 19:43:05 +03:00
vvaltman c72df608bb some fixes 2015-04-23 15:24:53 +03:00
vvaltman ff1057eaae fixes 2015-04-22 20:09:53 +03:00
vvaltman 39f65fc902 deleted CLOSE_ON_FREE on bev 2015-01-14 18:08:42 +03:00
vysheng 92f9e9f166 Merge pull request #375 from gfleury/master
Fix environment vars after setuid, fix daemonize option, avoid to exit process when in daemonize
2015-01-12 21:06:47 +03:00
Vysheng 723416d333 ipv6 support 2015-01-12 16:58:43 +03:00
vvaltman 4118547208 updated to latest version of tgl 2015-01-12 00:52:40 +03:00
George Fleury fde3182b40 Avoid loop break when daemonize option is on, now daemonize runs forever until sigkill or sigterm 2014-12-22 00:50:28 +00:00
vvaltman 7f83a1246e Use new version of libtgl 2014-11-17 23:21:25 +03:00
Vysheng a65dcf16a7 added secret_chat_rekey function 2014-11-13 19:22:12 +03:00
Vysheng 2c340e59bf Detached libtgl 2014-11-12 17:39:22 +03:00
Vysheng bdbf8997e0 Minor fixes 2014-11-11 20:13:41 +03:00
Peter Feuerer a8d6211be4 Initialize address_len before accept()
accept() could produce unexpected behavior in case the address_len is
uninitialized, e.g. return -1 with EINVAL
2014-10-26 02:24:05 +02:00
Vysheng 56fe7bed54 Refactored code a bit to better separation of library. Library can now be compiled without libevent. 2014-10-24 21:43:08 +04:00
vvaltman 282b1c6a81 Fixed problems with secret chat without binlog 2014-10-23 20:39:58 +04:00
vvaltman 6132516d5a added set_profile_name query 2014-10-09 21:38:45 +04:00
vvaltman ecdec4620d Added '-e' option 2014-10-02 22:54:06 +04:00
vvaltman b9cf49e96f Hardcoded default ip's for all DC 2014-09-27 21:58:28 +04:00
Vysheng 77bbb4cef0 Fixed loop.c 2014-09-24 14:35:27 +04:00
Vysheng ce1d3a1369 Fixed readline_disable mode 2014-09-23 18:39:28 +04:00
Vysheng df06d0858b Some more clear 2014-09-23 17:18:42 +04:00
vvaltman 6f51f9662b Support for unix sockets 2014-09-23 02:23:40 +04:00
vvaltman f496648d33 Make get_state once per hour 2014-09-21 14:13:40 +04:00
vvaltman 1831415fff Fixes for listening socket 2014-09-21 13:41:10 +04:00
vvaltman 0200b5144f Fixed CE with old libevent 2014-09-21 13:18:12 +04:00
vvaltman 4a773fe6e2 Fixed CE on some systems 2014-09-21 13:10:22 +04:00
vvaltman 9c10283f6d Fixed missing include on some systems 2014-09-21 13:07:06 +04:00
vvaltman 091b0608cb Added listening socket support 2014-09-21 02:22:35 +04:00
Vysheng 04630cb0e9 Added reset authorization key 2014-09-18 17:57:23 +04:00
vvaltman 5cb5b1cfd2 Run get_differece on new_session_created 2014-09-15 12:45:17 +04:00
Vysheng 83be082cec Deleted unneeded code 2014-09-11 14:33:12 +04:00
Vysheng 84905f07de Changed default DC. Fixed memory leak 2014-09-11 14:28:56 +04:00
Vysheng 2e0a7fda26 Check return values of malloc, realloc, strdup and strndup 2014-09-11 13:24:06 +04:00