]> jfr.im git - irc/rizon/znc.git/history - Client.cpp
Write forceserver and webircpassword to conf
[irc/rizon/znc.git] / Client.cpp
2014-03-04  Nolan LumDETACH should support the same syntax as PART (except...
2014-03-04  Kyle FullerDon't send our password required notice until after...
2014-03-04  Nolan Lumrfc1459 states that PART can take multiple channels
2011-06-07  Uli SchlachterMerge pull request #50 from bpcampbe/TrimBuffer
2011-06-01  Kyle FullerMove dcc file transfers to their own module
2011-06-01  Kyle FullerMigrate dcc bouncing to its own module
2011-06-01  Kyle FullerRemove OnDCCUserSend module hook
2011-05-21  Uli SchlachterMerge branch 'master' of https://github.com/pfn/znc
2011-04-03  Alexey SokolovMerge branch 'py' of https://github.com/kylef/znc into...
2011-04-03  Uli SchlachterStop including FileUtils.h in any header
2011-04-02  Uli SchlachterRaise our IRC connection timeouts
2011-02-14  Uli SchlachterMerge branch 'ignore' of https://github.com/kylef/znc
2011-02-14  Alexey SokolovMerge branch 'readme' of https://github.com/kylef/znc...
2011-01-14  psychonOh, shiny... NOT
2010-12-31  cflakesSome grammar and capitalization fixes.
2010-11-07  psychonFix some warnings with -pedantic
2010-09-05  psychonCClient: Only auth users that sent a password
2010-08-30  psychonRename "vhost" to "bindhost"
2010-08-03  psychonCall client module hooks for built-in-core capabilities
2010-08-03  psychonAdd support for CAP CLEAR from clients
2010-08-03  psychonFix an out-of-range access to std::string
2010-07-09  psychonRemove the CClient* argument to all module calls
2010-07-08  psychonDo all module calls through the macros
2010-07-07  psychonAdd module calls for client CAPs
2010-06-30  psychonCorrectly handle CAP REQ
2010-06-29  psychonRemove CZNC::GetUser()
2010-06-25  psychonRethink PING/PONG handling
2010-06-16  psychonMicro optimization
2010-06-16  psychonSupport disabling CAPabilities
2010-06-13  psychonAdd support for some capabilities
2010-06-13  psychonImplement CAP between clients and znc
2010-06-13  psychonMove some common code into CClient::AuthUser()
2010-05-02  psychonSome more fun with tabs
2010-04-30  psychonMOTD: Use ExpandString()
2010-04-15  psychonMove the HTTP/IRC switching to CIncomingConnection
2010-03-07  psychonUse CString::Split() in more places
2010-02-25  psychonRemove --disable-modules
2010-02-22  prozacxInitial commit of webmods - still lots of work to be...
2010-01-28  psychonCClient::PutIRC(): Use CUser::PutIRC()
2010-01-28  psychonCClient: Use CUser's IRC Socket pointer
2010-01-28  psychonUse GetIRCSock() instead of m_pIRCSock directly
2010-01-28  psychonRemove a pointless if
2010-01-08  psychonMove all of Timers.h into User.cpp
2010-01-06  silverleoIt's 2010, where's my hoverboard?
2009-11-28  psychonFix a crash bug with auth modules
2009-10-10  psychonAdd a new DCCVHost config option
2009-10-10  psychonComment out some weird code from Client.cpp
2009-09-10  psychonRemove the dedicated new-client-timeout timer
2009-07-21  psychonFix a high-impact directory traversal bug
2009-07-11  psychonMake sure OnStatusCommand() is always called when it...
2009-05-20  psychonCAuthBase: Use a Csock* instead of a CString "sRemoteIP"
2009-05-11  psychonFix a wrong cached /mode reply
2009-05-11  psychonClose client sockets only after all pending data was...
2009-03-07  psychonFix my previous commit and also display the remote...
2009-03-07  psychonAlways notify the user when someone else tried to login...
2009-02-27  silverleoZNC usernames can't have a : and passwords that have...
2009-02-21  psychonCall OnFailedLogin() for all failed logins, not only...
2009-01-25  psychonUse that new define everywhere
2009-01-05  psychonUse CString::TrimRight() to make this code more readable
2009-01-04  psychonGet rid of most strtoul() and atoi() calls and use...
2009-01-01  psychonHappy New Year 2009 everyone!
2008-12-31  silverleoShow client IP in debug when username is not available.
2008-12-31  silverleoAdd OnUnknownUserRaw() global module call.
2008-12-21  silverleoChanged ping timers and timeout settings to use more...
2008-12-13  psychonBugfix: Only reply to a client's MODE request if we...
2008-10-29  psychonRename OnUserAttached and OnUserDetached and add OnClie...
2008-09-30  kroimonUse CString::Equals() everywhere.
2008-09-30  psychonLimit the maximal read buffer space that is used for...
2008-09-29  kroimonEnhanced the /znc command to optionally accept commands.
2008-09-28  kroimonIntroduced CString::TrimPrefix() and CString::CaseCmp...
2008-09-28  psychonAdd CClient::PutStatus(const CTable&) and use it everywhere
2008-09-28  kroimonFixed the CALLMOD macro in Client.cpp
2008-09-28  kroimonRemoved thousands of redundant checks for m_pUser in...
2008-09-27  kroimonAnother whitespace/tab mixup fix.
2008-09-20  kroimonIgnore messages to ourself when being disconnected...
2008-09-02  psychonAdd OnUserTopicRequest() for topic requests
2008-08-30  psychonUse znc.in instead of znc.com
2008-08-29  psychonInstead of (ab)using a CClient for listening, use an...
2008-08-22  psychonFix some of the direct module calls in Client.cpp
2008-07-24  psychonRemove KeepNick
2008-07-24  psychonMove CClient's UserCommand() and HelpUser() into a...
2008-07-24  psychonRemove some unused arguments and unimplemented functions
2008-07-23  psychonEven more weird and broken clients sending even more...
2008-07-23  psychonSome weird clients might send a nickmask prefix, handle...
2008-07-17  psychonDon't throw any exceptions in CModules::LoadModule...
2008-07-14  psychonMake CClient::GetNickMask() always return a valid nickmask
2008-07-07  psychonUse CZNC::Auth() to authenticate IRC clients
2008-07-07  psychonAdd the remote ip to the info CAuthBase got
2008-06-27  psychonRemove some unneeded includes from DCCBounce.h
2008-06-19  psychonAdd and use CZNC::GetUptime() for getting the current...
2008-06-17  psychonAdd 'Uptime' command to *znc
2008-06-11  psychonRemove an unneeded call to CString::Token()
2008-06-06  psychonAdd OnUserTopic module call
2008-05-24  psychonDisconnect unauthed connections after a timeout of...
2008-05-24  psychonDon't disconnect unauthed clients which use something...
2008-05-24  psychonDon't allow users with 'DenyLoadMod' set to use 'ListAv...
2008-05-10  psychonRemove some unneedef #ifdef's
2008-05-08  psychonMove ChangeDir() and MakeDir() from CUtils to CDir
2008-05-05  psychonRemove CString::ToKBytes()
2008-05-05  psychonFormat traffic stats to not show bytes, but stuff like...
next