Commit Graph

  • 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
  • 73bda18110 Check ignores against id C. McEnroe 2020-04-07 13:18:42 -0400
  • 83a2fb0d34 Reset unreadSoft only on first unreadHard C. McEnroe 2020-04-07 11:06:29 -0400
  • e3f7362241 Add M-q to collapse whitespace C. McEnroe 2020-04-07 10:48:44 -0400
  • 0bf49817f6 Add split scrolling to README C. McEnroe 2020-04-06 16:45:20 -0400
  • db4af9e7ab Voice, devoice self on /voice, /devoice with no params C. McEnroe 2020-04-06 16:30:03 -0400
  • 151739e8da Op, deop self on /op, /deop without params C. McEnroe 2020-04-06 16:09:49 -0400
  • c6a212b665 Bump URL ring size C. McEnroe 2020-04-06 14:51:38 -0400
  • 241fefd976 Add scroll position to status line C. McEnroe 2020-04-06 14:34:32 -0400
  • 62a3e3699c Implement split scrolling C. McEnroe 2020-04-06 13:46:35 -0400
  • 1969c9125f Error on missing MODE parameters C. McEnroe 2020-04-05 13:17:38 -0400
  • bb531a71b1 Error on invalid ISUPPORT values C. McEnroe 2020-04-05 13:11:19 -0400
  • 3c9bb4e7a3 Add note about symlinking /etc/ssl/cert.pem C. McEnroe 2020-04-04 10:58:03 -0400
  • 75a6aa9258 Use gnu-case-range and gnu-conditional-omitted-operand extensions C. McEnroe 2020-04-03 17:10:52 -0400
  • 6574f012c9 Only treat /open param as count if single digit C. McEnroe 2020-04-03 15:16:49 -0400
  • 2d36c4d7c9 Use a for loop for getopt C. McEnroe 2020-04-02 16:13:23 -0400
  • 06543b7030 Generate short option string with a loop C. McEnroe 2020-04-02 14:14:43 -0400
  • a0f012c614 Do not add an extra blank line on uiLoad C. McEnroe 2020-04-02 11:00:05 -0400
  • 9063c656d5 Preserve the last blank line on reflow C. McEnroe 2020-04-02 10:56:33 -0400
  • 6333b63224 Switch to windows with ascending unread counts on M-a C. McEnroe 2020-04-02 10:47:17 -0400
  • 6e7613c1ce Mention running ldconfig after editing /etc/ld.so.conf C. McEnroe 2020-04-01 15:07:21 -0400
  • 8495d12216 Fix multi-mention tab completion condition C. McEnroe 2020-04-01 14:40:36 -0400
  • 77a7c02435 Pass correct length to mbstowcs C. McEnroe 2020-04-01 12:15:44 -0400
  • 2816c019a3 Add note about building LibreSSL manually C. McEnroe 2020-04-01 10:25:04 -0400
  • 84f661ab05 Add \blush C. McEnroe 2020-03-31 20:12:04 -0400
  • e538fe54b9 Add notes on how to view README.7 C. McEnroe 2020-03-31 19:17:09 -0400
  • 9f92f4573f Add pounce to README's SEE ALSO C. McEnroe 2020-03-31 19:13:24 -0400
  • 885fc9f4e7 Update features list C. McEnroe 2020-03-31 19:08:58 -0400
  • 50941b493a Add join/part/quit filtering example C. McEnroe 2020-03-31 15:09:34 -0400
  • ca751a1cdc Hide filtered messages C. McEnroe 2020-03-31 14:31:10 -0400