aboutsummaryrefslogtreecommitdiff
path: root/modules/sed.py
Commit message (Collapse)AuthorAgeFilesLines
* support & in utils.parse.sed, change sed.py to use utils.parse.sedGravatar jesopo2020-02-091-67/+31
|
* seds starting with numbers caused an "invalid group reference"Gravatar jesopo2020-01-111-1/+6
|
* break sed search when we find a matchGravatar jesopo2019-12-011-0/+1
|
* tolerate additional words after a fully-formed sedGravatar jesopo2019-12-011-1/+1
|
* 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 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