1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 20:43:02 +01:00

Commit Graph

  • 424ab7cd10 fix prompt user input mechanics Jfreegman 2013-12-04 03:57:03 -0500
  • a2af0bc047 don't sort after every friend add on statup Jfreegman 2013-12-04 01:08:26 -0500
  • 2fde13530b fix bug Jfreegman 2013-12-04 00:44:37 -0500
  • db10c66922 API change Jfreegman 2013-12-03 18:06:28 -0500
  • 88ebb06ba5 colour theme changes Jfreegman 2013-12-03 18:01:17 -0500
  • 03ef257fdc small fix Jfreegman 2013-12-03 05:18:49 -0500
  • 1a86327f9f allow groupchat sidebar to scroll Jfreegman 2013-12-03 03:44:02 -0500
  • ba750753a5 fix for possible divsion by zero Jfreegman 2013-12-02 18:34:14 -0500
  • 7a89229375 allow friendlist to scroll up and down if friends overflow the window Jfreegman 2013-12-02 18:23:04 -0500
  • 81c48f7b2b Merge pull request #60 from aitjcize/ipv4 JFreegman 2013-12-02 14:37:42 -0800
  • b0c60238f7 Add option to switch off ipv6. AZ Huang 2013-12-02 22:02:34 +0800
  • ca1644c23b fix Jfreegman 2013-12-01 17:08:57 -0500
  • f67cc479ec format consistency Jfreegman 2013-12-01 16:59:46 -0500
  • b1b2cc44df minor improvements Jfreegman 2013-12-01 16:57:05 -0500
  • 192a06c4f0 fixed arrow printing bug Jfreegman 2013-12-01 13:25:03 -0500
  • 49655e13a0 fix Jfreegman 2013-12-01 03:29:12 -0500
  • 5850e1c333 line edit support for home, del and end keys Jfreegman 2013-12-01 02:58:21 -0500
  • 37dd2bee2d Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2013-11-30 22:15:16 -0500
  • bb6b28b7c3 allow line editing via arrow keys in chat/groupchat windows Jfreegman 2013-11-30 22:12:43 -0500
  • 8f1da153a7 Merge pull request #59 from FullName/path-idx-real-fix JFreegman 2013-11-30 16:26:30 -0800
  • 4f4a379a01 Fix partial fix: A slash in pos 0 still led to read access to pathname[-1]. Coren[m] 2013-11-30 22:14:09 +0100
  • c25296e65a fixes Jfreegman 2013-11-30 16:09:45 -0500
  • f6a6aecaf5 fix window related bugs and warn user when max window limit has been reached Jfreegman 2013-11-30 05:35:25 -0500
  • 8ff907d719 wrong signal Jfreegman 2013-11-29 19:31:47 -0500
  • a02bbfa643 kill file transfer if writing fails Jfreegman 2013-11-29 19:26:59 -0500
  • 57c2872b75 try to limit scope of globals Jfreegman 2013-11-29 18:52:21 -0500
  • 7ad520f128 reduce syntactic complexity - these don't need to be void Jfreegman 2013-11-29 17:48:08 -0500
  • e4e7ed7e4e Merge pull request #58 from aitjcize/api-name irungentoo 2013-11-29 08:26:53 -0800
  • 7ee84ce5e1 Fix typo. AZ Huang 2013-11-29 23:38:43 +0800
  • 8c0ad1ef80 Fix corresponding API name changes in toxcore. AZ Huang 2013-11-29 23:14:59 +0800
  • 4babd53be6 Merge pull request #57 from aitjcize/ret-code-inconsistency irungentoo 2013-11-29 07:05:48 -0800
  • e29ce6ab6f Fix API ret code changes of ToxCore AZ Huang 2013-11-29 18:30:40 +0800
  • b909ab37b7 add peer count to sidepanel Jfreegman 2013-11-29 01:30:10 -0500
  • 04b394d6dd close file transfers on exit & fixes Jfreegman 2013-11-28 22:28:40 -0500
  • 8cf3043dd3 Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2013-11-28 20:24:58 -0500
  • 8584667ec9 don't need that Jfreegman 2013-11-28 20:24:44 -0500
  • d29e5dbe48 fixes Jfreegman 2013-11-28 20:23:37 -0500
  • e21e5c18ff Fix possible crash. irungentoo 2013-11-28 19:52:30 -0500
  • a98ec22fd6 improve window alert functionality Jfreegman 2013-11-28 19:45:28 -0500
  • 2057e7bc4f couple fixes Jfreegman 2013-11-28 18:56:56 -0500
  • 7e0bc7768b Merge pull request #55 from aitjcize/fix-path-name prealpha_win32_r8 irungentoo 2013-11-28 05:43:07 -0800
  • 57fe226d71 Merge pull request #56 from aitjcize/bugfix irungentoo 2013-11-28 05:38:12 -0800
  • 8459d44506 Make sure friend message is null-terminated else generate garbate on screen. AZ Huang 2013-11-28 20:20:52 +0800
  • a04c8964ee add valid nick function Jfreegman 2013-11-28 02:53:43 -0500
  • 7ca087b5e7 fix potential segfault Jfreegman 2013-11-27 22:46:09 -0500
  • 663818156b don't allow empty nicks Jfreegman 2013-11-27 19:34:15 -0500
  • 9c6662163b handle no-names more efficiently Jfreegman 2013-11-27 19:29:58 -0500
  • f71f07b0ad Add extra check to opened file opointer. AZ Huang 2013-11-28 03:31:10 +0800
  • bb5ee93c88 Fix trailing slashes which leads to segfault. AZ Huang 2013-11-28 03:25:56 +0800
  • eab41ccd3d a couple bug fixes Jfreegman 2013-11-27 01:54:22 -0500
  • 5ad4bca7a9 uncomment Jfreegman 2013-11-26 22:16:18 -0500
  • 53b1a297d2 move pointer inits and bug fix Jfreegman 2013-11-26 22:15:48 -0500
  • d00b9e26b7 fixes Jfreegman 2013-11-26 21:06:06 -0500
  • 33ec2f96c2 rework peername list storing so no limit is needed Jfreegman 2013-11-26 20:45:08 -0500
  • 8de666a349 a small fixes Jfreegman 2013-11-26 17:39:11 -0500
  • 0a24137a58 rm debugging stuff Jfreegman 2013-11-25 20:20:51 -0500
  • 5e37ddc0f8 testing groupchat stuff Jfreegman 2013-11-25 18:49:31 -0500
  • 8dabfdc2da oops Jfreegman 2013-11-24 22:34:22 -0500
  • 34511ada02 fix bug Jfreegman 2013-11-24 22:31:58 -0500
  • 3470a5eef7 improve friendlis sorting function Jfreegman 2013-11-24 18:22:48 -0500
  • e625bffbb4 sort friendlist alphabetically Jfreegman 2013-11-24 17:12:24 -0500
  • d47429ecb7 fixed bug Jfreegman 2013-11-24 16:05:04 -0500
  • 81230295cc fix possible bug Jfreegman 2013-11-24 15:18:05 -0500
  • 4aa68c8251 sort names in groupchat sidepanel Jfreegman 2013-11-24 02:33:03 -0500
  • 1064e8d144 made borders-lines crisp Jfreegman 2013-11-23 23:46:46 -0500
  • 319eec21fe update version Jfreegman 2013-11-23 21:44:10 -0500
  • 6d2bf72ed3 update version Jfreegman 2013-11-23 21:42:43 -0500
  • fb246f2527 don't need that Jfreegman 2013-11-23 21:30:31 -0500
  • f84ece13de Add groupchat side panel & add new callback Jfreegman 2013-11-23 21:19:59 -0500
  • d8da80914d alert chat window on file send/failure Jfreegman 2013-11-19 16:00:24 -0500
  • f43d735861 remove redundant cmd func args, use global prompt instead Jfreegman 2013-11-19 15:32:35 -0500
  • b16ff16abc move window blink/beep to a function Jfreegman 2013-11-19 02:31:22 -0500
  • 83458c64ec move timeout test out of while loop Jfreegman 2013-11-18 22:22:18 -0500
  • b4c25c6ea9 that was changed for testing only Jfreegman 2013-11-18 18:54:50 -0500
  • 140b8b4690 improve file sending Jfreegman 2013-11-18 18:52:46 -0500
  • 1ed6d83ed3 show name for default friend request message. also don't print key. Jfreegman 2013-11-17 23:14:27 -0500
  • d69b82a7b4 bug fix Jfreegman 2013-11-17 22:28:22 -0500
  • 246c9283d0 bold currently selected friend in friendlist Jfreegman 2013-11-17 19:45:53 -0500
  • 73cc9bfcf2 simplify groupchat counter Jfreegman 2013-11-17 16:09:14 -0500
  • 39f1587a6e Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2013-11-17 15:45:57 -0500
  • cf0840b80d small fixes Jfreegman 2013-11-17 15:45:26 -0500
  • 174cb7de01 Yes @JFreeGman, Werror was a bad idea Sean 2013-11-16 02:32:13 -0800
  • 99b16e3af1 Merge pull request #53 from JFreegman/master JFreegman 2013-11-15 18:53:06 -0800
  • 677f57699f Werror was a bad idea Jfreegman 2013-11-15 21:48:54 -0500
  • 94bd68856d didn't mean to do that Jfreegman 2013-11-15 21:39:14 -0500
  • e9ef2b1fc6 cflags were doing nothing Jfreegman 2013-11-15 21:36:05 -0500
  • 40b79f5e69 consistent formatting for prototypes Jfreegman 2013-11-15 19:35:14 -0500
  • 1bf61b049a Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2013-11-15 17:06:49 -0500
  • 0f5fed577d fix friendlist drawing bugs Jfreegman 2013-11-15 17:03:24 -0500
  • 8bbd796755 fix on_friendadded() Jfreegman 2013-11-15 14:59:49 -0500
  • e091b36b14 move prompt help command to global_commands.c Jfreegman 2013-11-15 14:38:58 -0500
  • 8e18ee47ee Merge pull request #52 from fr0stycl34r/patch-1 JFreegman 2013-11-15 11:16:03 -0800
  • 5f7d4fc45f Fix 93ab16c cl34r 2013-11-15 13:07:02 -0500
  • c0d4070b96 small optimization Jfreegman 2013-11-15 02:26:26 -0500
  • 3ceba62921 small optimization Jfreegman 2013-11-15 02:12:01 -0500
  • a0eac6a136 fix bug Jfreegman 2013-11-14 19:34:40 -0500
  • ee509a7cec add file sender timeouts Jfreegman 2013-11-14 19:14:54 -0500
  • be88c89e09 simplify pending groupchat handling Jfreegman 2013-11-12 17:26:13 -0500
  • 9b7b401455 small fix Jfreegman 2013-11-12 16:53:41 -0500
  • 5570b7c98a fix bug Jfreegman 2013-11-12 02:41:55 -0500