Commit graph

37 commits

Author SHA1 Message Date
mjentsch
a685c3b8bd Rename struct user to struct tgl_user to avoid namespace collisions with osx system headers 2014-10-04 20:36:54 +02:00
mjentsch
334101c406 Improve logging system 2014-10-03 14:23:15 +02:00
mjentsch
3fa72a9d42 Remove unused binlog functions 2014-10-02 13:01:28 +02:00
mjentsch
7d8ec1ef42 Add missing message allocated handlers 2014-09-08 23:09:20 +02:00
mjentsch
d94dc52df0 Remove remaining global variables 2014-09-01 21:43:22 +02:00
mjentsch
5a425be62f Remove unused code and build files 2014-08-23 12:57:38 +02:00
mjentsch
54091b26e3 Log all output of verbosity-level 1 to libpurple log 2014-08-22 17:39:05 +02:00
mjentsch
32799a9086 Move binlog globals into a structure 2014-08-22 17:05:29 +02:00
mjentsch
f1a2738783 remove redundant functions from binlog 2014-08-08 08:44:56 +02:00
mjentsch
9e5b4ca5ec Refactor - Intermediate Commit 3 2014-08-06 19:45:46 +02:00
mjentsch
8a2c043db4 Refactor - Intermediate Commit 2 2014-07-29 15:36:59 +02:00
mjentsch
ed7aa7de5b Refactor Intermediate State 1 2014-07-29 15:36:59 +02:00
Vysheng
e10ce5aa69 Use tree for peer_name search 2014-01-31 20:03:40 +04:00
antma
33dac4b4a3 fix memory leak during replaying CODE_binlog_set_chat_title 2014-01-21 18:26:56 +04:00
antma
eb2bc7f0ff fix #include "config.h" for all source files 2014-01-13 17:05:25 +04:00
antma
4ccacb146c add functions tstrndup (auto check return value of strndup calls) 2014-01-13 16:26:48 +04:00
Vysheng
90dd95392f Added partial lua support 2014-01-12 04:43:29 +04:00
Vysheng
e22eff09dd binlog.c: fixed tfree len 2014-01-11 03:26:53 +04:00
vysheng
feed5229b5 free->tfree. Memory checks, if compiled with -DDEBUG 2014-01-10 18:37:56 +04:00
vysheng
692c9274ce realloc->trealloc 2014-01-10 17:08:12 +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
b13434e378 Fixed check g_a in encr chats 2013-12-23 15:10:53 +04:00
Vysheng
4e2e651e2a Added chat_with_peer command 2013-12-06 21:14:41 +04:00
Vysheng
1198159162 Fixed bug 2013-12-06 20:40:52 +04:00
Vysheng
ae29e1d933 Many fixes. 2013-12-02 21:19:08 +04:00
Vysheng
b9e75c3489 binlog.c/binlog.h: added GPL headers 2013-11-30 14:12:51 +04:00
Vysheng
6d56e0e644 fixed binlog problems. Set lock on binlog 2013-11-30 03:15:10 +04:00
Vysheng
b7a2732c30 Merge github.com:vysheng/tg 2013-11-30 01:44:16 +04:00
Vysheng
ee1f45ec3d Manty fixes. Mostly binlog for messages 2013-11-30 01:43:56 +04:00
vysheng
544b0698a7 fixed CE on 32-bit systems 2013-11-30 00:43:36 +03:00
Vysheng
2362d88266 added chat info to binlog 2013-11-25 20:13:36 +04:00
Vysheng
852c768736 Chats added to binlog 2013-11-23 03:26:35 +04:00
Vysheng
4c740e0bd4 Fixed binlog. Added state file to binlog 2013-11-22 01:40:31 +04:00
Vysheng
d8a10e52f3 Fixed bugs. Probably now something works 2013-11-21 23:54:06 +04:00
Vysheng
849d6a33a6 Sometimes new binlog works 2013-11-21 23:35:49 +04: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