summaryrefslogtreecommitdiff
path: root/testing/irc_syncbot.c
AgeCommit message (Expand)Author
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