Commit graph

93 commits

Author SHA1 Message Date
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
Raphaël
6750109953
Merge pull request #6 from EniumRaphael/raph
Adding the class PASS
2025-05-29 13:06:50 +02:00
Raphael
a108357915 feat(cmd/pass): adding pass class 2025-05-29 13:06:08 +02:00
Raphael
8565a948ce feat(cmd/pass): adding the start of pass command 2025-05-29 13:05:36 +02:00
Raphaël
8337af4435
Merge pull request #5 from EniumRaphael/raph
Merging from raph branch the start of command
2025-05-29 12:59:29 +02:00
Raphael
3d71d977d2 feat(cmd/join): adding the parsing to join command 2025-05-26 22:58:17 +02:00
Raphael
84763d96cc fix(cmd/join): remove the '#' in channel name 2025-05-26 22:57:25 +02:00
Raphael
3db61bb54e feat(channel): Adding the invited list to channels class and it getter 2025-05-26 22:56:44 +02:00
Raphael
bd0f57a7ef fix(server): now compiling with fake method to get list 2025-05-26 22:31:40 +02:00
Raphael
96ed68e8ca build(nix): adding lld for debugging propose 2025-05-26 22:30:54 +02:00
Raphael
a2b5793e19 fix(commands/cmd): fixing the compilation errors missing the lists part 2025-05-26 18:26:59 +02:00
Raphael
29a3bb114b fix(commands/cmd): now using NULL instead nullptr 2025-05-26 17:55:31 +02:00
Raphael
bcfa001d5e Merge branch 'master' into raph 2025-05-25 13:05:00 +02:00
Raphael
d4eeeff99c fix(server): fixing compilation 2025-05-25 12:58:30 +02:00
Raphael
2105ef7d35 Merge branch 'master' into raph 2025-05-25 12:13:58 +02:00
Raphael
72c0fd6111 fix(server): fix the print users method 2025-05-25 12:13:45 +02:00
Raphael
a794b16173 Merge branch 'master' into raph 2025-05-25 12:09:30 +02:00
Raphael
7cdbc12587 init(cmd/invite): starting to work on invite command 2025-05-24 18:27:39 +02:00
Raphael
f4f987cc77 adding the cmd namespace and started to develop it 2025-05-24 18:26:50 +02:00
Raphael
b4cdfec590 docs(commands): removing the documentation from the header 2025-05-24 18:25:36 +02:00
Raphael
ca7ca692d4 feat(command): adding a search list with template 2025-05-24 18:24:28 +02:00
Raphael
4598e0f3c1 feat(command/ACommand): now an abstract class 2025-05-24 18:17:48 +02:00
Raphaël
d715871ea5
Merge pull request #4 from EniumRaphael/raph
fix(server): fix the non-compilation of the header
2025-05-24 18:12:49 +02:00
Raphael
fd69a76af1 fix(server): fix the non-compilation of the header 2025-05-24 18:12:05 +02:00
Raphaël
7053dd0841
Merge pull request #3 from EniumRaphael/raph
style(user): changing the getter nickname for getName()
2025-05-24 18:03:53 +02:00
Raphaël
520814d6bd
Merge branch 'master' into raph 2025-05-24 18:03:06 +02:00
Raphael
e742988ca7 style(user): changing the getter nickname for getName() 2025-05-24 17:59:18 +02:00
ouafabulous
a51264cefa little edits 2025-05-22 18:46:39 +02:00
ouafabulous
1e66d6c33e fixed data not received from client 2025-05-22 17:41:29 +02:00
ouafabulous
bfe88daf3e I broke something with displaying the clients input plainly 2025-05-21 21:52:20 +02:00
Raphael
b2c5e0f5d7 fix(server): fix the merged between the two old version 2025-05-21 13:04:17 +02:00
Raphael
ba8e2c7973 fix(make): now compiling 2025-05-21 13:03:13 +02:00
Raphael
1f96596130 feat(commands): channel required to send to command part 2025-05-20 23:50:22 +02:00
Raphael
c7d826e738 feat(commands): starting the namespace and abstract class 2025-05-20 23:42:33 +02:00
Raphael
815657397e style(Poll): moving Poll because not a core module 2025-05-20 23:06:47 +02:00
Raphael
12cc225603 feat(channel): starting the channel class 2025-05-20 22:55:43 +02:00
Samy BEN TAYEB
cb5f92db0c uml update 2025-05-20 22:32:49 +02:00
Raphael
3b09910ead feat(user): starting the class user 2025-05-20 22:17:06 +02:00
Raphael
4658e6650b style(server): moving to directory header 2025-05-20 22:16:36 +02:00
Raphael
cb5334a206 style(server): not a core module 2025-05-20 22:15:51 +02:00
Raphael
5cecbb613b build(test): now auto connect with irssi 2025-05-20 21:44:27 +02:00