Skip to content

Tilmanfs95/ft_irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42

FT_IRC

Internet Relay Chat

Summary: This project is about creating your own IRC server. You will use an actual IRC client to connect to your server and test it. Internet is ruled by solid standards protocols that allow connected computers to interact with each other. It’s always a good thing to know.

Version: 8

Static Badge

helpful links:

helpful tips:

  • Start WeeChat multiple times on MacOS: (for testing multiple clients)

    • In Terminal: weechat --dir ~/weechat2 (creates a new config directory in ~/weechat2)
  • Disable flood protection in WeeChat:

    • /set irc.server_default.anti_flood_prio_high 0
    • /set irc.server_default.anti_flood_prio_low 0
  • Send Files with WeeChat:

    • /dcc send
  • Accept/Receive Files with WeeChat:

    • navigate to the xfer.list buffer and press A + Enter at the file you want to accept
  • For "direct" testing without irc-client use netcat with the c-flag (nc -c) to use carriage return and newline ("\r\n") as line endings (or change END_OF_MESSAGE in defines.hpp to "\n")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published