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