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
*
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
|
*
Add utils.irc.MessageTag and use it for both draft and ratified msgid
jesopo
2019-05-14
1
-0
/
+7
|
*
Move module black/white list to IRCBot, allow "safe" loading of all modules
jesopo
2019-05-12
2
-2
/
+21
|
*
Revamp how CAPs are tracked through REQ and ACK/NAK etc
jesopo
2019-05-11
2
-15
/
+15
|
*
Refactor CAPs in to objects
jesopo
2019-05-11
1
-0
/
+11
|
*
Hold context in EventCallback objects, add name<->context translation in
jesopo
2019-05-10
2
-2
/
+15
|
|
|
|
ModuleManager
*
Tokenize IRC data as soon as it comes out of IRCServer
jesopo
2019-05-09
1
-1
/
+2
|
*
Add IRCServer.has_user_id, to check if we've seen a user before
jesopo
2019-05-05
1
-0
/
+3
|
*
forgot the beautiful %
Patrick Nappa
2019-05-03
1
-1
/
+1
|
*
ensure that non-url characters not separated by whitespace aren't consumed
Patrick Nappa
2019-05-03
1
-1
/
+1
|
*
Fix reconnect() type hint issues
jesopo
2019-05-01
1
-1
/
+6
|
*
Change TRIGGER_RETURN and TRIGGER_EXCEPTION to an enum
jesopo
2019-05-01
1
-7
/
+8
|
*
Bump version to v1.5.0
jesopo
2019-04-30
1
-1
/
+1
|
*
Only pass through `args` from connection params when reconnecting
jesopo
2019-04-30
1
-6
/
+6
|
*
Support parsing iso8601 with microseconds
jesopo
2019-04-28
1
-2
/
+4
|
*
Actually respect default return in Exports.get_one
jesopo
2019-04-27
1
-1
/
+1
|
*
Add missing ":"
jesopo
2019-04-25
1
-1
/
+1
|
[next]