24 Revize (434863dcd1478e59ff475414e032289397057a6d)

Autor SHA1 Zpráva Datum
  Ben Kurtovic 434863dcd1 Docstrings for everything in Site; some cleanup in Site/Functions. před 13 roky
  Ben Kurtovic 77c541a513 Accept gzipped data and decompress it in api_query(). před 13 roky
  Ben Kurtovic 612c9c8ff6 Major improvements to cookies, login/logout, and crosswiki support. před 13 roky
  Ben Kurtovic c7bbb21117 Improvements to Site and User by removing unnecessary API queries. před 13 roky
  Ben Kurtovic 575e975930 Bugfix in user.name() and user.exists(). před 13 roky
  Ben Kurtovic 74ddc5b702 More work on wikitools, now with improved API queries and login. před 13 roky
  Ben Kurtovic cafa9deedd More additions to wikitools, mostly in Site. před 13 roky
  Ben Kurtovic ffc63c38f6 New additions and changes to wikitools, mostly namespaces. před 13 roky
  Ben Kurtovic 6aa2370900 Exception and function cleanup in wikitools: před 13 roky
  Ben Kurtovic b290582dbf added a bunch of new methods to User in wikitools; added one user-related exception to wikitools; moved .get_rights() call in IRC command !rights to .get_groups(), because get_rights() now returns actual rights (thanks to the API) před 13 roky
  Ben Kurtovic 76113a3f6a Cleaning up slightly and adding some more methods: před 13 roky
  Ben Kurtovic f4219ffad0 More work on the early stages of wikitools: před 13 roky
  Ben Kurtovic edfa1d2d9e beginning wikitools core development with a few skeleton classes and one (nearly) working function, tools.get_site() (doesn't return a Site object yet) před 13 roky
  Ben Kurtovic 50f1f38fe3 list, not tuple před 13 roky
  Ben Kurtovic 5be9dea1d5 docstrings in Tasks command; make !task work with !tasks and !threads; make the afc_statistics task skeleton print kwargs in run() for testing před 13 roky
  Ben Kurtovic 7bbffaed92 cleaning up existing task skeletons and making task_name class-wide instead of instance-wide před 13 roky
  Ben Kurtovic 5756e99085 making task_name class-wide instead of instance-wide; better docs for BaseTask; slight cleanup in task_manager před 13 roky
  Ben Kurtovic 7311ae4bb8 switching from XML config to JSON config - it's just much easier to parse and little easier on the eyes (not to mention shorter in length) před 13 roky
  Ben Kurtovic d57f2623d2 parse remaining parts of config.xml; getting rid of config.watcher and moving to irc/watcher_logic.py; convert irc/watcher.py and wiki/task_manager.py to new config system; other changes/fixes/whatever před 13 roky
  Ben Kurtovic 07ce4a38f2 message cleanup před 13 roky
  Ben Kurtovic 7caa07b4d8 make task sleep for a bit so I can catch it when active před 13 roky
  Ben Kurtovic ea83a59372 give ids of active tasks with .tasks listall; give start time of threads with .tasks list; fix in task_manager.py před 13 roky
  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/ před 13 roky
  Ben Kurtovic f9a1a9e1d1 restructuring core bot components před 13 roky