X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=blobdiff_plain;f=TODO.md;h=415c30135cc336ec005d2df97968bf048751b9c0;hp=65fbdd00c3b93a09290a0dde7c4e31ebf0d8a85e;hb=HEAD;hpb=0de4c2047c7cc14218a898038fab6822ff7d23cf diff --git a/TODO.md b/TODO.md index 65fbdd0..415c301 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,6 @@ #What TODO? + * Add way to block messages (eg. based on return value?), so you can write antispam filters using answerscripts. + * grep -o "[А-Яа-яЁё]" :-/ * GUI for managing answerscripts with following features * list answerscripts * enable/disable answerscripts (by chmod +x/-x on them) @@ -8,3 +10,6 @@ * Make this answerscript API stable * Port whole idea and plugin to other (non-purple) libraries/clients while maintaining compatibility of existing answerscripts and API * probably move answerscripts out of ~/.purple/ to ~/.config/answ/ or something, so they can be shared between multiple agents + * Figure out why is first reply always followed by some ugly binary mess + * visible in irssi + * but it happens even for messages not sent by this plugin, so probably not my fault