homycdev
37fbe989b0
- use Str since it is type alias to Arc
...
- refactored code
2024-04-23 21:13:38 +03:00
homycdev
a1c1b3dae6
- change trait's signature
2024-04-22 07:44:28 +03:00
homycdev
f2ccdee9d5
- change trait's signature
2024-04-22 07:44:16 +03:00
homycdev
07f2730c8f
- added trait to handle incoming commands from client
...
- implemented handle trait for whois command
2024-04-21 21:50:45 +03:00
homycdev
5b30312238
- extended tests
...
- added 431 err msg
2024-04-07 21:55:49 +03:00
homycdev
9cf4176a83
WIP: implement WHOIS command
2024-04-01 21:48:12 +03:00
Nikita Vilunov
d436631450
improve docs and split command handlers into methods ( #40 )
2024-03-26 16:26:31 +00:00
Nikita Vilunov
878ec33cbb
apply uniform formatting
2024-03-20 19:59:15 +01:00
homycdev
4b1958b5ae
irc: remove hardcoded text from welcome messages
...
- use server name in welcome message
- use app version of crate in app_version field
Reviewed-on: lavina/lavina#35
Co-authored-by: homycdev <abdulkhamid98@gmail.com>
Co-committed-by: homycdev <abdulkhamid98@gmail.com>
2024-03-15 00:54:55 +00:00
JustTestingV
c6fb74a848
termination usage for stopping the socket connection gracefully ( #34 )
...
Reviewed-on: lavina/lavina#34
Co-authored-by: JustTestingV <JustTestingV@gmail.com>
Co-committed-by: JustTestingV <JustTestingV@gmail.com>
2024-02-18 16:46:29 +00:00
G1ng3r
7ff9ffdcf7
irc: send ERR_SASLFAIL reply for auth fails ( #30 )
...
Reviewed-on: lavina/lavina#30
Co-authored-by: G1ng3r <saynulanude@gmail.com>
Co-committed-by: G1ng3r <saynulanude@gmail.com>
2024-02-06 23:08:14 +00:00
Nikita Vilunov
cefd6f8df0
irc: basic implementation of PLAIN SASL auth #8 ( #28 )
...
Reviewed-on: lavina/lavina#28
2023-12-08 02:47:09 +00:00
Nikita Vilunov
fea64e4232
irc: improve integration test
2023-10-13 16:30:31 +02:00
Nikita Vilunov
f0b38545bf
new irc integration tests ( #25 )
2023-10-09 11:35:41 +00:00
Nikita Vilunov
1a1136187e
sanitize IRC parsing ( #23 )
2023-10-04 18:27:43 +00:00
Nikita Vilunov
dc0a101fe6
split xmpp projection into a separate crate
2023-10-01 01:47:18 +02:00
Nikita Vilunov
854a244dbc
split irc proejction into a separate crate ( #18 )
2023-09-30 23:34:35 +00:00