TODO: bunch of updates/additions/clarifications

This commit is contained in:
Brian S. Stephan 2012-12-19 00:02:47 -06:00
parent 9fd8eeb504
commit 2d98804823
1 changed files with 13 additions and 4 deletions

17
TODO
View File

@ -3,21 +3,30 @@ dr.botzo --- TODO
Both a reminder to myself and a hint to anyone else who wants to hack around...
* some sort of cron interface (periodic events)
* named pipe to send commands to the bot outside of IRC
* rewrite the help stuff to use docstrings and be intelligent about where docs come from
* more text modification nonsense
* any interesting web service stuff?
* D&D Compendium search?
* obligatory info command
* settle on docstrings: http://www.python.org/dev/peps/pep-0257/
* voice survivor --- track how long users have voice, score them somehow
* fix the cheap unicode escapes in GoogleTranslate
note: see commit 3333fe125e8c06a739b4d5e4bbc3ef5c1070fe91
* periodic reconnects when disconnected/split
* Alias: convert to use database, since configparser stuff mangles (lowercases) keys
* put all bot config in the database?
* handle disconnects
* some kind of option whether or not to reconnect
* this includes
FROM SERVER: ERROR :Closing Link: dr_botzo[ayu.incorporeal.org] (Ping timeout)
command: error, source: None, target: Closing Link: dr_botzo[ayu.incorporeal.org] (Ping timeout), arguments: []
* proper logging via logging
* automsg vhost TODO in IrcAdmin
* some command renames:
* !modules -> !modules list
* !load -> !modules load
* !unload -> !modules unload
the isle of misfit and abandoned TODOs
This is all stuff that seems superceded or unnecessary now
* named pipe to send commands to the bot outside of IRC
[use the XML-RPC interface, creating function sets if you need to.]