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
/
IRCBuffer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only search messages from other users in `find_from` (src/IRCBuffer.py)
jesopo
2019-01-26
1
-1
/
+2
*
Add `find_from` to IRCBuffer.Buffer, to find the most recent line from a given
•••
user (src/IRCBuffer.py)
jesopo
2019-01-26
1
-0
/
+8
*
Add `irc_lower()` and `irc_equals()` to IRCServer.Server so that no where else
•••
in the code has to know about the server having a casemapping
jesopo
2019-01-24
1
-4
/
+3
*
Add type annotionations to src/Timers.py and src/IRCBuffer.py
jesopo
2018-11-11
1
-1
/
+1
*
Fix some non-explicit None returns, add type hints to important variables
jesopo
2018-10-31
1
-0
/
+2
*
Fix/refactor issues brought up by type hint linting
jesopo
2018-10-30
1
-1
/
+1
*
Add type/return hints throughout src/ and, in doing so, fix some cyclical
•••
references.
jesopo
2018-10-30
1
-12
/
+17
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-3
/
+3
*
Support changing command responses from PRIVMSG to NOTICE
jesopo
2018-10-02
1
-3
/
+10
*
Better support for msgtags with PRIVMSGs; put functionality in to
•••
modules/commands.py to reply to specific messages by use of msgids
jesopo
2018-10-01
1
-3
/
+4
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-0
/
+48