Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add additional permission for linking with LibreSSL | June McEnroe | 2020-06-08 |
| | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs | ||
* | Mark global variables in chat.h as extern | Michael Forney | 2020-05-07 |
| | | | | | This fixes the build with gcc 10, which enables -fno-common by default. | ||
* | Check ignores against id | June McEnroe | 2020-04-07 |
| | | | | | Otherwise they do not work correctly for QUIT and NICK. This also lets you ignore private messages only by putting the nick in the third field. | ||
* | Add M-q to collapse whitespace | June McEnroe | 2020-04-07 |
| | |||
* | Add /ignore message filtering patterns | June McEnroe | 2020-03-31 |
| | |||
* | Add text macros | June McEnroe | 2020-03-30 |
| | |||
* | Add logging functions | June McEnroe | 2020-03-25 |
| | | | | The mkdir dance is a bit awkward... | ||
* | Track MODE in replies | June McEnroe | 2020-03-23 |
| | |||
* | Assume worst case for unknown user and host in splitMessage | June McEnroe | 2020-03-23 |
| | | | | | | The default USERLEN of 9 doesn't have a great source, the RFC only says that nicks are length 9, so my assumption is that usernames are not longer. | ||
* | Track own host, handle CHGHOST | June McEnroe | 2020-03-22 |
| | |||
* | Implement the causal.agency/consumer capability | June McEnroe | 2020-02-29 |
| | |||
* | Add /mode, /except, /invex and handle lists replies | June McEnroe | 2020-02-25 |
| | |||
* | Add /ban, /unban and handle ban list replies | June McEnroe | 2020-02-19 |
| | |||
* | Various small cleanups | June McEnroe | 2020-02-16 |
| | | | | Haven't really gone through ui.c yet. | ||
* | Replace a lot of snprintf with a catf implementation | June McEnroe | 2020-02-16 |
| | |||
* | Track EXCEPTS and INVEX modes | June McEnroe | 2020-02-16 |
| | |||
* | Replace small integers in size_t with uint | June McEnroe | 2020-02-15 |
| | |||
* | Track PREFIX modes and CHANMODES | June McEnroe | 2020-02-15 |
| | |||
* | Enable multi-prefix | June McEnroe | 2020-02-15 |
| | |||
* | Separate network info from self | June McEnroe | 2020-02-15 |
| | |||
* | Add /invite | June McEnroe | 2020-02-14 |
| | |||
* | Add /away | June McEnroe | 2020-02-14 |
| | |||
* | Add /exec | June McEnroe | 2020-02-13 |
| | |||
* | Rename procPipe to utilPipe | June McEnroe | 2020-02-13 |
| | |||
* | Refactor windows into array and add /move | June McEnroe | 2020-02-13 |
| | | | | Oof. | ||
* | Explicitly close the TLS connection | June McEnroe | 2020-02-13 |
| | | | | Just to be nice. | ||
* | Add -N flag for notifications | June McEnroe | 2020-02-12 |
| | |||
* | Implement source address selection | multiplexd | 2020-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 /list | June McEnroe | 2020-02-12 |
| | |||
* | Add C-t transpose | June McEnroe | 2020-02-12 |
| | | | | Also in emacs, weechat. | ||
* | Allow for arguments to open/copy utilities | June McEnroe | 2020-02-12 |
| | |||
* | Add -R restricted flag | June McEnroe | 2020-02-11 |
| | |||
* | Define ColorCap instead of hardcoding 100 | June McEnroe | 2020-02-11 |
| | |||
* | Move hash to top of chat.h | June McEnroe | 2020-02-11 |
| | |||
* | Move base64 out of chat.h | June McEnroe | 2020-02-11 |
| | |||
* | Move XDG_SUBDIR out of chat.h | June McEnroe | 2020-02-11 |
| | |||
* | Declare strlcat | June McEnroe | 2020-02-11 |
| | |||
* | Only automatically switch to expected joins | June McEnroe | 2020-02-10 |
| | |||
* | 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 |
| |