Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fancy-prompt.lua: workaround a Readline UTF-8 bug | Přemysl Janouch | 2018-06-22 | 1 | -0/+4 |
| | |||||
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 8 | -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 emoji | Přemysl Janouch | 2017-07-03 | 1 | -1/+48 |
| | |||||
* | slack.lua: support @here and @channel | Přemysl Janouch | 2017-05-18 | 1 | -5/+10 |
| | |||||
* | slack.lua: improve input hook matching | Přemysl Janouch | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | slack.lua: more unfucking | Přemysl Janouch | 2017-05-17 | 1 | -0/+25 |
| | | | | And now it's already fairly usable. | ||||
* | fancy-prompt.lua: remove unnecessary local variable | Přemysl Janouch | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | degesch: add a slack plugin | Přemysl Janouch | 2017-05-13 | 1 | -0/+71 |
| | | | | Slack's IRC gateway is crap but it doesn't need to be *such* crap. | ||||
* | Various fixes related to channel modes | Přemysl Janouch | 2016-12-30 | 1 | -2/+2 |
| | | | | Bugs unnoticed for so long. | ||||
* | fancy-prompt.lua: fix parametrized modes | Přemysl Janouch | 2016-12-02 | 1 | -3/+3 |
| | |||||
* | fancy-prompt.lua: change background on highlight | Přemysl Janouch | 2016-12-02 | 1 | -3/+7 |
| | |||||
* | degesch: replace degesch.connect with async.dial | Přemysl Janouch | 2016-11-04 | 1 | -10/+9 |
| | | | | Halfway there, looks much saner. | ||||
* | degesch: get rid of Lua timer hooks | Přemysl Janouch | 2016-11-04 | 1 | -2/+4 |
| | | | | Since they were the exception and have been replaced with the async API. | ||||
* | thin-cursor.lua: update comments | Přemysl Janouch | 2016-10-30 | 1 | -2/+3 |
| | |||||
* | degesch: add a thin-cursor plugin | Přemysl Janouch | 2016-10-30 | 1 | -0/+27 |
| | |||||
* | degesch: add a "fancy-prompt" plugin | Přemysl Janouch | 2016-10-28 | 1 | -0/+97 |
| | | | | So that the client looks at least a tiny bit decent if needed. | ||||
* | degesch: add a "censor" plugin | Přemysl Janouch | 2016-09-23 | 1 | -0/+74 |
| | | | | So far this approach screws up highlights, which is actually a bug. | ||||
* | degesch: add an auto-rejoin.lua plugin | Přemysl Janouch | 2016-04-21 | 1 | -0/+47 |
| | |||||
* | ping-timeout.lua: fix message parsing | Přemysl Janouch | 2016-04-21 | 1 | -4/+4 |
| | |||||
* | last-fm.lua: don't use empty album names | Přemysl Janouch | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | degesch: Lua: finish the last-fm plugin | Přemysl Janouch | 2016-01-14 | 1 | -14/+39 |
| | |||||
* | degesch: add a last-fm "now playing" plugin | Přemysl Janouch | 2016-01-09 | 1 | -0/+155 |
| | |||||
* | utm-filter.lua: filter out "gclid" as well | Přemysl Janouch | 2015-12-10 | 1 | -0/+2 |
| | |||||
* | ping-timeout.lua: simplify | Přemysl Janouch | 2015-11-24 | 1 | -1/+1 |
| | |||||
* | degesch: add a URL cleaning Lua plugin | Přemysl Janouch | 2015-11-24 | 1 | -0/+61 |
| | |||||
* | degesch: add the first Lua plugin to distribution | Přemysl Janouch | 2015-11-21 | 1 | -0/+33 |
This required separate plugin directories for both pluginized executables. |