Ben Kurtovic
b3c0869db2
Misc additions, cleanup, and fixes, including:
* Support for starting commands using the bot's name
* Moved _wrap_check and _wrap_process to the CommandManager
* Removed extra sortkey in afc_statistics
před 12 roky
Ben Kurtovic
b35b640268
Merge branch 'feature/external-blowfish' into develop
před 12 roky
Ben Kurtovic
a8da1245b7
Fix wiki password
před 12 roky
Ben Kurtovic
1fc9028294
Adjust imports
před 12 roky
Ben Kurtovic
e67ea9a91f
Replacing custom Blowfish implementation with pycrypto
před 12 roky
Ben Kurtovic
025a7b3e37
More minor unicode fixes
před 12 roky
Ben Kurtovic
00ae6f8e46
Code cleanup and bugfixes
před 12 roky
Ben Kurtovic
f84747800c
Bugfixes, pyflakes compliance etc
před 12 roky
Ben Kurtovic
f5f41ed75b
Catch errors when updating or tracking so it doesn't stop the whole task
před 12 roky
Ben Kurtovic
4c9b541fac
Properly urlencode when we're dealing with unicode objects
před 12 roky
Ben Kurtovic
453059c217
Thread safety in Site, bugfix in Category, cleanup in Page
před 12 roky
Ben Kurtovic
d8ab0f3539
autoping and autoreconnect for site connections
před 12 roky
Ben Kurtovic
af146bf070
Round time in "throttled" log msg so it's a bit more realistic
před 12 roky
Ben Kurtovic
91c344d6d6
Missed a Unicode bug
před 12 roky
Ben Kurtovic
b066be95d6
Fix
před 12 roky
Ben Kurtovic
dc82a2f8a6
Sites use their own logger instead of sharing one with the toolset
před 12 roky
Ben Kurtovic
f86af84903
Cache site objects internally
před 12 roky
Ben Kurtovic
0c7a7c383c
Removed some old debugging code
před 12 roky
Ben Kurtovic
f698981aa3
Break up Site._api_query() into three methods for readability
před 12 roky
Ben Kurtovic
14c9950753
Support for wait_between_queries in Sites
před 12 roky
Ben Kurtovic
b817dc725f
Minor fix
před 12 roky
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.
před 12 roky
Ben Kurtovic
5e823b718b
Small fix
před 12 roky
Ben Kurtovic
a1b3c28aa4
Merge branch 'feature/git-command' into develop
před 12 roky
Ben Kurtovic
099d91e1c7
Log !git actions
před 12 roky
Ben Kurtovic
c5a74254e7
Fix status subcommand again.
před 12 roky
Ben Kurtovic
21983438b3
float->int fix; colorize branches in pull
před 12 roky
Ben Kurtovic
5c98633064
Updates to status subcommand
před 12 roky
Ben Kurtovic
2fd7e9eaa3
Minor bugfixes
před 12 roky
Ben Kurtovic
e2d6aae0f5
Fix get_repos(); update help subcommand
před 12 roky
Ben Kurtovic
da46922c9f
Update !git to use GitPython
před 12 roky
Ben Kurtovic
dfb3e39295
Merge branch 'feature/package-ify' into develop
před 12 roky
Ben Kurtovic
27848087cc
Daemonize task threads; clean up logging
před 12 roky
Ben Kurtovic
9100c3fedd
Cleaning up util a bit
před 12 roky
Ben Kurtovic
a97670262b
More helpful logging; support for !parts with messages
před 12 roky
Ben Kurtovic
30e9d30f9f
Using function aliases whenever possible; !join and !part
před 12 roky
Ben Kurtovic
08fb35eefe
Fix small bug in shutdown code
před 12 roky
Ben Kurtovic
c3fa92269d
Quitting works completely now; bugfixes
před 12 roky
Ben Kurtovic
fbada5c69a
Minor cleanup, additions, and bugfixes
před 12 roky
Ben Kurtovic
cc6a4c6b99
Release manager's _resource_access_lock before processing a command so it can reload itself
před 12 roky
Ben Kurtovic
6373eea1f7
docstrings in Bot; daemonize wiki_scheduler
před 12 roky
Ben Kurtovic
eead11ffb6
Docstrings and cleanup in earwigbot.managers
před 12 roky
Ben Kurtovic
03fe3305d9
Avoid duplicating code thanks to _BaseManager
před 12 roky
Ben Kurtovic
0c6f627e43
Move Command+TaskManagers to a common earwigbot.managers module
před 12 roky
Ben Kurtovic
03062e808b
Wrote the command-line utility, added logging levels, improved Bot organization
- Fixed loading bugs in CommandLoader and TaskLoader
před 12 roky
Ben Kurtovic
362db3d1c8
git version info, logging updates, utility
před 12 roky
Ben Kurtovic
54739d5553
Update references to Wiki Toolset, plus other fixes
před 12 roky
Ben Kurtovic
e473653507
Updates to setup.py, unit tests, and logging
před 12 roky
Ben Kurtovic
45a472c2ef
setup.py should be good now
před 12 roky
Ben Kurtovic
0234d8ce63
Docstring updates; watcher's process() now takes Bot object
před 12 roky