Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Add correction message type | Diadlo | |
2018-01-08 | Bump toxcore version to 0.2.0. | iphydf | |
We're not releasing yet, but projects preparing for the release will want to build against this version in master. | |||
2017-12-26 | Release v0.1.11 | Robin Lindén | |
2017-08-06 | Release v0.1.10 | Robin Lindén | |
2017-06-06 | Release v0.1.9 | Robin Lindén | |
2017-04-27 | Release v0.1.8 | Robin Lindén | |
2017-04-22 | Revert "initial version of tox_loop" | Maxim Biro | |
This reverts commit 200ee1cace2f17537e6982ac447ea65d7c7a00b3. | |||
2017-04-22 | Revert "Implement tox_loop" | Maxim Biro | |
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0. | |||
2017-04-01 | Implement tox_loop | Ansa89 | |
2017-04-01 | initial version of tox_loop | michael bishop | |
2017-03-30 | Add TOX_NOSPAM_SIZE to the public API. | iphydf | |
Fixes #456. | |||
2017-03-26 | Release v0.1.7 | Robin Lindén | |
2017-01-26 | Release v0.1.6. | iphydf | |
2017-01-19 | Release v0.1.5. | iphydf | |
2017-01-19 | Update license headers and remove redundant file name comment. | iphydf | |
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project". | |||
2017-01-12 | Release v0.1.4. | iphydf | |
2017-01-05 | Release v0.1.3. | iphydf | |
2016-12-23 | Release v0.1.2 | iphydf | |
2016-12-22 | Remove tox_options_copy. | iphydf | |
2016-12-22 | Use `tox_options_set_*` instead of direct member access. | iphydf | |
Also added a `tox_options_copy` function for cloning an options object. This can be useful when creating several Tox instances with slightly varying options. | |||
2016-12-17 | Release v0.1.1 | iphydf | |
2016-12-16 | Strengthen the note about ABI compatibility in tox.h. | iphydf | |
We really want to get all clients off this struct. We won't actually remove it until 0.2, but we're going to break ABI compatibility with this in various 0.1.x releases. | |||
2016-12-15 | Drop an unworking Macro | Gregory Mullen (grayhatter) | |
Closes #327 | |||
2016-12-14 | Add option to disable local peer discovery | Maxim Biro | |
2016-12-14 | Release 0.1.0. | iphydf | |
Fixes #216. | |||
2016-12-13 | Fix version compatibility test. | sudden6 | |
Also added some test cases for it. | |||
2016-11-24 | Version Patch v0.0.4 => v0.0.5 | Gregory Mullen (grayhatter) | |
2016-11-24 | add NAT hole punching level to Tox API | Gregory Mullen (grayhatter) | |
2016-11-21 | Mark Tox_Options struct as deprecated. | iphydf | |
We will remove it in v0.1. | |||
2016-11-15 | Convert to and from network byte order in set/get nospam. | iphydf | |
Fixes #205. | |||
2016-11-14 | v0.0.4 | iphydf | |
2016-11-07 | Release v0.0.3. | iphydf | |
2016-11-06 | Move log callback to options. | iphydf | |
Previously, all log messages generated by tox_new (which is quite a lot) were dropped, because client code had no chance to register a logging callback, yet. This change allows setting the log callback from the beginning and removes the ability to unset it. Since the log callback is forever special, since it can't be stateless, we don't necessarily need to treat it uniformly (with `event`). | |||
2016-11-06 | Rename log levels to remove the extra "LOG" prefix. | iphydf | |
`TOX_LOG_LEVEL_LOG_TRACE` => `TOX_LOG_LEVEL_TRACE`. | |||
2016-11-02 | Remove unimplemented "time delta" parameter. | iphydf | |
In the future, we may want to revisit this parameter, but right now, it serves no purpose and only confuses tools. | |||
2016-10-30 | Version Patch v0.0.2 | Gregory Mullen (grayhatter) | |
2016-10-02 | Rebuild apidsl'd headers in cmake. | iphydf | |
- Moved apidsl headers next to their generated versions. In the future, perhaps all (or most) headers will be apidsl-generated, so the sources should stay together. - Try to find apidsl/apigen binary and astyle binary and use it for the format test. Don't run the format test if these can't be found. |