index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
pull `priority` out of `kwargs` in _hook
jesopo
2019-07-30
1
-0
/
+4
*
Revert "hook priority position should default to 0, not end"
•••
This reverts commit ff0cc59507249da262535895129d9ec3258b56a5.
jesopo
2019-07-30
1
-4
/
+5
*
Revert "we should be checking if the new hook has a higher priority"
•••
This reverts commit b145e664e1c26322c916783b910050b7393fdb83.
jesopo
2019-07-30
1
-1
/
+1
*
we should be checking if the new hook has a higher priority
jesopo
2019-07-30
1
-1
/
+1
*
hook priority position should default to 0, not end
jesopo
2019-07-30
1
-5
/
+4
*
`source` should have ':' appended
jesopo
2019-07-28
1
-1
/
+1
*
Remove debug print
jesopo
2019-07-28
1
-1
/
+0
*
move socket creation to it's own function, send event just prior to .connect
jesopo
2019-07-28
2
-2
/
+6
*
'name' -> 'key' (copypaste fail)
jesopo
2019-07-28
1
-2
/
+2
*
Refactor hook kwargs to be stored as a list of tuples to support key duplicates
•••
closes #108
jesopo
2019-07-28
2
-9
/
+29
*
switch to function/module magic being a single object
jesopo
2019-07-26
3
-26
/
+43
*
add set_throttle(lines, seconds) function to tweak throttle per-server
jesopo
2019-07-23
1
-3
/
+10
*
Only fill throttle when buffer is empty
jesopo
2019-07-22
1
-1
/
+1
*
gotta str()-ify `kwargs` before logging it
jesopo
2019-07-15
1
-2
/
+2
*
don't silently truncate at newline in IRCLine.ParsedLine.truncate()
jesopo
2019-07-15
1
-2
/
+9
*
src/EventManager.py: fix typo defualt -> default
Mikaela Suomalainen
2019-07-13
1
-2
/
+2
*
add --remove-server/-R cli arg
jesopo
2019-07-12
1
-0
/
+6
*
'self.channels' -> 'self._channels'
jesopo
2019-07-11
1
-1
/
+1
*
Return new Timers
jesopo
2019-07-09
1
-10
/
+12
*
Allow Timer objects to be cancelled
jesopo
2019-07-09
1
-3
/
+5
*
asyncio.gather -> asyncio.wait (with timeout)
jesopo
2019-07-08
1
-1
/
+1
*
tell asyncio.gather which loop to use
jesopo
2019-07-08
1
-1
/
+1
*
close event loop when we're done with it (request_many())
jesopo
2019-07-08
1
-1
/
+2
*
Don't try/except async http exceptions
jesopo
2019-07-08
1
-5
/
+1
*
switch request_many() to use asyncio.gather
jesopo
2019-07-08
1
-14
/
+18
*
catch async exceptions in utils.http.request_many()
jesopo
2019-07-08
1
-1
/
+6
*
add missing schema in utils.http.sanitise_url, use in rss.py
jesopo
2019-07-08
1
-0
/
+3
*
switch to using asyncio's event loop
jesopo
2019-07-08
1
-6
/
+7
*
implement utils.http.request_many as a tonado ioloop yield
jesopo
2019-07-08
1
-1
/
+19
*
"paramatered" -> "parametered"
jesopo
2019-07-04
2
-2
/
+2
*
Add !editserver command
jesopo
2019-07-04
1
-0
/
+6
*
threading.Lock() around any access to _write_buffer
jesopo
2019-07-04
1
-22
/
+26
*
return parsed modes from IRCChannel.parse_modes, pass through mode events
jesopo
2019-07-03
1
-4
/
+13
*
url_validate() -> url_sanitise()
jesopo
2019-07-02
1
-1
/
+1
*
Add utils.http.url_validate() for best-effort url tidying
jesopo
2019-07-02
1
-0
/
+16
*
fixed capabilities
jan6
2019-07-01
1
-1
/
+1
*
Implemnt _options_factory for OptionsSetting to have dynamic options
jesopo
2019-06-29
2
-13
/
+25
*
Automatically format `example` text for OptionsSetting (showing options)
jesopo
2019-06-29
1
-1
/
+15
*
Setting.__init__ call in OptionsSetting ctor needs `self` param
jesopo
2019-06-28
1
-1
/
+1
*
Implement utils.OptionsSetting
jesopo
2019-06-28
1
-0
/
+12
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-15
/
+29
*
message arg for HTTPWrongContentTypeException/HTTPParsingException
jesopo
2019-06-28
1
-5
/
+5
*
Give descriptions to utils.http.HTTPException subclasses
jesopo
2019-06-27
1
-2
/
+6
*
add CaseInsensitiveDict.__contains__
jesopo
2019-06-26
1
-0
/
+2
*
add `allow_redirects` kwarg to utils.http.request()
jesopo
2019-06-26
1
-0
/
+2
*
implement @utils.kwarg() magic, use it for command.regex hooks
jesopo
2019-06-26
3
-4
/
+22
*
Update IRCBot `except queue.Empty` comment
jesopo
2019-06-26
1
-4
/
+1
*
Re-add EventManager check to prevent _call() outside main thread
jesopo
2019-06-26
1
-0
/
+3
*
Refactor EventManager to only hold hooks on a root object
jesopo
2019-06-26
6
-259
/
+133
*
Add system to have multiple url shorteners and chose which to use
jesopo
2019-06-25
1
-0
/
+12
[next]