6 Commits

Author SHA1 Message Date
github-actions[bot]
297db8ac45 chore: Release v0.2.22-rc.1
This release focuses on hardening, architectural refinement, and better testing capabilities.

On the Hardening front, the ToxAV module has undergone significant security improvements. We have addressed a heap buffer overflow in RTP packet handling and fixed several logic bugs in the bandwidth controller and audio modules that could affect stability.

Architectural Refactoring continues with the internalization of core system dependencies. The system clock, random number generation, and memory management are now accessed through abstract interfaces, further decoupling the core from OS-specific implementations and making the codebase more portable and testable.
2026-02-05 07:45:27 +00:00
github-actions[bot]
81b1e4f634 chore: Release v0.2.21-rc.1
Pre-release for toxcore. Primarily, we now have an experimental network profiling callback.
2025-02-24 14:28:06 +00:00
iphydf
d408c98209 refactor: Move Tox_Options to tox_options.h.
For backwards compatibility, we also `#include "tox_options.h"` in
`tox.h`, but in 0.3.0 we can break that so most toxcore client code
doesn't need the options, only the part that creates the instance.
2025-01-24 18:18:31 +00:00
Robin Linden
934a830111 chore: Release 0.2.20 2024-11-11 01:27:06 +01:00
Robin Linden
da438763d5 chore: Release 0.2.19 2024-03-27 23:29:16 +01:00
iphydf
0627c36716 test: Add pkgsrc build.
Used by NetBSD, but we build on Alpine Linux for speed. Separately, we
will build on NetBSD without pkgsrc, to see whether it compiles and runs
there. That VM build is more expensive and harder to debug, so we keep
the pkgsrc Linux build for development.
2024-02-19 21:02:19 +00:00