Commit Graph

135 Commits

Author SHA1 Message Date
tali b868915d64 correctly handle some BS edge cases for PRIVMSG 2024-01-11 22:14:23 -05:00
tali 8b76a2b6db add logging library 2024-01-11 22:14:11 -05:00
tali 925bf747e7 fixup remove comment 2024-01-11 00:29:38 -05:00
tali 12266e37e7 consider tab to be whitespace 2024-01-11 00:24:06 -05:00
tali 4d95927bfa fix 001 reply formatting 2024-01-11 00:22:23 -05:00
tali f383706931 parse comma separated targets into individual commands 2024-01-11 00:22:21 -05:00
tali 1f81abfad2 use global state for Outbox "Bcc" 2024-01-10 23:41:01 -05:00
tali f47a383fa1 use result monad for Connection 2024-01-10 23:38:25 -05:00
tali 4e3a86d21a remove Lwt syntax global imports 2024-01-10 23:26:42 -05:00
tali 7a101e0620 yet another user register flow refactor 2024-01-10 22:49:07 -05:00
tali ae8b837c56 add TODO comments for various features missing from message handling 2024-01-10 19:43:20 -05:00
tali 15a4475d3c new improved Irc.Mode.t utility 2024-01-10 19:13:15 -05:00
tali fbf9211b5f remove use of Irc.Mode.t 2024-01-10 18:58:22 -05:00
tali d17e573e41 add part; part on quit; broadcast messages 2024-01-09 22:01:21 -05:00
tali 17e3739cfe preliminary channels impl 2024-01-09 21:27:46 -05:00
tali 7fb44540d9 add bcc api to outbox 2024-01-09 21:19:22 -05:00
tali b3ea5e5e10 basic nick/channel name validation 2024-01-09 20:32:36 -05:00
tali 347d19df59 fix edge case with trailing parameter serialization 2024-01-09 20:10:12 -05:00
tali 9b144cb712 rename Irc_server to just Server 2024-01-09 19:38:02 -05:00
tali c4be8f45a8 outbox module + fix quit handling yet again 2024-01-09 19:35:03 -05:00
tali bdf31dac5b support MOTD command 2024-01-08 01:15:41 -05:00
tali d340708d4f fix quit logic; echo QUIT message 2024-01-08 01:13:14 -05:00
tali e7e641f266 echo nick change message 2024-01-08 01:04:53 -05:00
tali a4ab2f3650 add RPL_ISUPPORT to welcome text 2024-01-08 00:56:16 -05:00
tali d310d4ad6e refactor lowercase hash key handling 2024-01-08 00:55:53 -05:00
tali 7b72410498 fix nickname assignment logic for the 1000th time 2024-01-08 00:42:09 -05:00
tali bd5afe7ad1 add fake JOIN command 2024-01-08 00:31:05 -05:00
tali 4dc454e9a2 privmsg between users; better cleanup on quit 2024-01-08 00:05:01 -05:00
tali 5e2384b855 working on routing 2024-01-07 23:14:32 -05:00
tali 4dc0d1b8a0 beefed up Irc.Msg.prefix 2024-01-07 18:51:26 -05:00
tali f46522ba65 create irc user modes module Irc.Mode 2024-01-07 18:51:18 -05:00
tali 3d4f9a987e rename Irc_msg to Irc.Msg 2024-01-07 16:29:12 -05:00
tali 150d25b1e0 user registration logic 2024-01-07 15:54:39 -05:00
tali 4e43ecd20b new improved message parsing 2024-01-06 19:30:57 -05:00
tali 56dc7f2602 irc message parser/printer 2024-01-05 20:42:05 -05:00