Commit Graph

  • 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
  • 347fabc2fe Invert the direction of window->scroll C. McEnroe 2020-02-09 11:50:56 -0500
  • 11f2de1a29 Add The Scroll Bar C. McEnroe 2020-02-09 09:18:26 -0500
  • 8451543b98 Implement scrolling! C. McEnroe 2020-02-09 08:52:17 -0500
  • 8ce6d4c377 Add M-/ C. McEnroe 2020-02-09 08:17:05 -0500
  • 16316679a1 Add M-a C. McEnroe 2020-02-09 08:14:22 -0500
  • 26eefa35c9 Add C-n and C-p C. McEnroe 2020-02-09 07:46:30 -0500
  • 02ca8e972b Use iswspace for word movement C. McEnroe 2020-02-09 07:32:35 -0500
  • 2aa2005339 Add C-y C. McEnroe 2020-02-09 07:09:51 -0500
  • cbc6ff2da7 Add general key bindings paragraph to manual C. McEnroe 2020-02-09 04:44:46 -0500
  • 5e637324c9 Add C-w and M-d C. McEnroe 2020-02-09 04:32:32 -0500
  • 3cd830681e Rename kill ops C. McEnroe 2020-02-09 04:22:41 -0500
  • b08c2d03ef Add M-b and M-f C. McEnroe 2020-02-09 04:20:07 -0500
  • d7c96fc81b Add C-k C. McEnroe 2020-02-09 03:56:18 -0500
  • 282de9af30 Add C-d C. McEnroe 2020-02-09 03:45:44 -0500
  • e6e2021d48 Add C-b and C-f C. McEnroe 2020-02-09 03:41:46 -0500
  • 40e362f505 Hook up tab-complete C. McEnroe 2020-02-09 02:33:53 -0500
  • 82cf445858 Add self.nick to completion in Network, not None C. McEnroe 2020-02-09 02:16:17 -0500
  • 2d62ea9e30 Simplify edit buffer conversion and input rendering C. McEnroe 2020-02-09 01:28:24 -0500
  • a212a7ae2c Show realname on JOIN if it is different from nick C. McEnroe 2020-02-09 00:53:55 -0500
  • e0714a9b7e Switch to "other" window if closing active window C. McEnroe 2020-02-09 00:39:09 -0500
  • b30b93f672 Use fmemopen to build colored mentions string C. McEnroe 2020-02-08 23:29:32 -0500
  • ec73174c4c Use unexpected NAMES replies to populate complete C. McEnroe 2020-02-08 22:55:11 -0500
  • 9cbec9ca7e Color mentions C. McEnroe 2020-02-08 22:51:13 -0500
  • af14947103 Trim whitespace from both ends of command params C. McEnroe 2020-02-08 21:50:29 -0500
  • 3e68684148 Add /copy C. McEnroe 2020-02-08 21:44:50 -0500
  • 2db17e83a9 Allow overriding the /open utility C. McEnroe 2020-02-08 21:21:21 -0500
  • 362d779b61 Set FDs CLOEXEC C. McEnroe 2020-02-08 19:12:05 -0500
  • 9b9794df33 Implement URL opening C. McEnroe 2020-02-08 19:04:25 -0500
  • f502260dd0 Scan messages for URLs C. McEnroe 2020-02-08 18:29:01 -0500