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 (
Expand
)
Author
Age
Files
Lines
*
colorize nicks on JOIN formatting
jesopo
2019-11-11
1
-0
/
+4
*
Fix type errors detected by 'mypy --ignore-missing-imports src'.
Valentin Lorentz
2019-10-30
1
-6
/
+6
*
combine find_setting() and find_setting_prefix() on user/channel/server/bot
jesopo
2019-10-07
1
-8
/
+12
*
only return IRCUser.hostmask() when all needed pieces are available
jesopo
2019-09-27
1
-1
/
+3
*
Add IRCUser.hostmask() to format nick/user/host in to a hostmask
jesopo
2019-03-12
1
-0
/
+3
*
Add `target` typehint on IRCServer.send_tagmsg, add send_tagmsg to IRCChannel...
jesopo
2019-02-22
1
-0
/
+2
*
Keep track of a user's away message, not just whether they're away or not
jesopo
2019-02-22
1
-0
/
+2
*
Shift formatting protocol data to it's own file: utils.irc.protocol
jesopo
2019-02-18
1
-5
/
+4
*
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
-2
/
+1
*
Move `self.name = self.nickname_lower` to under setting `self.nickname_lower`,
•••
otherwise `self.name` will be `""`
jesopo
2018-11-23
1
-1
/
+1
*
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
•••
references.
jesopo
2018-10-30
1
-19
/
+25
*
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
•••
related functionality
jesopo
2018-10-03
1
-2
/
+2
*
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
-2
/
+3
*
Implement src/IRCObject.py to convert specific objects in to strings when
•••
passing them to modules/scripts.py scripts
jesopo
2018-10-01
1
-2
/
+4
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-0
/
+62