aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify modules/dice.pyGravatar jesopo2018-11-171-17/+8
|
* 'bol' -> 'bold' typoGravatar jesopo2018-11-171-1/+1
|
* Boldify `pusher` for combined commitsGravatar jesopo2018-11-171-1/+1
|
* use "before" commit hash for comparing a range of commitsGravatar jesopo2018-11-171-1/+1
|
* Typo in modules/github.py, 'moddified' -> 'modified'Gravatar jesopo2018-11-171-1/+1
|
* 'command' -> 'commit'Gravatar jesopo2018-11-171-1/+1
|
* utils.irc.bold needs to be given an empty stringGravatar jesopo2018-11-171-1/+1
|
* Typo in modules/github.py, 'const' -> 'consts'Gravatar jesopo2018-11-171-3/+3
|
* Forgot to import itertoolsGravatar jesopo2018-11-171-1/+1
|
* show added/removed/modified counts as unique files when we're aggregatingGravatar jesopo2018-11-171-5/+9
| | | | commits
* Add missing ")"Gravatar jesopo2018-11-161-1/+1
|
* Show more than 3 commits in 1 message speficially designed for doing soGravatar jesopo2018-11-161-14/+32
|
* Don't send more than 3 commits in one goGravatar jesopo2018-11-161-19/+19
|
* Typo in utils.__init__, 'number' -> 'number_str'Gravatar jesopo2018-11-161-1/+2
|
* we need strings!Gravatar jesopo2018-11-161-1/+1
|
* `results` was already a ", ".joined stringGravatar jesopo2018-11-161-1/+0
|
* second format arg should have been `results`Gravatar jesopo2018-11-161-1/+1
|
* Fix string formatting of modules/dice.pyGravatar jesopo2018-11-161-4/+6
|
* Make IP regex neater in modules/ip_addresses.pyGravatar jesopo2018-11-151-4/+3
|
* Translate 'synchronize' to 'committed to' in modules/github.py's pull requestGravatar jesopo2018-11-151-0/+2
| | | | handling
* Log event timing in 1 message, not 2Gravatar jesopo2018-11-141-4/+2
|
* Typo in src/Database.py, 'total_millisecons' -> 'total_milliseconds'Gravatar jesopo2018-11-141-1/+1
|
* Log query timing in src/Database.py in 1 line, not 2Gravatar jesopo2018-11-141-3/+2
|
* Prefix modules/rest_api.py logging with "[HTTP] "Gravatar jesopo2018-11-141-1/+1
|
* Log HTTP events through regular loggingGravatar jesopo2018-11-141-0/+3
|
* 'self.message.*' now uses 'send.message.*'Gravatar jesopo2018-11-141-1/+1
|
* We do indeed need to see "\x03" even when there's no foreground/backgroundGravatar jesopo2018-11-141-2/+1
| | | | (color reset)
* Don't eat commas when there's no background color or when a comma directlyGravatar jesopo2018-11-141-2/+7
| | | | follows a background color
* This `elif` should have actually been one even indented!Gravatar jesopo2018-11-141-6/+6
|
* `IRCBuffer.add_notice` doesn't have an `action` paramGravatar jesopo2018-11-141-1/+1
|
* Remove a ") i should have removed beforeGravatar jesopo2018-11-141-1/+1
|
* Missed a 'message' -> 'ctcp_message'Gravatar jesopo2018-11-141-1/+1
|
* only do server-notice checking if we have a "prefix" in event, even if it's NoneGravatar jesopo2018-11-141-1/+1
|
* Typo in utils.irc, 'message' -> 'ctcp_message'Gravatar jesopo2018-11-141-2/+2
|
* Stop supporting using ansi bold for brightening colors, support ansi backgroundGravatar jesopo2018-11-142-24/+31
| | | | colors
* `if is_channel` should be `if channel`, `buffer.add_notice` doesn't take anGravatar jesopo2018-11-141-7/+7
| | | | `action` param and `elif` can't go after `else`!
* Better parsing of CTCP messages, support raw.send.privmsg/raw.send.notice inGravatar jesopo2018-11-142-21/+65
| | | | modules/line_handler.py
* Strip font from the last message in a channel before trying to translate itGravatar jesopo2018-11-141-1/+1
|
* Better support passing "send" events through the parsers already present inGravatar jesopo2018-11-143-138/+124
| | | | modules/line_handler.py
* Typo in src/utils/irc.py, 'resplace' -> 'replace'Gravatar jesopo2018-11-141-1/+1
|
* Don't assume a reconnect timer event will always have connection_paramsGravatar jesopo2018-11-141-1/+2
|
* You can join color and bold in to one \033 ansi sequenceGravatar jesopo2018-11-141-2/+3
|
* Support irc format full reset (\x0F) as ansi reset (\033[0m)Gravatar jesopo2018-11-141-1/+7
|
* Use extended ANSI colors to avoid using bold to make colors lighterGravatar jesopo2018-11-141-8/+8
|
* 'ANSI_RESET' -> 'ANSI_BOLD_RESET' typo, 'ansi_bold' -> 'color_bold'Gravatar jesopo2018-11-142-21/+24
| | | | | clarification, fix issue in color tokenizing that caused bolds to be put in the wrong place
* Add type annotions to irc->ansi color functionsGravatar jesopo2018-11-141-4/+4
|
* `bool_input` moved to utils.cliGravatar jesopo2018-11-141-1/+1
|
* Do a bold+unbold *after* the colored parts of github's "added/removed/modified"Gravatar jesopo2018-11-141-2/+2
| | | | to avoid the weechat bolding bug but not bold the colors
* Add 375 data to server.motd_linesGravatar jesopo2018-11-141-0/+1
|
* Only reset ansi bolding when both color-bold and bold are falseGravatar jesopo2018-11-141-1/+1
|