Ben Kurtovic
ce1e598421
Two minor changes
hace 12 años
Ben Kurtovic
4a2893715d
Merge branch 'feature/documentation' into develop
Resolved conflicts in __init__.py and managers.py
hace 12 años
Ben Kurtovic
8d0a50970e
More reference fixes
hace 12 años
Ben Kurtovic
4aac14c3e1
Fixed some references, etc
hace 12 años
Ben Kurtovic
e4e9356d54
API docs
hace 12 años
Ben Kurtovic
17e29a1b84
Updates to wiki toolset documentation
hace 12 años
Ben Kurtovic
c51c83e94e
More documentation updates
hace 12 años
Ben Kurtovic
035f7b80fc
Use Sphinx magic; typo fixes
hace 12 años
Ben Kurtovic
dfb4183e69
Adding docs/
hace 12 años
Ben Kurtovic
80091b2de3
Updating README and class docstrings throughout wiki toolset
* Much of the documentation doesn't match the code; code will be
updated in develop soon
hace 12 años
Ben Kurtovic
97e31b8a5d
RC objects are now work correctly for non-enwiki sites
hace 12 años
Ben Kurtovic
b2a3cedd9f
Fix !help <command>
hace 12 años
Ben Kurtovic
97c1710acf
Minor logic fix
hace 12 años
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
hace 12 años
Ben Kurtovic
b35b640268
Merge branch 'feature/external-blowfish' into develop
hace 12 años
Ben Kurtovic
a8da1245b7
Fix wiki password
hace 12 años
Ben Kurtovic
1fc9028294
Adjust imports
hace 12 años
Ben Kurtovic
e67ea9a91f
Replacing custom Blowfish implementation with pycrypto
hace 12 años
Ben Kurtovic
025a7b3e37
More minor unicode fixes
hace 12 años
Ben Kurtovic
00ae6f8e46
Code cleanup and bugfixes
hace 12 años
Ben Kurtovic
f84747800c
Bugfixes, pyflakes compliance etc
hace 12 años
Ben Kurtovic
f5f41ed75b
Catch errors when updating or tracking so it doesn't stop the whole task
hace 12 años
Ben Kurtovic
4c9b541fac
Properly urlencode when we're dealing with unicode objects
hace 12 años
Ben Kurtovic
453059c217
Thread safety in Site, bugfix in Category, cleanup in Page
hace 12 años
Ben Kurtovic
d8ab0f3539
autoping and autoreconnect for site connections
hace 12 años
Ben Kurtovic
9eb85f1b6f
Update docs, including README.rst (almost done)
hace 12 años
Ben Kurtovic
af146bf070
Round time in "throttled" log msg so it's a bit more realistic
hace 12 años
Ben Kurtovic
91c344d6d6
Missed a Unicode bug
hace 12 años
Ben Kurtovic
b066be95d6
Fix
hace 12 años
Ben Kurtovic
dc82a2f8a6
Sites use their own logger instead of sharing one with the toolset
hace 12 años
Ben Kurtovic
f86af84903
Cache site objects internally
hace 12 años
Ben Kurtovic
0c7a7c383c
Removed some old debugging code
hace 12 años
Ben Kurtovic
f698981aa3
Break up Site._api_query() into three methods for readability
hace 12 años
Ben Kurtovic
14c9950753
Support for wait_between_queries in Sites
hace 12 años
Ben Kurtovic
b817dc725f
Minor fix
hace 12 años
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.
hace 12 años
Ben Kurtovic
5e823b718b
Small fix
hace 12 años
Ben Kurtovic
a1b3c28aa4
Merge branch 'feature/git-command' into develop
hace 12 años
Ben Kurtovic
099d91e1c7
Log !git actions
hace 12 años
Ben Kurtovic
c5a74254e7
Fix status subcommand again.
hace 12 años
Ben Kurtovic
21983438b3
float->int fix; colorize branches in pull
hace 12 años
Ben Kurtovic
5c98633064
Updates to status subcommand
hace 12 años
Ben Kurtovic
2fd7e9eaa3
Minor bugfixes
hace 12 años
Ben Kurtovic
e2d6aae0f5
Fix get_repos(); update help subcommand
hace 12 años
Ben Kurtovic
da46922c9f
Update !git to use GitPython
hace 12 años
Ben Kurtovic
f7f490702b
Merge branch 'develop' into feature/documentation
hace 12 años
Ben Kurtovic
dfb3e39295
Merge branch 'feature/package-ify' into develop
hace 12 años
Ben Kurtovic
27848087cc
Daemonize task threads; clean up logging
hace 12 años
Ben Kurtovic
9100c3fedd
Cleaning up util a bit
hace 12 años
Ben Kurtovic
a97670262b
More helpful logging; support for !parts with messages
hace 12 años