Commit Graph

48 Commits

Author SHA1 Message Date
Brian S. Stephan 1484aded84 reorganizing project directories, part 2 2015-05-08 20:44:24 -05:00
Brian S. Stephan 2ffdf26ec2 reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
Brian S. Stephan 315869de4d TODO: thinking we probably don't need a cron thing 2012-12-21 11:20:54 -06:00
Brian S. Stephan 180cc6dacd TODO: use priority sensibly
probably, once all of the modules are using regex handlers, there won't
need to be a method for member for it at all, since the only thing that
will need to refer to it will be the module itself
2012-12-20 14:30:56 -06:00
Brian S. Stephan 7391e28b9b TODO: document an ancient shortcut to remove
this probably dates back to the beginning of the bot, a lot of things
that are handling irc events use event.arguments()[0] because it was
observed that that always had the entire message body, but i don't know
if that's actually the case --- in any event, we should probably loop
over it and try to find a way to handle everything

putting this off because the previous commit refactoring will obsolete
some methods, and because those that remain probably need to be reworked
to not return, and instead do something else to handle looping
2012-12-20 10:01:37 -06:00
Brian S. Stephan 2d98804823 TODO: bunch of updates/additions/clarifications 2012-12-19 00:02:47 -06:00
Brian S. Stephan 8a5e6b9130 IrcAdmin: note limitation with automsg and vhosts
i feel as if i should fix this eventually, but it's pretty low on the
priority list, to be honest
2012-12-18 20:56:30 -06:00
Brian S. Stephan d4f7941b7b TODO: logging module 2011-10-18 00:41:15 -05:00
Brian S. Stephan 61f960e0b5 TODO: handle disconnects 2011-03-03 23:16:01 -06:00
Brian S. Stephan 67403971df Twitter: properly reverse the tweets list, remove it from the TODO 2011-02-25 21:10:54 -06:00
Brian S. Stephan 91b276ece5 TODO: half-thought plan to move all bot config to the database 2011-02-19 14:16:29 -06:00
Brian S. Stephan de04fd0d85 add TODO for fixing Twitter poll output order 2011-02-19 01:17:19 -06:00
Brian S. Stephan 64df118c65 move Twitter._unescape to Module._unencode_xml 2011-01-26 20:28:34 -06:00
Brian S. Stephan 1aba7c904d Alias: convert to use database 2011-01-24 17:01:32 -06:00
Brian S. Stephan a0a5bdec1c document moving Twitter's _unencode somewhere more appropriate 2011-01-19 23:24:30 -06:00
Brian S. Stephan ae4411605d remove the bot admin/alias/recursion stuff from TODO 2011-01-07 23:17:37 -06:00
Brian S. Stephan 8bbfeba593 add note on the annoyingness of unicode escapes in GoogleTranslate bug 2011-01-07 23:16:59 -06:00
Brian S. Stephan 3333fe125e Revert "fix the cheap unicode escapes in GoogleTranslate"
unicode-escape appears to do bad things to hiragana and probably
all unicode characters that are not unicode escaped. ultimately
it seems that google's responses are not consistent.

back to the drawing board.

This reverts commit 40888869b0.
2011-01-07 17:11:00 -06:00
Brian S. Stephan a451eceef3 TODO: some crap i can't decide on or am too lazy to undertake on a whim 2011-01-06 23:31:42 -06:00
Brian S. Stephan 247719814e magic 8-ball module.
this could have been done with Facts, but for people who aren't
loading that, here's an alternative
2011-01-06 23:08:33 -06:00
Brian S. Stephan 40888869b0 fix the cheap unicode escapes in GoogleTranslate 2011-01-06 22:53:21 -06:00
Brian S. Stephan 2f90304a47 module loading/unloading looks pretty well implemented 2011-01-06 22:33:24 -06:00
Brian S. Stephan 40c7603eac updating TODO 2010-11-24 16:10:10 -06:00
Brian S. Stephan 8384a54961 updating the TODO. there's probably more stuff here that i forgot 2010-10-27 22:40:24 -05:00
Brian S. Stephan 7dfdf28c19 TODO: periodic reconnects when disconnected/split 2010-08-24 12:01:55 -05:00
Brian S. Stephan d2442689ad TODO to use POST instead of GET for translate queries 2010-08-13 14:20:12 -05:00
Brian S. Stephan f739cb6114 url tracking via Urls module. partially complete the TODO, still not automatically tracking channel urls. also .gitignore *.urls files 2010-07-30 23:02:38 -05:00
Brian S. Stephan 3ba95fa285 recursion TODO seems to already be taken care of. part of kad's modularization? who knows 2010-07-30 20:47:01 -05:00
Brian S. Stephan d561d16e64 weather module. same output as in the irssi bot script. uses pywapi that was added a couple commits ago 2010-07-30 20:30:39 -05:00
Brian S. Stephan d94dd75876 unicode TODO 2010-07-30 19:58:06 -05:00
Brian S. Stephan 15a084dba4 TODO: shortcut/alias 2010-07-30 17:01:26 -05:00
Brian S. Stephan f837453c42 TODO: voice survivor 2010-07-30 16:33:09 -05:00
Brian S. Stephan bb08669b70 last commit completed 'TODO: move modlist.append() to Module' even though nothing actually had to be moved 2010-07-30 14:47:10 -05:00
Brian S. Stephan 36a75fbb33 TODO: move modlist.append() to Module (minor) 2010-07-30 13:16:37 -05:00
Brian S. Stephan e1fe0eb4ca do splitting in DrBotServerConnection.privmsg 2010-07-30 08:01:45 -05:00
Brian S. Stephan cfc2923356 documentation TODO 2010-07-30 07:34:23 -05:00
Brian S. Stephan cb70310616 regex search in FactFile 2010-07-30 07:22:29 -05:00
Brian S. Stephan d7c7bd4ca4 TODO: regex search in FactFile 2010-07-29 23:55:26 -05:00
Brian S. Stephan 861c343f2b move save of config to separate method in IrcAdmin, save config when receiving ^C 2010-07-29 23:51:43 -05:00
Brian S. Stephan 331ca77337 yes, another TODO item 2010-07-29 23:24:55 -05:00
Brian S. Stephan 3d31d4f193 quit python when receiving quit from IRC 2010-07-29 23:19:17 -05:00
Brian S. Stephan 3119f99f1b another TODO regarding modularization: load/unload specific module via IRC 2010-07-29 23:13:53 -05:00
Brian S. Stephan 9191f25052 load modules at startup based on config file, remove that item from TODO 2010-07-29 23:13:15 -05:00
Brian S. Stephan 6cc9577570 last couple commits addressed two modularizing items in the TODO 2010-07-29 22:53:23 -05:00
Brian S. Stephan b5062171f9 add another TODO regarding quitting 2010-07-29 20:21:34 -05:00
Brian S. Stephan a4f88f6a79 more TODOs 2010-07-29 17:17:09 -05:00
Brian S. Stephan 41ba059ebb more TODO entries 2010-07-29 17:08:10 -05:00
Brian S. Stephan 7b8e04ca2d add TODO file 2010-07-29 17:01:52 -05:00