Merge pull request #295 from svost/patch
[novacoin.git] / src / irc.cpp
2016-03-27 svostIt's a c++: use string.empty()
2016-03-14 svostFix msvc c4127 warning 290/head
2016-02-22 svostRemove c_str: stringvar1 = stringvar2 283/head
2016-02-18 svostRemoved dependency (boost::algorithm::starts_with) 279/head
2016-01-04 svostAdd CloseSocket (bitcoin@43f510d37d680ca4347878d2fb6f8b... 268/head
2015-09-19 CryptoManiacDefine additional constants for zero and irc port number.
2015-09-18 CryptoManiacUse uint16_t for port number.
2015-04-18 Philip Kaufmannfix some thread related log messages
2015-04-18 svostMerged https://github.com/bitcoin/bitcoin/commit/6032e4...
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-11-24 MASM fanFix winsock2.h compilation warnings
2014-10-30 fsb4000MSVC 37/head
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2013-08-24 alexRemove loop macro from util.h
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-17 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-02-27 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-19 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-08-09 Matt CoralloUnify copyright notices.
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-11 Wladimir J. van... move back to original directory structure
2011-05-21 Jeff Garzikirc: #bitcoin is overflowing. split up into 100 random...
2011-05-17 Pieter WuilleBugfix for dnslookup: irc.cpp still used old CAddress...
2011-05-16 Jordan LewisOnly include strlcpy.h when we have to
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly include irc.h when needed
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-10 Pieter WuilleSupport for name lookups in -connect and -addnode
2011-04-23 Jaromildirectory re-organization (keeps the old build system)