aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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 Znet2-4/+12
2016-08-07Make addressed regex more restrictiveZoffix Znet1-1/+1
2016-08-03Implement .match method on Privmsg/Notice objectsZoffix Znet1-1/+3
2016-08-02Add support for channel passwordsZoffix Znet2-2/+3
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-08-02Make nick grammar looserZoffix Znet1-1/+6
2016-07-31Fix issue with channels argument typecheck3.003006Zoffix Znet1-2/+2
2016-07-30Fix broken regex match in signature3.003005Zoffix Znet2-4/+4
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 Znet2-25/+25
2016-07-29BlargZoffix Znet2-41/+70
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 Znet2-31/+55
2016-07-28We no longer need protectionZoffix Znet1-1/+1
2016-07-28Implement multi-server interfaceZoffix Znet3-77/+123
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 Znet2-8/+6
2016-07-25Make filters sorta workZoffix Znet1-2/+3
2016-07-25Filter attemptZoffix Znet1-3/+32
2016-07-24moar workZoffix Znet4-32/+128
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 Znet15-261/+10
2016-06-05Bug commitZoffix Znet2-18/+22
2016-06-05Add lockZoffix Znet1-6/+6
2016-06-05ZZoffix Znet2-31/+30
2016-06-05ZZoffix Znet1-2/+2
2016-06-05ZZoffix Znet1-25/+29
2016-06-05PromiseZoffix Znet1-28/+47
2016-06-04First working rewriteZoffix Znet5-45/+84
2016-06-04StuffZoffix Znet8-34/+158
2016-06-04More stuffZoffix Znet4-31/+46