summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Expand)AuthorAge
* Move event loop to event.cJune McEnroe2018-09-06
* Use PascalCase for constantsJune McEnroe2018-09-02
* Add loggingJune McEnroe2018-08-17
* Add UI "heat" for status/messages/pingsJune McEnroe2018-08-17
* Rework UI code for multi-channelJune McEnroe2018-08-11
* Fix commented out error handlingJune McEnroe2018-08-11
* Become multi-channelJune McEnroe2018-08-10
* Move process spawning onto the event loopJune McEnroe2018-08-10
* Rename chan to joinJune McEnroe2018-08-10
* Add -u option for setting userJune McEnroe2018-08-09
* Add PASS optionJune McEnroe2018-08-09
* Add URL detection, listing and openingJune McEnroe2018-08-09
* Add commands to tab completeJune McEnroe2018-08-08
* Convert input to multibyte before handlingJune McEnroe2018-08-07
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
* Show source link on exitJune McEnroe2018-08-04
* Rename ui chat to logJune McEnroe2018-08-04
* Rename client to ircJune McEnroe2018-08-04
* Handle terminal resizingJune McEnroe2018-08-04
* Do not free const string portJune McEnroe2018-08-04
* Split source into several filesJune McEnroe2018-08-04
* Exit on zero readJune McEnroe2018-08-04
* Handle nick errorsJune McEnroe2018-08-04
* Handle /nick and /quitJune McEnroe2018-08-04
* Track own nickJune McEnroe2018-08-04
* Word all status messages in presentJune McEnroe2018-08-04
* Handle inputJune McEnroe2018-08-03
* Track own usernameJune McEnroe2018-08-03
* Use a wide pad for the topicJune McEnroe2018-08-03
* Ignore NOTICEs not sent to the channelJune McEnroe2018-08-03
* Handle KICK and NICKJune McEnroe2018-08-03
* Continue on EINTR from pollJune McEnroe2018-08-03
* Handle ACTIONsJune McEnroe2018-08-03
* Use more octal char literalsJune McEnroe2018-08-03
* Send a WHO in response to NAMES to get usernamesJune McEnroe2018-08-03
* Colorize nicks and channelsJune McEnroe2018-08-03
* Add support for mIRC colorsJune McEnroe2018-08-03
* Handle bold, italic, underlineJune McEnroe2018-08-03
* Add prift function for "prefix shift"June McEnroe2018-08-03
* Use libtls "compat" ciphersJune McEnroe2018-08-02
* Add UI and handle some kinds of server messagesJune McEnroe2018-08-02
* Start IRC clientJune McEnroe2018-08-02
td colspan='3' class='logmsg'> 2021-02-07Use scrot for up -s if no screencaptureJune McEnroe Still missing putting the URL in an X selection. 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe And increase XTerm internalBorder. 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe