Jfreegman
c218e104e7
a few fixes
2014-03-26 05:52:21 -04:00
Jfreegman
2f981ecb12
make audio messages compatible with new printing method
2014-03-25 04:39:44 -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
50a37495f8
API update
2014-03-18 21:48:26 -04:00
Jfreegman
d03a661635
Merge branch 'master' of https://github.com/Tox/toxic
2014-03-17 19:58:08 -04:00
mannol
79fbf0a31f
Fixes and stuff...
2014-03-14 23:08:08 +01:00
Jfreegman
d29836845c
get unix time more efficiently
2014-03-13 23:56:46 -04:00
Jfreegman
d8d198c81c
rm unused argument for sort func
2014-03-13 23:30:44 -04:00
Jfreegman
ac82961bea
fix bug and load previous status messages on boot
2014-03-13 07:34:14 -04:00
Jfreegman
f6a85518bc
implement multi-threading
2014-03-13 06:06:53 -04:00
Jfreegman
0151b9b49f
rm 'connecting' message and a few small fixes
2014-03-11 18:57:32 -04:00
mannol
ed3e9b476d
This should fix segfault and remove one-line comments
2014-03-11 23:22:27 +01:00
mannol
1fd07837ea
Fixed build problems
2014-03-08 16:36:42 +01:00
mannol
63745afe09
Toxic now supports audio calls
2014-03-07 03:27:48 +01:00
mannol
416419a6e7
Toxic now supports audio calls
2014-03-07 03:14:04 +01:00
mannol1
d712d6c898
Merge pull request #85 from micrictor/master
...
Fixing fall-back from IPv6 to IPv4
2014-03-05 18:11:55 +01:00
Michael R. Torres
2ae478d546
Fix fall-back from IPv6 to IPv4
...
Professionalism edits
2014-03-05 07:17:57 -08:00
Jfreegman
4b8de0d16d
speed up friendlist loading on startup
2014-03-05 08:01:12 -05:00
Jfreegman
2fcfa954ab
move file sender stuff to its own files
2014-03-05 05:06:21 -05:00
Michael
2f473300cd
Fixing fallback from IPv6 to IPv4
2014-03-05 06:01:10 +00: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
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
a61f5f6a6d
properly close windows on exit
2014-02-26 05:23:11 -05:00
Jfreegman
b6613a015f
add license info to source files
2014-02-25 02:28:24 -05:00
Jfreegman
2d9f4facf7
connect to limited number of nodes on init instead of all of them
2014-02-24 20:08:51 -05:00
Jfreegman
e7920d1da7
fix connection error codes
2014-02-24 19:41:02 -05:00
Jfreegman
eb09fceed7
fix bug and some cleanup
2014-02-24 19:18:43 -05:00
Lluís Batlle i Rossell
6be1c907d9
Fallback to loading /usr/share/toxic/DHTservers.
...
First try ~/.config/tox/DHTservers, and fallback to the /usr/share
one if the former fails.
This should allow people just starting toxic for the first time to
connect to the DHT.
2014-02-23 09:52:07 +00:00
Jfreegman
2b707f1d80
implemented typing status
2014-02-23 04:28:33 -05:00
mannol
e775c51a06
Merge upsteam/master
2014-02-22 23:58:36 +01:00
Jfreegman
2982dc6ddd
show pseudo-unique identifier in friend chat windows
2014-02-21 21:21:12 -05:00
Jfreegman
4294e39b49
check connection only once per call
2014-02-21 01:57:13 -05:00
Jfreegman
d9142eb355
restructure main toxic loop
2014-02-21 00:45:29 -05:00
Jfreegman
69c467fa5f
rm unnecessary file transfer limit
2014-02-20 07:47:19 -05:00
Jfreegman
07089271cc
prompt tab alealert when friend comes online
2014-02-13 06:24:58 -05:00
Jfreegman
42cd80efe9
use API function for friend count instead of global var
2014-02-07 18:44:10 -05:00
Jfreegman
34cc4314a5
added groupchat actions
2013-12-13 20:57:32 -05:00
naxuroqa
ab2be21942
api update to irungentoo/ProjectTox-Core@2d841fb791
2013-12-11 01:51:40 +01:00
irungentoo
6089f02d57
If IPv6 fails, print something and try IPv4.
2013-12-06 21:43:57 -05:00
Jfreegman
f942982f4e
alert user when name is mentioned in groupchat
2013-12-06 19:41:53 -05:00
Jfreegman
ce45580c83
partially fix bug where input line eats prompt messages
2013-12-06 05:07:35 -05:00
Jfreegman
7a14845790
add line kill and discard ability
2013-12-05 22:55:14 -05:00
Jfreegman
a2af0bc047
don't sort after every friend add on statup
2013-12-04 01:08:26 -05:00
AZ Huang
b0c60238f7
Add option to switch off ipv6.
2013-12-02 22:02:34 +08:00
Jfreegman
c25296e65a
fixes
2013-11-30 16:09:45 -05:00
Jfreegman
a02bbfa643
kill file transfer if writing fails
2013-11-29 19:26:59 -05:00
Jfreegman
57c2872b75
try to limit scope of globals
2013-11-29 18:52:21 -05:00
Jfreegman
7ad520f128
reduce syntactic complexity - these don't need to be void
2013-11-29 17:48:08 -05:00