1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
Lephenixnoir d7e929000f
meta: add HTML widget 2023-06-27 22:18:23 +02:00
Lephenixnoir fddf5bf9d5
style: parametrize colors 2023-06-27 20:32:03 +02:00
Lephenixnoir 4fbbbf07dc
style: only apply to #v5shoutbox 2023-06-27 20:23:50 +02:00
Lephenixnoir a605339ae8
style: slightly less hardcoded height layout
Basically by making v5shoutbox a flexbox so that the middle region gets
the correct height automatically.
2023-06-27 20:18:50 +02:00
Eragon 613a46c8fe
style: Force word-wrap on long words 2023-06-27 19:12:04 +02:00
Eragon 92036a3d20
style: Input field 2023-06-27 19:11:13 +02:00
Eragon 5fae634ced
style: Fix double border on channels buttons 2023-06-27 19:07:42 +02:00
Eragon 4396bda58a
style: Main message list 2023-06-27 19:06:05 +02:00
Eragon 16f902004e
style: Header and login field style 2023-06-27 19:03:12 +02:00
Lephenixnoir 203b1288e4
show new messages in title + bg activity on other channels 2023-06-17 18:51:15 +02:00
Lephenixnoir 2e55d4bbfb
restructure to enable styling 2023-06-17 18:15:03 +02:00
Lephenixnoir 0cd00577f1
generate channel info dynamically (no more HTML hardcoding) 2023-06-17 15:11:34 +02:00
Lephenixnoir 5124fd7f2a
show server time on messages 2023-06-17 13:38:07 +02:00
Lephenixnoir 0774035512
load chat history when connecting 2023-06-17 12:47:07 +02:00
Lephenixnoir 9d24cb671b
switch to SASL authentication, only use /AUTH as a default 2023-06-17 12:40:27 +02:00
Lephenixnoir c27868ff0c
allow sending raw commands with / 2023-06-17 12:40:10 +02:00
Lephenixnoir 1c32424193
collect and process batches 2023-06-16 15:57:08 +02:00
Lephenixnoir 59b6722a41
switch to reverse proxy on port 443 to avoid firewalls 2023-06-16 10:42:25 +02:00
Lephenixnoir 79a2619941
enable message-tags and parse them 2023-06-16 08:26:58 +02:00
Lephenixnoir e1dfaaab4f
first functional pure-IRC client
* Log in to IRC server with v5 credentials using /AUTH
* Read and write messages on all three channels
* No history, no CSS, and no v4/v5-posting
2023-06-13 23:35:15 +02:00