summaryrefslogtreecommitdiff
path: root/testing/irc_syncbot.c
AgeCommit message (Collapse)Author
2015-05-22Move savedata to options struct.irungentoo
Add a way to select the type of savedata (normal savedata, load a secret key, potentially others?) to load.
2015-05-20Syncbot fixes.irungentoo
2015-03-18Merged normal message function and send action function into oneirungentoo
messaging function. This removes code duplication and allows us to easily add new message types to the api without having to add new functions.
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