aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-1/+2
|
* 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.
* degesch: add Meta-H to open the full log filePřemysl Janouch2015-09-241-19/+80
| | | | As opposed to just the visible backlog.
* degesch: fix logging of outgoing status messagesPřemysl Janouch2015-09-241-0/+10
| | | | "/msg @#test test" would log "MSG(): test"
* degesch: fix handling of status messagesPřemysl Janouch2015-09-241-2/+14
| | | | That is, messages using the STATUSMSG feature.
* degesch: fix logging of RPL_INVITINGPřemysl Janouch2015-09-241-2/+2
|
* mv 'struct config_item'{_,}Přemysl Janouch2015-08-171-45/+45
| | | | Finally we can get rid of the trailing underscore.
* degesch: add self to completion in server buffersPřemysl Janouch2015-08-131-0/+6
|
* degesch: display ERROR messagesPřemysl Janouch2015-08-121-0/+10
| | | | So that the user knows he was killed.
* degesch: don't ignore data right before an EOFPřemysl Janouch2015-08-121-10/+7
|
* degesch: don't use black for nicks on 256-colorPřemysl Janouch2015-08-111-1/+1
| | | | Except for self.
* degesch: update commentsPřemysl Janouch2015-08-101-1/+1
|
* degesch: enable bright backgrounds on 8-color termsPřemysl Janouch2015-08-101-6/+23
|
* degesch: precompute the filtered color cubePřemysl Janouch2015-08-101-25/+31
|
* degesch: show CTCPs to channels as suchPřemysl Janouch2015-08-101-3/+7
|
* degesch: send after-connect joins more cleverlyPřemysl Janouch2015-08-101-4/+26
|
* degesch: properly flush the read markerPřemysl Janouch2015-08-101-0/+2
|
* degesch: safer defaults for backlog helperPřemysl Janouch2015-08-091-4/+6
|
* degesch: don't show joins etc. as new activityPřemysl Janouch2015-08-081-11/+19
| | | | It's mostly just spam that shouldn't get your attention.
* degesch: use formatting in the backlogPřemysl Janouch2015-08-081-30/+68
| | | | | It's a rather crude solution to just pipe the raw terminfo strings to less but hey, it works.
* degesch: add backlog/scrollback functionalityPřemysl Janouch2015-08-081-23/+200
| | | | | Finally! I went with possibly the simplest solution, which is to run less, instead of badly reimplementing its functionality.
* degesch: properly flush formatting resetsPřemysl Janouch2015-08-061-0/+2
|
* degesch: better name resolution failure messagesPřemysl Janouch2015-08-061-2/+16
|
* degesch: fix /server usagePřemysl Janouch2015-08-061-1/+1
|
* degesch; fix handling of CTCP requestsPřemysl Janouch2015-08-061-9/+13
|
* degesch: don't send PART on /close when not joinedPřemysl Janouch2015-08-061-7/+12
|
* Fix OpenBSD buildPřemysl Janouch2015-07-301-1/+1
|
* More SSL -> TLS renamingPřemysl Janouch2015-07-281-16/+16
|
* degesch: use hopefully better colors for nicksPřemysl Janouch2015-07-271-5/+32
| | | | | - exclude white from the 16-color range - use colors from the 256-color cube when available
* degesch: fix memory leakPřemysl Janouch2015-07-271-2/+4
|
* degesch: order the nicknames in /namesPřemysl Janouch2015-07-261-18/+69
|
* degesch: make showing all prefixes optionalPřemysl Janouch2015-07-261-23/+66
|
* degesch: fix regression in alias expansionPřemysl Janouch2015-07-231-1/+1
|
* Fix immediate connectsPřemysl Janouch2015-07-231-3/+3
| | | | Apparently FreeBSD can do this while Linux can not.
* degesch: fix one last SOCKS corner casePřemysl Janouch2015-07-231-0/+4
|
* SOCKS: various fixes to API and codePřemysl Janouch2015-07-231-8/+5
|
* Rewrite socks to asyncPřemysl Janouch2015-07-201-56/+82
| | | | Not quite working yet, however it's a massive and important change.
* degesch: fix literal IPv6 server addressesPřemysl Janouch2015-07-191-1/+6
|
* degesch: add a "command_delay" option to serversPřemysl Janouch2015-07-181-13/+37
| | | | E.g. for channels that are for registered users only.