aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ping-timeout.lua: simplifyPřemysl Janouch2015-11-241-1/+1
|
* degesch: readline fixupsPřemysl Janouch2015-11-241-6/+7
| | | | | When a new buffer was created automatically (channel was joined), we didn't bother to erase the current line buffer.
* degesch: fix a segfault-inducing typo in hooksPřemysl Janouch2015-11-241-1/+1
|
* degesch: add a URL cleaning Lua pluginPřemysl Janouch2015-11-241-0/+61
|
* degesch: make auto-away less spammyPřemysl Janouch2015-11-231-24/+10
|
* degesch: implement auto-awayPřemysl Janouch2015-11-223-3/+103
|
* Fix searching for Lua 5.3 on OpenBSDPřemysl Janouch2015-11-221-1/+1
|
* degesch: optimize prompt changesPřemysl Janouch2015-11-221-2/+12
| | | | We used to do lots of unnecessary redisplays.
* degesch: better terminal suspensionPřemysl Janouch2015-11-221-2/+2
| | | | Don't print date changes while something else is using the terminal.
* degesch: fix hook debug logsPřemysl Janouch2015-11-221-13/+12
| | | | | | Obviously we can receive back the same pointer with different contents. I just didn't think of that.
* Enable TCP_NODELAYPřemysl Janouch2015-11-223-0/+14
|
* degesch: add the first Lua plugin to distributionPřemysl Janouch2015-11-219-6/+41
| | | | This required separate plugin directories for both pluginized executables.
* degesch: pop() the Lua error in timer dispatchPřemysl Janouch2015-11-211-0/+2
|
* Update READMEPřemysl Janouch2015-11-211-24/+28
|
* degesch: update dependencies in READMEPřemysl Janouch2015-11-211-2/+2
|
* degesch: export timers to LuaPřemysl Janouch2015-11-211-1/+54
|
* degesch: hook implementation cleanupPřemysl Janouch2015-11-211-93/+59
|
* degesch: typos, cleanupsPřemysl Janouch2015-11-212-30/+39
|
* degesch: advertise Lua supportPřemysl Janouch2015-11-212-1/+3
|
* degesch: make Ctrl-L also fix window sizePřemysl Janouch2015-11-211-0/+3
|
* degesch: make /buffer with no arguments print listPřemysl Janouch2015-11-211-1/+1
|
* degesch: export input and IRC hooksPřemysl Janouch2015-11-211-16/+463
|
* degesch: add ability to hook IRC and user inputPřemysl Janouch2015-11-211-14/+192
| | | | We're going to make this available to the Lua API soon.
* degesch: add a stubbed Lua plugin loaderPřemysl Janouch2015-11-213-7/+116
|
* degesch: stubplement pluginsPřemysl Janouch2015-11-213-1/+193
|
* degesch: refcountify "struct {buffer,server}"Přemysl Janouch2015-11-191-17/+19
|
* degesch: extend weak pointersPřemysl Janouch2015-11-181-10/+43
|
* degesch: fix highlightsPřemysl Janouch2015-11-171-1/+1
|
* Update NEWSPřemysl Janouch2015-11-151-1/+19
|
* degesch: split input text at newlinesPřemysl Janouch2015-11-151-2/+12
| | | | This makes pasting multiline text possible again.
* Extend split_str() for multiple split charsPřemysl Janouch2015-11-152-6/+6
|
* degesch: better SIGTSTP handlingPřemysl Janouch2015-11-151-2/+23
|
* degesch: cleanupPřemysl Janouch2015-11-151-8/+2
| | | | Unnecessary oneliner function.
* degesch: unseen PMs show up as highlightsPřemysl Janouch2015-11-151-4/+3
| | | | I used to miss them.
* degesch: don't spam with all unseen messagesPřemysl Janouch2015-11-151-2/+1
| | | | On high-traffic channels, it has shown to take quite some time.
* degesch: have just one input bufferPřemysl Janouch2015-11-151-13/+12
|
* degesch: enable and use bracketed paste modePřemysl Janouch2015-11-151-7/+85
| | | | | | | | | urxvt, xterm and maybe others support quoting text pasted by the user from clipboard, which prevents leading tabs from changing into highlights. The handling isn't perfect so far, just wrong in a different way, as we mishandle newlines.
* degesch: mv input_insert{_c,}()Přemysl Janouch2015-11-151-15/+15
|
* degesch: make the libedit backend work againPřemysl Janouch2015-11-151-3/+6
|
* Add a CMake target for clang-tidyPřemysl Janouch2015-11-132-1/+16
|
* degesch: fix beeping on "unimportant" PM eventsPřemysl Janouch2015-10-301-4/+6
| | | | Which in practice means stop beeping on quits in PM buffers.
* degesch: fix reconnect delaysPřemysl Janouch2015-10-281-2/+5
|
* degesch: add an /oper commandPřemysl Janouch2015-10-011-0/+4
| | | | Mostly just because bitlbee suggested it to me and it didn't work.
* degesch: make text attributes toggle formattingPřemysl Janouch2015-10-011-8/+8
| | | | | | Instead of just setting it on. Fixes bitlbee.
* Little fixes to the READMEPřemysl Janouch2015-09-271-24/+26
| | | | Finally learned how to use this asciidoc{,tor} thing.
* Convert README to AsciiDocPřemysl Janouch2015-09-271-30/+39
| | | | | | So that it looks nice on GitHub. Neither Markdown nor RST worked for me.
* Fix build instructions in READMEPřemysl Janouch2015-09-271-5/+3
|
* Update release datev0.9.1Přemysl Janouch2015-09-251-1/+1
|
* Bump version, add NEWSPřemysl Janouch2015-09-242-1/+32
|
* degesch: add Meta-H to open the full log filePřemysl Janouch2015-09-241-19/+80
| | | | As opposed to just the visible backlog.