summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-02-22Reorganize UI code for the umpteenth timeCurtis McEnroe
It's actually in a good state now, I think.
2019-02-21Replace "view" with "window"Curtis McEnroe
I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy.
2019-02-21Remove ROT13Curtis McEnroe
It's just not convenient when it can only do the whole line...
2019-02-21Clean up man pageCurtis McEnroe
2019-01-26Draw UI before connectingCurtis McEnroe
Otherwise the "Traveling" message isn't visible while connecting.
2019-01-25Avoid unused variable warnings with getyxCurtis McEnroe
2019-01-25Add GNU/Linux build instructionsCurtis McEnroe
2019-01-25Add Linux.mkCurtis McEnroe
2019-01-25Use getline in place of fgetlnCurtis McEnroe
2019-01-25Use memmem in place of strnstrCurtis McEnroe
2019-01-24Remove FreeBSD-specific iswascii callCurtis McEnroe
2019-01-24Make all tar flags consistentCurtis McEnroe
2019-01-24Tweak Makefile ordering and namingCurtis McEnroe
2019-01-17Update chroot files for LibreSSL 2.8.3Curtis McEnroe
2018-12-30Typedef function types, not pointersCurtis McEnroe
2018-12-16Add M-? to apply ROT13Curtis McEnroe
2018-12-16Move base64 back to pls.cCurtis McEnroe
2018-12-16Move base64 to string.cCurtis McEnroe
2018-12-15Underline own nickCurtis McEnroe
2018-12-14Treat EOF as expected if self.quitCurtis McEnroe
znc doesn't seem to respond to QUIT with ERROR like an IRCd would.
2018-12-14Factor out ircQuitCurtis McEnroe
2018-12-08Add uint typedefCurtis McEnroe
2018-12-05Add /raw commandCurtis McEnroe
2018-12-05Send input errors to the current tagCurtis McEnroe
2018-12-05Rename verbose to rawCurtis McEnroe
And change the format of the sticky tag names again.
2018-12-05Add standards needed for SASL to catgirl.1Curtis McEnroe
2018-12-04Implement SASL PLAIN authenticationCurtis McEnroe
2018-12-04Show error if disconnected unintentionallyCurtis McEnroe
2018-12-04Send only SIGHUP in sandmanCurtis McEnroe
2018-12-04Revert half-working reconnecting stuffCurtis McEnroe
2018-12-04Add -a auth option for unimplemented SASLCurtis McEnroe
2018-12-03Implement base64 encodingCurtis McEnroe
Will be used for SASL authentication.
2018-12-03Call uiShow at init so that TermFocus gets setCurtis McEnroe
2018-12-03Check nick to determine if is selfCurtis McEnroe
I forgot that usernames aren't unique for a minute there.
2018-12-03Ignore ~ username prefixesCurtis McEnroe
This simplifies a lot.
2018-12-02Move host, port, pass, webp to selfCurtis McEnroe
2018-12-02Add -r option for realnameCurtis McEnroe
2018-12-02Send automated messages to TagStatus with UIColdCurtis McEnroe
2018-12-02Various man page tweaks and editsCurtis McEnroe
2018-12-02Fix UI resume on /urlCurtis McEnroe
2018-12-02Add sandman.m to READMECurtis McEnroe
2018-12-01Crudely handle reconnecting after suspendCurtis McEnroe
2018-12-01Fix sandman hangCurtis McEnroe
It was hanging after sending SIGTSTP to its child, then receiving a SIGCHLD to indicate the child had stopped.
2018-12-01Use sigaction in sandmanCurtis McEnroe
2018-11-30Handle signals consistently in the event loopCurtis McEnroe
2018-11-30Separate ircConnect and ircDisconnectCurtis McEnroe
2018-11-30Measure length of log timestamp more consistentlyCurtis McEnroe
2018-11-30Reformat sandman Objective-C codeCurtis McEnroe
2018-11-30Ignore sandmanCurtis McEnroe
Oops.
2018-11-30Add sandmanCurtis McEnroe