summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a parens warning and indentationmasterThéophile Choutri2018-01-191-1/+1
|
* Fix namespaces and improve internal consistencyThéophile Choutri2018-01-184-30/+30
|
* Fallback to latin1 when we're not dealing with valid unicodew1gz2017-09-061-0/+17
|
* Add test for uncloaked userDom Rodriguez2017-04-201-0/+15
|
* Add test for cloaked userDom Rodriguez2017-04-201-0/+13
|
* Fix unicode bug when parsing message argumentsw1gz2017-02-221-9/+43
|
* Add support for prefix format: nick!hostnameJosip Janzic2016-11-111-0/+7
|
* Add tests for prefix handlingNicolas Hake2016-11-071-0/+36
| | | | | | RFC 2812 has almost all fields in the message prefix marked optional. Additionally, some fields may contain values that are used as separators elsewhere.
* Add test for JOIN notification. See #56Paul Schoenfelder2016-11-051-0/+9
|
* Add failing test for Slack IRC bridge. See #52Josh Adams2016-09-121-0/+21
|
* Monitor owner of the connectionMichal Muskala2016-05-131-3/+22
| | | | | | | The connection process should monitor the process that started it and die with the same reason that the owner process did. This should solve the issue of zombie connections laying around after the processes that started them die.
* handle QUIT messagesJeff Weiss2016-03-301-0/+15
| | | | | | | | | | Prior to this commit ExIrc did not know what to do with QUIT messages, which would result in nicks remaining in the `Channels` data structure when they should not. This commit implements handling of the QUIT message and ensures that the new `Channels.user_quit` function is called to flush the departing user from all known channels. Close #40
* add test for stripping rank from nicksJeff Weiss2016-03-301-1/+10
|
* use simple one for one supervisor for clientsManuel Kallenbach2015-12-041-0/+11
|
* Handle octal format deprecation in 0.15.0Paul Schoenfelder2014-08-122-4/+4
|
* Fixes #9 - Implement support for sending/receiving CTCP ACTION commandPaul Schoenfelder2014-07-312-26/+50
|
* Replace records with structsPaul Schoenfelder2014-05-021-21/+21
|
* Move IrcMessage out of ExIrc.ClientPaul Schoenfelder2014-02-191-1/+0
|
* Add events for kick, invite, and privmsgPaul Schoenfelder2014-02-191-0/+18
|
* Add support for /INVITEPaul Schoenfelder2014-02-191-2/+1
|
* Clean up and update command testsPaul Schoenfelder2014-02-191-35/+20
|
* Update tests, fix bugsPaul Schoenfelder2013-12-092-27/+27
|
* Add test suite for ChannelsPaul Schoenfelder2013-12-081-0/+130
|
* Make tests run asyncPaul Schoenfelder2013-12-082-2/+2
|
* Invoke doctest in utils testsPaul Schoenfelder2013-12-081-0/+2
|
* Add commands.ex testsPaul Schoenfelder2013-12-081-0/+43
|
* Update testsPaul Schoenfelder2013-12-071-3/+22
|
* Fix irc message parsingPaul Schoenfelder2013-12-071-1/+0
|
* Start adding utils tests. Fix some utils bugsPaul Schoenfelder2013-12-062-7/+17
|
* Initial commitPaul Schoenfelder2013-12-052-0/+8