Jfreegman
|
973f6206ee
|
enforce const correctess, fix undefined behaviour with string literals
|
2014-07-29 14:54:34 -04:00 |
|
Jfreegman
|
f630a3e604
|
fix possible buffer overflows and undefined behaviour
|
2014-07-25 17:55:21 -04:00 |
|
Jfreegman
|
b68deef6db
|
allow line_info_add to take formatted strings with variable # of args
|
2014-07-24 23:03:55 -04:00 |
|
mannol
|
933d46553f
|
Added sounds
|
2014-07-21 01:12:13 +02:00 |
|
Jfreegman
|
a009fbf20c
|
use char instead of uint8_t, fix compiler warnings so toxic compiles with -Wall and -Werror on gcc and clang
|
2014-07-06 22:16:20 -04:00 |
|
Jfreegman
|
ef097757f3
|
general cleanup: rm unused config.h, add license info to device.c/h, add a couple compiler options and fix warnings
|
2014-06-24 17:47:35 -04:00 |
|
Jfreegman
|
31acdcada3
|
reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c
|
2014-06-11 18:14:12 -04:00 |
|
Sean Qureshi
|
4cac797b40
|
General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
|
2014-04-19 14:58:13 -07:00 |
|
Jfreegman
|
5b3acf3f6b
|
fix issue where log file cannot be created due to invalid name/path
|
2014-04-12 03:39:15 -04:00 |
|
Jfreegman
|
de3a28c6e6
|
create empty config file if none found && make default time 24 hours
|
2014-04-07 18:16:38 -04:00 |
|
Jfreegman
|
92948abcf1
|
implement basic user settings
|
2014-04-07 06:03:45 -04:00 |
|
Jfreegman
|
a9bcab4aee
|
fix possible memory leak
|
2014-04-06 05:20:46 -04:00 |
|
Jfreegman
|
3baa830afb
|
move log struct to proper place
|
2014-03-25 08:25:10 -04:00 |
|
Jfreegman
|
e5b6e0ad9f
|
refactor chat history to allow scrolling
|
2014-03-24 07:18:58 -04:00 |
|
Jfreegman
|
7384440a3d
|
small fix
|
2014-03-21 04:03:07 -04:00 |
|
Jfreegman
|
d49e911fe4
|
type fixes
|
2014-03-19 03:14:08 -04:00 |
|
Jfreegman
|
d8d198c81c
|
rm unused argument for sort func
|
2014-03-13 23:30:44 -04:00 |
|
Jfreegman
|
ce76896eb3
|
easier way to format timestamps
|
2014-03-12 03:08:13 -04:00 |
|
Jfreegman
|
0151b9b49f
|
rm 'connecting' message and a few small fixes
|
2014-03-11 18:57:32 -04:00 |
|
mannol
|
da924f07a9
|
Updated to latest core
|
2014-03-11 00:34:18 +01:00 |
|
Jfreegman
|
d1153f96ca
|
small refactor for incoming file transfers
|
2014-03-05 03:31:12 -05:00 |
|
Jfreegman
|
41292c1ded
|
old server list wasn't being installed; default to DHTnodes in /usr/local/share/toxic
|
2014-03-04 03:17:48 -05:00 |
|
Jfreegman
|
24b763bce6
|
simplify logging
|
2014-03-03 19:21:52 -05:00 |
|
Jfreegman
|
7f38c3c6e7
|
add prompt logging support
|
2014-03-01 18:06:35 -05:00 |
|
Jfreegman
|
7109b8fa18
|
refactor logging functions to only handle chatlog pointers
|
2014-03-01 07:10:44 -05:00 |
|
Jfreegman
|
4fb82cceaa
|
save logging preference for friend chats and improve log command message
|
2014-02-27 23:33:00 -05:00 |
|
Jfreegman
|
817f763589
|
give groupchat logs unique names
|
2014-02-26 17:15:34 -05:00 |
|
Jfreegman
|
8e4db369bc
|
log events
|
2014-02-26 06:35:19 -05:00 |
|
Jfreegman
|
5ff7065744
|
basic logging for groupchats
|
2014-02-26 03:51:26 -05:00 |
|
Jfreegman
|
831d8e5f24
|
implement chat logging
|
2014-02-26 01:51:06 -05:00 |
|