Raphael
|
46e4f86c16
|
feat(cmd/mode): mode exec is seem good (not send message to client yet but debug msg
|
2025-06-17 17:57:30 +02:00 |
|
Raphael
|
8d53681c19
|
fix(cmd/mode): fixing the parsing for something smoother
|
2025-06-17 16:09:55 +02:00 |
|
Raphaël
|
597aed08d8
|
Merge pull request #18 from EniumRaphael/samy
🧩 PATCH 1.2 — Authentication & Client Handling Update
|
2025-06-16 17:50:10 +00:00 |
|
Samy Ben Tayeb
|
810260b05a
|
protocol auth fixed
|
2025-06-16 19:15:09 +02:00 |
|
Raphael
|
4947a95899
|
feat(core/debug): only on debug mode for debug message
|
2025-06-14 23:56:52 +02:00 |
|
Raphaël
|
8295ebe33e
|
Merge pull request #17 from EniumRaphael/samy
🛠️ Patch Notes - IRC Server Update v1.2.3-beta
|
2025-06-14 23:47:19 +02:00 |
|
Samy BEN TAYEB
|
e88d706ae0
|
split lines before commands dispatch + irssi recev code 001 + command PING ok-tiers
|
2025-06-14 23:39:40 +02:00 |
|
Samy BEN TAYEB
|
d52b0cc3c2
|
auth updated, server recev PASS + USER + NICK
|
2025-06-14 22:44:48 +02:00 |
|
Samy Ben Tayeb
|
479fc3c6c5
|
compile, need fixed registered for send code 001 welcome when USER NICK and PASS commands done.
|
2025-06-12 18:08:35 +02:00 |
|
Raphaël
|
c9c0cf314c
|
Merge pull request #16 from EniumRaphael/raph
style(cmd/modes): removing the empty line in modes cmd
|
2025-06-10 16:33:34 +02:00 |
|
Raphael
|
d7a8149dbe
|
style(cmd/modes): removing the empty line in modes cmd
|
2025-06-10 16:30:24 +02:00 |
|
Raphaël
|
3250de0a59
|
Merge pull request #15 from EniumRaphael/raph
Raph
|
2025-06-10 16:28:17 +02:00 |
|
Raphael
|
b5172e3ba8
|
fix(cmd/pass): now pass is working with irssi
|
2025-06-10 16:27:22 +02:00 |
|
Raphael
|
b1533bb77b
|
fix(cmd/privmsg): now parsing redirect in the good function
|
2025-06-10 16:26:21 +02:00 |
|
Raphael
|
b9ec94f3ee
|
feat(cmd/parsing): the parsing is now over
|
2025-06-10 16:25:20 +02:00 |
|
Raphael
|
1825a45478
|
build(make): now Makefile compile all the commands
|
2025-06-10 16:08:48 +02:00 |
|
Raphael
|
a12316ae53
|
build(make): now Makefile compile all the commands
|
2025-06-10 13:41:09 +02:00 |
|
Raphael
|
ef4db94508
|
feat(cmd/mode): mode parsing is now ok
|
2025-06-10 13:40:07 +02:00 |
|
Raphaël
|
a8571c5b09
|
Merge pull request #14 from EniumRaphael/raph
Finishing all the parsing of all the commands except mode
|
2025-06-09 15:45:49 +02:00 |
|
Raphael
|
da15fff2d6
|
feat(cmd/list): now list's parsing is finished
|
2025-06-09 15:44:14 +02:00 |
|
Raphael
|
8ba4edbb0f
|
feat(cmd/kick): now kick's parsing is finished
|
2025-06-09 15:43:58 +02:00 |
|
Raphaël
|
99213c9295
|
Merge pull request #13 from EniumRaphael/raph
style(cmds): removing the debug msg in commands
|
2025-06-09 14:06:53 +02:00 |
|
Raphael
|
4c96c61df7
|
style(cmds): removing the debug msg in commands
|
2025-06-09 14:06:40 +02:00 |
|
Raphaël
|
5cd18d313e
|
Merge pull request #12 from EniumRaphael/samy
No compile, split in dispatch() fixed
|
2025-06-08 23:53:54 +02:00 |
|
Raphael
|
c163bba8f9
|
build(nix/flake): adding gh for pr propose
|
2025-06-08 23:52:29 +02:00 |
|
Samy BEN TAYEB
|
40340324d3
|
split fixed
|
2025-06-08 23:43:30 +02:00 |
|
Raphael
|
fd011571bc
|
feat(cmds): now compiling + removing the const line
|
2025-06-08 23:28:01 +02:00 |
|
Raphael
|
4531cfbb8c
|
build(make test): update the makefile for irssi propose
|
2025-06-08 23:27:15 +02:00 |
|
Samy BEN TAYEB
|
57aa57d9eb
|
ADD commands NICK, USER, PASS, CAP
|
2025-06-08 22:27:08 +02:00 |
|
Raphaël
|
8a77409158
|
Merge pull request #11 from EniumRaphael/raph
fix(core/error_code): now commands use the correct error code
|
2025-06-05 22:57:27 +02:00 |
|
Raphael
|
bc8410a21d
|
fix(core/error_code): now commands use the correct error code
|
2025-06-05 22:56:28 +02:00 |
|
Raphaël
|
2f32f1aa66
|
Merge pull request #10 from EniumRaphael/raph
feat(core): adding the commands error handling like in a irc server
|
2025-06-04 23:46:34 +02:00 |
|
Raphael
|
8ea4da3b82
|
feat(core): adding the commands error handling like in a irc server
|
2025-06-04 23:46:07 +02:00 |
|
Raphaël
|
099017381a
|
Merge pull request #9 from EniumRaphael/raph
feat(cmd/p*ng): adding ping/pong commands
|
2025-06-03 17:56:48 +02:00 |
|
Raphael
|
731d40061d
|
feat(cmd/p*ng): adding ping/pong commands and patch the configuration for irssi issues
|
2025-06-03 16:59:58 +02:00 |
|
Raphael
|
97103ac852
|
fix(cmd): now fixing the infinte loop on invalid message
|
2025-06-03 16:58:14 +02:00 |
|
Raphaël
|
60bb0d7258
|
Merge pull request #8 from EniumRaphael/raph
docs(cmds): correction of the documentation in function
|
2025-06-02 23:22:18 +02:00 |
|
Raphael
|
a955a426ba
|
docs(cmd/notice): correct the documentation of notice
|
2025-06-02 23:20:22 +02:00 |
|
Raphael
|
99619310db
|
docs(cmd/join): adding the documentation for join cmd
|
2025-06-02 22:42:34 +02:00 |
|
Raphael
|
f22cabd4f4
|
docs(cmd/pass): adding the documentation for pass cmd
|
2025-06-02 22:41:29 +02:00 |
|
Raphaël
|
95155af988
|
Merge pull request #7 from EniumRaphael/raph
feat(cmd): adding the start of parsing commands
|
2025-06-02 01:24:05 +02:00 |
|
Raphael
|
e9511e9fc3
|
feat(cmd/notice): adding the notice command
|
2025-06-02 01:19:56 +02:00 |
|
Raphael
|
adabe2c2f0
|
build(cmd): adding privmsg / notice commands
|
2025-06-02 01:19:19 +02:00 |
|
Raphael
|
76448d5923
|
feat(cmd/part): adding part commands
|
2025-06-02 01:03:13 +02:00 |
|
Raphael
|
67dd7f0ae8
|
feat(cmd/privmsg): adding privmsg commands
|
2025-06-02 01:02:55 +02:00 |
|
Raphael
|
ede2219ba4
|
feat(cmd/nick): adding nick commands
|
2025-06-02 01:02:25 +02:00 |
|
Raphael
|
10ee877451
|
build(nix): adding fd to flakes
|
2025-06-02 01:01:25 +02:00 |
|
Raphael
|
24c854b3f5
|
build(cmd): adding all command
|
2025-06-02 00:38:31 +02:00 |
|
Raphael
|
48821409a1
|
fix(commands/ACommand): add the forgotten constructor
|
2025-06-02 00:36:36 +02:00 |
|
Raphael
|
08b94a7d00
|
style(user): compaticting the class user
|
2025-06-02 00:31:43 +02:00 |
|