Pablo
badd283794
Fix binary permissions once installed
2014-02-03 16:27:34 +01:00
Vysheng
4c0736a646
main.c: fixed gcc warning.
2014-02-03 19:26:43 +04:00
Vysheng
0dac5eae80
Merge github.com:vysheng/tg
2014-02-03 19:17:07 +04:00
vysheng
ca7ff6d7e3
Update main.c
2014-02-03 16:19:41 +03:00
vysheng
1a520ff657
Merge pull request #56 from antma/master
...
remove printf from signal handlers and reduce configure.ac
2014-02-03 05:18:40 -08:00
antma
47446009f9
remove printf from signal handlers
...
use AC_SEARCH_LIB in configure.ac (shorter code)
replace '-lm -lcrypto -lz' by @LIBS@ in Makefile.in and AC_CHECK_LIB macros in configure.ac
replace NO_BACKTRACE by HAVE_EXECINFO_H
2014-02-03 16:25:09 +04:00
Pablo
66401d4633
Update README for Fedora instructions
2014-02-02 12:11:29 +01:00
Pablo
92f2880afa
Add RPM for F20 x86_64
2014-02-01 16:51:10 +01:00
Pablo
44b237bb24
Adding initial spec to build from source
2014-02-01 16:49:35 +01:00
Vysheng
a334bed1f6
Fix for non-binlog version
2014-02-01 00:19:55 +04:00
Vysheng
818b286dc3
Merge github.com:vysheng/tg
2014-01-31 20:05:18 +04:00
Vysheng
e10ce5aa69
Use tree for peer_name search
2014-01-31 20:03:40 +04:00
vysheng
714daf2426
Update README.md
2014-01-31 01:11:17 +03:00
vysheng
ca5c022feb
Merge pull request #52 from markitosgv/patch-1
...
Update interface.c
2014-01-30 08:47:35 -08:00
Marcos Gómez Vilches
eb0de3c7bd
Update interface.c
...
Fix typo in help command
2014-01-30 17:46:09 +01:00
vysheng
5ed76c6a8c
Update README.md
2014-01-30 16:01:50 +03:00
vysheng
015b3a455b
Update README.md
2014-01-30 16:01:15 +03:00
vysheng
abbf916633
Merge pull request #51 from asdofindia/patch-1
...
Added chat_with_peer in commands. Also explained what peer is.
2014-01-30 04:57:28 -08:00
Vysheng
4310621922
main.c: deleted include execinfo if no backtrace needed
2014-01-30 15:49:26 +04:00
Vysheng
f42ef2de5f
mtproto-client: do not use TCPQUICKACK in cygwin
2014-01-30 15:45:01 +04:00
Vysheng
0c6efc6234
Added cygwin fixes
2014-01-30 15:01:16 +04:00
Akshay S Dinesh
0b5a70e3d9
Added chat_with_peer in commands. Also explained what peer is.
2014-01-30 11:09:16 +05:30
vysheng
245046d4ad
Merge pull request #49 from alesnav/patch-1
...
Little typo error in readme
2014-01-29 12:37:47 -08:00
Alejandro Navarro
8726d10c20
Little typo error in readme
2014-01-29 21:15:30 +01:00
vysheng
09b5ff710f
Update README.md
2014-01-29 14:15:56 +03:00
vysheng
db585c6d80
Added mark_read to lua functions
2014-01-28 16:40:35 +04:00
Vysheng
24e7f07560
maybe fixed conn restart
2014-01-27 21:23:58 +04:00
Vysheng
02f87273ca
Merge github.com:vysheng/tg
2014-01-27 21:06:02 +04:00
vysheng
e3dfb24836
Merge branch 'master' of github.com:vysheng/tg
2014-01-27 19:10:41 +04:00
vysheng
59e9053910
Deleted aio.h include
2014-01-27 19:10:02 +04:00
Vysheng
f5ac0e50f4
Merge github.com:vysheng/tg
2014-01-24 19:06:02 +04:00
Vysheng
7de612f5f8
added delete/restore messages queries
2014-01-24 19:05:41 +04:00
vysheng
ba7529c8fa
Merge pull request #41 from gloob/master
...
Fixed typo in linux lib install instructions in README.md
2014-01-24 06:00:38 -08:00
vysheng
e9ef765285
Merge pull request #42 from antma/master
...
AES_KEY structure clean up
2014-01-24 06:00:21 -08:00
antma
d8b16d5738
AES_KEY structure clean up
2014-01-23 19:49:57 +04:00
Alejandro Leiva
9f7aede32e
Fixed typo in linux lib install instructions in README.md
2014-01-23 10:47:45 +01:00
vysheng
022bd69839
Merge pull request #40 from antma/master
...
fix very small memory leaks
2014-01-21 07:09:16 -08:00
antma
2a817354ff
fix free in the hypotetic case when binlog message contain NUL character in the middle
2014-01-21 18:36:46 +04:00
antma
33dac4b4a3
fix memory leak during replaying CODE_binlog_set_chat_title
2014-01-21 18:26:56 +04:00
antma
ceb9422ae9
add check that BN_is_prime return value is not negative
...
fix memory leak (BN_clear doesn't release allocated memory)
2014-01-21 18:24:40 +04:00
antma
14a2c032eb
Merge remote-tracking branch 'upstream/master'
2014-01-21 17:46:41 +04:00
vysheng
115d634c37
Merge pull request #39 from antma/master
...
improve portability by removing rdtsc calls
2014-01-21 03:35:12 -08:00
antma
8e48cbe154
Merge remote-tracking branch 'upstream/master'
2014-01-20 12:57:20 +04:00
vysheng
ccfc81da88
Fixed get_peer from lua
2014-01-17 19:46:33 +00:00
vysheng
5069568590
Fixed load audio
2014-01-17 18:16:35 +04:00
antma
b855a73473
use rdtsc for seeding prng only at i386 and x86_64 platforms
...
https://github.com/vysheng/tg/issues/8
2014-01-17 16:19:12 +04:00
antma
c91d47839c
improve portability by removing rdtsc calls
...
https://github.com/vysheng/tg/issues/8
2014-01-15 19:29:26 +04:00
vysheng
11b68d0cb8
Merge branch 'master' of github.com:vysheng/tg
2014-01-15 16:12:13 +04:00
vysheng
48c2619bf8
strutures.c: fixed bad flags in get chat query
2014-01-15 16:10:52 +04:00
vysheng
54144b5f1c
Update README.md
2014-01-15 15:04:59 +03:00