unix build merged in, bitmap resources from xpm instead of rc, better addr relay, better selection of addrs by time last seen for faster connect

This commit is contained in:
s_nakamoto
2009-11-05 04:41:36 +00:00
parent f7d3cc0e58
commit fba4088941
23 changed files with 2187 additions and 304 deletions

4
irc.h
View File

@@ -4,7 +4,5 @@
extern bool RecvLine(SOCKET hSocket, string& strLine);
extern void ThreadIRCSeed(void* parg);
extern bool fRestartIRCSeed;
extern map<vector<unsigned char>, CAddress> mapIRCAddresses;
extern CCriticalSection cs_mapIRCAddresses;
extern int nGotIRCAddresses;