Jfreegman
|
3cbe61e111
|
fix a few formatting bugs and simplify code a bit
|
2014-08-02 15:35:57 -04:00 |
|
Jfreegman
|
973f6206ee
|
enforce const correctess, fix undefined behaviour with string literals
|
2014-07-29 14:54:34 -04:00 |
|
Jfreegman
|
b68deef6db
|
allow line_info_add to take formatted strings with variable # of args
|
2014-07-24 23:03:55 -04:00 |
|
Jfreegman
|
74b84c4252
|
some code cleanup
|
2014-07-07 03:12:47 -04: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
|
6754741f37
|
improve /help system and add startup welcome message
|
2014-07-04 03:24:29 -04:00 |
|
Jfreegman
|
7ae807002e
|
file sender thread was a failed experiment - do_file_senders should only be called once per tox_do iteration
|
2014-06-30 03:03:43 -04:00 |
|
Jfreegman
|
a2e6a25fc8
|
make prompt window look like chat/groupchat windows (fixes various bugs, allows history scrolling)
|
2014-06-28 18:40:22 -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
|
34bd4a1c7c
|
fix a bunch of implicit declarations
|
2014-06-21 21:41:38 -04:00 |
|
Jfreegman
|
58a131426a
|
better handling of fatal errors
|
2014-06-18 15:54:05 -04:00 |
|
Jfreegman
|
72e9e7d9c4
|
add str_to_lower function, ignore DNS domain name case
|
2014-06-18 13:12:39 -04:00 |
|
Jfreegman
|
b24325d879
|
threads for DNS lookups
|
2014-06-17 19:19:48 -04:00 |
|
Jfreegman
|
1456cef991
|
implement toxdns3 username lookups
|
2014-06-17 00:48:30 -04:00 |
|
Jfreegman
|
ce2d371c4b
|
more fixes for line printing/scrolling
|
2014-06-14 01:45:51 -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 |
|
Jfreegman
|
17ad66346e
|
make cleaclear command refresh curses
|
2014-04-22 21:16:35 -04:00 |
|
Sean Qureshi
|
4cac797b40
|
General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
|
2014-04-19 14:58:13 -07:00 |
|
irungentoo
|
7f5dc0a756
|
Removed useless line.
|
2014-04-19 17:49:19 -04:00 |
|
Jfreegman
|
411ae8d0f5
|
off by 1 error
|
2014-04-01 04:43:52 -04:00 |
|
Jfreegman
|
3b7e161149
|
don't send null terminated strings, and null terminate all incoming strings
|
2014-03-31 22:34:05 -04:00 |
|
Jfreegman
|
1420618eb0
|
small fix
|
2014-03-30 01:22:40 -04:00 |
|
Jfreegman
|
1b89af9063
|
null fix
|
2014-03-29 05:44:20 -04:00 |
|
Jfreegman
|
bd5453002e
|
a few more fixes
|
2014-03-26 19:14:28 -04:00 |
|
Jfreegman
|
29b549e677
|
few fixes
|
2014-03-25 21:43:49 -04:00 |
|
Jfreegman
|
3baa830afb
|
move log struct to proper place
|
2014-03-25 08:25:10 -04:00 |
|
Jfreegman
|
a5ce17f44e
|
refactor groupchats to allow scrolling
|
2014-03-25 08:21:50 -04:00 |
|
Jfreegman
|
5e941427d3
|
refactor prompt to allow scrolling
|
2014-03-25 03:17:22 -04:00 |
|
Jfreegman
|
a40b6b1b1b
|
replace prompt's PromptBuf struct with a ChatContext for compatibility
|
2014-03-24 07:55:28 -04:00 |
|
Jfreegman
|
d49e911fe4
|
type fixes
|
2014-03-19 03:14:08 -04:00 |
|
Jfreegman
|
50a37495f8
|
API update
|
2014-03-18 21:48:26 -04:00 |
|
mannol
|
a80da2b58f
|
Merge remote-tracking branch 'upstream/master'
|
2014-03-11 00:58:18 +01:00 |
|
mannol
|
1fd07837ea
|
Fixed build problems
|
2014-03-08 16:36:42 +01:00 |
|
mannol
|
c678d41709
|
Now supporting device selection
|
2014-03-08 01:12:51 +01:00 |
|
Jfreegman
|
33e16fe870
|
small optimization
|
2014-03-06 19:39:57 -05:00 |
|
Sean Qureshi
|
e41008bd4e
|
Minor fixup
|
2014-03-03 07:55:10 -08: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
|
1e503b1080
|
fix
|
2014-02-27 23:38:15 -05:00 |
|
Jfreegman
|
4fb82cceaa
|
save logging preference for friend chats and improve log command message
|
2014-02-27 23:33:00 -05:00 |
|
Jfreegman
|
46b046a209
|
make C-e and C-aa work like they do in bash and fix/format help messages
|
2014-02-27 18:55:18 -05:00 |
|
Jfreegman
|
d83ef1d8be
|
update help messages
|
2014-02-26 19:45:11 -05:00 |
|
Jfreegman
|
9b57c05648
|
add command to turn logs on/off
|
2014-02-26 19:00:13 -05:00 |
|
Jfreegman
|
5ff7065744
|
basic logging for groupchats
|
2014-02-26 03:51:26 -05:00 |
|
Jfreegman
|
b6613a015f
|
add license info to source files
|
2014-02-25 02:28:24 -05:00 |
|
Jfreegman
|
5f1ddcf5f6
|
make error msg more clear for normal users
|
2014-02-14 05:10:53 -05:00 |
|
Jfreegman
|
e224f92210
|
change keys toctrl-o and p due to weird bug with ctrl-[
|
2013-12-06 22:03:35 -05:00 |
|
Jfreegman
|
a2af0bc047
|
don't sort after every friend add on statup
|
2013-12-04 01:08:26 -05:00 |
|
Jfreegman
|
2fde13530b
|
fix bug
|
2013-12-04 00:44:37 -05:00 |
|
Jfreegman
|
db10c66922
|
API change
|
2013-12-03 18:06:28 -05:00 |
|