Jfreegman
|
22acba5aa8
|
merge wit upstream
|
2015-03-11 18:52:28 -04:00 |
|
Jfreegman
|
442d9e22b4
|
use pthread for mplex detach polling for better portability
|
2015-03-11 18:38:07 -04:00 |
|
fr33domlover
|
0c39e7b158
|
Add support for auto-away based on screen attach/detach
|
2015-03-09 01:38:30 +02:00 |
|
Jfreegman
|
830ddb21b5
|
add support for group persistence
|
2015-02-28 02:44:41 -05:00 |
|
Jfreegman
|
dd3ea3dab5
|
merge with upstream
|
2015-02-19 21:33:46 -05:00 |
|
Ansa89
|
2b19f56e63
|
Update for toxcore API break
|
2015-02-01 21:09:48 +01:00 |
|
Jfreegman
|
ff69cdd253
|
add friend group invites
|
2015-01-23 00:52:09 -05:00 |
|
Jfreegman
|
7ee858110c
|
improve command parsing so you don't need quotes & add group ignoring
|
2015-01-12 20:56:32 -05:00 |
|
Jfreegman
|
ff3da5f657
|
implement group status/nick changes, various fixes
|
2015-01-11 16:48:40 -05:00 |
|
Jfreegman
|
b3ab0bde05
|
a couple fixes
|
2015-01-04 17:22:24 -05:00 |
|
Jfreegman
|
26dda8dbf9
|
implement new groupchats
|
2015-01-04 01:56:37 -05:00 |
|
Jfreegman
|
7865cea284
|
group audio stuff
|
2014-12-09 18:29:07 -05:00 |
|
Jfreegman
|
09bbec79cf
|
group audio almost works
|
2014-11-26 15:22:34 -05:00 |
|
Jfreegman
|
4e177d60b0
|
group title fixes and api update
|
2014-11-15 15:55:45 -05:00 |
|
Jfreegman
|
7a7e8a7f8d
|
prep for audio groups
|
2014-11-11 20:49:05 -05:00 |
|
Jfreegman
|
e7697b8fba
|
make ctrl-L force refresh the window
|
2014-10-01 16:24:36 -04:00 |
|
Jfreegman
|
33cfca7ecc
|
bug fixes and code cleanup
|
2014-09-28 17:49:48 -04:00 |
|
Jfreegman
|
a9e5723ca4
|
a couple fixes
|
2014-09-27 03:08:19 -04:00 |
|
Jfreegman
|
940af2c711
|
a few fixes, update example config file
|
2014-09-26 03:39:36 -04:00 |
|
Jfreegman
|
544c402f78
|
implement avatars (setting only) and generalize path tab-complete
|
2014-09-26 03:10:44 -04:00 |
|
Jfreegman
|
133c0e8d63
|
rename reserved identifiers per C standard
|
2014-09-22 21:24:45 -04:00 |
|
Jfreegman
|
1c16467eb9
|
don't share chatlogs across data files (changes log naming convention)
|
2014-09-22 17:09:39 -04:00 |
|
Jfreegman
|
68f1dffba7
|
add command to decline friend requests
|
2014-08-25 14:08:01 -04:00 |
|
Jfreegman
|
bd20513493
|
a few fixes
|
2014-08-19 23:41:43 -04:00 |
|
Jfreegman
|
75e8486061
|
add command to list pending friend requests, a few related fixes
|
2014-08-19 20:52:17 -04:00 |
|
Loui Chang
|
39556b36f3
|
port is no longer passed in network byte order to tox_bootstrap_from_address()
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
|
2014-08-14 20:10:14 -04:00 |
|
Loui Chang
|
dc9ffa6e56
|
ipv6enabled parameter was removed in toxcore.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
|
2014-08-14 19:51:52 -04:00 |
|
Jfreegman
|
5718ad52db
|
a few fixes
|
2014-08-12 03:01:18 -04:00 |
|
Jfreegman
|
396d08f0d2
|
refactor friend/blocklist, dynamically allocate memory
|
2014-08-07 13:24:29 -04:00 |
|
Jfreegman
|
28633be2dd
|
a few fixes and improve error messages
|
2014-08-04 14:35:34 -04:00 |
|
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 |
|