vvaltman
2e7d468397
Fixed configure. Added fwd_media command
2014-09-07 19:17:35 +04:00
Vysheng
6937fa0bee
Fixed CE
2014-09-03 13:49:38 +04:00
Vysheng
784db14d6a
Added dependence to Makefile
2014-09-02 14:32:25 +04:00
Vysheng
e0782b77a3
Added dependences to Makefile
2014-09-02 14:23:22 +04:00
vvaltman
8ce965f045
Updated to layer 16
2014-08-31 18:57:03 +04:00
V Valtman
e2e18c9f34
Fixes with awk and upper case
2014-08-22 13:49:11 +00:00
Vysheng
6d56f4ac6b
Fixed dependence list
2014-08-22 16:00:33 +04:00
vvaltman
d08a64a481
updates
2014-08-18 20:39:04 +04:00
vvaltman
b1cbaa5105
many fixes
2014-08-15 02:16:01 +04:00
Vysheng
4a48059e8a
many updates
2014-08-14 22:03:33 +04:00
Vysheng
cb95039f51
Some refactoring
2014-08-13 16:56:55 +04:00
vysheng
ddbe7ba88c
Mant fixes. Sometimes work now
2014-08-13 01:22:15 +00:00
Vysheng
7741fe8da9
many changes
2014-08-12 19:15:04 +04:00
Vysheng
30f949ee75
Fixed build options. Updated gitignore
2014-08-12 16:29:42 +04:00
Vysheng
474a76a010
many fixes. Autogenerated code probably works
2014-08-12 16:20:00 +04:00
vysheng
a8fae1278f
Updates
2014-08-12 09:59:59 +00:00
Dmitrij D. Czarkoff
e57ccb0541
Added "-Wno-deprecated-declarations" to COMPILE_FLAGS
2014-02-26 10:15:35 +01:00
Dmitrij D. Czarkoff
aad11804a9
Removed "-Wno-deprecated" from COMPILE_FLAGS
...
This feature is new to GCC 4.4, while OpenBSD uses 4.2.1
2014-02-25 16:29:25 +01:00
antma
6c2f4fed6b
remove -lssl from Makefile.in
...
please add AC_CHECK_LIB([ssl], [function-name]) to configure.ac in the case of failed linkage
2014-02-05 15:12:01 +04: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
Vysheng
90dd95392f
Added partial lua support
2014-01-12 04:43:29 +04:00
antma
bb24fba98f
check return values of strdup and malloc
...
add talloc0 function (malloc and zero fill)
check return values of arithmetic openssl BN_* functions
check return values of BN_bin2bn function
remove useless BN_init calls right after BN_new
fix 2 small memory leaks
2014-01-10 15:32:57 +04:00
vysheng
20f1c7629b
Merge BSD-fixed from lwhsu
2013-12-20 17:57:00 +04:00
Li-Wen Hsu
7c42025800
Clean up more generated files
2013-12-19 02:25:34 +08:00
Li-Wen Hsu
0d80f5e298
Restore flags not supported by gcc 4.2
2013-12-19 02:17:21 +08:00
Li-Wen Hsu
bb53f75e2b
Make it compile on FreeBSD.
2013-12-17 02:30:36 +08:00
Vysheng
f3edaaa346
Partial support for binlog. It now can track user, secret chat and auth updates.
2013-11-15 04:08:24 +04:00
vysheng
b93c9549f2
Added files for binlog
2013-11-13 04:11:25 +04:00
vysheng
4fdb69a85f
Maybe it would compile on mac now
2013-11-11 15:34:45 +04:00
vysheng
8c30413d6c
Added configure script. Some interface fixes
2013-11-10 02:47:19 +04:00