Ben Kurtovic
|
868ad8eab8
|
Reorganizing functions in config.py; store User-Agent and IRC version in config; exception, docstring, and comment cleanup.
|
13 년 전 |
Ben Kurtovic
|
3405845303
|
minor fixes, cleanup, and general improvements
|
13 년 전 |
Ben Kurtovic
|
b0da4531b2
|
tons of improvements, import fixes, cleanup, etc
|
13 년 전 |
Ben Kurtovic
|
48b40c183a
|
Modifed the __version__ and __copyright__ strings of earwigbot.py slightly.
|
13 년 전 |
Ben Kurtovic
|
e11cbffa92
|
uh, right...
|
13 년 전 |
Ben Kurtovic
|
8e5af3dff8
|
import lib.blowfish in core.config and decrypt passwords correctly; Exception -> Error in custom config exception names
|
13 년 전 |
Ben Kurtovic
|
db0b125897
|
specify core/main.py as an absolute path, so we don't have to run 'python earwigbot.py' from within earwigbot/, but we can also do 'python /path/to/earwigbot.py'
|
13 년 전 |
Ben Kurtovic
|
a568ec6777
|
lots of work on config.py, earwigbot.py, and main.py; TODO: actually parse config files; convert components to new config format; make_new_config()
|
13 년 전 |
Ben Kurtovic
|
e96189593d
|
removed config check from earwigbot.py launcher
|
13 년 전 |
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/
|
13 년 전 |
Ben Kurtovic
|
acfbca3b1f
|
ugh *headdesk*
|
13 년 전 |
Ben Kurtovic
|
f9a1a9e1d1
|
restructuring core bot components
setting up threading and two IRC sockets
setting up watcher to report recent changes to a given list of channels on the main srver
code cleanup
|
13 년 전 |