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