aboutsummaryrefslogtreecommitdiff
path: root/plugins/degesch
Commit message (Collapse)AuthorAgeFilesLines
* fancy-prompt.lua: workaround a Readline UTF-8 bugPřemysl Janouch2018-06-221-0/+4
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-218-24/+16
| | | | | | | | | 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.
* 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
|
* 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-211-0/+33
This required separate plugin directories for both pluginized executables.