Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add startup GPLv3 note and URL | June McEnroe | 2020-02-11 |
| | | | | I am a degenerate. | ||
* | Set self.nick to * initially | June McEnroe | 2020-02-11 |
| | | | | | | | Allows removing a bunch of checks that self.nick is set, and it's what the server usually calls you before registration. Never highlight notices as mentions. | ||
* | Synthesize a QUIT message to handle on exit | June McEnroe | 2020-02-10 |
| | | | | So that the end of a saved buffer contains the self quit. | ||
* | Factor out XDG base directory code | June McEnroe | 2020-02-10 |
| | | | | | And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. | ||
* | Add -s to save and load buffers | June McEnroe | 2020-02-10 |
| | |||
* | Add -H | June McEnroe | 2020-02-10 |
| | |||
* | Add /help | June McEnroe | 2020-02-09 |
| | | | | Now with automatic search! Also had to fix the SIGCHLD handling... | ||
* | Add /copy | June McEnroe | 2020-02-08 |
| | |||
* | Allow overriding the /open utility | June McEnroe | 2020-02-08 |
| | |||
* | Set FDs CLOEXEC | June McEnroe | 2020-02-08 |
| | |||
* | Add procPipe for subprocesses | June McEnroe | 2020-02-08 |
| | |||
* | Handle SIGCHLD | June McEnroe | 2020-02-08 |
| | |||
* | Check signals after file descriptors | June McEnroe | 2020-02-08 |
| | | | | | If a signal happens while processing an FD, it should be handled immediately, rather than waiting for another poll return. | ||
* | Populate completion with commands | June McEnroe | 2020-02-07 |
| | |||
* | Search for cert and priv in config dirs | June McEnroe | 2020-02-06 |
| | |||
* | Handle errors from getopt | June McEnroe | 2020-02-05 |
| | |||
* | Use getopt_config to load options | June McEnroe | 2020-02-05 |
| | | | | I'm really getting a lot of use out of this config.c huh. | ||
* | Add /quit | June McEnroe | 2020-02-05 |
| | |||
* | Fix SIGWINCH handling | June McEnroe | 2020-02-05 |
| | | | | curses is dumb. | ||
* | Reflow text on window resize | June McEnroe | 2020-02-05 |
| | |||
* | Split showing style codes and word wrapping | June McEnroe | 2020-02-04 |
| | |||
* | Only check revents if nfds > 0 | June McEnroe | 2020-02-04 |
| | | | | If an error occurs, poll leaves the array unmodified. | ||
* | Handle signals in poll loop | June McEnroe | 2020-02-04 |
| | |||
* | Add beginnings of input handling | June McEnroe | 2020-02-04 |
| | |||
* | Save NETWORK, CHANTYPES, PREFIX from ISUPPORT | June McEnroe | 2020-02-02 |
| | |||
* | Add idColors | June McEnroe | 2020-02-02 |
| | |||
* | Implement window switching and status line | June McEnroe | 2020-02-02 |
| | |||
* | Implement word wrap | June McEnroe | 2020-02-01 |
| | | | | This actually wasn't that bad? | ||
* | Parse IRC styling in UI | June McEnroe | 2020-02-01 |
| | | | | | Wow the colorPair thing actually works. Have I finally cracked curses colors? | ||
* | Implement the beginnings of UI | June McEnroe | 2020-02-01 |
| | | | | It takes so much code to do anything in curses... | ||
* | Add IDs and names | June McEnroe | 2020-02-01 |
| | |||
* | Add -v flag | June McEnroe | 2020-02-01 |
| | |||
* | Blindly implement login flow | June McEnroe | 2020-02-01 |