1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 22:16:44 +02:00
Commit Graph

395 Commits

Author SHA1 Message Date
24a85df15f remove scroll mode, scroll windows via PageUp/PageDown 2014-06-13 02:10:30 -04:00
31acdcada3 reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c 2014-06-11 18:14:12 -04:00
bfa266c604 refactor calling of toxic_string functions 2014-06-06 15:27:06 -04:00
97dedd32fb better fix for trailing spaces issue 2014-06-04 01:19:20 -04:00
789c491c1e fix a few file transfer bugs 2014-06-03 16:04:57 -04:00
c2dce960b8 add setting to allow specified download path & some fixes 2014-06-03 02:02:24 -04:00
7206a9ea73 fix another possible buffer overflow
..
2014-06-01 13:42:42 -04:00
083ca2f3b7 missing format arg 2014-05-25 13:31:44 -04:00
a04f7ee661 Merge pull request #130 from mannol1/master
Updated toxic to build against new core.
2014-05-25 18:54:19 +02:00
445f5aa1fd fix possible buffer overflow 2014-05-23 23:52:43 -04:00
0c834b60f5 Not done yet. 2014-05-16 20:00:01 +02:00
a46fe25283 Force terminate filename. 2014-05-06 03:39:09 +08:00
4cac797b40 General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
2014-04-19 14:58:13 -07:00
92948abcf1 implement basic user settings 2014-04-07 06:03:45 -04:00
411ae8d0f5 off by 1 error 2014-04-01 04:43:52 -04:00
e419299487 use correct types 2014-04-01 03:53:12 -04:00
f3a8ba6ab3 small fix 2014-04-01 03:16:38 -04:00
6d98f38128 forgot a few string nulls 2014-04-01 02:49:35 -04:00
3b7e161149 don't send null terminated strings, and null terminate all incoming strings 2014-03-31 22:34:05 -04:00
43a5ee2d4f esc isn't printable 2014-03-30 21:31:20 -04:00
cce7892d94 Fixed character support 2014-03-30 16:40:13 -04:00
d873181306 fix scrolling bug 2014-03-29 04:40:35 -04:00
21c48bde5c string safety 2014-03-28 03:46:00 -04:00
8c071fb208 fix potential segfaults 2014-03-28 01:46:09 -04:00
b36a8fd8fa show percentage complete for file transfers 2014-03-27 23:05:50 -04:00
1b3c40b539 put help message in chatwindow box when in scroll mode 2014-03-27 05:08:48 -04:00
92c0f737ac . 2014-03-25 22:02:48 -04:00
a5ce17f44e refactor groupchats to allow scrolling 2014-03-25 08:21:50 -04:00
2f981ecb12 make audio messages compatible with new printing method 2014-03-25 04:39:44 -04:00
e5b6e0ad9f refactor chat history to allow scrolling 2014-03-24 07:18:58 -04:00
5956c6acaf Merge branch 'master' of https://github.com/mannol1/toxic 2014-03-23 15:32:51 -07:00
58f33fa1d6 Merge upstream 2014-03-23 22:54:56 +01:00
c1dfb741c9 typging change callback update 2014-03-20 20:59:54 -04:00
d49e911fe4 type fixes 2014-03-19 03:14:08 -04:00
50a37495f8 API update 2014-03-18 21:48:26 -04:00
8bea44a44c properly handle invalid statuses 2014-03-18 19:34:02 -04:00
d03a661635 Merge branch 'master' of https://github.com/Tox/toxic 2014-03-17 19:58:08 -04:00
c055af7348 retain last status on load and some changes to statusbars 2014-03-15 07:40:13 -04:00
79fbf0a31f Fixes and stuff... 2014-03-14 23:08:08 +01:00
f6a85518bc implement multi-threading 2014-03-13 06:06:53 -04:00
93fb9611f7 SPELLING IS FOR FOOLS 2014-03-11 19:54:09 -07:00
ed3e9b476d This should fix segfault and remove one-line comments 2014-03-11 23:22:27 +01:00
a80da2b58f Merge remote-tracking branch 'upstream/master' 2014-03-11 00:58:18 +01:00
c678d41709 Now supporting device selection 2014-03-08 01:12:51 +01:00
63745afe09 Toxic now supports audio calls 2014-03-07 03:27:48 +01:00
416419a6e7 Toxic now supports audio calls 2014-03-07 03:14:04 +01:00
33e16fe870 small optimization 2014-03-06 19:39:57 -05:00
2fcfa954ab move file sender stuff to its own files 2014-03-05 05:06:21 -05:00
675c8fa89f fix 2014-03-05 03:37:07 -05:00
d1153f96ca small refactor for incoming file transfers 2014-03-05 03:31:12 -05:00