1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-11-22 09:13:03 +01:00

Commit Graph

  • 45ff6d8bac
    Migrate to Camel_Case enum types. iphydf 2020-03-07 17:59:02 +0000
  • 437dd8baeb
    Some misc fixes jfreegman 2020-02-29 14:14:56 -0500
  • b080236ee5
    Fix typo jfreegman 2020-02-10 17:16:56 -0500
  • 116bff8cef
    format fixes jfreegman 2019-12-07 23:17:02 -0500
  • ddeca171a0
    Add input line text to history on UP and DOWN Rodrigo Martins 2019-12-07 18:29:33 -0300
  • 127f9462e0
    make friend add fail if friend is in the block list jfreegman 2019-11-16 01:55:47 -0500
  • 4b5a9abbd4
    Fix A/V bug preventing the caller from being properly informed of call termination jfreegman 2019-07-12 11:51:08 -0400
  • bb2257973e
    Load conference titles on startup for saved conferences (#43) JFreegman 2019-06-30 14:51:13 -0400
  • 12b9cd2386
    Fix header issues jfreegman 2019-03-27 01:38:15 -0400
  • 2cbe8fa880
    Use correct integer types to fix groupchat peer scrolling bug jfreegman 2019-03-26 23:05:24 -0400
  • 2e39bee05a
    Check for openal lib before attempting to build with video support jfreegman 2019-03-15 16:05:54 -0400
  • 05eda76643
    Partially fix autocomplete behaviour for input with spaces jfreegman 2019-02-17 17:25:34 -0500
  • f7b73af9a7
    Add config option for the notification timeout duration Rob Levitsky 2018-11-05 22:40:51 -0500
  • 73aaa44d12
    Add config option to set data file auto-save frequency jfreegman 2018-10-28 16:18:17 -0400
  • e4abd8b36b
    Bump version to 0.8.3 v0.8.3 jfreegman 2018-10-30 18:03:44 -0400
  • 9e3d4f3889
    Check if pointer is null before accessing jfreegman 2018-10-28 07:09:37 -0400
  • b7d67c1d86
    re-init AV for unblocked contacts jfreegman 2018-10-20 02:56:37 -0400
  • c4a11f8dc7
    Refactor ToxWindows jfreegman 2018-10-09 18:59:25 -0400
  • d18cc8cbc2
    Fix two memory leaks and properly clean up friendlist window jfreegman 2018-10-09 14:21:33 -0400
  • ce6d4861fb
    Fix bug where autocomplete added a forward slash to files with no extension jfreegman 2018-10-17 00:18:43 -0400
  • 8f0e6026f0
    Add enum for file_type() and a little cleanup jfreegman 2018-10-08 22:28:36 -0400
  • 258736995d
    Remove ability to set note with status command jfreegman 2018-10-08 13:47:08 -0400
  • 56e03a3f8b
    No longer require quotes to enclose paths jfreegman 2018-10-08 00:47:51 -0400
  • b6c746b5f5
    No longer require quotes for commands that take strings as arguments jfreegman 2018-10-07 17:30:43 -0400
  • 03673cbced
    Improve readability of INSTALL.md jfreegman 2018-10-08 15:15:36 -0400
  • 0fea930c24
    Convert deprecated uppercase enums to camelcase jfreegman 2018-10-09 23:06:57 -0400
  • 94d22a8853
    Allow empty status messages jfreegman 2018-10-04 12:43:43 -0400
  • 63cc23401a
    Improve readability of defines jfreegman 2018-10-08 13:39:04 -0400
  • f90a774470
    Make Toxic easier to port Leonid Bobrov 2018-10-03 00:31:14 +0300
  • e7c5fbc873
    Cleanup xtra.c jfreegman 2018-09-27 03:41:58 -0400
  • d62902ffb3
    Use (void) in prototypes instead of (). iphydf 2018-09-13 23:47:47 +0000
  • bebff3be0e
    Use (void) for empty parameter list in C. iphydf 2018-09-08 17:23:07 +0000
  • 2be4847b53
    Ignore warning about unused result. iphydf 2018-09-06 13:45:56 +0000
  • 4557614443
    Enable .travis.yml check and use non-markdown license. iphydf 2018-08-17 23:48:35 +0000
  • 5b30ecf2e4
    Use @x11 instead of the longer @x11//:X11 to link against xlib. iphydf 2018-08-14 09:55:54 +0000
  • 2413ad2b59
    Use bazel import libs instead of global -l flags. iphydf 2018-08-05 19:17:57 +0000
  • 52855b805a
    Add astyle check to travis. iphydf 2018-07-18 16:18:26 +0000
  • 20b5e46850
    Rename callback implementations to be of the form on_$event. iphydf 2018-07-18 15:41:17 +0000
  • f2b796940e
    Add missing braces to if/for/while blocks. iphydf 2018-07-18 15:56:21 +0000
  • a37bf300f9
    Update astylerc to match toxcore & reformat all source files jfreegman 2018-07-18 11:33:16 -0400
  • cb524dcbc3 Merge branch 'iphydf-local-libconfig' jfreegman 2018-07-16 10:18:44 -0400
  • 4144b868ce
    Use libconfig built in the WORKSPACE rather than system installed. iphydf 2018-07-15 15:33:35 +0000
  • af11f16bef
    fix merge mistake take 2 jfreegman 2018-07-07 10:29:12 -0400
  • 1d27a496ef
    fix merge mistake jfreegman 2018-07-06 15:43:32 -0400
  • 32bd9dc1a7 Merge branch 'TokTok-master' jfreegman 2018-07-06 12:35:46 -0400
  • 3cd2bc7e3c
    Don't compile A/V code if AUDIO/VIDEO are not #defined. iphydf 2018-07-06 15:45:35 +0000
  • 43ca840658
    Conditionally compile api.c and python_api.c contents. iphydf 2018-01-24 14:48:01 +0000
  • 685837357b
    Add bazel build file for toxic. iphydf 2018-01-20 19:04:27 +0000
  • 812a13b0fb Merge branch 'fx-carton-master' jfreegman 2018-06-17 20:27:57 -0400
  • 641fa471d2 Merge branch 'master' of https://github.com/fx-carton/toxic into fx-carton-master jfreegman 2018-06-17 20:23:12 -0400
  • 8d5755f2d8 Merge branch 'nieldk-master' jfreegman 2018-06-17 20:21:05 -0400
  • af510b6666 Merge branch 'master' of https://github.com/nieldk/toxic into nieldk-master jfreegman 2018-06-17 20:09:14 -0400
  • 46f646afcf Add an option to disable qr codes François-Xavier Carton 2018-06-16 05:07:16 +0200
  • 68ce17a57f
    Temp fix for nick change spam on group join jfreegman 2018-04-19 22:23:49 -0400
  • a69fad15c1
    Use default timestamp format if provided one is invalid jfreegman 2018-04-10 17:47:21 -0400
  • 7621fe9a62 fix macOS build (#494) Sebastian Schmidt 2018-04-01 11:10:17 +1000
  • f6d9bc3a74
    Update check_features.mk Niel Nielsen 2018-03-19 22:31:31 +0100
  • 29aea0b42c
    Remove libtoxav from install instructions as it's now part of the toxcore lib jfreegman 2018-03-03 23:55:54 -0500
  • 815c29ee31
    Significantly reduce time before trying to re-send a message with no read receipt (also some formatting cleanup) jfreegman 2018-03-03 23:54:12 -0500
  • 3917f664bf
    Bump to v0.8.2 jfreegman 2018-03-01 19:14:14 -0500
  • a223329815
    Fix persistent groupchat loading v0.8.2 jfreegman 2018-02-27 18:46:56 -0500
  • 3fec11d5f9
    Update readme jfreegman 2018-02-26 03:03:12 -0500
  • 221edb0012
    add a .travis file and some build fixes jfreegman 2018-02-26 02:34:38 -0500
  • 2710ab6034
    Re-implement group nick change notifications jfreegman 2018-02-25 03:43:19 -0500
  • bc3ffac0ba
    re-add group peer list sorting jfreegman 2018-02-25 01:21:22 -0500
  • 29f55c5277
    Update API -Removed usage of deprecated API functions -Integrated conference changes with a few regressions jfreegman 2018-02-25 00:00:06 -0500
  • a290f0f7f8
    Update toxav API calls jfreegman 2018-02-24 15:38:07 -0500
  • 5cd196a769
    Fix autocomplete bug Formatting was messed up due to not accounting for null byte in directory list jfreegman 2018-02-20 20:54:26 -0500
  • b14d983a8c
    Merge branch 'iphydf-opaque-options' jfreegman 2018-01-20 15:20:25 -0500
  • 51f1daeec8
    Treat Tox_Options as opaque struct: no deref, no alloc. iphydf 2018-01-20 19:49:36 +0000
  • b799c6a8d7
    Merge branch 'iphydf-fix-typedefs' jfreegman 2018-01-20 13:34:53 -0500
  • b9f9546e2b
    Fix typedef enums and potential uninitialised value. iphydf 2018-01-20 18:30:35 +0000
  • 846bc4613e
    Fix comment jfreegman 2017-11-20 07:07:24 -0500
  • a5a1f6015d
    Merge branch 'calls_fix' jfreegman 2017-11-20 07:03:22 -0500
  • fe6a7074ea
    Dynamically allocate audio calls structure jfreegman 2017-11-20 07:02:56 -0500
  • db7c9fe426 Merge branch 'master' of https://github.com/JFreegman/toxic jfreegman 2017-11-17 18:17:47 -0500
  • b1d8ab102f
    Bump to version 0.8.1 v0.8.1 jfreegman 2017-11-17 17:44:56 -0500
  • 0bd5b4ddee Repair operating system checks (#474) Mateusz Poszwa 2017-11-16 22:59:51 +0100
  • c387df35f8 Merge branch 'f8l-pkgsrc' jfreegman 2017-11-16 16:03:20 -0500
  • 351a50c214 Do not assume what is not Linux or a BSD descendant is OSX Mateusz Poszwa 2017-11-15 21:02:10 +0100
  • 93175314b5 Merge branch 'aSourceFish-master' jfreegman 2017-11-15 02:25:55 -0500
  • b905a1a3c5
    One more bit of standard... aSourceFish 2017-11-15 05:56:13 +0200
  • c4386b195f
    A bit of standard... aSourceFish 2017-11-15 05:54:46 +0200
  • ed1e617380
    Make Toxic compile at NetBSD, STAGE 2 aSourceFish 2017-11-15 05:50:00 +0200
  • 1382adb1f6
    Make Toxic compile at NetBSD, STAGE 1 aSourceFish 2017-11-15 05:46:47 +0200
  • ecf1c317b7
    Make Toxic compile at NetBSD, STAGE 0 aSourceFish 2017-11-15 05:24:19 +0200
  • cf0b99f1e5
    Merge branch 'aramchandran-master' jfreegman 2017-11-13 15:37:40 -0500
  • 3605a296a9
    Update install.mk Abhishek Ramchandran 2017-11-13 13:30:22 -0500
  • 9375d220f9
    Merge branch 'aSourceFish-master' jfreegman 2017-11-11 16:51:34 -0500
  • 8f94b0a218
    Shut down the warning at *BSD aSourceFish 2017-11-11 21:17:34 +0200
  • 85a0becbf9
    Make Toxic compile at OpenBSD aSourceFish 2017-11-11 21:04:45 +0200
  • fec36ad9e6
    Make Toxic compile at OpenBSD aSourceFish 2017-11-11 21:03:28 +0200
  • ecdf6f01d2
    Merge branch 'EnniRosario-refresh_devices' jfreegman 2017-10-31 16:24:53 -0400
  • e1bfa30769 Refresh device list on /lsdev. Enni Rosario 2017-10-31 18:08:06 +0200
  • ebcbc7497b Indicate selected device when printing. Enni Rosario 2017-10-31 17:32:34 +0200
  • e844ece28b
    Merge branch 'zugz-reduceRedrawing' jfreegman 2017-10-29 16:00:46 -0400
  • 8508451ba6 avoid unnecessary redrawing zugz 2017-10-29 16:50:42 +0100
  • 5cc83a7cb5
    Merge branch 'patheticpat-fix-tmux' jfreegman 2017-09-05 17:43:13 -0400
  • febc725763 Fix tmux detached detection Michael Kaiser 2017-03-10 18:07:56 +0100
  • f2c116feb3
    Fix potential string truncations with snprintf jfreegman 2017-09-01 17:36:17 -0400