summary refs log tree commit diff
path: root/home/.config
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config')
0 files changed, 0 insertions, 0 deletions
6&id=3c5e1c95a4091c26de8cc47e9cf222b74cec4fb3'>Add /mode, /except, /invex and handle lists repliesJune McEnroe2020-02-25 | * Add /ban, /unban and handle ban list repliesJune McEnroe2020-02-19 | * Various small cleanupsJune McEnroe2020-02-16 | | | | Haven't really gone through ui.c yet. * Replace a lot of snprintf with a catf implementationJune McEnroe2020-02-16 | * Track EXCEPTS and INVEX modesJune McEnroe2020-02-16 | * Replace small integers in size_t with uintJune McEnroe2020-02-15 | * Track PREFIX modes and CHANMODESJune McEnroe2020-02-15 | * Enable multi-prefixJune McEnroe2020-02-15 | * Separate network info from selfJune McEnroe2020-02-15 | * Add /inviteJune McEnroe2020-02-14 | * Add /awayJune McEnroe2020-02-14 | * Add /execJune McEnroe2020-02-13 | * Rename procPipe to utilPipeJune McEnroe2020-02-13 | * Refactor windows into array and add /moveJune McEnroe2020-02-13 | | | | Oof. * Explicitly close the TLS connectionJune McEnroe2020-02-13 | | | | Just to be nice. * Add -N flag for notificationsJune McEnroe2020-02-12 | * Implement source address selectionmultiplexd2020-02-13 | | | | | | This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server. * Add /listJune McEnroe2020-02-12 | * Add C-t transposeJune McEnroe2020-02-12 | | | | Also in emacs, weechat. * Allow for arguments to open/copy utilitiesJune McEnroe2020-02-12 | * Add -R restricted flagJune McEnroe2020-02-11 | * Define ColorCap instead of hardcoding 100June McEnroe2020-02-11 | * Move hash to top of chat.hJune McEnroe2020-02-11 | * Move base64 out of chat.hJune McEnroe2020-02-11 | * Move XDG_SUBDIR out of chat.hJune McEnroe2020-02-11 | * Declare strlcatJune McEnroe2020-02-11 | * Only automatically switch to expected joinsJune McEnroe2020-02-10 | * Factor out XDG base directory codeJune McEnroe2020-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 buffersJune McEnroe2020-02-10 | * Eliminate array in hashJune McEnroe2020-02-10 | | | | | I expected to have to remove some arbitrary colors, but it seems like just the range 2-75 works fine. * Add -HJune McEnroe2020-02-10 | * Hash to colors in the range 2-75June McEnroe2020-02-10 | | | | | Colors 76-87 seem too light, some almost appearing white. Colors 88-98 are shades of gray. * Add /whoisJune McEnroe2020-02-09 | * Add C-yJune McEnroe2020-02-09 | | | | This is weechat's binding for it. * Add C-w and M-dJune McEnroe2020-02-09 | * Rename kill opsJune McEnroe2020-02-09 | * Add M-b and M-fJune McEnroe2020-02-09 | * Add C-kJune McEnroe2020-02-09 | | | | Also rename all the edit ops to something consistent. * Add C-dJune McEnroe2020-02-09 | * Simplify edit buffer conversion and input renderingJune McEnroe2020-02-09 | * Show realname on JOIN if it is different from nickJune McEnroe2020-02-09 | * Add /copy