aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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-172-98/+98
| | | | Finally we can get rid of the trailing underscore.
* Bump libertyPřemysl Janouch2015-08-174-248/+8
|
* 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.
* Update READMEPřemysl Janouch2015-08-071-1/+1
|
* 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 library searchingPřemysl Janouch2015-08-061-10/+5
|
* Bump libertyPřemysl Janouch2015-08-061-0/+0
| | | | Pulling in kqueue support.
* SOCKS: make use of the str_pack_* APIPřemysl Janouch2015-08-061-19/+17
| | | | I forgot I had it.
* Fix OpenBSD buildPřemysl Janouch2015-07-302-10/+29
|
* More SSL -> TLS renamingPřemysl Janouch2015-07-283-56/+56
|
* 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
|
* Bump versionv0.9Přemysl Janouch2015-07-231-1/+1
|
* degesch: fix regression in alias expansionPřemysl Janouch2015-07-231-1/+1
|
* Fix immediate connectsPřemysl Janouch2015-07-232-4/+4
| | | | Apparently FreeBSD can do this while Linux can not.
* Fix build under FreeBSDPřemysl Janouch2015-07-231-0/+8
|
* degesch: fix one last SOCKS corner casePřemysl Janouch2015-07-231-0/+4
|
* ZyklonB: fix SOCKSPřemysl Janouch2015-07-231-2/+2
|
* SOCKS: add socks_protocol_to_string()Přemysl Janouch2015-07-231-1/+12
|
* SOCKS: fix "on_connecting" callbackPřemysl Janouch2015-07-231-3/+7
|
* SOCKS: various fixes to API and codePřemysl Janouch2015-07-233-26/+43
|
* SOCKS: finishing touchesPřemysl Janouch2015-07-221-32/+48
| | | | Making sure that I handle all corner cases appropriately.
* SOCKS: shorten code with SOCKS_GOPřemysl Janouch2015-07-221-43/+20
|
* SOCKS: refactorPřemysl Janouch2015-07-211-165/+177
|
* SOCKS: simplify codePřemysl Janouch2015-07-211-39/+22
|