Commit Graph

  • 42d106260b Separate network info from self C. McEnroe 2020-02-15 04:54:53 -0500
  • 91fa136672 Add /ns and /cs C. McEnroe 2020-02-15 04:47:46 -0500
  • 357ded8958 Document exit status C. McEnroe 2020-02-15 04:28:57 -0500
  • ed52ade739 Add /kick C. McEnroe 2020-02-14 21:43:27 -0500
  • 39a343980b Add /invite C. McEnroe 2020-02-14 21:36:58 -0500
  • 8aa6dd86f6 Add /away C. McEnroe 2020-02-14 21:10:40 -0500
  • 0d23f8f1b8 Save heat, unreadTotal, unreadWarm C. McEnroe 2020-02-14 05:20:22 -0500
  • fbdfb36085 Track unreadTotal and unreadWarm separately C. McEnroe 2020-02-14 05:00:26 -0500
  • eb3a92c99e Don't copy into cut buffer during tab complete C. McEnroe 2020-02-14 04:04:07 -0500
  • 3b257a55c3 Set hidden to true initially C. McEnroe 2020-02-13 22:32:35 -0500
  • efed6cd298 Document environment variables used C. McEnroe 2020-02-13 22:30:58 -0500
  • 46f61dfcdc Add /exec C. McEnroe 2020-02-13 22:22:11 -0500
  • 4405b89f6c Only uiShow if hidden and only uiHide if shown C. McEnroe 2020-02-13 22:09:25 -0500
  • 1e226593ef Rename procPipe to utilPipe C. McEnroe 2020-02-13 21:57:55 -0500
  • a6bc2ea7c3 Set swap correctly when closing a window C. McEnroe 2020-02-13 05:10:55 -0500
  • 92ccabaafd Refactor windows into array and add /move C. McEnroe 2020-02-13 05:05:53 -0500
  • ff518a8eb9 Clean up manual lints C. McEnroe 2020-02-13 01:43:16 -0500
  • fcfbe8a14c Add -g for generating certificates C. McEnroe 2020-02-13 01:39:25 -0500
  • 0a772ff139 Explicitly close the TLS connection C. McEnroe 2020-02-13 01:01:23 -0500
  • 9bed890aa8 Add sandman wrapper C. McEnroe 2020-02-12 21:31:09 -0500
  • c8a9570c1c Document scripts in README C. McEnroe 2020-02-12 20:16:51 -0500
  • 180bbc7b38 Add -N flag for notifications C. McEnroe 2020-02-12 20:12:34 -0500
  • 4198f67aa2 Mark and unmark on uiHide, uiShow C. McEnroe 2020-02-12 19:40:55 -0500
  • 7285906298 Hide debug prompt if buffer starts with / C. McEnroe 2020-02-12 19:36:26 -0500
  • be08880fac Only exit on errorneous nick during registration C. McEnroe 2020-02-12 19:30:07 -0500
  • 05579773c8 Add 378 to list of WHOIS responses C. McEnroe 2020-02-12 19:14:00 -0500
  • 1e544ce482 Implement source address selection multiplexd 2020-02-12 01:02:37 +0000
  • 489df70c37 Add /list C. McEnroe 2020-02-12 02:39:23 -0500
  • 456713e561 Simplify transpose swap C. McEnroe 2020-02-12 01:19:07 -0500
  • 14ae13f781 Add C-t transpose C. McEnroe 2020-02-12 01:16:40 -0500
  • aab9f76fa0 Add C-v and M-v C. McEnroe 2020-02-12 01:00:39 -0500
  • d73085eaa9 Allow for arguments to open/copy utilities C. McEnroe 2020-02-12 00:48:43 -0500
  • 3a325d3914 Handle RPL_AWAY C. McEnroe 2020-02-12 00:17:28 -0500
  • 8d873c71ed Support monochromatic terminals C. McEnroe 2020-02-11 23:01:38 -0500
  • fea344b7df Add .gz to chroot-man script C. McEnroe 2020-02-11 22:43:25 -0500
  • 10ae7bedbd Add -R restricted flag C. McEnroe 2020-02-11 22:39:29 -0500
  • 252428f97a Add chroot target C. McEnroe 2020-02-11 22:07:01 -0500
  • 907d4b4605 Exit focus and paste modes on err exit C. McEnroe 2020-02-11 21:56:29 -0500
  • 62472ab183 Add startup GPLv3 note and URL C. McEnroe 2020-02-11 19:43:55 -0500
  • 90c59ecba4 Make sure -D_GNU_SOURCE ends up in CFLAGS on Linux C. McEnroe 2020-02-11 19:03:39 -0500
  • e73328a1fc Add note about setting PKG_CONFIG_PATH C. McEnroe 2020-02-11 18:33:19 -0500
  • 7c171b8aff Rename query ID on nick change C. McEnroe 2020-02-11 18:23:04 -0500
  • 7783d89448 Call completeClear when closing a window C. McEnroe 2020-02-11 18:18:48 -0500
  • 6a5ebb0bab Don't insert color codes for non-mentions C. McEnroe 2020-02-11 18:15:25 -0500
  • 4d532ec738 Take first two words in colorMentions C. McEnroe 2020-02-11 18:08:05 -0500
  • c9590bab06 Use time_t for save signature C. McEnroe 2020-02-11 18:01:50 -0500
  • cc80fae758 Set self.nick to * initially C. McEnroe 2020-02-11 17:52:55 -0500
  • 2771863299 Define ColorCap instead of hardcoding 100 C. McEnroe 2020-02-11 17:43:36 -0500
  • af87b4e68d Move hash to top of chat.h C. McEnroe 2020-02-11 17:41:06 -0500
  • 83a8952cf5 Move base64 out of chat.h C. McEnroe 2020-02-11 17:40:08 -0500
  • a50596c5c5 Move XDG_SUBDIR out of chat.h C. McEnroe 2020-02-11 17:37:18 -0500
  • ac4876718f Fix whois idle unit calculation C. McEnroe 2020-02-11 04:00:25 -0500
  • 86fac7caad Cast towupper to wchar_t C. McEnroe 2020-02-11 03:48:50 -0500
  • b855ec6210 Cast set but unused variables to void C. McEnroe 2020-02-11 03:47:30 -0500
  • d91f588288 Declare strlcat C. McEnroe 2020-02-11 03:45:26 -0500
  • 2404e15e72 Check if VDSUSP exists C. McEnroe 2020-02-11 03:42:06 -0500
  • 40892a7415 Fix completeReplace iteration C. McEnroe 2020-02-11 03:40:13 -0500
  • 172cd57099 Use pkg(8) to configure on FreeBSD C. McEnroe 2020-02-11 03:09:51 -0500
  • d1913a4c63 Merge branch 'rewrite' C. McEnroe 2020-02-11 02:45:50 -0500
  • 15ff2a470e Remove legacy code C. McEnroe 2020-02-11 02:44:04 -0500
  • 1bb60065c3 Add INSTALLING section to README C. McEnroe 2020-02-11 02:41:20 -0500
  • 7104c267cc Add README C. McEnroe 2020-02-11 02:31:08 -0500
  • bf86a4749f Invalidate title on uiShow C. McEnroe 2020-02-10 22:05:02 -0500
  • 66fe89b84b Only write out title if it has changed C. McEnroe 2020-02-10 21:34:23 -0500
  • 90eff04eda Only write out title on uiDraw C. McEnroe 2020-02-10 21:24:30 -0500
  • 47a0bf7fc2 Manually raise SIGINT from C-c C. McEnroe 2020-02-10 21:09:32 -0500
  • 36e0bbc4cd Split on <> in colorMentions C. McEnroe 2020-02-10 20:58:14 -0500
  • 2c2839e6c1 Replace alignment tabs with spaces in bufferList C. McEnroe 2020-02-10 20:44:37 -0500
  • 3a156540b8 Add C-o as alias of M-/ C. McEnroe 2020-02-10 20:29:19 -0500
  • 80a79467ef Only automatically switch to expected joins C. McEnroe 2020-02-10 20:24:07 -0500
  • 00f0f94fc8 Delegate to commandPrivmsg from commandMsg C. McEnroe 2020-02-10 20:17:21 -0500
  • babd3b0a6c Synthesize a QUIT message to handle on exit C. McEnroe 2020-02-10 20:06:25 -0500
  • 99480a42e5 Factor out XDG base directory code C. McEnroe 2020-02-10 19:57:10 -0500
  • e6c18403e2 Leave a blank line after loaded buffer C. McEnroe 2020-02-10 19:44:35 -0500
  • b59431bb15 Add -s to save and load buffers C. McEnroe 2020-02-10 19:40:13 -0500
  • 65603d5138 Show heat and other unread in title C. McEnroe 2020-02-10 17:54:16 -0500
  • c8a6564670 Eliminate array in hash C. McEnroe 2020-02-10 17:03:13 -0500
  • 0d93e66a68 Add -H C. McEnroe 2020-02-10 05:50:28 -0500
  • a91f975e9b Hash to colors in the range 2-75 C. McEnroe 2020-02-10 05:37:47 -0500
  • b9a6d35b65 Improve color fudging C. McEnroe 2020-02-10 05:33:31 -0500
  • 218bfbac32 Support all 99 IRC colors C. McEnroe 2020-02-10 04:17:07 -0500
  • 8e55c049b5 Avoid coloring mentions if there are control codes C. McEnroe 2020-02-10 03:58:00 -0500
  • 2c9ff1717b Recalculate unreadLines on reflow C. McEnroe 2020-02-10 03:37:17 -0500
  • 7957ca0ecd Only make windows hotter C. McEnroe 2020-02-10 03:29:38 -0500
  • 7a8024ae3d Always increase unreadLines C. McEnroe 2020-02-10 03:10:08 -0500
  • 3c89857652 Move scroll marker on resize C. McEnroe 2020-02-10 02:55:21 -0500
  • b6061a70d7 Update line count for words longer than lines C. McEnroe 2020-02-10 02:50:32 -0500
  • 05fc01b248 Simplify mark, heat, unread tracking C. McEnroe 2020-02-10 01:59:08 -0500
  • fabb89077d Update prompt when own nick changes C. McEnroe 2020-02-10 01:29:30 -0500
  • 665b6912dc Match URLs surrounded by parentheses C. McEnroe 2020-02-10 01:23:19 -0500
  • f3fa88ef92 Fix M-a so it properly cycles back to where it started C. McEnroe 2020-02-10 01:09:03 -0500
  • 7470a705b3 Add M-l C. McEnroe 2020-02-09 18:16:01 -0500
  • 3436cd1068 Add /whois C. McEnroe 2020-02-09 16:45:49 -0500
  • 2bb3590de9 Add /msg C. McEnroe 2020-02-09 15:35:02 -0500
  • edd9cb297e Add copy of GPL C. McEnroe 2020-02-09 15:25:28 -0500
  • 1d26c880ed Add install target C. McEnroe 2020-02-09 15:02:47 -0500
  • 3a5ce4d10f Remove unnecessary uiDraw C. McEnroe 2020-02-09 15:02:34 -0500
  • 0dd8ac36f4 Avoid VLAs in tab complete C. McEnroe 2020-02-09 14:17:04 -0500
  • 5254e1035c Add /help C. McEnroe 2020-02-09 14:09:27 -0500
  • f0e2c089c9 Add M-u C. McEnroe 2020-02-09 12:13:51 -0500