| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't assume a given mode is in IRCChannel.modes when we check to see if a given•••mode has any arguments against it
| jesopo | 2018-11-26 | 1 | -1/+1 |
| * | Clarify typing in src/IRCChannel.py | jesopo | 2018-11-20 | 1 | -4/+4 |
| * | Split out Channels in to IRCChannels.Channels, not IRCChannel.Channels | jesopo | 2018-11-11 | 1 | -53/+0 |
| * | Don't implicitly create channels, explicitly create channels when we join one | jesopo | 2018-11-11 | 1 | -2/+2 |
| * | Implement `__len__` on src/IRCChannel.py.Channels | jesopo | 2018-11-11 | 1 | -0/+2 |
| * | Copypaste fail in src/IRCChannel.py, 'self.id' -> 'self._server.id' | jesopo | 2018-11-11 | 1 | -2/+2 |
| * | Copypaste fail in src/IRCChannel.py, 'self.bot' -> 'self._bot' | jesopo | 2018-11-11 | 1 | -2/+2 |
| * | Copypaste fail in src/IRCChannel, 'get_channel_id' -> '_get_id' | jesopo | 2018-11-11 | 1 | -1/+1 |
| * | Typin in src/IRCChannel.py, 'self._add' -> 'self.add' | jesopo | 2018-11-11 | 1 | -1/+1 |
| * | Typo in src/IRCChannel.py, 'Iterable' -> 'typing.Iterable' | jesopo | 2018-11-11 | 1 | -1/+1 |
| * | Forgot to import `EventManager` in src/IRCChannel.py | jesopo | 2018-11-11 | 1 | -1/+2 |
| * | Add missing ":" in src/IRCChannel.py | jesopo | 2018-11-11 | 1 | -1/+1 |
| * | Move channel tracking data/functions to src/IRCChannel.Channels | jesopo | 2018-11-11 | 1 | -0/+51 |
| * | Fix/refactor issues brought up by type hint linting | jesopo | 2018-10-30 | 1 | -3/+3 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -37/+46 |
| * | Some networks allow you to remove user modes that don't exist e.g. removing +o•••from someone that doesn't have it. wtf.
| jesopo | 2018-10-18 | 1 | -4/+6 |
| * | Add !syncmodes in modules/auto_mode.py, fire internal.identified in•••modules/permissions.py and catch it in modules/auto_mode.py to give users modes
when they identify using the internal identity mechanism
| jesopo | 2018-10-11 | 1 | -0/+3 |
| * | IRCChannel.send_part should have a `self` param! | jesopo | 2018-10-04 | 1 | -1/+1 |
| * | Typo in src/IRCChannel.py. 'del self.user_modes' -> 'del self.user_modes[user]' | jesopo | 2018-10-04 | 1 | -1/+1 |
| * | Print user status symbols in modules/print_activity.py | jesopo | 2018-10-03 | 1 | -5/+10 |
| * | 'mode_prefixes' -> prefix_modes and prefix_symbols | jesopo | 2018-10-03 | 1 | -5/+4 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -2/+2 |
| * | Support changing command responses from PRIVMSG to NOTICE | jesopo | 2018-10-02 | 1 | -0/+2 |
| * | Add !leave to modules/channel_op.py | jesopo | 2018-10-02 | 1 | -0/+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/+2 |
| * | 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/+132 |