1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-23 06:03:04 +01:00

Commit Graph

  • 7b8cf65218 Makefile: remove Windows support and bump version Ansa89 2014-06-24 09:02:06 +0200
  • 7ac7713268 improve call duration string & remove a couple unused functions Jfreegman 2014-06-24 01:54:08 -0400
  • 490c80dae9 don't allow calls to offline friends Jfreegman 2014-06-23 22:02:22 -0400
  • f324d2d34b some fixups Jfreegman 2014-06-23 19:00:11 -0400
  • f3ee120c48 Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2014-06-23 18:54:48 -0400
  • 63ea6154f4
    show info box for audio calls Jfreegman 2014-06-23 18:54:23 -0400
  • eafa660dee Merge pull request #151 from mannol1/master mannol1 2014-06-24 00:30:37 +0200
  • 2a6a5b13d7 Forgot to set index in some callbacks mannol 2014-06-24 00:30:11 +0200
  • 47b9648f85 Makefile: fix typo Ansa89 2014-06-24 00:23:37 +0200
  • 55c05a4092 Merge pull request #150 from mannol1/master mannol1 2014-06-24 00:21:22 +0200
  • 476b056ed0 make it dynamic mannol 2014-06-24 00:20:44 +0200
  • c53600b550 Makefile: add per-system defaults Ansa89 2014-06-24 00:17:14 +0200
  • f47991e18e Reverse call_idx and enable running call when devices fail to load mannol 2014-06-23 23:57:12 +0200
  • 773a3f4abf Remove autotools Ansa89 2014-06-23 23:24:24 +0200
  • 809f472cb4 Remove autotools Ansa89 2014-06-23 23:24:03 +0200
  • e8ee3d694a Remove autotools Ansa89 2014-06-23 23:23:41 +0200
  • fec501801e Remove autotools Ansa89 2014-06-23 23:23:17 +0200
  • c52fe21237 Remove autotools Ansa89 2014-06-23 23:23:05 +0200
  • f00c218e56 Remove autotools Ansa89 2014-06-23 23:22:32 +0200
  • 1daa4c5ca6 Makefile: add toxic version Ansa89 2014-06-23 22:32:10 +0200
  • 717f8986cd Makefile: checks for libs Ansa89 2014-06-23 21:55:32 +0200
  • 65aba6e77d Merge pull request #147 from Ansa89/cast-localtime mannol1 2014-06-23 21:30:19 +0200
  • 9f8a6a8b6b Use pkg-config for toxcore and toxav Ansa89 2014-06-23 15:34:32 +0200
  • b0bfb13241 Update Makefile Ansa89 2014-06-23 14:07:23 +0200
  • 34102f72a2 Hand-written makefile Ansa89 2014-06-23 11:09:01 +0200
  • cb93c6ec65 Cast time to "time_t" Ansa89 2014-06-23 10:58:24 +0200
  • 78af10fa1f Cast time to "time_t" Ansa89 2014-06-23 10:57:27 +0200
  • 52b7719180 Merge pull request #146 from mannol1/master mannol1 2014-06-22 21:10:25 +0200
  • 48361a003e Merged upstream and other fixes mannol 2014-06-22 21:07:11 +0200
  • 34bd4a1c7c
    fix a bunch of implicit declarations Jfreegman 2014-06-21 21:41:38 -0400
  • 94b271da5d wat mannol 2014-06-22 02:31:24 +0200
  • e47f2c05f3 Added VAD, changed device i/o, mute option, dynamic device changing and more mannol 2014-06-22 02:18:23 +0200
  • 6b9ef7e6c9
    refactor string funcs Jfreegman 2014-06-21 17:55:01 -0400
  • 62239a1fda fix backspace bug Jfreegman 2014-06-21 01:26:33 -0400
  • bba81ac884
    fix offset issue Jfreegman 2014-06-20 23:56:59 -0400
  • 9f4248b1e1
    redesign text input field to scroll horizontally, increase max string size Jfreegman 2014-06-20 23:08:13 -0400
  • e06f0ffb7e Missed device.* mannol 2014-06-21 02:04:25 +0200
  • 29b283c176 VAD sort of works mannol 2014-06-21 01:58:00 +0200
  • 3e797db16e
    various fixes Jfreegman 2014-06-20 14:27:33 -0400
  • 034a8f5d8b
    code cleanup, improve do_connection Jfreegman 2014-06-19 13:50:41 -0400
  • eb7d910683
    add toxme.se to dns3 server list 0.4.1 Jfreegman 2014-06-18 20:22:26 -0400
  • 85af9f55ba
    improve key bindings (I think?) Jfreegman 2014-06-18 20:07:34 -0400
  • ca98b49813
    fix scrolling bug Jfreegman 2014-06-18 18:29:07 -0400
  • 0cff881d69
    small fix Jfreegman 2014-06-18 18:07:51 -0400
  • 7eb82a0fe5 bump version to 0.4.1 Jfreegman 2014-06-18 15:54:50 -0400
  • 58a131426a
    better handling of fatal errors Jfreegman 2014-06-18 15:54:05 -0400
  • 72e9e7d9c4 add str_to_lower function, ignore DNS domain name case Jfreegman 2014-06-18 13:10:20 -0400
  • fc148be3e2
    fix possible segfaults Jfreegman 2014-06-18 12:10:00 -0400
  • bc51714148
    exit dns threads with pthread_exit Jfreegman 2014-06-17 19:32:02 -0400
  • b24325d879 threads for DNS lookups Jfreegman 2014-06-17 19:10:25 -0400
  • b480e22a27 don't need this Jfreegman 2014-06-17 12:12:32 -0400
  • afa4bc86e8
    .. Jfreegman 2014-06-17 11:47:02 -0400
  • 6cd2411ec0 Merge pull request #142 from jin-eld/add-libresolv JFreegman 2014-06-17 11:39:02 -0400
  • 6f9ab56493 Remove redundant toxav header check jin-eld 2014-06-17 10:22:05 +0200
  • 485191d185 Add configure checks for libresolv jin-eld 2014-06-17 10:19:48 +0200
  • 1456cef991 implement toxdns3 username lookups Jfreegman 2014-06-16 21:22:26 -0400
  • 53cb4b0248
    ignore ^C Jfreegman 2014-06-15 15:36:29 -0400
  • 2c4f0d593d
    fix len values Jfreegman 2014-06-14 14:09:20 -0400
  • 499c66f411
    include config header Jfreegman 2014-06-14 13:54:21 -0400
  • 1b5da956e5 more fixes Jfreegman 2014-06-14 02:54:58 -0400
  • c76b541cb8 Merge branch 'master' of https://github.com/Tox/toxic Jfreegman 2014-06-14 01:55:15 -0400
  • ce2d371c4b more fixes for line printing/scrolling Jfreegman 2014-06-14 01:43:59 -0400
  • eefd981572 Merge pull request #141 from jin-eld/openal-sx stal 2014-06-13 17:39:25 -0700
  • 9240295724 Search for OpenAL framework on OSX jin-eld 2014-06-14 01:53:06 +0200
  • a516724760
    fix bug Jfreegman 2014-06-13 19:05:25 -0400
  • a0ef4d752f
    small fix Jfreegman 2014-06-13 17:37:11 -0400
  • 65ad64bf42
    fix some buggy behaviour with scrolling Jfreegman 2014-06-13 15:37:04 -0400
  • b36680d767 fix bug Jfreegman 2014-06-13 03:46:01 -0400
  • 24a85df15f remove scroll mode, scroll windows via PageUp/PageDown Jfreegman 2014-06-13 01:42:20 -0400
  • f10ce94f38
    api changes Jfreegman 2014-06-11 20:04:20 -0400
  • 612c6c95eb fix openal includes on mac os stal 2014-06-11 16:40:43 -0700
  • 31a2e648c5
    code cleanup Jfreegman 2014-06-11 18:47:18 -0400
  • 31acdcada3 reorganize toxic_windows.h into two separate header files, rename main.c to toxic.c Jfreegman 2014-06-11 18:06:55 -0400
  • 12e33a1760
    drop broken windows support Jfreegman 2014-06-11 14:37:36 -0400
  • 328e7f8d57
    fix compile error when no audio support Jfreegman 2014-06-10 17:34:15 -0400
  • 33000598fc
    more intuitive option logic Jfreegman 2014-06-08 01:05:01 -0400
  • 6a2ef5cc6c
    terminate audio before core on exit Jfreegman 2014-06-07 17:59:17 -0400
  • 2a63e62aba
    --help message Jfreegman 2014-06-07 17:14:48 -0400
  • 935d8f8770
    update dhtnodes Jfreegman 2014-06-07 14:50:21 -0400
  • 8c5ac1f77d
    proper commandline args Jfreegman 2014-06-07 14:36:37 -0400
  • bfa266c604
    refactor calling of toxic_string functions Jfreegman 2014-06-06 15:27:06 -0400
  • 901ffbc7c0
    improve function Jfreegman 2014-06-04 14:41:36 -0400
  • 97dedd32fb better fix for trailing spaces issue Jfreegman 2014-06-03 20:35:00 -0400
  • 789c491c1e
    fix a few file transfer bugs Jfreegman 2014-06-03 16:04:57 -0400
  • 4b8dd3ad72
    update example conf file Jfreegman 2014-06-03 02:06:37 -0400
  • c2dce960b8
    add setting to allow specified download path & some fixes Jfreegman 2014-06-03 02:02:24 -0400
  • f9e15cd60b
    no trailing space for command tab-complete Jfreegman 2014-06-02 03:19:59 -0400
  • 4d249c5fe3 Bumped to 0.4.0 0.4.0 Sean 2014-06-01 14:53:57 -0700
  • 7206a9ea73 fix another possible buffer overflow Jfreegman 2014-06-01 13:36:23 -0400
  • 848b4e9a4c
    fix possible buffer overflow Jfreegman 2014-06-01 12:54:45 -0400
  • d65d0a08aa fix chat scroll bug Jfreegman 2014-06-01 03:38:20 -0400
  • 7ccf4b6432 Little fix(tm) mannol 2014-05-29 23:42:22 +0200
  • d18ba78d03 Allow toxic to compile without av mannol 2014-05-29 23:25:09 +0200
  • ab1c97fb2b properly set default user settings Jfreegman 2014-05-29 13:57:15 -0400
  • b0a66706bd Update README.md Zetok Zalbavar 2014-05-29 15:04:14 +0100
  • f0962bd060
    add setting to control history size Jfreegman 2014-05-25 19:54:34 -0400
  • 083ca2f3b7
    missing format arg Jfreegman 2014-05-25 13:31:44 -0400
  • 8481b50f97 Merge pull request #132 from Impyy/master mannol1 2014-05-25 18:55:40 +0200
  • a04f7ee661 Merge pull request #130 from mannol1/master mannol1 2014-05-25 18:54:19 +0200
  • 10d47d1ac6 Update audio_call.c Imperative 2014-05-24 15:35:10 +0200