Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a parens warning and indentationmaster | Théophile Choutri | 2018-01-19 | 1 | -1/+1 |
* | Fix namespaces and improve internal consistency | Théophile Choutri | 2018-01-18 | 4 | -30/+30 |
* | Fallback to latin1 when we're not dealing with valid unicode | w1gz | 2017-09-06 | 1 | -0/+17 |
* | Add test for uncloaked user | Dom Rodriguez | 2017-04-20 | 1 | -0/+15 |
* | Add test for cloaked user | Dom Rodriguez | 2017-04-20 | 1 | -0/+13 |
* | Fix unicode bug when parsing message arguments | w1gz | 2017-02-22 | 1 | -9/+43 |
* | Add support for prefix format: nick!hostname | Josip Janzic | 2016-11-11 | 1 | -0/+7 |
* | Add tests for prefix handling | Nicolas Hake | 2016-11-07 | 1 | -0/+36 |
* | Add test for JOIN notification. See #56 | Paul Schoenfelder | 2016-11-05 | 1 | -0/+9 |
* | Add failing test for Slack IRC bridge. See #52 | Josh Adams | 2016-09-12 | 1 | -0/+21 |
* | Monitor owner of the connection | Michal Muskala | 2016-05-13 | 1 | -3/+22 |
* | handle QUIT messages | Jeff Weiss | 2016-03-30 | 1 | -0/+15 |
* | add test for stripping rank from nicks | Jeff Weiss | 2016-03-30 | 1 | -1/+10 |
* | use simple one for one supervisor for clients | Manuel Kallenbach | 2015-12-04 | 1 | -0/+11 |
* | Handle octal format deprecation in 0.15.0 | Paul Schoenfelder | 2014-08-12 | 2 | -4/+4 |
* | Fixes #9 - Implement support for sending/receiving CTCP ACTION command | Paul Schoenfelder | 2014-07-31 | 2 | -26/+50 |
* | Replace records with structs | Paul Schoenfelder | 2014-05-02 | 1 | -21/+21 |
* | Move IrcMessage out of ExIrc.Client | Paul Schoenfelder | 2014-02-19 | 1 | -1/+0 |
* | Add events for kick, invite, and privmsg | Paul Schoenfelder | 2014-02-19 | 1 | -0/+18 |
* | Add support for /INVITE | Paul Schoenfelder | 2014-02-19 | 1 | -2/+1 |
* | Clean up and update command tests | Paul Schoenfelder | 2014-02-19 | 1 | -35/+20 |
* | Update tests, fix bugs | Paul Schoenfelder | 2013-12-09 | 2 | -27/+27 |
* | Add test suite for Channels | Paul Schoenfelder | 2013-12-08 | 1 | -0/+130 |
* | Make tests run async | Paul Schoenfelder | 2013-12-08 | 2 | -2/+2 |
* | Invoke doctest in utils tests | Paul Schoenfelder | 2013-12-08 | 1 | -0/+2 |
* | Add commands.ex tests | Paul Schoenfelder | 2013-12-08 | 1 | -0/+43 |
* | Update tests | Paul Schoenfelder | 2013-12-07 | 1 | -3/+22 |
* | Fix irc message parsing | Paul Schoenfelder | 2013-12-07 | 1 | -1/+0 |
* | Start adding utils tests. Fix some utils bugs | Paul Schoenfelder | 2013-12-06 | 2 | -7/+17 |
* | Initial commit | Paul Schoenfelder | 2013-12-05 | 2 | -0/+8 |