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
/
IRCUser.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Clarify typing of .nickname/.nickname_lower/.name in IRCUser
jesopo
2018-11-05
1
-1
/
+5
|
*
Fix some non-explicit None returns, add type hints to important variables
jesopo
2018-10-31
1
-1
/
+1
|
*
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
jesopo
2018-10-30
1
-19
/
+25
|
|
|
|
references.
*
Update src/IRCUser.py.send_notice to take a prefix kwarg
jesopo
2018-10-25
1
-2
/
+2
|
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
jesopo
2018-10-03
1
-2
/
+2
|
|
|
|
related functionality
*
Better support for msgtags with PRIVMSGs; put functionality in to
jesopo
2018-10-01
1
-2
/
+3
|
|
|
|
modules/commands.py to reply to specific messages by use of msgids
*
Implement src/IRCObject.py to convert specific objects in to strings when
jesopo
2018-10-01
1
-2
/
+4
|
|
|
|
passing them to modules/scripts.py scripts
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-0
/
+62