aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* slack.lua: add a feature to undo emojiPřemysl Janouch2017-07-031-1/+48
|
* CMakeLists.txt: fix variable namePřemysl Janouch2017-07-031-2/+2
|
* Rework constructors/destructorsPřemysl Janouch2017-06-223-61/+36
|
* Bump libertyPřemysl Janouch2017-06-226-417/+255
|
* kike: fix two memory leaksPřemysl Janouch2017-06-221-0/+2
|
* 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.
* Fix licensing notice in READMEPřemysl Janouch2017-05-141-2/+4
|
* 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.
* Avoid the "poller_fd::closed" featurePřemysl Janouch2017-05-063-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 yearsPřemysl Janouch2017-04-222-2/+2
|
* degesch: simplify quittingPřemysl Janouch2017-04-201-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 messagePřemysl Janouch2017-04-201-1/+2
| | | | It seemed like we were connecting albeit we were connected already.
* degesch: make a second /disconnect always succeedPřemysl Janouch2017-04-201-2/+11
|
* Travis CI: brevify notificationsPřemysl Janouch2017-02-031-0/+6
|
* Bump libertyPřemysl Janouch2017-01-235-270/+271
|
* degesch: Lua is no longer experimentalPřemysl Janouch2017-01-231-1/+1
| | | | But rather essential to me.
* Travis CI: try adding the PPA backPřemysl Janouch2016-12-301-0/+2
|
* Travis CI: try removing a dead PPAPřemysl Janouch2016-12-301-2/+0
|
* Fix LibreSSL compatibilityPřemysl Janouch2016-12-301-1/+1
|
* Bump versionv0.9.5Přemysl Janouch2016-12-302-2/+2
|
* Various fixes related to channel modesPřemysl Janouch2016-12-303-13/+39
| | | | Bugs unnoticed for so long.
* CleanupPřemysl Janouch2016-12-284-30/+18
|
* Add support for OpenSSL 1.1.0Přemysl Janouch2016-12-284-1/+20
|
* degesch: /query w/o arguments just opens the queryPřemysl Janouch2016-12-061-1/+1
|
* 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-042-155/+139
| | | | Halfway there, looks much saner.
* degesch: move the Lua async code within the filePřemysl Janouch2016-11-041-303/+303
|
* degesch: get rid of Lua timer hooksPřemysl Janouch2016-11-042-50/+4
| | | | Since they were the exception and have been replaced with the async API.
* degesch: Lua coroutine safetyPřemysl Janouch2016-11-041-53/+46
|
* degesch: implement Lua coroutine async basicsPřemysl Janouch2016-11-041-6/+333
|
* Update README, add a screenshot for degeschPřemysl Janouch2016-10-302-0/+20
|
* degesch: fix join/part hiding in the backlogPřemysl Janouch2016-10-301-1/+2
|
* thin-cursor.lua: update commentsPřemysl Janouch2016-10-301-2/+3
|
* degesch: add a thin-cursor pluginPřemysl Janouch2016-10-301-0/+27
|
* degesch: clean upPřemysl Janouch2016-10-291-1/+1
| | | | Caught by Coverity, however it is quite harmless.
* degesch: tiny fixes for the prompt hookcoverity_scanPřemysl Janouch2016-10-291-2/+3
| | | | | | It should return valid UTF-8. Also remember to refresh the prompt upon hook removal.
* degesch: avoid senseless indirection in hooksPřemysl Janouch2016-10-291-52/+8
| | | | It's always been one function call only this far.
* degesch: rename things around terminal attributesPřemysl Janouch2016-10-291-43/+41
|
* degesch: simplify "attribute_printer"Přemysl Janouch2016-10-291-45/+17
| | | | Now that the line wrapper took over some of the state.
* degesch: microoptimizationPřemysl Janouch2016-10-281-1/+1
|
* degesch: refresh the prompt when a hook is setPřemysl Janouch2016-10-281-0/+1
|
* degesch: don't consider all mode changes importantPřemysl Janouch2016-10-281-4/+16
|
* degesch: optimize Lua weak refsPřemysl Janouch2016-10-281-30/+11
|
* 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.
* Update NEWS, READMEPřemysl Janouch2016-10-282-1/+20
|
* degesch: export server state as a string to LuaPřemysl Janouch2016-10-281-0/+18
|