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 (
Collapse
)
Author
Age
Files
Lines
*
store and expose reconnection timers on IRCBot.reconnections
jesopo
2019-09-01
1
-1
/
+7
|
*
v1.11.1 release
jesopo
2019-08-30
1
-1
/
+1
|
*
switch to using signal.setitimer so we can restore previous timer
jesopo
2019-08-30
1
-1
/
+7
|
*
switch utils.deadline to a context manager
jesopo
2019-08-30
1
-5
/
+8
|
*
add utils.deadline(func, seconds) to put hard limits on code exec time
jesopo
2019-08-30
1
-1
/
+15
|
*
Add IntRangeSetting, reorder OptionsSetting arg order
jesopo
2019-08-30
1
-1
/
+18
|
*
Logging.BitBotFormatter no longer uses the format it's given (always iso8601)
jesopo
2019-08-30
1
-3
/
+1
|
*
round microseconds up to a whole number and zero-pad to 3 chars
jesopo
2019-08-30
1
-1
/
+2
|
*
Don't use 'Z' for "utc timezone" - actually parse timezone out of datetimes
jesopo
2019-08-30
1
-7
/
+14
|
*
v1.11.0 release
jesopo
2019-08-15
1
-1
/
+1
|
*
should only return a BufferLineMatch when we actually match
jesopo
2019-08-15
1
-1
/
+1
|
*
Update CHANGELOG.md, bump version to v1.11.0-rc3
jesopo
2019-08-14
1
-1
/
+1
|
*
forgot to update IRCBot.VERSION to v1.11.0-rc2
jesopo
2019-08-13
1
-1
/
+1
|
*
return matching string from buffer.find() as most uses were redundantly regexing
jesopo
2019-08-13
1
-8
/
+15
|
*
v1.11.0-rc1 release
jesopo
2019-08-09
1
-1
/
+1
|
*
Remove extraneous space
jesopo
2019-08-07
1
-1
/
+0
|
*
Allow bypass of content-type check in utils.http.request
jesopo
2019-08-05
1
-3
/
+3
|
*
not all HTTP responses have content-type
jesopo
2019-08-02
1
-1
/
+1
|
*
pull `priority` out of `kwargs` in _hook
jesopo
2019-07-30
1
-0
/
+4
|
*
Revert "hook priority position should default to 0, not end"
jesopo
2019-07-30
1
-4
/
+5
|
|
|
|
This reverts commit ff0cc59507249da262535895129d9ec3258b56a5.
*
Revert "we should be checking if the new hook has a higher priority"
jesopo
2019-07-30
1
-1
/
+1
|
|
|
|
This reverts commit b145e664e1c26322c916783b910050b7393fdb83.
*
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
jesopo
2019-07-28
2
-9
/
+29
|
|
|
|
closes #108
*
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
|
[next]