aboutsummaryrefslogtreecommitdiff
path: root/irc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* version 0.3.1 rc1v0.3.1rc1Gavin Andresen2010-07-191-0/+4
|
* Fix CRLFGavin Andresen2010-07-141-324/+324
|
* reduced max outbound connections from 15 to 8 --version 0.3 rc4s_nakamoto2010-07-021-1/+0
|
* version 0.3 rc2s_nakamoto2010-06-261-2/+4
|
* automatically change displayed address whenever it receives anything,s_nakamoto2010-06-101-1/+0
| | | | | | | | added help and -? for daemon command line rpc commands, only relay addr messages to 5 random nodes to save bandwidth, started setting wtx.fFromMe flag, trickle out tx inventory messages to protect privacy -- version 0.2.10
* miscs_nakamoto2010-03-051-1/+4
|
* command line and JSON-RPC first draft, requires Boost 1.35 or higher for ↵s_nakamoto2010-02-121-1/+1
| | | | | | | | | boost::asio, added SetBitcoinAddress and GetBitcoinAddress methods on CScript, critsect interlocks around mapAddressBook, added some random delays in tx broadcast to improve privacy, now compiles with MSVC 8.0
* simplify AddAddress, s_nakamoto2010-01-281-2/+1
| | | | | | readcompactsize limit, fixed a 64-bit compile error in serialize.h, change status "# blocks" to "# confirmations" and widen the column.
* retry IRC if name in use, s_nakamoto2009-12-111-7/+16
| | | | | | resize to fit ubuntu's giant default font, scroll debug.log, pause gen during initial block download
* bugfix Db::open/close and zombie sockets bugs fix double-close of socket handle,s_nakamoto2009-11-181-5/+9
| | | | | | | | keep databases open, close db cursors, initial block download in batches of 500 blocks, fix misc warnings, subver linux-test8
* monitor ThreadSocketHandler and terminate and restart if hung, convert ↵s_nakamoto2009-11-131-2/+3
| | | | _beginthread to CreateThread wrapper, disconnect inactive connections, ping, break up long messages to speed up initial download, better priorities for initiating connections, track how many nodes have requested our blocks and transactions, status #/offline and warning message on unsent blocks, minimize on close as separate option -- linux-test5
* got rid of CheckForShutdown, replaced some thread-unsafe wxWidgets calls, ↵s_nakamoto2009-11-061-3/+6
| | | | Linux fixes, socket send MSG_NOSIGNAL, bind INADDR_ANY, works reliably on Linux now except if wxMessageBox is used in a thread other than the GUI thread
* unix build merged in, bitmap resources from xpm instead of rc, better addr ↵s_nakamoto2009-11-051-14/+2
| | | | relay, better selection of addrs by time last seen for faster connect
* move debug.log and db.log to data dir, portable GetDataDir, optimize ↵s_nakamoto2009-11-011-3/+4
| | | | GetBalance, fix repaint bogdown, -addnode and -? switches
* addr relaying fixes, proxy option and privacy patches, detect connect to ↵s_nakamoto2009-10-291-3/+7
| | | | self, non-final tx locktime changes, fix hide unconfirmed generated
* flush wallet.dat, multi-proc, reorg options, revert to startup folder shortcuts_nakamoto2009-10-211-8/+6
|
* First commitsirius-m2009-08-301-0/+314