Saphirac / ft_irc

MIT License
1 stars 1 forks source link

Read and summarize the RFCs 2813, 2812, 2811, 2810, and 1459 #5

Closed JonathanDUFOUR closed 5 months ago

JonathanDUFOUR commented 7 months ago

Before starting to implement anything for our IRC server, we should read those RFCs because they are a good reference on how the IRC protocol works and thus how we implement an IRC server. We should read them from the most recent to the less recent. And as we read them, we should make a brief document to summarize what matters to us. Therefore, I suggest that we create a MarckDown file at the root of the project for that purpose. Let's call it RFCs_summary.md.

JonathanDUFOUR commented 5 months ago

After encountering some limitations due to the MarckDown format, it has been decided to switch to the HTML format for the summary of the RFCs.