aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client.pm6
AgeCommit message (Expand)AuthorFilesLines
2019-10-25Update Perl 6 reference to RakurakuizePatrick Spek1-4/+4
2019-04-12Merge pull request #62 from taboege/irc-addressed-false-positivesAleks-Daniel Jakimenko-Aleksejev1-3/+1
2019-04-12Fix irc-addressed false positivesTobias Boege1-3/+1
2018-12-17Make auto-prefixing nicks optionalPatrick Spek1-0/+4
2018-12-15Add the reason for why the connection failed when :debug is TruePatrick Spek1-1/+1
2018-10-13s/subst<(\-mutate//Zoffix Znet1-1/+1
2018-08-30Speed up arg quoting and search for all whitespaceZoffix Znet1-1/+5
2018-08-30send-cmd should prepend last arg with : only if /\s/ (#58)Summertime1-1/+1
2018-08-02Update Client.pm6Zoffix Znet1-1/+2
2018-06-23IRC::Client.send: use correct server in loopTobias Boege1-2/+2
2018-02-06Ensure we don't try to serialize an Exception in $!Zoffix Znet1-0/+1
2017-08-28Fix #48 for realzZoffix Znet1-1/+1
2017-08-28Fix crash when SSL option is not providedZoffix Znet1-1/+1
2017-08-13Add SSL supporteater1-2/+15
2017-05-30Fix colorizationZoffix Znet1-11/+3
2016-10-15Fix numeric events being unsubscrabable due to incorrect identifiersZoffix Znet1-1/+4
2016-08-08Emit irc-started before any connection is made3.006002Zoffix Znet1-1/+1
2016-08-07Add `:alias` feature3.006001Zoffix Znet1-4/+11
2016-08-07Make addressed regex more restrictiveZoffix Znet1-1/+1
2016-08-02Add support for channel passwordsZoffix Znet1-1/+2
2016-08-02Use .join to join channels on start up instead of raw IRC commandZoffix Znet1-1/+1
2016-08-02Fix missing user/channel info in debug output for PRIVMSG/NOTICE messagesZoffix Znet1-2/+7
2016-07-31Fix issue with channels argument typecheck3.003006Zoffix Znet1-2/+2
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