aboutsummaryrefslogtreecommitdiff
path: root/modules/sed.py
Commit message (Expand)AuthorAgeFilesLines
* use BufferLine.notes to allow cumulative sed editsGravatar jesopo2019-11-271-10/+21
* don't disregard matched backslashes before ampersandGravatar jesopo2019-09-081-1/+1
* support sed ampersand syntaxGravatar jesopo2019-09-081-1/+6
* accept "," as well as ":" as a sed target markerGravatar jesopo2019-09-071-1/+1
* support "<nickname>: s/" sed formatGravatar jesopo2019-09-011-4/+5
* switch utils.deadline to a context managerGravatar jesopo2019-08-301-3/+3
* use utils.deadline in sed.pyGravatar jesopo2019-08-301-2/+5
* return matching string from buffer.find() as most uses were redundantly regexingGravatar jesopo2019-08-131-6/+7
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-6/+4
* implement @utils.kwarg() magic, use it for command.regex hooksGravatar jesopo2019-06-261-4/+2
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Add usage examples for all settingsGravatar jesopo2019-05-231-2/+2
* Hand over regex-based-command responsibilities to `commands` moduleGravatar jesopo2019-05-181-15/+10
* Add a mechanism to ignore specific commands for a whole networkGravatar jesopo2019-05-061-1/+1
* Use is-ignored export in sed.py to allow ignoring users from sedGravatar jesopo2019-04-271-0/+4
* Boldify sed replacement textGravatar jesopo2019-04-151-1/+1
* Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. Gravatar jesopo2018-10-301-5/+8
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-8/+8
* 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, to•••facilitate things like !set and !channelset without using the events system Gravatar jesopo2018-09-021-9/+7
* Give modules event objects with "context"s, to facilitate purging all the event•••hooks for a module Gravatar jesopo2018-08-311-6/+7
* 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 of•••loading order Gravatar jesopo2018-08-281-3/+3
* 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 ...•••Signed-off-by: jesopo <github@lolnerd.net> Gravatar jesopo2017-10-271-1/+10
* added a function to Utils to get the "closest" setting, with channel/user set...Gravatar jesopo2016-05-061-1/+1
* simpler boolean channel settingsGravatar Evelyn2016-04-101-3/+2
* first commit.Gravatar jesopo2016-03-291-0/+64