Ben Kurtovic
c1777b7037
Minor fix
12 years ago
Ben Kurtovic
60da4423e2
Property-ify User; docstring cleanup
12 years ago
Ben Kurtovic
ea1f416195
Update methods to attributes; some other changes
12 years ago
Ben Kurtovic
1e0e9e3dd8
Cleanup docstrings in Page
12 years ago
Ben Kurtovic
ed55ed1319
Update Page API to match documentation
12 years ago
Ben Kurtovic
c22cc2dc5e
Docstring cleanup for more modules
12 years ago
Ben Kurtovic
3cc62b4482
Docstring updates in Site
12 years ago
Ben Kurtovic
513bfb0993
Property-ify Site
12 years ago
Ben Kurtovic
6efebbfa43
Merge branch 'feature/exceptions' into develop
12 years ago
Ben Kurtovic
443f0a5e72
Improve exception docstrings
12 years ago
Ben Kurtovic
1b88f63d27
Moving two exceptions out of earwigbot.irc
12 years ago
Ben Kurtovic
25f31124db
earwigbot.wiki.exceptions -> earwigbot.exceptions; cleanup
12 years ago
Ben Kurtovic
ce1e598421
Two minor changes
12 years ago
Ben Kurtovic
4a2893715d
Merge branch 'feature/documentation' into develop
Resolved conflicts in __init__.py and managers.py
12 years ago
Ben Kurtovic
8d0a50970e
More reference fixes
12 years ago
Ben Kurtovic
4aac14c3e1
Fixed some references, etc
12 years ago
Ben Kurtovic
e4e9356d54
API docs
12 years ago
Ben Kurtovic
17e29a1b84
Updates to wiki toolset documentation
12 years ago
Ben Kurtovic
c51c83e94e
More documentation updates
12 years ago
Ben Kurtovic
035f7b80fc
Use Sphinx magic; typo fixes
12 years ago
Ben Kurtovic
dfb4183e69
Adding docs/
12 years ago
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
12 years ago
Ben Kurtovic
97e31b8a5d
RC objects are now work correctly for non-enwiki sites
12 years ago
Ben Kurtovic
b2a3cedd9f
Fix !help <command>
12 years ago
Ben Kurtovic
97c1710acf
Minor logic fix
12 years ago
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
12 years ago
Ben Kurtovic
b35b640268
Merge branch 'feature/external-blowfish' into develop
12 years ago
Ben Kurtovic
a8da1245b7
Fix wiki password
12 years ago
Ben Kurtovic
1fc9028294
Adjust imports
12 years ago
Ben Kurtovic
e67ea9a91f
Replacing custom Blowfish implementation with pycrypto
12 years ago
Ben Kurtovic
025a7b3e37
More minor unicode fixes
12 years ago
Ben Kurtovic
00ae6f8e46
Code cleanup and bugfixes
12 years ago
Ben Kurtovic
f84747800c
Bugfixes, pyflakes compliance etc
12 years ago
Ben Kurtovic
f5f41ed75b
Catch errors when updating or tracking so it doesn't stop the whole task
12 years ago
Ben Kurtovic
4c9b541fac
Properly urlencode when we're dealing with unicode objects
12 years ago
Ben Kurtovic
453059c217
Thread safety in Site, bugfix in Category, cleanup in Page
12 years ago
Ben Kurtovic
d8ab0f3539
autoping and autoreconnect for site connections
12 years ago
Ben Kurtovic
9eb85f1b6f
Update docs, including README.rst (almost done)
12 years ago
Ben Kurtovic
af146bf070
Round time in "throttled" log msg so it's a bit more realistic
12 years ago
Ben Kurtovic
91c344d6d6
Missed a Unicode bug
12 years ago
Ben Kurtovic
b066be95d6
Fix
12 years ago
Ben Kurtovic
dc82a2f8a6
Sites use their own logger instead of sharing one with the toolset
12 years ago
Ben Kurtovic
f86af84903
Cache site objects internally
12 years ago
Ben Kurtovic
0c7a7c383c
Removed some old debugging code
12 years ago
Ben Kurtovic
f698981aa3
Break up Site._api_query() into three methods for readability
12 years ago
Ben Kurtovic
14c9950753
Support for wait_between_queries in Sites
12 years ago
Ben Kurtovic
b817dc725f
Minor fix
12 years ago
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.
12 years ago
Ben Kurtovic
5e823b718b
Small fix
12 years ago
Ben Kurtovic
a1b3c28aa4
Merge branch 'feature/git-command' into develop
12 years ago