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

Commit Graph

  • eb02424f8a
    Update DHT nodes list Jfreegman 2016-02-25 19:04:37 -0500
  • 2e609c46f6
    Remove file transfer timeoutes, and remove a couple unused functions Jfreegman 2016-02-25 17:58:02 -0500
  • a474e3bf39
    Add settings option to disable friend connection change notifications Jfreegman 2016-02-25 17:06:49 -0500
  • 93835f0455 Merge pull request #379 from FreakyPenguin/password_eval JFreegman 2016-01-19 18:31:04 -0500
  • ac6d8ff89c Add password_eval option to skip password prompt Antoine Kaufmann 2016-01-19 13:45:52 -0800
  • 88e74224ed Merge pull request #374 from quininer/master JFreegman 2016-01-11 04:09:56 -0500
  • deccaec40e fix milliseconds quininer 2015-12-22 10:43:08 +0800
  • 4419be36e8 remove useless var quininer 2015-12-21 20:00:48 +0800
  • b34b51e8c1 use tox_iteration_interval quininer 2015-12-21 18:13:03 +0800
  • 74416b4b58 Merge pull request #373 from wedge-jarrad/master JFreegman 2015-12-18 01:11:16 -0500
  • 675712cea0 Fix #372 - can't start with missing ~/.config Wedge Jarrad 2015-12-17 18:17:34 -0800
  • 36feebfe8d Merge branch 'RomeroMalaquias-master' Jfreegman 2015-12-09 01:32:07 -0500
  • 3fe9abd84d Avoiding conditional directives that split up parts os statements Romero Malaquias 2015-12-08 23:13:39 -0300
  • fd6432c727 Avoiding conditional directives that split up parts os statements Romero Malaquias 2015-12-08 23:10:16 -0300
  • 60b431459c
    Add another bootstrap node Jfreegman 2015-12-07 23:56:29 -0500
  • 1feffcc2f0 Merge pull request #369 from nil0x42/master JFreegman 2015-12-07 16:11:07 -0500
  • 6bba3cb9e2 update doc: DATA_FILE is now toxic_profile.tox nil0x42 2015-12-07 13:38:07 +0100
  • 6e7b0a5430
    Fix groupchat creation bug Users can no longer create new groupchat windows if they have been kicked from a group and haven't closed the window Jfreegman 2015-12-07 02:33:54 -0500
  • 86b36d7a13
    Add working bootstrap server to DHTnodes Jfreegman 2015-12-06 23:09:15 -0500
  • 7e122ceec6 Merge branch 'master' into new_groupchats Jfreegman 2015-12-06 22:12:02 -0500
  • 3cb6db3d60
    Remove pointless null check Jfreegman 2015-12-05 00:19:11 -0500
  • 77238eeadf
    Improve file transfer progress bar Jfreegman 2015-12-04 19:41:50 -0500
  • fe0eba9107
    Fix merge conflict Jfreegman 2015-12-01 18:01:02 -0500
  • 1d1c051a44 Merge branch 'master' into new_groupchats Jfreegman 2015-12-01 17:57:45 -0500
  • 88270827a9 Merge pull request #367 from landswellsong/osx-terminal-xtra-fix JFreegman 2015-11-25 03:42:55 -0500
  • aade65bfe1 Correctly operational from OSX terminals Oleksiy Protas 2015-11-25 10:26:12 +0200
  • b24c5d8cf8
    Fix AV bug Pending call now properly hangs up when you use the /hangup command or close the chat window Jfreegman 2015-11-19 23:49:58 -0500
  • 9f0feb7223
    Allow custom nospam values Jfreegman 2015-11-12 18:03:45 -0500
  • 74c1eef1d1
    Bump version to 0.7.0 v0.7.0 Jfreegman 2015-11-12 17:18:37 -0500
  • 65c07a57db
    Properly close audio devices on quit Jfreegman 2015-11-12 17:14:10 -0500
  • ab99c1ac73
    Fix building on FreeBSD (courtesy of thierry-FreeBSD) Jfreegman 2015-11-12 05:04:37 -0500
  • 05f5f16af3
    Fix various video bugs; it should be working now! Jfreegman 2015-11-12 05:01:28 -0500
  • fbd22003a8
    Merge with upstream master Jfreegman 2015-11-10 23:52:54 -0500
  • d16be574f3
    Add stack protection compile flag to Makefile Jfreegman 2015-11-10 23:34:46 -0500
  • 7e0b8b4870
    Slight improvement to qrcode printing Jfreegman 2015-11-09 02:28:41 -0500
  • 39c4b7ecdd
    Add ability to print your Tox ID's QR code to a file Jfreegman 2015-11-08 22:51:46 -0500
  • c5d9aca3e1 Add coverity badge to readme JFreegman 2015-11-08 03:59:12 -0500
  • fa0e645a79
    Fix a bunch of misc bugs and corner cases Jfreegman 2015-11-08 03:57:01 -0500
  • 14a8bdb874
    Store temp data in same directory as original file Jfreegman 2015-11-07 21:38:32 -0500
  • 93a73cbef2 Merge pull request #351 from mneumann/fix_build_dragonfly JFreegman 2015-11-07 17:26:30 -0500
  • 3cfda32b5e
    Fix help menu Jfreegman 2015-11-07 01:17:06 -0500
  • 6aab9a79d8
    Fix help menu Jfreegman 2015-11-07 01:00:56 -0500
  • 9b1592b335
    Merge new_av from upstream Jfreegman 2015-11-07 00:21:42 -0500
  • dfff777283
    Save data in a safer manner By saving to a temp file then renaming it we avoid the possibility of data corruption due to an interrupt (hard reboot, power outage etc.) Jfreegman 2015-11-05 17:46:00 -0500
  • a95fc7824c
    Fix bug causing profile to be overwritten under a rare condition Jfreegman 2015-11-05 16:15:59 -0500
  • f707dce2da
    Disable recv video callback for now Jfreegman 2015-11-05 15:49:35 -0500
  • 0d07d14b13
    Remove unnecessary/misleading line print Jfreegman 2015-11-05 15:28:24 -0500
  • 6cc1525daa
    Fix some build issues Jfreegman 2015-11-03 23:04:05 -0500
  • 49f5efaab0
    A couple audio fixes (ugly but works) - You will now receive an incoming call even if the caller's chat window is not opened - Callbacks should all be working now - Disable video command as video is currently broken Jfreegman 2015-11-03 20:36:41 -0500
  • a5e5e98afc Disabled video calls for the time being Eniz Vukovic 2015-11-03 23:50:01 +0100
  • 4ab99c73a0
    Merge with master Jfreegman 2015-11-02 15:22:52 -0500
  • fbf50ecc8c Merge branch 'master' of https://github.com/JFreegman/toxic into new_groupchats Jfreegman 2015-11-02 14:49:48 -0500
  • e02cf1bb7d
    Use proxy for DNS requests when type is SOCKS5 Jfreegman 2015-11-02 02:01:17 -0500
  • 9751cfc407
    Force name lookups through proxy set by client Jfreegman 2015-11-01 21:34:42 -0500
  • 7025a33097
    Merge with upstream Jfreegman 2015-11-01 21:07:22 -0500
  • 36963a5b38
    rm redundant error message Jfreegman 2015-10-30 00:10:38 -0400
  • 7cf9c37aef
    Handle case where system doesn't support any of the specified TLS cipher suites Jfreegman 2015-10-29 20:35:31 -0400
  • 2b4b8c0289
    Add more descriptive curl errors Jfreegman 2015-10-29 20:16:35 -0400
  • 368a1465ec
    Use a specified TLS cipher list for https name lookups Jfreegman 2015-10-29 15:13:42 -0400
  • fea317ee24
    Remove travis script. Goodbye old friend Jfreegman 2015-10-28 21:46:21 -0400
  • 8584feab80
    Replace DNS-based username lookups with HTTPS & drop utox.org support Jfreegman 2015-10-28 17:14:17 -0400
  • f7e48d294e
    Update README.md Jfreegman 2015-10-23 20:35:15 -0400
  • 928f25bd89 Update README.md JFreegman 2015-10-23 20:34:08 -0400
  • 941ac1d951
    Update DHTnodes Jfreegman 2015-10-23 04:40:33 -0400
  • 7af9327b37
    Add note about logs not being encrypted Jfreegman 2015-10-22 19:55:48 -0400
  • 6b97df2615
    Add command to change the Tox ID nospam value Jfreegman 2015-10-22 19:44:05 -0400
  • cea5f1fe04
    Fix avatar size limit and fix comment Jfreegman 2015-10-20 22:47:11 -0400
  • abfdbfe468
    Fix some new AV api changes Jfreegman 2015-10-20 17:59:14 -0400
  • 462cfca175
    Merge new AV branch Jfreegman 2015-10-20 17:57:54 -0400
  • 171024428b
    Merge with master branch Jfreegman 2015-10-16 21:01:49 -0400
  • db410cb01e
    Use profile name that conforms with the standard Jfreegman 2015-10-14 23:09:11 -0400
  • 2e4c86be4b
    Add last seen and public key fields for group peers and add whois command Jfreegman 2015-09-13 23:15:58 -0400
  • 97d5fb84fc
    Add command to print your own group public key Jfreegman 2015-09-13 19:38:49 -0400
  • a920f3edfe
    Replace toxme.se with toxme.io in DNSservers list and remove hardcoded servers from source Jfreegman 2015-09-12 21:31:19 -0400
  • 2c3921a9fb Fix compile for DragonFlyBSD Michael Neumann 2015-09-09 13:23:48 +0200
  • f295352495
    Replace instances of unsafe atoi function with safe counterpart Jfreegman 2015-09-02 19:41:21 -0400
  • b2c512687a
    Sort group peerlist by role/name Jfreegman 2015-09-01 17:27:17 -0400
  • ffcc804efe
    Moved version up Jfreegman 2015-09-01 13:00:56 -0400
  • 8526d4d77e
    Refactor group peerlist to match API refactor Peerlists are now similar to the friendlist, which makes managing them much easier, and improves efficiency Jfreegman 2015-09-01 02:29:25 -0400
  • 69be1bc398
    Fix nodes parsing bug v0.6.1 Jfreegman 2015-08-28 02:44:38 -0400
  • ed1429afa1
    Merge with upstream Jfreegman 2015-08-27 21:36:20 -0400
  • b4464eda4d
    Fix more threading issues Jfreegman 2015-08-27 21:29:34 -0400
  • 28dd43608d
    Fix a few notify/threading bugs and fix DHTnodes loading bug Jfreegman 2015-08-27 15:13:13 -0400
  • 11701d22a1
    Lots of bug fixes and general code cleanup Jfreegman 2015-08-27 03:38:08 -0400
  • 1270f34596
    group API type change Jfreegman 2015-08-23 19:15:44 -0400
  • 4e2db756be Merge remote-tracking branch 'upstream/master' cnhenry 2015-08-21 00:52:27 -0500
  • 19cfe3d393 Display a user warning when log fails to initialize Jfreegman 2015-08-19 00:42:28 -0400
  • c546df3917 Fix some filetransfer issues - File transfers now timeout properly - Small refactor related to creating new transfers Jfreegman 2015-08-18 15:12:48 -0400
  • ed0a4fb3b8 simplify timeout function Jfreegman 2015-08-18 01:46:22 -0400
  • 271ca08eb2 fix a broken link Khalikin Viachaslau 2015-08-15 15:42:32 +0000
  • 0e79b8a076 Update DHTnodes Jfreegman 2015-08-13 15:03:02 -0400
  • 1606d01158 Implemented video calls for OSX cnhenry 2015-08-20 14:23:01 -0500
  • c8a9ac21f3 Implemented OSX device listing cnhenry 2015-08-20 06:39:47 -0500
  • e91aaf6c73 Refactoring to compliment OSX cnhenry 2015-08-16 02:20:16 -0500
  • 619fdc1098 Refactored cmd_video function cnhenry 2015-08-14 00:18:01 -0500
  • b7e613de32 Small fix to video cleanup cnhenry 2015-08-13 23:58:52 -0500
  • 929fca3de1 Prevented user from manually closing video windows cnhenry 2015-08-13 23:51:39 -0500
  • b67792f9f2 Clear warnings from device listing fix cnhenry 2015-08-13 20:18:41 -0500
  • 96162bf254 Fixed incorrect video device listing cnhenry 2015-08-13 20:01:05 -0500
  • 8a66c3fa4c Changed to toggle video command rather than two separate commands cnhenry 2015-08-12 08:24:43 -0500