Commit Graph

  • e4aa21d788 Add topic diffing to notable features C. McEnroe 2020-11-11 13:27:22 -0500
  • a1dece3df9 Use wmemcpy/wmemmove C. McEnroe 2020-11-08 15:49:49 -0500
  • ded0455d3e Remove static buffer from colorMentions C. McEnroe 2020-11-08 15:16:25 -0500
  • a8264f31e0 Remove static buffer from capList C. McEnroe 2020-11-08 15:07:13 -0500
  • a0abd6582e Highlight changed portion of topic C. McEnroe 2020-11-08 12:42:01 -0500
  • 59006d18bb Avoid eating C-c while connecting C. McEnroe 2020-10-12 19:25:08 -0400
  • 53f23942a4 Clear wrapping point at alignment tab C. McEnroe 2020-10-09 22:52:44 -0400
  • 1cc61723c9 Strip formatting from URLs C. McEnroe 2020-10-09 19:15:25 -0400
  • c48672313b Factor out styleStrip C. McEnroe 2020-10-09 18:45:52 -0400
  • f7f5acbbe2 Double up /help for server help C. McEnroe 2020-10-02 19:38:37 -0400
  • f3a56b0d01 Use WHO for /ops C. McEnroe 2020-09-30 19:21:34 -0400
  • 3e67bf6557 Add /ops command C. McEnroe 2020-09-30 17:52:39 -0400
  • dce6c11cf6 Allow 2-param form of /whois, count comma-separated nicks C. McEnroe 2020-09-18 18:26:13 -0400
  • 2b8a45779d Switch back to checking for server by nick with '.' C. McEnroe 2020-09-18 18:13:09 -0400
  • b2de129e3f Copy style from wrapping point C. McEnroe 2020-09-11 19:12:42 -0400
  • ef59e235eb Silence set-but-unused warning C. McEnroe 2020-09-09 18:04:41 -0400
  • 9513542c6d Include DEL in characters ncurses will print in ^A form C. McEnroe 2020-09-08 14:54:51 -0400
  • cf42595515 Add blank line to unread if there are already unread C. McEnroe 2020-09-07 22:21:41 -0400
  • 4ca49debb1 Call uiWrite to insert blank lines C. McEnroe 2020-09-07 22:13:09 -0400
  • 172d01a668 Let wrapped lines use the last column C. McEnroe 2020-09-07 17:51:09 -0400
  • 05f94f1b8b Handle non-alignment tabs in line wrapping C. McEnroe 2020-09-06 22:43:50 -0400
  • f0fe44f355 Add C-r, C-s for basic scrollback search C. McEnroe 2020-09-06 20:40:29 -0400
  • 49e626b2f3 Add M-n, M-p to jump to highlights C. McEnroe 2020-09-03 16:37:31 -0400
  • dbc0c3ef40 Fix M-u behaviour difference before and after reflow C. McEnroe 2020-09-03 15:50:39 -0400
  • 0968a8ac7c Recalculate unreadHard on reflow C. McEnroe 2020-09-02 21:29:03 -0400
  • a46fbea0ec Give blank lines timestamps C. McEnroe 2020-09-02 19:31:05 -0400
  • 96386adac3 Hide ignored messages at the soft -> hard buffer layer C. McEnroe 2020-09-02 18:51:07 -0400
  • e229931253 Don't call completeTouch for ignored messages C. McEnroe 2020-09-02 17:51:51 -0400
  • 16737d4edc Preserve style after alignment C. McEnroe 2020-09-02 17:03:14 -0400
  • 99612ad8eb Still add ignored lines to unreadHard C. McEnroe 2020-09-02 16:52:57 -0400
  • d00b3d3b70 Actually insert blank lines in the soft buffer C. McEnroe 2020-09-02 16:29:38 -0400
  • 9679c7474e Reimplement split scrolling C. McEnroe 2020-09-02 16:06:34 -0400
  • a0c8a46c75 Fix inserting blank lines BEFORE the new message C. McEnroe 2020-09-02 15:57:36 -0400
  • 6fe5368ec7 Only call windowUpdate when the shown window needs updating C. McEnroe 2020-09-02 15:50:13 -0400
  • 1563eb7d56 Don't consider the alignment tab a wrapping point C. McEnroe 2020-09-02 15:48:47 -0400
  • 17898622e3 Call wclear on resize C. McEnroe 2020-09-02 02:18:04 -0400
  • a84c9cdda7 Fix line wrapping in various ways C. McEnroe 2020-09-02 01:55:44 -0400
  • 149cafc5ab Render one main window from buffers C. McEnroe 2020-09-02 00:27:16 -0400
  • 4dc87ab9cd Implement buffer line wrapping C. McEnroe 2020-09-01 22:54:26 -0400
  • 8d1d758053 Invert meaning of unreadHard/unreadSoft to match new buffer code C. McEnroe 2020-09-01 20:56:09 -0400
  • ded2b6afb6 Factor buffer out of ui C. McEnroe 2020-09-01 20:35:17 -0400
  • a98fd70aac Move styleParse out of ui C. McEnroe 2020-09-01 18:05:17 -0400
  • 8190d76086 Use a static buffer for base directory paths C. McEnroe 2020-08-21 16:47:54 -0400
  • 1abeece988 Document how cert/priv are searched for C. McEnroe 2020-08-20 21:22:29 -0400
  • d9a0364cb4 Use configPath to load TLS cert/priv C. McEnroe 2020-08-20 14:56:13 -0400
  • f432bd72fa Refactor base dir functions to iterate over paths C. McEnroe 2020-08-20 14:08:51 -0400
  • b06470294d Match mentions case-sensitively C. McEnroe 2020-08-18 21:26:17 -0400
  • 1891c77535 Preserve colon from previous tab-complete C. McEnroe 2020-08-18 10:09:54 -0400
  • 10e953b8b5 Set origin fields to "*" if missing C. McEnroe 2020-08-16 22:52:01 -0400
  • 1c8054f226 Set OPENSSL_BIN to /usr/bin/openssl on FreeBSD C. McEnroe 2020-08-06 16:12:45 -0400
  • cdb6bacb06 Say for instead of with C. McEnroe 2020-08-05 12:51:44 -0400
  • 9bd001ad4f Mention LibreTLS in install instructions C. McEnroe 2020-08-04 14:38:23 -0400
  • 814c36223a Say "OpenSSL" in additional permission notices C. McEnroe 2020-08-04 12:19:14 -0400
  • 52a676155b Fix --mandir rendering in README C. McEnroe 2020-08-03 18:15:18 -0400
  • 9bd10d768d Add \banhammer macro C. McEnroe 2020-08-02 18:08:08 -0400
  • bd8997ef09 Check return value of asprintf C. McEnroe 2020-08-01 22:18:23 -0400
  • 387f2c1fa3 Use ldd to automatically copy libs into chroot C. McEnroe 2020-07-31 13:04:48 -0400
  • 27866c5657 Fix path of cert.pem in chroot C. McEnroe 2020-07-31 13:04:33 -0400
  • 444d4bda9a Fix chroot-man path C. McEnroe 2020-07-31 12:49:34 -0400
  • 4c1b1fc6a3 Replace catf with something that tracks len C. McEnroe 2020-07-30 14:37:46 -0400
  • 09e6b14794 Remove dependency on libcrypto for compat C. McEnroe 2020-07-30 13:37:54 -0400
  • a142ebcf43 Define explicit_bzero using memset_s on macOS C. McEnroe 2020-07-30 13:36:17 -0400
  • 5a3b63e444 Remove use of strlcat C. McEnroe 2020-07-30 12:59:55 -0400
  • 6bb933c651 Bump .so versions in chroot C. McEnroe 2020-07-25 19:03:52 -0400
  • 1b8d589112 Support --prefix and --mandir in configure script C. McEnroe 2020-07-23 16:40:46 -0400
  • f37ad399fe Rewrite configure script for all platforms C. McEnroe 2020-07-23 16:28:38 -0400
  • 5873d8b5a7 Remove tls_close error handling C. McEnroe 2020-07-23 14:20:29 -0400
  • ed7d5c0f34 Initialize numHot, numWarm C. McEnroe 2020-07-23 00:22:36 -0400
  • 3e03b7502b Add current topic to tab-complete so it can edited C. McEnroe 2020-07-13 10:22:33 -0400
  • 787771bebb Keep scrolled up windows in status line C. McEnroe 2020-07-12 09:38:52 -0400
  • e6db22d2bb Don't scan ignored messages for URLs C. McEnroe 2020-07-09 22:43:35 -0400
  • e1717e8fdd Add link to "IRC Suite" post in README C. McEnroe 2020-07-08 16:59:51 -0400
  • d74ec7e0f3 Avoid copying message to match if no ignores are set C. McEnroe 2020-07-06 22:51:15 -0400
  • cb84983dd1 Add message to ignore patterns C. McEnroe 2020-07-06 22:40:30 -0400
  • 529028fe4a Use DisableForwarding in sshd_config C. McEnroe 2020-06-25 00:40:00 -0400
  • 94fb9798c5 Bump ParamCap to 254 C. McEnroe 2020-06-24 13:36:24 -0400
  • 4fb94a1a22 Color mentions up to first ": " rather than just ":" C. McEnroe 2020-06-16 23:14:07 -0400
  • 82acea5dfa Add null terminator to modes in channelListMode C. McEnroe 2020-06-15 20:34:28 -0400
  • cabe285427 Document /quote needing /debug for output C. McEnroe 2020-06-12 15:42:39 -0400
  • e43d44b08c Add OpenBSD to README C. McEnroe 2020-06-11 17:49:45 -0400
  • 29064fb3f6 Add warning to configure script C. McEnroe 2020-06-11 16:06:01 -0400
  • e8f1b928b7 Call static_assert by _Static_assert C. McEnroe 2020-06-11 15:33:59 -0400
  • 721c3a9ee6 Add additional permission for linking with LibreSSL C. McEnroe 2020-06-08 17:48:07 -0400
  • 287cd3c63c Inherit PREFIX and MANDIR from env C. McEnroe 2020-05-27 12:01:49 -0400
  • 88e2197a8f Don't send zero-width characters to ncurses C. McEnroe 2020-05-26 15:18:55 -0400
  • b352f5965b Define constants for window geometry C. McEnroe 2020-05-25 13:51:09 -0400
  • 53f206f7e0 Tweak status line formatting C. McEnroe 2020-05-24 12:34:23 -0400
  • fd679bbca8 Don't compress man page or use configure on FreeBSD C. McEnroe 2020-05-23 14:12:07 -0400
  • 4282574c18 Revert "Send blank line after 10 minutes idle" C. McEnroe 2020-05-15 10:13:42 -0400
  • d8ef021506 Fix page scrolling distance for SplitLines C. McEnroe 2020-05-14 16:56:07 -0400
  • 4fea54637b Do not stop when files in XDG dirs are inaccessible C. McEnroe 2020-05-12 12:44:38 -0400
  • bde0f47a70 Mark global variables in chat.h as extern Michael Forney 2020-05-07 16:47:40 -0700
  • f36b0dbd81 Update email addresses C. McEnroe 2020-05-05 17:55:29 -0400
  • 88263cc1d7 Separate completeID state from complete state C. McEnroe 2020-04-23 20:22:15 -0400
  • a632ee741b Don't clobber windows.swap in else of showAuto C. McEnroe 2020-04-20 16:12:02 -0400
  • 2f5ff45db0 Save last user-selected window to switch back to from M-a C. McEnroe 2020-04-19 21:13:02 -0400
  • 98cbb44c0d Add M-= to mute windows C. McEnroe 2020-04-15 16:18:09 -0400
  • 470dee97c3 Add status indicator for showing ignored messages C. McEnroe 2020-04-15 15:54:55 -0400
  • 9bc52d7238 Add M-< and M-> for scroll to top and bottom C. McEnroe 2020-04-07 14:09:29 -0400
  • 7d62762609 Revert "Add C-o as alias of M-/" C. McEnroe 2020-04-07 13:59:54 -0400