Ben Kurtovic
|
14d7b62e11
|
sleep before joining and add a mode() function to Connection: thanks DeltaQuad
|
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
|
2350ba9cef
|
config/irc_config.py -> config/irc.py; secure_config.py -> secure.py; update in files
|
13 роки тому |
Ben Kurtovic
|
a1b4c72473
|
store the entire line in data as data.line; better explanation for irc_config.AFC_CHANS
|
13 роки тому |
Ben Kurtovic
|
76c3d9dd3e
|
renaming triggers.py to command_handler.py
|
13 роки тому |
Ben Kurtovic
|
e743734bac
|
redoing irc command management: rewriting triggers and creating a BaseCommand class, also some changes to Data and Connection
|
13 роки тому |
Ben Kurtovic
|
38ca184268
|
adding channel operation functions (voice, devoice, op, deop)
separate owners and admins in config
fix incomplete docstring in watcher.py
|
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 роки тому |