aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* xC: make fancy-prompt.lua alignment more reliablePřemysl Eric Janouch2022-08-271-14/+22
| | | | And generally clean up that script.
* utm-filter.lua: mention the passing of fbclidPřemysl Eric Janouch2022-07-181-0/+3
|
* utm-filter.lua: add Facebook to the filterPřemysl Eric Janouch2021-12-201-2/+3
|
* xB: fix up the special IPC command's namePřemysl Eric Janouch2021-08-068-20/+20
| | | | To reflect the new disorder.
* Come up with sillier names for the binariesPřemysl Eric Janouch2021-08-0618-38/+38
| | | | | | | | I'm not entirely sure, but it looks like some people might not like jokes about the Holocaust. On a more serious note, the project has become more serious over the 7 or so years of its existence.
* censor.lua: strip colours, configurable formattingPřemysl Eric Janouch2021-06-031-2/+19
| | | | Colour parsing code taken from prime.lua, and modified to strip.
* fancy-prompt.lua: allow non-ASCII buffer namesPřemysl Eric Janouch2020-10-311-4/+5
| | | | | It may theoretically bite us in the ass with non-UTF-8-compliant IRC servers, and certainly with double-width characters.
* prime.lua: skip colour sequences, add configPřemysl Eric Janouch2020-10-111-16/+34
| | | | | | | | | Colour sequence skipping is somewhat involved, we might want to add a helper generator to the "degesch" Lua library, in the form of {substring, is_formatting}. formatter_parse_mirc() isn't useful, a pure Lua implementation would be more appropriate (where do we put that?)
* degesch: improve ad-hoc IRC parsers in pluginsPřemysl Eric Janouch2020-10-102-2/+2
|
* degesch: add a plugin to highlight prime numbersPřemysl Eric Janouch2020-10-101-0/+50
|
* Name changePřemysl Eric Janouch2020-09-0216-16/+16
|
* fancy-prompt.lua: workaround a Readline UTF-8 bugPřemysl Janouch2018-06-221-0/+4
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-2111-27/+19
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* slack.lua: add a feature to undo emojiPřemysl Janouch2017-07-031-1/+48
|
* slack.lua: support @here and @channelPřemysl Janouch2017-05-181-5/+10
|
* slack.lua: improve input hook matchingPřemysl Janouch2017-05-171-1/+1
|
* slack.lua: more unfuckingPřemysl Janouch2017-05-171-0/+25
| | | | And now it's already fairly usable.
* fancy-prompt.lua: remove unnecessary local variablePřemysl Janouch2017-05-131-1/+1
|
* degesch: add a slack pluginPřemysl Janouch2017-05-131-0/+71
| | | | Slack's IRC gateway is crap but it doesn't need to be *such* crap.
* Various fixes related to channel modesPřemysl Janouch2016-12-301-2/+2
| | | | Bugs unnoticed for so long.
* fancy-prompt.lua: fix parametrized modesPřemysl Janouch2016-12-021-3/+3
|
* fancy-prompt.lua: change background on highlightPřemysl Janouch2016-12-021-3/+7
|
* degesch: replace degesch.connect with async.dialPřemysl Janouch2016-11-041-10/+9
| | | | Halfway there, looks much saner.
* degesch: get rid of Lua timer hooksPřemysl Janouch2016-11-041-2/+4
| | | | Since they were the exception and have been replaced with the async API.
* thin-cursor.lua: update commentsPřemysl Janouch2016-10-301-2/+3
|
* degesch: add a thin-cursor pluginPřemysl Janouch2016-10-301-0/+27
|
* degesch: add a "fancy-prompt" pluginPřemysl Janouch2016-10-281-0/+97
| | | | So that the client looks at least a tiny bit decent if needed.
* degesch: add a "censor" pluginPřemysl Janouch2016-09-231-0/+74
| | | | So far this approach screws up highlights, which is actually a bug.
* calc: fix usage of (substring)Přemysl Janouch2016-04-281-1/+1
|
* ZyklonB: add a seen pluginPřemysl Janouch2016-04-242-0/+199
|
* degesch: add an auto-rejoin.lua pluginPřemysl Janouch2016-04-211-0/+47
|
* ping-timeout.lua: fix message parsingPřemysl Janouch2016-04-211-4/+4
|
* calc: comment updates, import fixesPřemysl Janouch2016-04-201-6/+11
|
* ZyklonB: add a calc pluginPřemysl Janouch2016-04-161-0/+236
|
* factoids: safer DB writesPřemysl Janouch2016-02-291-1/+4
|
* factoids: allow querying definitions by numberPřemysl Janouch2016-02-291-12/+30
|
* factoids: look for duplicates case-insensitivelyPřemysl Janouch2016-02-291-1/+1
|
* ZyklonB: add a factoids pluginPřemysl Janouch2016-02-271-0/+156
|
* last-fm.lua: don't use empty album namesPřemysl Janouch2016-01-181-2/+2
|
* degesch: Lua: finish the last-fm pluginPřemysl Janouch2016-01-141-14/+39
|
* degesch: add a last-fm "now playing" pluginPřemysl Janouch2016-01-091-0/+155
|
* utm-filter.lua: filter out "gclid" as wellPřemysl Janouch2015-12-101-0/+2
|
* ping-timeout.lua: simplifyPřemysl Janouch2015-11-241-1/+1
|
* degesch: add a URL cleaning Lua pluginPřemysl Janouch2015-11-241-0/+61
|
* degesch: add the first Lua plugin to distributionPřemysl Janouch2015-11-216-0/+33
| | | | This required separate plugin directories for both pluginized executables.
* youtube: use list comprehensionsPřemysl Janouch2015-06-221-4/+4
|
* youtube: also print playlist infoPřemysl Janouch2015-06-221-78/+93
| | | | The plugin has been rewritten to be a little bit cleaner.
* Get rid of "All rights reserved"Přemysl Janouch2015-05-015-5/+5
|
* Fix the YouTube pluginPřemysl Janouch2015-02-231-2/+2
|
* pomodoro: some tuningPřemysl Janouch2015-02-211-3/+3
|