Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | Move XDG_SUBDIR out of chat.h | C. McEnroe | |
2020-02-11 | Declare strlcat | C. McEnroe | |
2020-02-10 | Only automatically switch to expected joins | C. McEnroe | |
2020-02-10 | Factor out XDG base directory code | C. McEnroe | |
And add warnings to configOpen, since that's the only way to be accurate if a weird error occurs. | |||
2020-02-10 | Add -s to save and load buffers | C. McEnroe | |
2020-02-10 | Eliminate array in hash | C. McEnroe | |
I expected to have to remove some arbitrary colors, but it seems like just the range 2-75 works fine. | |||
2020-02-10 | Add -H | C. McEnroe | |
2020-02-10 | Hash to colors in the range 2-75 | C. McEnroe | |
Colors 76-87 seem too light, some almost appearing white. Colors 88-98 are shades of gray. | |||
2020-02-09 | Add /whois | C. McEnroe | |
2020-02-09 | Add C-y | C. McEnroe | |
This is weechat's binding for it. | |||
2020-02-09 | Add C-w and M-d | C. McEnroe | |
2020-02-09 | Rename kill ops | C. McEnroe | |
2020-02-09 | Add M-b and M-f | C. McEnroe | |
2020-02-09 | Add C-k | C. McEnroe | |
Also rename all the edit ops to something consistent. | |||
2020-02-09 | Add C-d | C. McEnroe | |
2020-02-09 | Simplify edit buffer conversion and input rendering | C. McEnroe | |
2020-02-09 | Show realname on JOIN if it is different from nick | C. McEnroe | |
2020-02-08 | Add /copy | C. McEnroe | |
2020-02-08 | Allow overriding the /open utility | C. McEnroe | |
2020-02-08 | Scan messages for URLs | C. McEnroe | |
2020-02-08 | Add procPipe for subprocesses | C. McEnroe | |
2020-02-08 | Only show expected topic/names replies | C. McEnroe | |
2020-02-08 | Add /close | C. McEnroe | |
2020-02-08 | Handle ID overflow | C. McEnroe | |
idk just shove it all in <network>. | |||
2020-02-08 | Handle KICK | C. McEnroe | |
See I knew the color cache in complete would be useful in at least one place! | |||
2020-02-08 | Handle NICK | C. McEnroe | |
2020-02-07 | Clear completion for ID on self-part | C. McEnroe | |
2020-02-07 | Update completion on join, part, privmsg | C. McEnroe | |
2020-02-07 | Populate completion with commands | C. McEnroe | |
2020-02-07 | Add some real line editing operations | C. McEnroe | |
2020-02-06 | Set id color to Default on allocation | C. McEnroe | |
2020-02-06 | Search for cert and priv in config dirs | C. McEnroe | |
2020-02-05 | Use getopt_config to load options | C. McEnroe | |
I'm really getting a lot of use out of this config.c huh. | |||
2020-02-05 | Add /window | C. McEnroe | |
2020-02-05 | Add /quit | C. McEnroe | |
2020-02-05 | Change prompt depending on command | C. McEnroe | |
2020-02-05 | Save own username for message echoing | C. McEnroe | |
2020-02-05 | Add extremely basic editing and message sending | C. McEnroe | |
2020-02-04 | Split showing style codes and word wrapping | C. McEnroe | |
2020-02-04 | Add beginnings of input handling | C. McEnroe | |
2020-02-03 | Use time_t rather than struct tm | C. McEnroe | |
2020-02-02 | Add sequences for toggling focus/paste modes | C. McEnroe | |
2020-02-02 | Remove term.c in favor of more curses APIs | C. McEnroe | |
2020-02-02 | Use tsl/fsl capabilities for title if available | C. McEnroe | |
Also manually fill them if TERM=xterm* because they really should be there. | |||
2020-02-02 | Save NETWORK, CHANTYPES, PREFIX from ISUPPORT | C. McEnroe | |
2020-02-02 | Remove style string macros | C. McEnroe | |
2020-02-02 | Add idColors | C. McEnroe | |
2020-02-02 | Implement window switching and status line | C. McEnroe | |
2020-02-02 | Add color hashing function | C. McEnroe | |
2020-02-01 | Implement the beginnings of UI | C. McEnroe | |
It takes so much code to do anything in curses... |