Age | Commit message (Collapse) | Author | Files | Lines |
|
Add command-line options injecting individual cookies or cookie file
into Chrome. Provide default cookie file.
This changes the IRC bot’s command splitting to shlex.split, which
allows shell-like argument quoting.
Fixes #7.
|
|
Fixes #13. Event handler’s push() is async now.
|
|
Closes #16. Expose SiteLoader’s page idle changes through events and
move state tracking into controller event handler. Relies on tracking
time instead of asyncio event, which is more reliable.
|
|
The policy itself must be stateless, since there can be multiple
ExtractLinks events (which would cause DepthLimit to reduce its depth
every time).
|
|
Lots of copy&pasta. Unfortunately the controller uses asyncio.sleep in a
few places.
|