aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client.pm6
AgeCommit message (Expand)AuthorFilesLines
2016-07-30Fix broken regex match in signature3.003005Zoffix Znet1-3/+3
2016-07-30Fix for precompilation problems when requiring inside of a tryDaniel Green1-5/+11
2016-07-29Fix filters with PromisesZoffix Znet1-3/+6
2016-07-29Document IRC::Client methodsZoffix Znet1-1/+1
2016-07-29Implement automatic nick switcherZoffix Znet1-20/+20
2016-07-29BlargZoffix Znet1-36/+63
2016-07-29Trigger events that do not have any convenience events tooZoffix Znet1-2/+1
2016-07-29Let match objects be given as server valueZoffix Znet1-8/+2
2016-07-29DebugZoffix Znet1-1/+14
2016-07-29Use better BUILDZoffix Znet1-4/+7
2016-07-28Fix asyncZoffix Znet1-7/+20
2016-07-28Document irc-started caveatsZoffix Znet1-2/+1
2016-07-28Add irc-started eventZoffix Znet1-0/+1
2016-07-28DocsZoffix Znet1-0/+2
2016-07-28BlargZoffix Znet1-12/+12
2016-07-28Make reconnect stuff workZoffix Znet1-30/+54
2016-07-28We no longer need protectionZoffix Znet1-1/+1
2016-07-28Implement multi-server interfaceZoffix Znet1-75/+104
2016-07-27Add .nick methodZoffix Znet1-4/+11
2016-07-27Add PART method handlerZoffix Znet1-0/+6
2016-07-27Organize sourceZoffix Znet1-22/+31
2016-07-27More docsZoffix Znet1-5/+19
2016-07-26Call .reply only when the Message Object has itZoffix Znet1-2/+2
2016-07-26Remove extraneous catchZoffix Znet1-3/+0
2016-07-26More stuffZoffix Znet1-4/+2
2016-07-25Make filters sorta workZoffix Znet1-2/+3
2016-07-25Filter attemptZoffix Znet1-3/+32
2016-07-24moar workZoffix Znet1-20/+99
2016-07-19BlahgZoffix Znet1-1/+1
2016-06-09Fix multi-channel join for non-spec-conforming serversZoffix Znet1-1/+1
2016-06-05First working testZoffix Znet1-4/+4
2016-06-05Bug commitZoffix Znet1-14/+18
2016-06-05Add lockZoffix Znet1-6/+6
2016-06-05ZZoffix Znet1-29/+28
2016-06-05ZZoffix Znet1-2/+2
2016-06-05ZZoffix Znet1-25/+29
2016-06-05PromiseZoffix Znet1-28/+47
2016-06-04First working rewriteZoffix Znet1-32/+46
2016-06-04StuffZoffix Znet1-10/+47
2016-06-04More stuffZoffix Znet1-8/+20
2016-06-04WtfZoffix Znet1-13/+17
2016-06-03Start rewriteZoffix Znet1-0/+56
2016-05-19Start new design docsZoffix Znet1-174/+0
2016-05-07Toss versions in sourceZoffix Znet1-1/+1
2016-05-07Connect only after ERR_NOMOTD or END_MOTD messagesZoffix Znet1-4/+7
2016-01-06Bump versions for releaseZoffix Znet1-1/+1
2016-01-04Accomodate a Rakudobug RT#127142Zoffix Znet1-1/+2
2016-01-03Improve irc-to-meZoffix Znet1-3/+10
2016-01-03Add $when argument to .respondZoffix Znet1-1/+9
2016-01-03Add .respond methodZoffix Znet1-56/+72