aboutsummaryrefslogtreecommitdiff
path: root/modules/sed.py
Commit message (Collapse)AuthorAgeFilesLines
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-5/+8
| | | | references.
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules ofGravatar jesopo2018-10-031-8/+8
| | | | related functionality
* Move all exports to @Utils.export callsGravatar jesopo2018-09-271-12/+8
|
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-2/+1
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-1/+1
|
* Disable sed by defaultGravatar jesopo2018-09-211-1/+1
|
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-5/+4
|
* give an Exports object (actually, ExportsContex object) to each module, toGravatar jesopo2018-09-021-9/+7
| | | | facilitate things like !set and !channelset without using the events system
* Give modules event objects with "context"s, to facilitate purging all the eventGravatar jesopo2018-08-311-6/+7
| | | | hooks for a module
* 80 cols!Gravatar jesopo2018-08-281-3/+2
|
* .log -> .buffer, i missed this one!Gravatar jesopo2018-08-281-1/+1
|
* Change how specific events assure their hooks gets the event independant ofGravatar jesopo2018-08-281-3/+3
| | | | loading order
* only get "sed" setting when a message that looks like a sed command comes inGravatar jesopo2018-08-051-2/+4
|
* Added a "replay" system to EventManager hooks, to replay missed .callsGravatar jesopo2017-12-261-4/+2
|
* Handle empty CAP, additional IRCLog feature, better tls, better channel_save ↵Gravatar jesopo2017-10-271-1/+10
| | | | | | logic, add sed-sender-only setting Signed-off-by: jesopo <github@lolnerd.net>
* added a function to Utils to get the "closest" setting, with channel/user ↵Gravatar jesopo2016-05-061-1/+1
| | | | settings being more important than server-wide settings.
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+2
|
* first commit.Gravatar jesopo2016-03-291-0/+64