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

738 Commits

Author SHA1 Message Date
a68b733d58 umask such that stored files are u+rw only 2014-02-21 01:25:49 -08:00
4294e39b49 check connection only once per call 2014-02-21 01:57:13 -05:00
d9142eb355 restructure main toxic loop 2014-02-21 00:45:29 -05:00
69c467fa5f rm unnecessary file transfer limit 2014-02-20 07:47:19 -05:00
eb2d6afa00 make own nick green in groupchats 2014-02-16 23:15:27 -05:00
5f1ddcf5f6 make error msg more clear for normal users 2014-02-14 05:10:53 -05:00
07089271cc prompt tab alealert when friend comes online 2014-02-13 06:24:58 -05:00
c3d2ff6bfb couple fixes 2014-02-11 19:12:26 -05:00
16b8f85d95 send name instead of full path with file send request 2014-02-11 18:52:04 -05:00
1f06606c5b enforce toxic max name length in groupchats 2014-02-10 20:13:22 -05:00
0dd588182b don't alert when you type your own nick in groupchat 2014-02-09 22:55:42 -05:00
3cd15f3846 show number of online friends 2014-02-07 23:31:35 -05:00
bd4b430fbb count_friendlist is too inefficient to use that way 2014-02-07 23:28:17 -05:00
42cd80efe9 use API function for friend count instead of global var 2014-02-07 18:44:10 -05:00
da99d776df fix 2014-01-30 22:03:26 -05:00
ebf7d4517f don't modify name list when truncating nicks to fit in groupchat side panel 2014-01-30 22:01:08 -05:00
a028de17cd how did that get there 2014-01-25 01:04:05 -05:00
e360d2aa5a Merge branch 'master' of https://github.com/Tox/toxic 2014-01-22 23:30:27 -05:00
866cafbf1b timestamp for prompt connection and friend request alerts 2014-01-22 23:29:28 -05:00
d4e8b7de5d Moved to onion routing servers, removed dead ones 2014-01-21 06:53:05 -08:00
06b09cd981 correct value 2013-12-18 20:18:38 -05:00
feefecb2ac fix a couple bugs 2013-12-18 20:18:02 -05:00
d04f5fa102 beep when it should beep 2013-12-15 20:52:10 -05:00
dfb5b16e7d show friend count and change friend delete key to delete 2013-12-14 19:29:45 -05:00
14c9599a30 couple fixes 2013-12-14 15:38:21 -05:00
c371c37bce had the names confused 2013-12-14 01:10:22 -05:00
6f034d434a this makes more sense 2013-12-14 00:57:46 -05:00
eb6d832e3e correct usage of wcwidth() 2013-12-14 00:36:58 -05:00
10ae3865ca improve line history functionality 2013-12-14 00:36:06 -05:00
34cc4314a5 added groupchat actions 2013-12-13 20:57:32 -05:00
8b1dbd44ba Merge pull request #63 from aitjcize/groupchat-wchar
Fix groupchat cursor movement.
2013-12-11 21:57:27 -08:00
f3cdb3cd62 Fix groupchat cursor movement. 2013-12-12 13:55:42 +08:00
4dfdfa33a1 Merge pull request #62 from aitjcize/wchar-cursor
Fix wchar cursor movement.
2013-12-11 21:42:27 -08:00
bc8e737514 Fix wchar cursor movement. 2013-12-12 13:43:29 +08:00
1dad3711c4 better error handling for failed string conversions 2013-12-12 00:37:29 -05:00
12e1a60ca3 ugly partial fix for bug 2013-12-11 05:41:02 -05:00
ff30a29df1 small improvement 2013-12-11 04:49:21 -05:00
629041d465 simplify code a bit 2013-12-11 03:29:31 -05:00
83a81f6db6 Merge branch 'master' of https://github.com/Tox/toxic 2013-12-11 00:21:42 -05:00
9a5a598c5a add line history with up/down keys 2013-12-11 00:10:09 -05:00
d9d4329ccf Merge pull request #61 from naxuroqa/api-update
api update
2013-12-10 17:55:43 -08:00
ab2be21942 api update to irungentoo/ProjectTox-Core@2d841fb791 2013-12-11 01:51:40 +01:00
ccc0640dab put string helpers in own file 2013-12-10 03:03:45 -05:00
44d9f7fe61 busy status mutes beeping 2013-12-09 19:25:09 -05:00
a833be730f Merge branch 'master' of https://github.com/Tox/toxic 2013-12-09 18:00:35 -05:00
4065715b78 split lists up so only commands that work in given window autocomplete 2013-12-09 17:56:20 -05:00
f76b672d47 Update README.md 2013-12-09 03:28:20 -05:00
674aa682e7 implement tab completion for commands 2013-12-08 18:14:57 -05:00
9c2551b3b9 small fix 2013-12-08 16:10:52 -05:00
f67725f636 improve tab completion 2013-12-08 15:49:47 -05:00