c88e1df578disabled quitting with Ctrl + C, makes it harder to do by mistake
bx
2023-01-22 09:14:34 +0000
7bae4f2285changed colors to be based on nicks, and to mirror gur colours used by weechat 2.8, also changed usernames to be aligned, max 12 chars
bx
2023-01-22 08:51:12 +0000
91ad4c4163Handle missing LIST reply topic parameter
June McEnroe
2022-09-23 10:55:53 -0400
0b797370e2Make IRC Suite author consistent
June McEnroe
2022-09-18 21:59:07 -0400
c5c7067e63Remove WHO reply handlers
June McEnroe
2022-09-11 17:36:56 -0400
fcbe7af1e2Generate /ops from cache
June McEnroe
2022-09-11 17:34:41 -0400
d043bad63dSet pointer to Entry in Cursor
June McEnroe
2022-09-11 17:28:19 -0400
b5bd702c3cUse tparm, not tiparm
June McEnroe
2022-08-17 12:35:40 -0400
c273621244Don't use cached color to route away reply
June McEnroe
2022-08-06 15:38:51 -0400
adfd1d2d8dTrack prefix bits
June McEnroe
2022-08-02 20:46:25 -0400
93e841b29eMove cache color to an Entry struct
June McEnroe
2022-07-31 16:28:08 -0400
be6052e9a9Only set cache color if not Default
June McEnroe
2022-07-30 19:21:37 -0400
b373a5c091Rename cache{Prefix,Substr} to cache{Complete,Search}
June McEnroe
2022-07-30 18:55:09 -0400
14a6486b9bSwitch to cache interfaces
June McEnroe
2022-07-30 18:47:26 -0400
c0be6fe4b2"Rename" complete to cache, refactor interfaces
June McEnroe
2022-07-30 17:51:58 -0400
b917a590dbShow STATUSMSG prefix
June McEnroe
2022-07-30 15:43:11 -0400
8d654bc3a4Refactor colorMentions to be seprintf-like
June McEnroe
2022-07-30 15:25:25 -0400
34c4407797Update copyrights, authors
June McEnroe
2022-07-30 14:29:04 -0400
9a415245a1Remove EditMode
June McEnroe
2022-07-30 14:15:57 -0400
563ac9e3bfUse tiparm on to_status_line
June McEnroe
2022-07-28 13:46:44 -0400
4aaa2050e2Only show old topic if something was removed
June McEnroe
2022-06-26 16:38:19 -0400
b744089d6aUse two lines to show topic diffs
June McEnroe
2022-06-24 14:29:44 -0400
3475f03ec8Allow setting fallback nicks and highlight on any
June McEnroe
2022-05-29 18:09:52 -0400
a5162d83bdDocument visibility of unknown replies
June McEnroe
2022-05-29 15:33:28 -0400
f7b3c2f8caPut unknown numerics in parentheses
June McEnroe
2022-05-29 15:24:06 -0400
fc518e301fRoute unknown channel replies to channels
June McEnroe
2022-05-08 17:49:20 -0400
7ee327ccb6Show "You arrive" message only once
June McEnroe
2022-05-08 16:39:31 -0400
6cfb1ad301Write unknown replies to Network with Ice heat
June McEnroe
2022-05-06 20:25:16 -0400
1b8be724bcSanitize leading dots from log path components
June McEnroe
2022-04-20 18:29:28 -0400
70268b4cd3Add screenshot to README
June McEnroe
2022-03-31 13:21:33 -0400
714b4bc76aSkip non-spacing when moving and deleting by "character"
June McEnroe
2022-03-16 20:18:54 -0400
1f9e3463c3Document using -S to connect over IPv4 or IPv6
June McEnroe
2022-03-13 17:33:16 -0400
ee82e5d376Always refresh the screen with ^L
Christian Kellermann
2022-03-08 13:28:08 +0100
c78b511dfbUpdate STANDARDS section authors, titles and URLs
June McEnroe
2022-03-05 16:09:51 -0500
120349ccc2Show own nick on /nick without params
June McEnroe
2022-03-02 23:06:06 -0500
b6c7280649Specify commands which depend on caps
June McEnroe
2022-02-26 15:51:42 -0500
b7fe705c91Only add available commands to complete
June McEnroe
2022-02-26 15:41:50 -0500
628e064056Factor out commandAvailable
June McEnroe
2022-02-26 15:40:11 -0500
f51e7b4d2cGive examples of "general events"
June McEnroe
2022-02-23 18:05:10 -0500
4e8ba236b6Add missing unistd.h include in input.c
June McEnroe
2022-02-23 12:50:31 -0500
5b3b798c49Document the interface
June McEnroe
2022-02-22 20:04:42 -0500
c929a696ebClean up unimplemented editing mode stuff
June McEnroe
2022-02-20 17:16:21 -0500
78ff548b93Save input buffer contents
June McEnroe
2022-02-20 16:57:11 -0500
da1b943fccShare a cut buffer between all edit buffers
June McEnroe
2022-02-20 16:20:33 -0500
c8b6e331deAssert return values in edit tests
June McEnroe
2022-02-20 16:05:24 -0500
e39bba1a8aMove mbs out of struct Edit, use a global buffer
June McEnroe
2022-02-20 15:26:23 -0500
cca9688ccaClear edit buffer before running command
June McEnroe
2022-02-20 14:58:33 -0500
a281bdc5e1Show indicator in status when window has pending input
June McEnroe
2022-02-20 14:49:17 -0500
012fd67539Use separate edit buffers for each ID
June McEnroe
2022-02-20 14:37:51 -0500
8065fcabc3Make sure new cap is actually larger than new length
June McEnroe
2022-02-20 12:24:54 -0500
157be8a8d7Remove unused mbs.len field from struct Edit
June McEnroe
2022-02-20 11:54:06 -0500
3b4ad30d97Remove unneeded includes in ui.c
June McEnroe
2022-02-19 23:23:14 -0500
5c4ecb5a0fReimplement tab complete
June McEnroe
2022-02-19 22:02:49 -0500
da8deff767Handle errors from editFn, etc.
June McEnroe
2022-02-19 20:44:36 -0500
143fa1b509Reimplement text macros
June McEnroe
2022-02-19 20:37:48 -0500
073cebec7aFactor out input handling to input.c
June McEnroe
2022-02-19 20:20:19 -0500
3359a5d69bFactor out window management to window.c
June McEnroe
2022-02-19 18:28:45 -0500
70f627bc47Enable -Wmissing-prototypes
June McEnroe
2022-02-19 17:46:07 -0500