Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: make use of arguments in _new() functions | Přemysl Eric Janouch | 2020-10-04 | 1 | -10/+10 |
| | |||||
* | degesch: save some memory on channel users | Přemysl Eric Janouch | 2020-10-04 | 1 | -26/+21 |
| | | | | | `struct str` was mostly unnecessary, we can save 16+ bytes, while performance and code readability is mostly unchanged. | ||||
* | degesch: expand comment about character encoding | Přemysl Eric Janouch | 2020-10-02 | 1 | -2/+7 |
| | |||||
* | Bump liberty, use iscntrl_ascii() | Přemysl Eric Janouch | 2020-10-02 | 2 | -2/+2 |
| | |||||
* | kike: silence an annoying build warning | Přemysl Eric Janouch | 2020-09-20 | 1 | -13/+22 |
| | |||||
* | degesch: remove unnecessary quotes from macro defs | Přemysl Eric Janouch | 2020-09-20 | 1 | -16/+16 |
| | | | | The behaviour is defined by the standard. | ||||
* | degesch: update comment to reflect reality | Přemysl Eric Janouch | 2020-09-20 | 1 | -1/+2 |
| | |||||
* | Update NEWS, bump versionv0.9.8 | Přemysl Eric Janouch | 2020-09-02 | 2 | -1/+11 |
| | |||||
* | Update copyright years | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+2 |
| | |||||
* | README: improve libasciidoc compatibility | Přemysl Eric Janouch | 2020-09-02 | 1 | -2/+5 |
| | |||||
* | README: discourage from using libedit | Přemysl Eric Janouch | 2020-09-02 | 1 | -0/+3 |
| | |||||
* | degesch: work around a libedit attribute issue | Přemysl Eric Janouch | 2020-09-02 | 1 | -3/+16 |
| | |||||
* | degesch: fix a libedit crash | Přemysl Eric Janouch | 2020-09-02 | 1 | -1/+2 |
| | |||||
* | degesch: fix Lua 5.4 build | Přemysl Eric Janouch | 2020-09-02 | 2 | -2/+9 |
| | | | | | | Not sure about how well it works yet. Lua 5.3 is still made preferential by the order of pkgconfig lookup. | ||||
* | 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 |
| | | | | GNU Readline has a misfeature. | ||||
* | degesch: fix getpwuid usage | Přemysl Janouch | 2019-12-07 | 1 | -0/+1 |
| | | | | The "entry not found" case doesn't have to touch errno. | ||||
* | 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 |
| | | | | We were in plain conflict with RFC 2812 for no apparent reason. | ||||
* | kike: explicit conversion from pointer to boolean | Přemysl Janouch | 2018-08-01 | 1 | -1/+1 |
| | | | | | In practice the values in the map may only be 1 or 0, so it doesn't matter, but in C it is better to be safe than sorry. | ||||
* | kike: break out properly on errors in MODE processing | Přemysl Janouch | 2018-08-01 | 1 | -1/+2 |
| | | | | We used to only abort the inner loop, which was insufficient. | ||||
* | kike: reset user modes while processing USER | Přemysl Janouch | 2018-08-01 | 1 | -0/+1 |
| | | | | | Since the processing always succeeds and registration cannot be undone, this doesn't seem to fix any real issue. | ||||
* | 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 |
| | | | | | This has an entry in RFC 2812 errata, although it's held for document update. We can afford the strictness. | ||||
* | 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 |
| | | | | | Caught two more occurences than I was able to find by just scanning the source, so the effort wasn't in vain. | ||||
* | Remove .travis.yml | Přemysl Janouch | 2018-06-21 | 1 | -50/+0 |
| | | | | | | We don't depend on any proprietary services no longer. I'll have to make my own replacements with blackjack and hookers. Until then, the file stays in the commit log as an example. | ||||
* | 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 |
| | | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway. | ||||
* | 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 |
| | | | | We could use some static analysis for these. | ||||
* | 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 |
| | | | | Might prevent some denial of service attacks. | ||||
* | 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 |
| |