Jfreegman
|
af68fa7ee0
|
endian correctness
|
2014-07-31 15:02:19 -04:00 |
|
Jfreegman
|
5da789cc37
|
save last online data in blocked list
|
2014-07-31 14:53:02 -04:00 |
|
Jfreegman
|
0254596c73
|
add help menu for friendlist
|
2014-07-31 13:49:15 -04:00 |
|
Jfreegman
|
fba0732faa
|
implement contact blocking
|
2014-07-31 12:48:49 -04:00 |
|
Jfreegman
|
3cae1d92cd
|
change online/offline symbols
|
2014-07-26 19:16:07 -04:00 |
|
Jfreegman
|
18e1f08e31
|
Merge branch 'master' of https://github.com/Tox/toxic
|
2014-07-24 23:04:07 -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
|
3a1e23a3ff
|
Fixed sounds not playing
|
2014-07-25 02:12:32 +02:00 |
|
Jfreegman
|
a047cead05
|
fix a few notification issues
|
2014-07-22 14:38:32 -04:00 |
|
mannol
|
98ac4d7983
|
Added sound notifications and prepared for later system notifications. Also, now using libconfig for configuration loading.
|
2014-07-21 03:25:21 +02:00 |
|
mannol
|
933d46553f
|
Added sounds
|
2014-07-21 01:12:13 +02:00 |
|
Jfreegman
|
190e1e73e8
|
change tab names: prompt = home, friends = contacts
|
2014-07-13 15:34:09 -04:00 |
|
Jfreegman
|
442f68cd31
|
wrap tox_get_name in function that truncates name if it's too long
|
2014-07-08 14:31:59 -04:00 |
|
Jfreegman
|
f1a3ed379e
|
fix nick truncating
|
2014-07-07 19:08:33 -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 |
|
mannol1
|
2ed9448b41
|
Merge pull request #174 from mannol1/master
Make closing window end call
|
2014-07-06 22:52:11 +02:00 |
|
Jfreegman
|
455eba3bfd
|
fix help popup flickering issue on some terminals
|
2014-07-05 14:46:16 -04:00 |
|
mannol
|
3a86ee923e
|
Fixed merge conflicts
|
2014-07-04 18:05:50 +02:00 |
|
mannol
|
65e726a51a
|
Now closing the window will end the call
|
2014-07-04 18:04:03 +02:00 |
|
Jfreegman
|
6754741f37
|
improve /help system and add startup welcome message
|
2014-07-04 03:24:29 -04:00 |
|
Jfreegman
|
10d0e99d72
|
core api const-correctness update
|
2014-07-02 17:30:31 -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
|
09badaa9ee
|
refactor chat window input code, misc fixes
|
2014-06-26 02:52:01 -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
|
f3ee120c48
|
Merge branch 'master' of https://github.com/Tox/toxic
|
2014-06-23 18:54:48 -04:00 |
|
Jfreegman
|
63ea6154f4
|
show info box for audio calls
|
2014-06-23 18:54:23 -04:00 |
|
Ansa89
|
78af10fa1f
|
Cast time to "time_t"
|
2014-06-23 10:57:27 +02:00 |
|
mannol
|
e47f2c05f3
|
Added VAD, changed device i/o, mute option, dynamic device changing and more
|
2014-06-22 02:18:23 +02:00 |
|
mannol
|
29b283c176
|
VAD sort of works
|
2014-06-21 01:58:00 +02:00 |
|
mannol
|
0c834b60f5
|
Not done yet.
|
2014-05-16 20:00:01 +02:00 |
|
Jfreegman
|
2837c5697f
|
small fix
|
2014-05-01 04:00:19 -04:00 |
|
Jfreegman
|
6b72ef0720
|
change a few memcpy's to strcpy to fix possible segfaults
|
2014-04-26 04:09:51 -04:00 |
|
Jfreegman
|
81125be971
|
show selected friend's ID at bottom of friendlist
|
2014-04-24 23:25:38 -04:00 |
|
Sean Qureshi
|
4cac797b40
|
General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
|
2014-04-19 14:58:13 -07: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
|
411ae8d0f5
|
off by 1 error
|
2014-04-01 04:43:52 -04:00 |
|
Jfreegman
|
e419299487
|
use correct types
|
2014-04-01 03:53:12 -04:00 |
|
Jfreegman
|
08f57de9e0
|
fix segfault and memory leak
|
2014-04-01 02:38:32 -04:00 |
|
Jfreegman
|
3b7e161149
|
don't send null terminated strings, and null terminate all incoming strings
|
2014-03-31 22:34:05 -04:00 |
|
Grayson MacKenzie
|
cce7892d94
|
Fixed character support
|
2014-03-30 16:40:13 -04:00 |
|
Jfreegman
|
21c48bde5c
|
string safety
|
2014-03-28 03:46:00 -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
|
d49e911fe4
|
type fixes
|
2014-03-19 03:14:08 -04:00 |
|
Jfreegman
|
50a37495f8
|
API update
|
2014-03-18 21:48:26 -04:00 |
|
Jfreegman
|
8bea44a44c
|
properly handle invalid statuses
|
2014-03-18 19:34:02 -04:00 |
|
Jfreegman
|
d03a661635
|
Merge branch 'master' of https://github.com/Tox/toxic
|
2014-03-17 19:58:08 -04:00 |
|
jin-eld
|
8024757e57
|
Fix toxic build when toxav is not available
|
2014-03-16 20:28:46 +01:00 |
|
Jfreegman
|
33a4e806e2
|
handle last online stuff properly & update toxic version
|
2014-03-16 03:31:48 -04:00 |
|