summaryrefslogtreecommitdiff
path: root/toxav/toxav_old.c
AgeCommit message (Expand)Author
2020-03-14Avoid casting back and forth between void-ptr.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-02-10explain enabling in API commentzugz (tox)
2019-02-10add API function to test whether av is enabledzugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2018-08-26Update copyright to 2018.iphydf
2018-08-13Fix ToxAv's use of `struct Tox`.iphydf
2018-08-13Fix groupav.c style and avoid casts in toxav_old.c.iphydf
2018-08-12Make `conferences_object` properly typed.iphydf
2018-02-20make groupnumber uint32_tsudden6
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-10-28toxav renaming: group.{h,c} -> groupav.{h,c}Dmytro Vorobiov
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-07-01Fixed missing include toxav_old.hmannol
2015-06-27Added support for old groupchatsmannol