Skip to content

Releases: TokTok/go-toxcore-c

v0.2.17

13 Mar 11:10
9c51953
Compare
Choose a tag to compare

Release Notes

  • Add CODEOWNERS and settings.yml files. @iphydf (#34)
  • Support the last 3 versions of golang. @iphydf (#33)
  • Remove useless string conversion from int. @iphydf (#32)
  • Use a working bootstrap node for testing. @iphydf (#31)
  • Auto get include @envsh (#29)
  • Add go module @envsh (#28)
  • Fix file path @envsh (#27)
  • Fix bootstrap test, since our bootstrap node went away. @iphydf (#26)
  • Run some Go auto-tests in parallel. @iphydf (#24)
  • Use (void) for empty parameter lists in C. @iphydf (#25)
  • Enable .travis.yml check and use non-markdown license. @iphydf (#23)
  • Fix group internals code relying on toxcore internals. @iphydf (#21)
  • Update travis url to toktok repository. @iphydf (#19)
  • Update install instructions for new clone path @riking (#17)
  • Some fixes about group identity and AV @envsh (#15)
  • Update const_auto.go to match the changes in tox.h. @iphydf (#18)
  • biribiri.org is down, so move to a different bootstrap node. @iphydf (#14)
  • Fix pointer cast which breaks in recent versions of Go. @iphydf (#13)
  • Remove assumption of "Tox User" being the default peer name. @iphydf (#10)
  • Adopt new conference peer nick/list_changed callbacks. @iphydf (#9)
  • Add a bazel test that ensures all our projects are GPL-3.0. @iphydf (#8)
  • Adapt go-toxcore-c to new conferences state change callback. @iphydf (#6)
  • Avoid clashes with "build" directories on case-insensitive file systems. @iphydf (#5)
  • Update to split bit_rate_set functions. @iphydf (#4)
  • Add coveralls integration for go-toxcore-c. @iphydf (#3)
  • Use getters/setters for Tox_Options instead of struct members. @iphydf (#2)
  • Adapt toxencryptsave.go to the new toxencryptsave API. @iphydf (#1)

Maintenance (Grunt tasks)

Maintenance (Dependencies)