1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-18 19:56:36 +02:00

105 Commits

Author SHA1 Message Date
2a052edb9e Bump version to 0.12.0 & Update man pages
We no longer use libera as they were found to be spying on their
users' private conversations, so we've replaced it with a
public tox group via the new groupchat implementation
2023-03-04 09:52:15 -05:00
0239509439 Bump version to 0.11.3 and update toxcore version in static build script 2021-12-24 14:21:26 -05:00
b88dc9fda1 Bump version to 0.11.2 2021-12-06 11:08:17 -05:00
768617a129 Fix small build bug and bump to v0.11.1 2021-06-28 16:04:25 -04:00
5e67571908 Implement Conway's Game of Life 2021-06-01 23:00:00 -04:00
93fb84206d Bump to version 0.11.0 2021-05-24 14:30:28 -04:00
7abf6388f8 Add ability to compile without game support 2021-05-24 14:30:28 -04:00
a5246bcbc6 Bump to version 0.10.1 2021-01-20 16:18:43 -05:00
ae94bc593b Rename some build options for naming consistency 2021-01-19 15:21:31 -05:00
1e985c1456 Interface improvements and bump to v0.10.0
- Give window tab and statusbar a make over
- Place window tab above input field
- Reduce input field to one square in height
- Refactor window tab so that it's now a subwin of its parent ToxWindow
- Fix bug causing notification counter to sometimes increment by 2
- No longer scroll on output when output is not at bottom of screen
- Show a small indicator on far left of window tab when output is
  not at bottom of screen
- Reduce ncurses/UI thread sleep time by half
- Handle nanosleep errors better
2020-11-29 23:26:51 -05:00
0d8e6d713e Update readme screenshot and bump to v0.9.1 2020-11-26 16:58:09 -05:00
3f2826bd66 Add release and LLVM asan build options
The release build uses -O2 and flto, and has no debug symbols.
-Wmissing-field-initializer was removed due to false positives
on newer versions of clang
2020-11-26 16:04:54 -05:00
56ba61e061 Cleanup and refactor x11 code
- Deleted X11 code for an unfinished/broken feature
- Rename xtra -> x11focus
- Cleanup the remaining code a bit
2020-11-24 19:31:59 -05:00
de7db08352 Bump to version 0.9.0 2020-11-14 14:30:56 -05:00
7dead5ec96 Implement simplistic VAD 2020-11-14 00:00:01 +00:00
22d60232fb Bump to version 0.8.4 2020-10-22 22:14:33 -04:00
b5ace27a3e chore: Remove astyle from travis build.
The astyle check is now done by restyled.
2020-05-04 23:50:31 +01:00
2e39bee05a Check for openal lib before attempting to build with video support 2019-03-15 16:05:54 -04:00
73aaa44d12 Add config option to set data file auto-save frequency 2018-10-30 18:22:30 -04:00
e4abd8b36b Bump version to 0.8.3 2018-10-30 18:03:44 -04:00
f90a774470 Make Toxic easier to port 2018-10-03 22:00:43 +00:00
641fa471d2 Merge branch 'master' of https://github.com/fx-carton/toxic into fx-carton-master 2018-06-17 20:23:12 -04:00
af510b6666 Merge branch 'master' of https://github.com/nieldk/toxic into nieldk-master 2018-06-17 20:09:14 -04:00
46f646afcf Add an option to disable qr codes 2018-06-16 05:07:16 +02:00
7621fe9a62 fix macOS build (#494) 2018-03-31 21:10:17 -04:00
f6d9bc3a74 Update check_features.mk
Changed cfg/checks/check_features.mk to enable individual Audio/Video checks by adding proper DISABLE_VI option which takes "0" or "1" for disable/enable video checks/building.
2018-03-19 22:31:31 +01:00
3917f664bf Bump to v0.8.2 2018-03-01 19:14:14 -05:00
221edb0012 add a .travis file and some build fixes 2018-02-26 02:34:38 -05:00
b1d8ab102f Bump to version 0.8.1 2017-11-17 17:44:56 -05:00
3605a296a9 Update install.mk 2017-11-13 13:30:22 -05:00
c4ace288af Bump to v0.8.0 2017-05-24 15:10:50 -04:00
4f60d546e6 Disable Python support in the default build 2017-05-21 16:18:39 -04:00
b3ed8bc35c Finalized and documented the Python scripting interface. 2017-05-16 20:31:23 -04:00
90210daca7 Python interface for getting the user's nickname/status and executing commands 2017-05-15 22:12:28 -04:00
0e13a1f1bc Implemented a basic Python scripting engine, optional compilation. 2017-05-15 20:29:00 -04:00
600e013adc Bump to version 0.7.2 2016-12-18 00:11:24 -05:00
15846d2b50 Merge branch 'Ansa89-qr' 2016-10-05 14:58:10 -04:00
958df9f2e8 Add possibility to save QR code in PNG file format 2016-10-05 20:57:50 +02:00
34c29745cc Makefile: use correct variable name when checking video libs 2016-10-05 09:09:22 +02:00
da6fe41d75 Makefile: fix video libs check 2016-10-04 10:25:49 +02:00
3515623159 Bump version to 0.7.1 2016-09-23 13:05:05 -04:00
a009f11c0c Automatically update DHT nodeslist
List is now automatically fetched from nodes.tox.chat and placed in the
user config directory. The list is updated once every 30 days, and
will attempt to detect problems and re-fetch the list if necessary.

Also fixed a couple file descriptor leaks and cleaned some things up.
2016-09-20 00:00:09 -04:00
74c1eef1d1 Bump version to 0.7.0 2015-11-12 17:18:37 -05:00
ab99c1ac73 Fix building on FreeBSD (courtesy of thierry-FreeBSD) 2015-11-12 05:04:37 -05:00
6cc1525daa Fix some build issues 2015-11-03 23:04:05 -05:00
4ab99c73a0 Merge with master 2015-11-02 15:22:52 -05:00
8584feab80 Replace DNS-based username lookups with HTTPS & drop utox.org support 2015-10-28 17:14:17 -04:00
462cfca175 Merge new AV branch 2015-10-20 17:57:54 -04:00
ffcc804efe Moved version up 2015-09-01 13:00:56 -04:00
4e2db756be Merge remote-tracking branch 'upstream/master' 2015-08-21 00:52:27 -05:00