| Commit message (Expand) | Author | Age |
* | Add screenshot to README | June McEnroe | 2022-03-31 |
* | Skip non-spacing when moving and deleting by "character" | June McEnroe | 2022-03-16 |
* | Document using -S to connect over IPv4 or IPv6 | June McEnroe | 2022-03-13 |
* | Always refresh the screen with ^L | Christian Kellermann | 2022-03-09 |
* | Update STANDARDS section authors, titles and URLs | June McEnroe | 2022-03-05 |
* | Show own nick on /nick without params | June McEnroe | 2022-03-02 |
* | Specify commands which depend on caps | June McEnroe | 2022-02-26 |
* | Only add available commands to complete | June McEnroe | 2022-02-26 |
* | Factor out commandAvailable | June McEnroe | 2022-02-26 |
* | Give examples of "general events" 2.1 | June McEnroe | 2022-02-23 |
* | Add missing unistd.h include in input.c | June McEnroe | 2022-02-23 |
* | Document the interface | June McEnroe | 2022-02-22 |
* | Clean up unimplemented editing mode stuff | June McEnroe | 2022-02-20 |
* | Save input buffer contents | June McEnroe | 2022-02-20 |
* | Share a cut buffer between all edit buffers | June McEnroe | 2022-02-20 |
* | Assert return values in edit tests | June McEnroe | 2022-02-20 |
* | Move mbs out of struct Edit, use a global buffer | June McEnroe | 2022-02-20 |
* | Clear edit buffer before running command | June McEnroe | 2022-02-20 |
* | Show indicator in status when window has pending input | June McEnroe | 2022-02-20 |
* | Use separate edit buffers for each ID | June McEnroe | 2022-02-20 |
* | Make sure new cap is actually larger than new length | June McEnroe | 2022-02-20 |
* | Remove unused mbs.len field from struct Edit | June McEnroe | 2022-02-20 |
* | Remove unneeded includes in ui.c | June McEnroe | 2022-02-19 |
* | Reimplement tab complete | June McEnroe | 2022-02-19 |
* | Handle errors from editFn, etc. | June McEnroe | 2022-02-19 |
* | Reimplement text macros | June McEnroe | 2022-02-19 |
* | Factor out input handling to input.c | June McEnroe | 2022-02-19 |
* | Factor out window management to window.c | June McEnroe | 2022-02-19 |
* | Enable -Wmissing-prototypes | June McEnroe | 2022-02-19 |
* | Fix edit.[ch] license notice additional permissions | June McEnroe | 2022-02-19 |
* | Run line editing tests | June McEnroe | 2022-02-19 |
* | Implement new line editing "library" | June McEnroe | 2022-02-18 |
* | Simplify cursor positioning in input | June McEnroe | 2022-02-18 |
* | Fix M-f ordering | June McEnroe | 2022-02-18 |
* | Move sandman build to scripts/Makefile | June McEnroe | 2022-02-12 |
* | Use compat_readpassphrase.c on Linux | June McEnroe | 2022-02-12 |
* | Copy RPP defines from oconfigure | June McEnroe | 2022-02-12 |
* | Import compat_readpassphrase.c from oconfigure | June McEnroe | 2022-02-12 |
* | Prompt for empty server or SASL passwords | June McEnroe | 2022-02-12 |
* | Treat any amount of space and punctuation as word boundaries | June McEnroe | 2022-02-09 |
* | Add M-s to (temporarily) reveal spoiler text | June McEnroe | 2022-02-03 |
* | Add C-z s to set spoiler text | June McEnroe | 2022-02-03 |
* | Avoid sending null byte in SASL PLAIN 2.0a | June McEnroe | 2022-01-16 |
* | Use Cold for away notices in queries | June McEnroe | 2022-01-16 |
* | Refer to long option names, prefix commands with $ 2.0 | June McEnroe | 2021-12-11 |
* | Support custom pkg-config executable names | Alyssa Ross | 2021-11-22 |
* | Cycle between adding colon suffix and not in tab complete | June McEnroe | 2021-11-19 |
* | Make the /ops response more flavourful | June McEnroe | 2021-11-16 |
* | Handle RPL_WHOISSPECIAL | June McEnroe | 2021-11-10 |
* | Parse IRC formatting in timestamp string | June McEnroe | 2021-10-28 |