summaryrefslogtreecommitdiff
path: root/testing/irc_syncbot.c
AgeCommit message (Expand)Author
2018-02-06Move irc_syncbot to the toxins repository.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-26Fix out of bounds read in error case in messenger_test.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-13Fixed FreeBSD build failure due to undefined MSG_NOSIGNAL.Yuri
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-18Fix some compiler warnings.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2015-05-22Move savedata to options struct.irungentoo
2015-05-20Syncbot fixes.irungentoo
2015-03-18Merged normal message function and send action function into oneirungentoo
2015-03-12Convert core code depending on the apiDubslow
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2014-11-10Fixed irc syncbot.irungentoo
2014-10-17fix #1120dubslow
2014-10-15Use monotonic time function already in toxcore.irungentoo
2014-10-15irc_syncbot now parse out NULL characters from the Tox groupchat.irungentoo
2014-10-14Added basic IRC group syncbot to testing.irungentoo