aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
Commit message (Collapse)AuthorAgeFilesLines
* (finally) Remove IRC Seed support now that lfnet is down.Matt Corallo2013-03-241-12/+0
|
* Update License in File HeadersFordy2012-05-181-1/+1
| | | | | | I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file.
* Support for multiple local addressesPieter Wuille2012-05-041-1/+0
|
* Fix #626: RecvLine wrong error messagePieter Wuille2012-02-191-1/+0
| | | | Also moved RecvLine to net.cpp.
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
|
* Unify copyright notices.Matt Corallo2011-08-091-0/+1
| | | | | | To a variation on: // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-1/+5
|
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+9
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs