|
|
b13d229824
|
add \r on all send/reply
|
2023-03-10 22:31:37 +01:00 |
|
|
|
77beb097db
|
delete all nbrUser in chanData for all files
|
2023-03-10 21:24:16 +01:00 |
|
|
|
4517fa302f
|
clean a bit std::cout
|
2023-03-09 06:07:26 +01:00 |
|
|
|
8e44a304c8
|
add nick and pass error add oper cmd not tested add squit
|
2023-02-15 15:43:54 +01:00 |
|
|
|
0e3c48f3ad
|
add NOTICE cmd and error in privmsg/ check if chan is joined when msg
|
2023-02-14 22:29:45 +01:00 |
|
|
|
370e099b22
|
add exception instead exit to fix leak | add PING PONG | add password at connexion
|
2023-02-14 03:08:28 +01:00 |
|
|
|
a72c97f0f8
|
change all function? understand send() and foremost what to send, connection to irssi work
|
2023-02-13 22:57:09 +01:00 |
|
|
|
e74938f481
|
add struct for MODE in hpp and add some of related JOIN error
|
2023-02-12 17:34:39 +01:00 |
|
|
|
be594154fc
|
replace vector by list in allfds and add overload operator on list ([], +, -) add temp QUIT and SQUIT
|
2023-02-12 15:57:28 +01:00 |
|
|
|
9874d3d7e9
|
add commands files
|
2023-02-12 13:29:48 +01:00 |
|
|
|
2ae3844245
|
add PRIVMSG and add reserve for vector of user and chanlist because POINTER VALIDITY
|
2023-02-11 15:13:56 +01:00 |
|
|
|
15d3dd47fd
|
compil with flag, change from simple tab to vector for function pointer tab to match cpp98
|
2023-02-10 10:01:01 +01:00 |
|
|
|
d2d8d2cdd9
|
authentification work pretty great, you can crtl+c client without bug so delete client work, and support multi connexion
|
2023-02-09 15:42:52 +01:00 |
|
|
|
fb1b7b10cf
|
start coding command pass/nick/user and add client/channel struct
|
2023-02-07 20:28:19 +01:00 |
|