Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: fix Lua 5.4 build | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+9 |
* | degesch: fix a pointer operation in the libedit layer | Přemysl Eric Janouch | 2020-09-02 | 1 | -1/+2 |
* | Bump liberty | Přemysl Eric Janouch | 2020-09-02 | 1 | -0/+0 |
* | Name change | Přemysl Eric Janouch | 2020-09-02 | 22 | -23/+23 |
* | CMakeLists.txt: add a comment | Přemysl Janouch | 2020-09-02 | 1 | -0/+2 |
* | degesch: fix log reopening after a buffer rename | Přemysl Janouch | 2020-03-23 | 1 | -2/+2 |
* | degesch: clean up unused functions | Přemysl Janouch | 2020-03-22 | 1 | -32/+0 |
* | Fix handling terminal resizes while the terminal is suspended | Přemysl Janouch | 2020-03-21 | 1 | -0/+2 |
* | degesch: fix getpwuid usage | Přemysl Janouch | 2019-12-07 | 1 | -0/+1 |
* | Update NEWS, bump versionv0.9.7 | Přemysl Janouch | 2018-10-21 | 4 | -4/+7 |
* | degesch: add a comment about ENOTCONN | Přemysl Janouch | 2018-10-21 | 1 | -0/+2 |
* | Update NEWS | Přemysl Janouch | 2018-10-21 | 1 | -0/+14 |
* | kike: fix wildcard handling in WHOIS | Přemysl Janouch | 2018-10-21 | 1 | -6/+6 |
* | kike: allow STATS with no parameters | Přemysl Janouch | 2018-10-21 | 1 | -4/+4 |
* | kike: explicit conversion from pointer to boolean | Přemysl Janouch | 2018-08-01 | 1 | -1/+1 |
* | kike: break out properly on errors in MODE processing | Přemysl Janouch | 2018-08-01 | 1 | -1/+2 |
* | kike: reset user modes while processing USER | Přemysl Janouch | 2018-08-01 | 1 | -0/+1 |
* | kike: do nothing on equivalent renicks | Přemysl Janouch | 2018-08-01 | 1 | -0/+4 |
* | kike: code cleanups | Přemysl Janouch | 2018-08-01 | 1 | -4/+1 |
* | kike: fix grammar in hostname validation | Přemysl Janouch | 2018-08-01 | 1 | -1/+2 |
* | kike: fix grammar in config item description | Přemysl Janouch | 2018-08-01 | 1 | -1/+1 |
* | kike: add a comment about identifier encoding | Přemysl Janouch | 2018-08-01 | 1 | -0/+7 |
* | Update NEWS, bump versionv0.9.6 | Přemysl Janouch | 2018-06-22 | 2 | -2/+6 |
* | fancy-prompt.lua: workaround a Readline UTF-8 bug | Přemysl Janouch | 2018-06-22 | 1 | -0/+4 |
* | Bump liberty | Přemysl Janouch | 2018-06-22 | 1 | -0/+0 |
* | degesch: add static analysis for the logger | Přemysl Janouch | 2018-06-21 | 2 | -0/+16 |
* | Remove .travis.yml | Přemysl Janouch | 2018-06-21 | 1 | -50/+0 |
* | Update README | Přemysl Janouch | 2018-06-21 | 1 | -5/+5 |
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 18 | -50/+32 |
* | Update submodule URL for liberty | Přemysl Janouch | 2018-06-21 | 1 | -1/+1 |
* | Prepare NEWS for the next release | Přemysl Janouch | 2018-06-21 | 1 | -0/+23 |
* | degesch: fix some log messages | Přemysl Janouch | 2018-06-21 | 1 | -5/+5 |
* | kike: disable TLS session reuse | Přemysl Janouch | 2018-01-09 | 1 | -0/+3 |
* | kike: handle accept() errors better | Přemysl Janouch | 2018-01-09 | 1 | -9/+14 |
* | kike: thorough review, no functional changes | Přemysl Janouch | 2018-01-09 | 1 | -3/+15 |
* | kike: introduce cstr_set() | Přemysl Janouch | 2018-01-08 | 1 | -23/+12 |
* | degesch: introduce cstr_set() | Přemysl Janouch | 2018-01-08 | 2 | -74/+39 |
* | degesch: thorough review, no functional changes | Přemysl Janouch | 2018-01-08 | 1 | -20/+61 |
* | degesch: fix IPv6:port in irc_split_host_port() | Přemysl Janouch | 2018-01-08 | 1 | -12/+14 |
* | degesch: fix a minor bug in buffer_merge() | Přemysl Janouch | 2018-01-08 | 1 | -2/+1 |
* | degesch: simplify a popular assertion | Přemysl Janouch | 2018-01-08 | 1 | -20/+10 |
* | degesch: simplify the configuration dumper | Přemysl Janouch | 2018-01-08 | 1 | -29/+11 |
* | degesch: show an error message on log write failure | Přemysl Janouch | 2018-01-08 | 1 | -2/+17 |
* | degesch: make buffer index computation easier to follow | Přemysl Janouch | 2018-01-08 | 1 | -2/+3 |
* | degesch: fix a Lua error message | Přemysl Janouch | 2018-01-08 | 1 | -1/+1 |
* | Bump liberty, avoid fall-through warnings | Přemysl Janouch | 2018-01-07 | 4 | -1/+3 |
* | Update README | Přemysl Janouch | 2017-12-06 | 1 | -8/+4 |
* | Update README | Přemysl Janouch | 2017-12-02 | 1 | -5/+4 |
* | Update README | Přemysl Janouch | 2017-12-02 | 1 | -9/+5 |
* | degesch: better shift state encoding handling | Přemysl Janouch | 2017-07-07 | 1 | -6/+8 |