Reto Brunner
7073584f1c
fix msg event
2024-04-21 15:11:51 +02:00
Reto Brunner
8e6920af1d
configuration
2024-04-21 15:11:51 +02:00
Reto Brunner
7bc184b252
changelog data type
2024-04-21 15:11:51 +02:00
Reto Brunner
383907c2b8
Use SharedTypes
2024-04-21 15:10:45 +02:00
Reto Brunner
f0ee3be6fb
wip: config
2024-04-21 15:10:45 +02:00
Reto Brunner
12a0b0b6f9
network
2024-04-21 15:10:45 +02:00
Reto Brunner
d716402da2
mention
2024-04-21 15:10:45 +02:00
Reto Brunner
d0b71aba32
shared: extract chan + user
2024-04-21 15:10:45 +02:00
Reto Brunner
68ba13ca12
wip: searchquery
2024-04-21 15:10:45 +02:00
Reto Brunner
3eb19135f5
wip: msg
2024-04-21 15:10:41 +02:00
Reto Brunner
dd24cb1300
linkify: simplify noscheme detection logic
...
Overriding the built in is poor form, as this prevents adding
a new type handler with its own normalize handler.
We only ever want to override protocol-less URLs to http, so
we just do so explicitly in the "//" schema normalizer.
This also means that we don't need all that type conversion dance,
we simply set the schema to null when we patch it and filter on the
schema directly
2024-01-21 21:18:09 +01:00
SoniEx2
ae6bae69ac
linkify: Add web+ schema support
...
Co-Authored-By: Reto Brunner <reto@slightlybroken.com>
2024-01-21 17:47:32 +01:00
Reto Brunner
b7540b5827
Move condensedTypes to shared/
...
This decouples the rest of the server from the client
2023-01-30 09:14:40 +01:00
Reto Brunner
9d34955836
extract cleanIrcMessage from client to shared
2023-01-30 09:14:40 +01:00
Reto Brunner
a8149c0f1a
Extract linkify to shared directory
...
This is the first step to sever any dependency of the server on
the client
2023-01-30 09:14:40 +01:00