1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 19:36:46 +02:00
Commit Graph

101 Commits

Author SHA1 Message Date
511907fbc5 better way to check if files exist 2014-08-27 22:51:46 -04:00
1d6ccf56a8 name conflict with core function might cause linking error 2014-08-15 12:22:39 -04:00
0f4cffbacc a few dns fixes 2014-08-11 01:59:01 -04:00
d9a861331f Use DNS server list instead of hard coding domains/keys 2014-08-10 21:40:19 -04:00
bb85f31bb2 convert bytes for file transfer message, general fixes 2014-08-07 19:31:36 -04:00
5da789cc37 save last online data in blocked list 2014-07-31 14:53:02 -04:00
49538a986c improve file transfer progress line 2014-07-27 18:00:33 -04:00
8d8df585ad sort directories and skip special symbols for path autocomplete 2014-07-23 18:34:32 -04:00
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
933d46553f Added sounds 2014-07-21 01:12:13 +02:00
ea3fcd5b79 auto-completion for paths when sending file & improved auto-complete algorithm to do partial matches 2014-07-18 01:37:33 -04:00
e61d070def cleanup/error checks 2014-07-17 03:35:18 -04:00
b5f34f42a8 small fix 2014-07-16 21:34:50 -04:00
83f0720a39 another UB fix 2014-07-16 15:55:04 -04:00
ce4f293574 fix undefined behaviour with string literals 2014-07-16 12:51:07 -04:00
1ce731471d fix potential race conditions 2014-07-09 02:21:01 -04:00
9fa5a3fdb6 fix window cleanup bugs & give prompt its own cleanup func 2014-07-08 19:24:44 -04:00
5b9fd70f30 autosave every 60 seconds 2014-07-08 14:46:50 -04:00
442f68cd31 wrap tox_get_name in function that truncates name if it's too long 2014-07-08 14:31:59 -04:00
57b52f35b4 Use long int instead uint64_t 2014-07-08 09:39:42 +02:00
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
10d0e99d72 core api const-correctness update 2014-07-02 17:30:31 -04:00
97536d2a72 add setting option to disable timestamps 2014-06-28 20:33:46 -04:00
09badaa9ee refactor chat window input code, misc fixes 2014-06-26 02:52:01 -04:00
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
7ac7713268 improve call duration string & remove a couple unused functions 2014-06-24 02:58:18 -04:00
f3ee120c48 Merge branch 'master' of https://github.com/Tox/toxic 2014-06-23 18:54:48 -04:00
63ea6154f4 show info box for audio calls 2014-06-23 18:54:23 -04:00
cb93c6ec65 Cast time to "time_t" 2014-06-23 10:58:24 +02:00
34bd4a1c7c fix a bunch of implicit declarations 2014-06-21 21:41:38 -04:00
9f4248b1e1 redesign text input field to scroll horizontally, increase max string size 2014-06-20 23:08:13 -04:00
72e9e7d9c4 add str_to_lower function, ignore DNS domain name case 2014-06-18 13:12:39 -04:00
24a85df15f remove scroll mode, scroll windows via PageUp/PageDown 2014-06-13 02:10:30 -04:00
31a2e648c5 code cleanup 2014-06-11 18:47:18 -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
12e33a1760 drop broken windows support 2014-06-11 14:37:36 -04:00
c2dce960b8 add setting to allow specified download path & some fixes 2014-06-03 02:02:24 -04:00
4cac797b40 General cleanup
Signed-off-by: Sean Qureshi <sean@tox.im>
2014-04-19 14:58:13 -07:00
5b3acf3f6b fix issue where log file cannot be created due to invalid name/path 2014-04-12 03:39:15 -04:00
766ae685c2 add setting to disable terminal alerts 2014-04-11 21:47:09 -04:00
cd0bccfbeb remove leading 0 and am/pm for 12 hour timestamp in chat windows 2014-04-08 02:50:56 -04:00
de3a28c6e6 create empty config file if none found && make default time 24 hours 2014-04-07 18:16:38 -04:00
92948abcf1 implement basic user settings 2014-04-07 06:03:45 -04:00
a5ce17f44e refactor groupchats to allow scrolling 2014-03-25 08:21:50 -04:00
e5b6e0ad9f refactor chat history to allow scrolling 2014-03-24 07:18:58 -04:00
a68fc671e5 show "last seen" time for offline friends 2014-03-14 23:46:24 -04:00
d29836845c get unix time more efficiently 2014-03-13 23:56:46 -04:00
c37311ae36 an experiment gone horribly wrong 2014-03-12 18:48:25 -04:00
ce76896eb3 easier way to format timestamps 2014-03-12 03:08:13 -04:00
cc3513968e I don't even 2014-03-11 19:30:23 -07:00