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
...
*
v1.8.0 release
jesopo
2019-06-03
3
-9
/
+9
|
*
Hold on to BATCH args, allow event hooks to manipulate batches
jesopo
2019-06-02
1
-2
/
+3
|
*
fix some CAP related type hints
jesopo
2019-06-02
2
-5
/
+8
|
*
Remove IRCSendBatch, fix some batch-related type hints
jesopo
2019-06-02
2
-24
/
+6
|
*
check if we should enable write throttling before writing, clear _recent_sends
jesopo
2019-06-01
1
-3
/
+6
|
|
|
|
when we turn on throttling and only "turn on" throttling once
*
add __str__ and __repr__ defs to IRCLine.ParsedLine
jesopo
2019-06-01
1
-0
/
+5
|
*
add 'module-blacklist/whitelist' to bot.conf - use that as well as DB setting
jesopo
2019-06-01
1
-2
/
+12
|
*
list()-ify `filter()` return, otherwise boolean checks against it are wrong
jesopo
2019-06-01
1
-1
/
+2
|
*
available_capability returns `str` - fix type hint for this
jesopo
2019-06-01
1
-1
/
+1
|
*
Only enable write throttling when _write_buffer is empty
jesopo
2019-05-31
1
-3
/
+8
|
|
|
|
closes #59
*
More explicitly require `throttle_done()` only for `_queued_lines`
jesopo
2019-05-31
2
-1
/
+4
|
*
Log server name when we see a _send failure
jesopo
2019-05-30
1
-1
/
+7
|
*
Make labeled-resposnes it's own module, tag and track every sent line
jesopo
2019-05-30
2
-1
/
+8
|
*
Immutable arg default values leads to weird data persistence
jesopo
2019-05-30
1
-1
/
+1
|
*
Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwise
jesopo
2019-05-29
1
-0
/
+1
|
*
Switch resume.py to use the last `server-time` it saw, not last .recv()
jesopo
2019-05-29
1
-3
/
+0
|
*
Pass str object to BeautifulSoup, not bytes. closes #56
jesopo
2019-05-28
1
-4
/
+3
|
*
append ".py" when doing find_module on ModuleType.FILE
jesopo
2019-05-27
1
-0
/
+2
|
*
set `changed = True` when we pop a module with no dependencies left
jesopo
2019-05-27
1
-1
/
+2
|
*
Throw an exception when we detect a complex circular dependency
jesopo
2019-05-27
1
-0
/
+5
|
*
Enable TCP keepalives
jesopo
2019-05-27
1
-0
/
+1
|
*
Only check for unknown dependencies once
jesopo
2019-05-26
1
-6
/
+14
|
*
Only iterate a module's deps, not all modules, when checking for circular deps
jesopo
2019-05-26
1
-6
/
+6
|
*
'cicular' -> 'circular', words are hard
jesopo
2019-05-26
1
-2
/
+2
|
*
'cycular' -> 'cicular'
jesopo
2019-05-26
1
-1
/
+1
|
*
Add basic comments for dependency-sorting system
jesopo
2019-05-25
1
-0
/
+3
|
*
Implement ordering modules by `depends-on` hashflag
jesopo
2019-05-25
1
-10
/
+45
|
*
Fix utils.parse.hashflags type hints
jesopo
2019-05-25
2
-4
/
+5
|
*
Refactor ModuleManager
jesopo
2019-05-25
1
-46
/
+83
|
*
Don't store hashflags as a dict before returning them - allow duplicate keys
jesopo
2019-05-25
1
-3
/
+3
|
*
Store IRCSocket connect_time, show bytes read/write per second in stats.py
jesopo
2019-05-24
1
-1
/
+3
|
*
Bump version to v1.7.1
jesopo
2019-05-24
1
-1
/
+1
|
*
Bump version to v1.7.0
jesopo
2019-05-23
1
-1
/
+1
|
*
Remove column from server.add SQL (leftover from removing 'ipv4' column)
jesopo
2019-05-21
1
-1
/
+1
|
*
Remove mention of `ipv4` - detect address family automatically
jesopo
2019-05-21
5
-22
/
+16
|
*
Remove Capability.enabled() - it's unused
jesopo
2019-05-20
1
-2
/
+0
|
*
`typing.List` -> `typing.Sequence`
jesopo
2019-05-20
1
-1
/
+1
|
*
`has_capability` -> `has_capability_str`, add new `has_capability`
jesopo
2019-05-20
1
-1
/
+3
|
*
ParsedLine already deals with preventing newlines
jesopo
2019-05-20
1
-1
/
+0
|
*
use fnmatchcase( so the strings are not case-"normalised"
jesopo
2019-05-19
1
-1
/
+1
|
*
Implement utils.irc.hostmask_match for glob-like hostmask matching
jesopo
2019-05-19
2
-1
/
+8
|
*
Remove _name and _draft_name (unused) and add Capability.copy()
jesopo
2019-05-19
1
-2
/
+3
|
*
Switch back to events.name defaulting to None, use typing.cast to fix linting
jesopo
2019-05-18
1
-2
/
+3
|
|
|
|
error
*
Add a timestamp to recent_sends for EACH line sent
jesopo
2019-05-18
1
-1
/
+1
|
*
give EventCallbacks their event name
jesopo
2019-05-18
1
-4
/
+6
|
*
Add a way to not put spaces between docstring lines when stripping \n
jesopo
2019-05-18
1
-5
/
+10
|
*
Bump version to v1.6.0
jesopo
2019-05-17
1
-1
/
+1
|
*
Catch server version string, from RPL_MYINFO
jesopo
2019-05-15
1
-0
/
+1
|
*
Add IRCBot.SOURCE, use it in ctcp.py
jesopo
2019-05-15
1
-0
/
+1
|
*
Add type hints to utils.irc.MessageTag
jesopo
2019-05-14
1
-2
/
+2
|
[prev]
[next]