Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |