11 Commits (d0cf12aa860aceac8f93ae700c1226859b4b88e1)

Author SHA1 Message Date
  Ben Kurtovic 50f1f38fe3 list, not tuple 13 years ago
  Ben Kurtovic 5be9dea1d5 docstrings in Tasks command; make !task work with !tasks and !threads; make the afc_statistics task skeleton print kwargs in run() for testing 13 years ago
  Ben Kurtovic 7bbffaed92 cleaning up existing task skeletons and making task_name class-wide instead of instance-wide 13 years ago
  Ben Kurtovic 5756e99085 making task_name class-wide instead of instance-wide; better docs for BaseTask; slight cleanup in task_manager 13 years ago
  Ben Kurtovic 7311ae4bb8 switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length) 13 years ago
  Ben Kurtovic d57f2623d2 parse remaining parts of config.xml; getting rid of config.watcher and moving to irc/watcher_logic.py; convert irc/watcher.py and wiki/task_manager.py to new config system; other changes/fixes/whatever 13 years ago
  Ben Kurtovic 07ce4a38f2 message cleanup 13 years ago
  Ben Kurtovic 7caa07b4d8 make task sleep for a bit so I can catch it when active 13 years ago
  Ben Kurtovic ea83a59372 give ids of active tasks with .tasks listall; give start time of threads with .tasks list; fix in task_manager.py 13 years ago
  Ben Kurtovic 655fe78312 creating backbone for wiki-editing tasks: they can be spawned on a cron-like schedule with config/schedule.py, in response to certain edits in config/watcher.py, or through IRC (not implemented yet - I'll need to figure out permissions); task files are in wiki/tasks/, and the wiki-editing tools (think very simplified pywikipedia) will be in wiki/tools/ 13 years ago
  Ben Kurtovic f9a1a9e1d1 restructuring core bot components 13 years ago