Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | | | | The pointer to the last item in the linked list wasn't always fixed, although nothing really touched it afterwards. | ||||
* | 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 |
| | | | | Running out of space and I/O errors seem like the most likely causes. | ||||
* | 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 |
| | | | | "Edgy" is actually a fitting word. And we've lost OBS! | ||||
* | Update README | Přemysl Janouch | 2017-12-02 | 1 | -5/+4 |
| | |||||
* | Update README | Přemysl Janouch | 2017-12-02 | 1 | -9/+5 |
| | | | | So be it, SJWHub, at least I have a reason to move. | ||||
* | degesch: better shift state encoding handling | Přemysl Janouch | 2017-07-07 | 1 | -6/+8 |
| | | | | I don't know, probably didn't matter. | ||||
* | slack.lua: add a feature to undo emoji | Přemysl Janouch | 2017-07-03 | 1 | -1/+48 |
| | |||||
* | CMakeLists.txt: fix variable name | Přemysl Janouch | 2017-07-03 | 1 | -2/+2 |
| | |||||
* | Rework constructors/destructors | Přemysl Janouch | 2017-06-22 | 3 | -61/+36 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2017-06-22 | 6 | -417/+255 |
| | |||||
* | kike: fix two memory leaks | Přemysl Janouch | 2017-06-22 | 1 | -0/+2 |
| | |||||
* | slack.lua: support @here and @channel | Přemysl Janouch | 2017-05-18 | 1 | -5/+10 |
| | |||||
* | slack.lua: improve input hook matching | Přemysl Janouch | 2017-05-17 | 1 | -1/+1 |
| |