-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Channel command : major refacto join, invite, part, kick, list, names…
…, server * feat(part): reply for users on channel to do * feat(invite): in progress * feat(invite, kick): error cases handled * fix(join): fix segfault with channel creation * add binary to git ignore * delete binary * feat(invite, kick, part): add protection if channel list is empty + kick error cases * fix(join, part, invite, kick): reply system changed * feat(kick, join, part): fix segfault on part + kick done + join message sent * fix(server): get ip address from client * fix(join): joining message not displayed * fix(join): message displayed * fix(server): command in upper case * working? * fix(server): commands are case insensitive * fix(join): rpl name in progress * fix(join): rpl name fixed * feat(topics): topics to be tested * feat(topic): topic command ok * feat(list): list command * feat(names): command names * fix(part): send to channel before removing user Co-authored-by: Lea LESCURE <[email protected]> Co-authored-by: Lea LESCURE <[email protected]> Co-authored-by: llescure <[email protected]>
- Loading branch information
1 parent
4bf1b4b
commit 1bbb3b2
Showing
18 changed files
with
446 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.