35 Revīzijas (a73f618e0aec26efdc28b85ae824911e1b9536c1)

Autors SHA1 Ziņojums Datums
  Ben Kurtovic a73f618e0a Initial conversion to Python 3 pirms 3 gadiem
  Ben Kurtovic 5534a46c55 Add an unload hook for commands and tasks. pirms 8 gadiem
  Ben Kurtovic a17f0ec47b Add a 'part' hook. Updates. pirms 8 gadiem
  Ben Kurtovic 4e8be871b7 Update copyright year for 2015. pirms 9 gadiem
  Ben Kurtovic 39d5c7c149 Update copyright notices for 2014. pirms 10 gadiem
  Ben Kurtovic ed95c99f0e Update email address. pirms 10 gadiem
  Ben Kurtovic 0b7a13eca5 Update copyright notices for 2013. pirms 11 gadiem
  Ben Kurtovic 6be8fb48dd Cleaning up project-wide copyright notices. pirms 12 gadiem
  Ben Kurtovic a07920506c __repr__ and __str__ for all classes (22) pirms 12 gadiem
  Ben Kurtovic f7ffd68056 Support hiding certain logs (e.g. ones containing passwords). pirms 12 gadiem
  Ben Kurtovic 78ac1b8a80 Tons of refactoring, miscellaneous cleanup, and improvements. pirms 12 gadiem
  Ben Kurtovic b34dd94f0d Command.commands; small change in managers; !time pirms 12 gadiem
  Ben Kurtovic cfdfc49d78 Command.setup() like Task.setup(); config.commands like config.tasks pirms 12 gadiem
  Ben Kurtovic 0785372015 Removing extra whitespace in a ton of files pirms 12 gadiem
  Ben Kurtovic d4dab49873 More docstring revisions (reST-ifying, cleanup, clarifications) pirms 12 gadiem
  Ben Kurtovic b3c0869db2 Misc additions, cleanup, and fixes, including: pirms 12 gadiem
  Ben Kurtovic 9eb85f1b6f Update docs, including README.rst (almost done) pirms 12 gadiem
  Ben Kurtovic a97670262b More helpful logging; support for !parts with messages pirms 12 gadiem
  Ben Kurtovic 30e9d30f9f Using function aliases whenever possible; !join and !part pirms 12 gadiem
  Ben Kurtovic cc6a4c6b99 Release manager's _resource_access_lock before processing a command so it can reload itself pirms 12 gadiem
  Ben Kurtovic 0c6f627e43 Move Command+TaskManagers to a common earwigbot.managers module pirms 12 gadiem
  Ben Kurtovic 03062e808b Wrote the command-line utility, added logging levels, improved Bot organization pirms 12 gadiem
  Ben Kurtovic e473653507 Updates to setup.py, unit tests, and logging pirms 12 gadiem
  Ben Kurtovic 60b52f6aeb __iter__ for Command+TaskManager instead of get_all() pirms 12 gadiem
  Ben Kurtovic 8a7eb798a3 Fix all references to earwigbot.config.config; update SitesDBManager pirms 12 gadiem
  Ben Kurtovic 2211acc81d Update TaskManager implementation pirms 12 gadiem
  Ben Kurtovic 079b424eca Fixing up !restart and !reload a bit pirms 12 gadiem
  Ben Kurtovic d901a252bb More cleanup for IRC stuff pirms 12 gadiem
  Ben Kurtovic abe58a07f6 CommandManager as attr of Bot, plus cleanup pirms 12 gadiem
  Ben Kurtovic 424a954af6 Moving rest of earwigbot.classes to earwigbot.tasks pirms 12 gadiem
  Ben Kurtovic 1d02af98fa Relocate BaseCommand to earwigbot.commands; _CommandManager class pirms 12 gadiem
  Ben Kurtovic 2da906109b Copyright update for 2012. pirms 12 gadiem
  Ben Kurtovic bff00f9b28 Restruturing codebase to be a bit more Pythonic. pirms 12 gadiem
  Ben Kurtovic d08c56f594 Using logging throughout the bot now pirms 12 gadiem
  Ben Kurtovic 39a4d22620 task loading and running both work now, including the schedule and !tasks command\nbot restructuring should be complete - woo! pirms 13 gadiem
  Ben Kurtovic 99d0e7588f loading commands now works, along with 'help' and 'test'; docstring fixes, etc pirms 13 gadiem
  Ben Kurtovic 8c6fb2e8ba more cleanup, improvements, fixes, whatever; restructured command files, but haven't done all of them yet pirms 13 gadiem
  Ben Kurtovic b0da4531b2 tons of improvements, import fixes, cleanup, etc pirms 13 gadiem
  Ben Kurtovic 68af0e796f restructuring everything for unit tests, etc; bot doesn't work anymore, but I'll fix that in a bit pirms 13 gadiem
  Ben Kurtovic 87d3e9a74a more nitpicking pirms 13 gadiem
  Ben Kurtovic e429c9270b some careless errors, and giving command name in traceback pirms 13 gadiem
  Ben Kurtovic 20ffe4b55a hopefully catch command exceptions properly this time pirms 13 gadiem
  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/ pirms 13 gadiem
  Ben Kurtovic 36801bda6a alphabetically sort list of files when loading command modules pirms 13 gadiem
  Ben Kurtovic eee571879c commands now support multiple hooks pirms 13 gadiem
  Ben Kurtovic c81e0e2260 rmv unnecessary silent param; unused pirms 13 gadiem
  Ben Kurtovic 76c3d9dd3e renaming triggers.py to command_handler.py pirms 13 gadiem
  Ben Kurtovic e743734bac redoing irc command management: rewriting triggers and creating a BaseCommand class, also some changes to Data and Connection pirms 13 gadiem
  Ben Kurtovic a7d8faa0a0 fix by moving aliases to help pirms 13 gadiem
  Ben Kurtovic 50ef200a22 support command aliases in bot help pirms 13 gadiem