faboussard / 42-irc

3 stars 1 forks source link

Parsing: entries are parsed, pass + nick + user are ready #4

Closed melobern closed 4 weeks ago

melobern commented 4 weeks ago

Merging this will allow to test a lot of things and every single functions that just need to be put where a comment waits for them. Same for numeric replies.

This pull request includes several changes across multiple files to enhance functionality and update ownership information. The most important changes include the addition of new headers and source files, updates to the Client class, the introduction of a Parser class, and modifications to the Server class to handle new commands.

New Headers and Source Files:

Updates to Client Class:

Modifications to Server Class:

Other Changes: