Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrote a part of the C wrapper for clarity and bug fixingHEADmaster | Julien Dessaux | 2016-08-17 | 2 | -17/+32 |
| | |||||
* | Wrote a proper IRC parser | Julien Dessaux | 2016-08-17 | 1 | -6/+19 |
| | | | | | | | | | There are limitations : currently the parser would loop infinitely if there were no \r\n (but the c wrapper would catch that), or if there were no spaces, and it would miss the cmd and params starting char if they were separated by more than one space. Those caveats aside, it works great! And that's more than enough for now. | ||||
* | Rewrote the irc connection steps for clarity | Julien Dessaux | 2016-08-11 | 1 | -3/+6 |
| | |||||
* | Working bot answering PING, and its C wrapper. | Julien Dessaux | 2016-08-11 | 12 | -0/+475 |
| | |||||
* | Initial commit | Julien Dessaux | 2016-08-11 | 1 | -0/+21 |