Ben Kurtovic
4e2580e2c1
Unicode fixes and misc cleanup to toolset and tasks
- Category.members() -> Category.get_members()
- Category.get_members() now fully abides by the limit, which defaults
to None for SQL and 50 for the API.
- Category.get_members() always returns unicode objects instead of
strings for page titles.
- afc_statistics: Fixed a frustrating Unicode bug.
há 12 anos
Ben Kurtovic
5e823b718b
Small fix
há 12 anos
Ben Kurtovic
a1b3c28aa4
Merge branch 'feature/git-command' into develop
há 12 anos
Ben Kurtovic
099d91e1c7
Log !git actions
há 12 anos
Ben Kurtovic
c5a74254e7
Fix status subcommand again.
há 12 anos
Ben Kurtovic
21983438b3
float->int fix; colorize branches in pull
há 12 anos
Ben Kurtovic
5c98633064
Updates to status subcommand
há 12 anos
Ben Kurtovic
2fd7e9eaa3
Minor bugfixes
há 12 anos
Ben Kurtovic
e2d6aae0f5
Fix get_repos(); update help subcommand
há 12 anos
Ben Kurtovic
da46922c9f
Update !git to use GitPython
há 12 anos
Ben Kurtovic
dfb3e39295
Merge branch 'feature/package-ify' into develop
há 12 anos
Ben Kurtovic
27848087cc
Daemonize task threads; clean up logging
há 12 anos
Ben Kurtovic
9100c3fedd
Cleaning up util a bit
há 12 anos
Ben Kurtovic
a97670262b
More helpful logging; support for !parts with messages
há 12 anos
Ben Kurtovic
30e9d30f9f
Using function aliases whenever possible; !join and !part
há 12 anos
Ben Kurtovic
08fb35eefe
Fix small bug in shutdown code
há 12 anos
Ben Kurtovic
c3fa92269d
Quitting works completely now; bugfixes
há 12 anos
Ben Kurtovic
fbada5c69a
Minor cleanup, additions, and bugfixes
há 12 anos
Ben Kurtovic
cc6a4c6b99
Release manager's _resource_access_lock before processing a command so it can reload itself
há 12 anos
Ben Kurtovic
6373eea1f7
docstrings in Bot; daemonize wiki_scheduler
há 12 anos
Ben Kurtovic
eead11ffb6
Docstrings and cleanup in earwigbot.managers
há 12 anos
Ben Kurtovic
03fe3305d9
Avoid duplicating code thanks to _BaseManager
há 12 anos
Ben Kurtovic
0c6f627e43
Move Command+TaskManagers to a common earwigbot.managers module
há 12 anos
Ben Kurtovic
03062e808b
Wrote the command-line utility, added logging levels, improved Bot organization
- Fixed loading bugs in CommandLoader and TaskLoader
há 12 anos
Ben Kurtovic
362db3d1c8
git version info, logging updates, utility
há 12 anos
Ben Kurtovic
54739d5553
Update references to Wiki Toolset, plus other fixes
há 12 anos
Ben Kurtovic
e473653507
Updates to setup.py, unit tests, and logging
há 12 anos
Ben Kurtovic
45a472c2ef
setup.py should be good now
há 12 anos
Ben Kurtovic
0234d8ce63
Docstring updates; watcher's process() now takes Bot object
há 12 anos
Ben Kurtovic
60b52f6aeb
__iter__ for Command+TaskManager instead of get_all()
há 12 anos
Ben Kurtovic
535e4efab6
Update references to CommandManager and TaskManager
há 12 anos
Ben Kurtovic
8a7eb798a3
Fix all references to earwigbot.config.config; update SitesDBManager
há 12 anos
Ben Kurtovic
2211acc81d
Update TaskManager implementation
há 12 anos
Ben Kurtovic
079b424eca
Fixing up !restart and !reload a bit
há 12 anos
Ben Kurtovic
d901a252bb
More cleanup for IRC stuff
há 12 anos
Ben Kurtovic
abe58a07f6
CommandManager as attr of Bot, plus cleanup
há 12 anos
Ben Kurtovic
117eccc35d
Beginning work ( #16 )
há 12 anos
Ben Kurtovic
9e5805c6cf
Raise the correct exception if the site isn't found
há 12 anos
Ben Kurtovic
b320effdf2
Fix in _get_site_name_from_sitesdb()
há 12 anos
Ben Kurtovic
f886729df5
Merge branch 'feature/sitesdb' into develop
há 12 anos
Ben Kurtovic
7edfb0b1af
Re-organize SitesDB code; protocol-relative URLs
há 12 anos
Ben Kurtovic
4a1cb41162
get_site(), add_site(), remove_site() implemented
há 12 anos
Ben Kurtovic
30b1b99a13
Cleaned up boolean logic a bit.
há 12 anos
Ben Kurtovic
69b7cb1a78
Keep dynamic module in an attr so it doesn't get dealloc'd
há 12 anos
Ben Kurtovic
556789524a
Fix importing dynamic module from config
há 12 anos
Ben Kurtovic
9d97649ffd
Merge branch 'feature/yaml' into develop
há 12 anos
Ben Kurtovic
65a01c66b5
Removed earwigbot.rules; moved its contents to config.yml
há 12 anos
Ben Kurtovic
76d1af164c
str->int key conversion no longer necessary
há 12 anos
Ben Kurtovic
1db6504c56
Fixed a tiny merge bug
há 12 anos
Ben Kurtovic
8f193c9953
Fixing references to the config file
há 12 anos