Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kike: fix two memory leaks | Přemysl Janouch | 2017-06-22 | 1 | -0/+2 | |
| | ||||||
* | 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. | |||||
* | Fix licensing notice in README | Přemysl Janouch | 2017-05-14 | 1 | -2/+4 | |
| | ||||||
* | 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. | |||||
* | Avoid the "poller_fd::closed" feature | Přemysl Janouch | 2017-05-06 | 3 | -13/+7 | |
| | | | | | | | Reliability enhancement for Linux. This feature was created for ponymap, however we don't care about an extra syscall in most places. Doing it right even saves lines. | |||||
* | Update copyright years | Přemysl Janouch | 2017-04-22 | 2 | -2/+2 | |
| | ||||||
* | degesch: simplify quitting | Přemysl Janouch | 2017-04-20 | 1 | -49/+36 | |
| | | | | | | | | - send a QUIT on C-c, too - shut down the connection on /disconnect, too Connection management is one of the few fucked up parts that remain in that state for historical reasons. | |||||
* | degesch: fix confusing message | Přemysl Janouch | 2017-04-20 | 1 | -1/+2 | |
| | | | | It seemed like we were connecting albeit we were connected already. | |||||
* | degesch: make a second /disconnect always succeed | Přemysl Janouch | 2017-04-20 | 1 | -2/+11 | |
| | ||||||
* | Travis CI: brevify notifications | Přemysl Janouch | 2017-02-03 | 1 | -0/+6 | |
| | ||||||
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 5 | -270/+271 | |
| | ||||||
* | degesch: Lua is no longer experimental | Přemysl Janouch | 2017-01-23 | 1 | -1/+1 | |
| | | | | But rather essential to me. | |||||
* | Travis CI: try adding the PPA back | Přemysl Janouch | 2016-12-30 | 1 | -0/+2 | |
| | ||||||
* | Travis CI: try removing a dead PPA | Přemysl Janouch | 2016-12-30 | 1 | -2/+0 | |
| | ||||||
* | Fix LibreSSL compatibility | Přemysl Janouch | 2016-12-30 | 1 | -1/+1 | |
| | ||||||
* | Bump versionv0.9.5 | Přemysl Janouch | 2016-12-30 | 2 | -2/+2 | |
| | ||||||
* | Various fixes related to channel modes | Přemysl Janouch | 2016-12-30 | 3 | -13/+39 | |
| | | | | Bugs unnoticed for so long. | |||||
* | Cleanup | Přemysl Janouch | 2016-12-28 | 4 | -30/+18 | |
| | ||||||
* | Add support for OpenSSL 1.1.0 | Přemysl Janouch | 2016-12-28 | 4 | -1/+20 | |
| | ||||||
* | degesch: /query w/o arguments just opens the query | Přemysl Janouch | 2016-12-06 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -155/+139 | |
| | | | | Halfway there, looks much saner. | |||||
* | degesch: move the Lua async code within the file | Přemysl Janouch | 2016-11-04 | 1 | -303/+303 | |
| | ||||||
* | degesch: get rid of Lua timer hooks | Přemysl Janouch | 2016-11-04 | 2 | -50/+4 | |
| | | | | Since they were the exception and have been replaced with the async API. | |||||
* | degesch: Lua coroutine safety | Přemysl Janouch | 2016-11-04 | 1 | -53/+46 | |
| | ||||||
* | degesch: implement Lua coroutine async basics | Přemysl Janouch | 2016-11-04 | 1 | -6/+333 | |
| | ||||||
* | Update README, add a screenshot for degesch | Přemysl Janouch | 2016-10-30 | 2 | -0/+20 | |
| | ||||||
* | degesch: fix join/part hiding in the backlog | Přemysl Janouch | 2016-10-30 | 1 | -1/+2 | |
| | ||||||
* | 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: clean up | Přemysl Janouch | 2016-10-29 | 1 | -1/+1 | |
| | | | | Caught by Coverity, however it is quite harmless. | |||||
* | degesch: tiny fixes for the prompt hookcoverity_scan | Přemysl Janouch | 2016-10-29 | 1 | -2/+3 | |
| | | | | | | It should return valid UTF-8. Also remember to refresh the prompt upon hook removal. | |||||
* | degesch: avoid senseless indirection in hooks | Přemysl Janouch | 2016-10-29 | 1 | -52/+8 | |
| | | | | It's always been one function call only this far. | |||||
* | degesch: rename things around terminal attributes | Přemysl Janouch | 2016-10-29 | 1 | -43/+41 | |
| | ||||||
* | degesch: simplify "attribute_printer" | Přemysl Janouch | 2016-10-29 | 1 | -45/+17 | |
| | | | | Now that the line wrapper took over some of the state. | |||||
* | degesch: microoptimization | Přemysl Janouch | 2016-10-28 | 1 | -1/+1 | |
| | ||||||
* | degesch: refresh the prompt when a hook is set | Přemysl Janouch | 2016-10-28 | 1 | -0/+1 | |
| | ||||||
* | degesch: don't consider all mode changes important | Přemysl Janouch | 2016-10-28 | 1 | -4/+16 | |
| | ||||||
* | degesch: optimize Lua weak refs | Přemysl Janouch | 2016-10-28 | 1 | -30/+11 | |
| | ||||||
* | 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. | |||||
* | Update NEWS, README | Přemysl Janouch | 2016-10-28 | 2 | -1/+20 | |
| | ||||||
* | degesch: export server state as a string to Lua | Přemysl Janouch | 2016-10-28 | 1 | -0/+18 | |
| | ||||||
* | degesch: add Lua API for screen size retrieval | Přemysl Janouch | 2016-10-28 | 1 | -1/+10 | |
| | ||||||
* | degesch: add a prompt hook | Přemysl Janouch | 2016-10-28 | 1 | -1/+76 | |
| | ||||||
* | degesch: add introspection for refs within str_maps | Přemysl Janouch | 2016-10-28 | 1 | -126/+138 | |
| | | | | This required some fixes to the design. | |||||
* | degesch: allow lists of refs in introspection | Přemysl Janouch | 2016-10-28 | 1 | -20/+44 | |
| |