| Commit message (Expand) | Author | Age | Files | Lines |
| * | break sed search when we find a match | jesopo | 2019-12-01 | 1 | -0/+1 |
| * | tolerate additional words after a fully-formed sed | jesopo | 2019-12-01 | 1 | -1/+1 |
| * | use BufferLine.notes to allow cumulative sed edits | jesopo | 2019-11-27 | 1 | -10/+21 |
| * | don't disregard matched backslashes before ampersand | jesopo | 2019-09-08 | 1 | -1/+1 |
| * | support sed ampersand syntax | jesopo | 2019-09-08 | 1 | -1/+6 |
| * | accept "," as well as ":" as a sed target marker | jesopo | 2019-09-07 | 1 | -1/+1 |
| * | support "<nickname>: s/" sed format | jesopo | 2019-09-01 | 1 | -4/+5 |
| * | switch utils.deadline to a context manager | jesopo | 2019-08-30 | 1 | -3/+3 |
| * | use utils.deadline in sed.py | jesopo | 2019-08-30 | 1 | -2/+5 |
| * | return matching string from buffer.find() as most uses were redundantly regexing | jesopo | 2019-08-13 | 1 | -6/+7 |
| * | Refactor set/channelset/serverset/botset in to 'utils.Setting' objects | jesopo | 2019-06-28 | 1 | -6/+4 |
| * | implement @utils.kwarg() magic, use it for command.regex hooks | jesopo | 2019-06-26 | 1 | -4/+2 |
| * | Add `depends-on` hashflags to relevant modules | jesopo | 2019-05-25 | 1 | -0/+3 |
| * | Add usage examples for all settings | jesopo | 2019-05-23 | 1 | -2/+2 |
| * | Hand over regex-based-command responsibilities to `commands` module | jesopo | 2019-05-18 | 1 | -15/+10 |
| * | Add a mechanism to ignore specific commands for a whole network | jesopo | 2019-05-06 | 1 | -1/+1 |
| * | Use is-ignored export in sed.py to allow ignoring users from sed | jesopo | 2019-04-27 | 1 | -0/+4 |
| * | Boldify sed replacement text | jesopo | 2019-04-15 | 1 | -1/+1 |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references.
| jesopo | 2018-10-30 | 1 | -5/+8 |
| * | Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality
| jesopo | 2018-10-03 | 1 | -8/+8 |
| * | Move all exports to @Utils.export calls | jesopo | 2018-09-27 | 1 | -12/+8 |
| * | Switch to using @Utils.hook and docstrings for event hooks | jesopo | 2018-09-26 | 1 | -2/+1 |
| * | Move most code in root directory to src/ | jesopo | 2018-09-24 | 1 | -1/+1 |
| * | Disable sed by default | jesopo | 2018-09-21 | 1 | -1/+1 |
| * | Refactor everything to use delimited events | jesopo | 2018-09-19 | 1 | -5/+4 |
| * | give an Exports object (actually, ExportsContex object) to each module, to•••facilitate things like !set and !channelset without using the events system
| jesopo | 2018-09-02 | 1 | -9/+7 |
| * | Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module
| jesopo | 2018-08-31 | 1 | -6/+7 |
| * | 80 cols! | jesopo | 2018-08-28 | 1 | -3/+2 |
| * | .log -> .buffer, i missed this one! | jesopo | 2018-08-28 | 1 | -1/+1 |
| * | Change how specific events assure their hooks gets the event independant of•••loading order
| jesopo | 2018-08-28 | 1 | -3/+3 |
| * | only get "sed" setting when a message that looks like a sed command comes in | jesopo | 2018-08-05 | 1 | -2/+4 |
| * | Added a "replay" system to EventManager hooks, to replay missed .calls | jesopo | 2017-12-26 | 1 | -4/+2 |
| * | Handle empty CAP, additional IRCLog feature, better tls, better channel_save ...•••Signed-off-by: jesopo <github@lolnerd.net>
| jesopo | 2017-10-27 | 1 | -1/+10 |
| * | added a function to Utils to get the "closest" setting, with channel/user set... | jesopo | 2016-05-06 | 1 | -1/+1 |
| * | simpler boolean channel settings | Evelyn | 2016-04-10 | 1 | -3/+2 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+64 |