Nikita Vilunov
bba1ea107d
fix some warnings
2023-03-21 22:50:40 +01:00
Nikita Vilunov
71d7323534
remove unused struct
2023-03-21 01:17:48 +01:00
Nikita Vilunov
3e1bb53c1b
feat(xmpp): respond to unknown IQs with errors
2023-03-21 01:16:02 +01:00
Nikita Vilunov
a65ea89ce1
feat(xmpp): make presence polymorphic wrt any fields
2023-03-20 17:25:14 +01:00
Nikita Vilunov
1cc4761aeb
feat(xmpp): presence parsing
2023-03-15 15:27:48 +01:00
Nikita Vilunov
6add6db371
feat(xmpp): roster query stub
2023-03-12 22:50:28 +01:00
Nikita Vilunov
33dbfba116
feat(xmpp): implement session iq
2023-03-12 14:15:13 +01:00
Nikita Vilunov
4107c5b663
feat(xmpp): answer to bind requests
2023-03-12 13:25:23 +01:00
Nikita Vilunov
4730526fee
feat(xmpp): glue parsing of incoming messages together
2023-03-12 00:30:48 +01:00
Nikita Vilunov
443f6a2c90
feat(xmpp): iq body ADT with parsing
2023-03-11 18:36:38 +01:00
Nikita Vilunov
f131454cb2
feat(xmpp): parsing of bind request
2023-03-11 16:07:02 +01:00
Nikita Vilunov
d444fc407b
feat(xmpp): iq parsing
2023-03-08 19:56:53 +01:00
Nikita Vilunov
27bbabbbbd
feat(xmpp): initial parsing of ordinary stream events
2023-03-07 16:28:29 +01:00
Nikita Vilunov
d1dad72c08
feat(xmpp): push-based message parser
2023-03-07 14:56:31 +01:00
Nikita Vilunov
25c4d02ed2
small certificates tip
2023-03-06 19:52:53 +01:00
Nikita Vilunov
dc788a89c4
feat(xmpp): extract tls xml defns into a separate module
2023-03-06 12:49:51 +01:00
Nikita Vilunov
f1eff730a2
feat(xmpp): refactor the projection
2023-03-06 12:05:33 +01:00
Nikita Vilunov
42c22d045f
feat(xmpp): implement socket start negotiation up to auth
2023-03-05 22:04:28 +01:00
Nikita Vilunov
435da6663a
feat(xmpp): serialization of stream start
2023-02-28 12:12:03 +01:00
Nikita Vilunov
494ddc7ee1
feat(xmpp): placeholder for xmpp projection and example of xml
2023-02-28 00:05:30 +01:00
Nikita Vilunov
0adc19558d
remove Terminator::from_raw
2023-02-22 16:05:28 +01:00
Nikita Vilunov
bbd68853ae
graceful shutdown of irc socket listener
2023-02-22 15:40:05 +01:00
Nikita Vilunov
49a975e66e
fix irc integration tests
2023-02-17 22:12:29 +01:00
Nikita Vilunov
266eafe6e6
handle QUIT cmd
2023-02-17 00:38:34 +01:00
Nikita Vilunov
e813fb7c69
implement room bans
2023-02-16 22:49:17 +01:00
Nikita Vilunov
204126b9fb
return user's mode to themselves
2023-02-16 20:53:37 +01:00
Nikita Vilunov
63f31aa42f
support who for global channels
2023-02-16 19:47:51 +01:00
Nikita Vilunov
69bccef3bf
fix WHO replies
2023-02-16 19:33:36 +01:00
Nikita Vilunov
81ee1c1044
implement WHO irc command for queries on self
2023-02-16 18:39:54 +01:00
Nikita Vilunov
30db029390
make irc update handler a separate function
2023-02-16 16:33:44 +01:00
Nikita Vilunov
1e17e017cf
make PlayerCommand mod-private
2023-02-15 21:49:52 +01:00
Nikita Vilunov
8b4e963d39
context and sequence diagrams of sending a message
2023-02-15 18:55:43 +01:00
Nikita Vilunov
203db3b207
handle part commands
2023-02-15 18:54:48 +01:00
Nikita Vilunov
1bc305962e
endpoint with a list of rooms
2023-02-15 18:10:54 +01:00
Nikita Vilunov
a03a3a11a3
handle connection termination
2023-02-15 17:47:48 +01:00
Nikita Vilunov
23898038e1
fix some warnings
2023-02-14 23:49:56 +01:00
Nikita Vilunov
7dfe6e0295
fix some stuff
2023-02-14 23:43:59 +01:00
Nikita Vilunov
3950ee1d7a
refactor player actor a bit
2023-02-14 23:38:40 +01:00
Nikita Vilunov
05f8c5e502
rework commands and updates.
...
updates from rooms are send only to users other than the initiator.
updates from player are send only to connections other than the one the command was sent from.
2023-02-14 23:22:04 +01:00
Nikita Vilunov
39fed80106
warn on unhandled irc message
2023-02-14 20:56:31 +01:00
Nikita Vilunov
4e5ccd604c
rename socket => connection for consistency
2023-02-14 20:45:22 +01:00
Nikita Vilunov
57ea2dd2d7
introduce Updates as a common player and connection event
2023-02-14 20:42:52 +01:00
Nikita Vilunov
265b78dc51
improve newtypes
2023-02-14 20:07:07 +01:00
Nikita Vilunov
c845f5d4ca
handle topic command
2023-02-14 19:46:42 +01:00
Nikita Vilunov
d10cddec61
send channels on connect
2023-02-14 19:28:49 +01:00
Nikita Vilunov
a8d6a98a5b
produce join messages on joins from other connections
2023-02-14 18:55:09 +01:00
Nikita Vilunov
7d6ae661c4
update deps
2023-02-14 16:07:05 +01:00
Nikita Vilunov
cef0269828
send chat members list on connection
2023-02-14 01:44:03 +01:00
Nikita Vilunov
ec819d37ea
make room a data structure behind a rwlock instead of an actor
2023-02-14 01:42:04 +01:00
Nikita Vilunov
315b7e638b
add irc integration tests
2023-02-13 21:58:44 +01:00