aboutsummaryrefslogtreecommitdiff
path: root/modules/commands/outs.py
Commit message (Collapse)AuthorAgeFilesLines
* move core modules to src/core_modules, make them uneffected by white/black listGravatar jesopo2019-12-101-28/+0
|
* remove `tags` from StdOut objects - expose through event_kwargsGravatar jesopo2019-11-251-1/+0
|
* refactor commands (mostly stdout/stderr) and split typing/reply outGravatar jesopo2019-11-221-85/+16
| | | | closes #208
* _messag_factory._ should take a `tags` argGravatar jesopo2019-10-281-2/+2
|
* '_mesage_factory' -> '_message_factory'Gravatar jesopo2019-10-281-1/+1
|
* _mess_factory -> _message_factory. funny typo lolGravatar jesopo2019-10-281-1/+1
|
* remove src/utils/irc/protocol.pyGravatar jesopo2019-10-281-8/+10
|
* move IRCLine related code from utils.irc to IRCLine.pyGravatar jesopo2019-10-271-2/+2
|
* Remove @staticmethodGravatar panicbit2019-10-121-2/+1
|
* Adjust line splitpoints to word boundariesGravatar panicbit2019-10-091-0/+15
|
* replace \n\n with \n in command outputsGravatar jesopo2019-07-151-1/+7
|
* Allow commands to append to out/err prefixGravatar jesopo2019-07-031-7/+11
|
* add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do itGravatar jesopo2019-06-191-5/+3
| | | | manually and cause potential issues with multi-byte chars
* Remove debug printsGravatar jesopo2019-06-181-2/+0
|
* Simplify SentLine by shifting truncation to ParsedLine (and commands.outs)Gravatar jesopo2019-06-181-7/+15
|
* command-out truncation logic should be referencing `sent_line`Gravatar jesopo2019-06-101-3/+3
|
* Add `.assure()` to ParsedLine, to make it immune from `.valid()`Gravatar jesopo2019-06-101-9/+18
|
* Remove references to STATUSMSG - just pass around a raw `target_str` (targetGravatar jesopo2019-05-211-5/+4
| | | | without statusmsg chars stripped off)
* Keep commands/outs.py tags-agnosticGravatar jesopo2019-05-211-8/+5
|
* No longer prefix stderr with "!", it doesn't really make senseGravatar jesopo2019-04-301-1/+1
|
* Typo in commands/outs.py, 'methd' -> 'method'Gravatar jesopo2019-04-301-1/+1
|
* Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncationGravatar jesopo2019-02-231-1/+1
| | | | | mechanism, don't convert sent line from ParsedLine to text to ParsedLine for line_handler handling
* Clear command Out text when there's nothing left to sendGravatar jesopo2019-02-221-0/+2
|
* Typo, 'ValuError' -> 'ValueError'Gravatar jesopo2019-02-221-1/+1
|
* Let IRCLine.Line handle truncating command outputGravatar jesopo2019-02-101-18/+11
|
* Move REGEX_CUTOFF to outs.py (commands)Gravatar jesopo2019-02-091-0/+3
|
* Move StdOut/StdErr specific consts to outs.py (commands)Gravatar jesopo2019-02-091-0/+4
|
* Split command StdOut/StdErr in to their own file (commands)Gravatar jesopo2019-02-091-0/+61