| Commit message (Expand) | Author | Age | Files | Lines |
| * | 'rename_channel' -> 'rename' in src/Database.channels | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | `server` should be passed in received.rename in modules/line_handler.py | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Don't pass connection_params through to reconnect in normal circumstances | jesopo | 2018-11-05 | 1 | -2/+1 |
| * | Change modules/sts.py to reference connection_params, fix some typos and logig•••issues
| jesopo | 2018-11-05 | 1 | -19/+13 |
| * | Explicitly disconnect before reconnecting in modules/sts.py | jesopo | 2018-11-05 | 1 | -0/+1 |
| * | Only automatically reconnect to a server when we don't already have a server•••with the same ID (to make reconnection work)
| jesopo | 2018-11-05 | 1 | -11/+8 |
| * | Cache a server fileno from connect onwards, like we used to | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Typo in IRCServer, 'nicknamme' -> 'nickname' | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Update IRCServer.__repr__ to use connection_params | jesopo | 2018-11-05 | 1 | -1/+2 |
| * | Fall back to nickname for username/realname, as it used to be | jesopo | 2018-11-05 | 1 | -3/+6 |
| * | Do an instant reconnect for !reconnect in modules/admin.py | jesopo | 2018-11-05 | 1 | -0/+2 |
| * | Clarify typing of .nickname/.nickname_lower/.name in IRCUser | jesopo | 2018-11-05 | 1 | -1/+5 |
| * | Fix the order of some connection params, add `alias` as a seperate argument to•••IRCServer.Server
| jesopo | 2018-11-05 | 4 | -5/+7 |
| * | Pass connection parameters around in their own object (IRCConnectionParameters) | jesopo | 2018-11-05 | 5 | -40/+61 |
| * | Check that a server's STS policy has a `duration` before doing•••rescheduling-on-disconnect
| jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add missing import of json in utils.irc | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Call Database.channels.rename in IRCServer.Server.rename_channel | jesopo | 2018-11-05 | 1 | -0/+1 |
| * | Add Database.channels.rename, as part of support for IRCv3's RENAME | jesopo | 2018-11-05 | 1 | -0/+3 |
| * | Prettyprint channel RENAMEs | jesopo | 2018-11-05 | 1 | -0/+5 |
| * | Support JSON messages tags, as per IRCv'3 message-tags-0.3 #318 pull request | jesopo | 2018-11-05 | 2 | -6/+12 |
| * | TRACE log when we set an STS policy | jesopo | 2018-11-05 | 1 | -0/+1 |
| * | Support `draft/sts` as well as `sts` | jesopo | 2018-11-05 | 1 | -7/+9 |
| * | "Applying STS policy" should be TRACE, not DEBUG | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add missing ")" in modules/sts.py | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add missing "," in modules/sts.py | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Reschedule STS expiration on disconnect | jesopo | 2018-11-05 | 2 | -9/+24 |
| * | Explicitly *remove* STS policy when we get a duration of 0 | jesopo | 2018-11-05 | 1 | -5/+9 |
| * | `info` does not exist in on_cap_new context in modules/sts.py | jesopo | 2018-11-05 | 1 | -0/+2 |
| * | One-shot STS policies should still be cleared if a reconnect fails | jesopo | 2018-11-05 | 1 | -13/+10 |
| * | Made STS policies one-shot when upgrading from plaintext to tls | jesopo | 2018-11-05 | 1 | -4/+11 |
| * | `duration` does not exist in the context of _change_duration | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add support for IRCv3's STS | jesopo | 2018-11-05 | 1 | -0/+46 |
| * | Give Logging.Log object to modules | jesopo | 2018-11-05 | 1 | -2/+4 |
| * | I forgot the "normal" event hook syntax! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | 'self.events' -> 'self._events' in IRCBot | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Cache socket fileno in IRCServer.Server just before disconnecting | jesopo | 2018-11-05 | 1 | -1/+3 |
| * | @utils.hook doesn't work outside of modules! | jesopo | 2018-11-05 | 1 | -5/+8 |
| * | it should be self.bindhost, now that we've moved the logic to .connect() instead•••of __init__
| jesopo | 2018-11-05 | 1 | -2/+3 |
| * | Typo in src/IRCServer.py; 'self.AF_INET' -> 'socket.AF_INET' | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Update modules/scripts.py to use utils.parse.hashflags instead of•••utils.get_hashflags
| jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Clarify `items` and `var_items` typing in src.utils.parse | jesopo | 2018-11-05 | 1 | -3/+4 |
| * | Add src.utils.parse.keyvalue, mostly for IRCv3 CAP negotiation | jesopo | 2018-11-05 | 2 | -8/+11 |
| * | Refactor IRCServer .connect() logic | jesopo | 2018-11-05 | 2 | -22/+15 |
| * | Fix a crash in modules/line_handler.py; QUIT can have an empty reason! | jesopo | 2018-11-05 | 1 | -1/+1 |
| * | Add __repr__ to utils.irc.IRCArgs | jesopo | 2018-11-05 | 1 | -0/+2 |
| * | Don't set `args` to a split of the data left over when parsing out a command if•••there's not a space after the command
| jesopo | 2018-11-04 | 1 | -2/+5 |
| * | Implement utils.irc.IRCArgs.__len__ | jesopo | 2018-11-04 | 1 | -2/+7 |
| * | Fix typo in utils.irc, 'self_args' -> 'self._args' | jesopo | 2018-11-04 | 1 | -1/+1 |
| * | Move definition of IRCArgs above IRCLine | jesopo | 2018-11-04 | 1 | -8/+8 |
| * | Fix typo in utils.irc | jesopo | 2018-11-04 | 1 | -1/+1 |