PyBitmessage/src
Neil Roberts 7da6ea958f Add support for IPv6
It will now listen on an IPv6 socket if possible or fall back to IPv4
if that doesn't work. It will no longer filter out all IPv6 addresses
and instead it will only filter out those that point to the local
network.

It looks like the DNS bootstrapping should just automatically work
because getaddrinfo already returns IPv6 addresses from the AAAA
record.

In order to convert from the ASCII representation of IPv6 addresses
and back we need inet_ntop and inet_pton. Python 2 doesn't currently
provide these for Windows so instead this patch provides a hot patch
to the socket module which wraps WSAStringToAddress and
WSAAddressToString using ctypes.
2014-03-12 01:48:48 +00:00
..
bitmessageqt changed 2013 to 2014 in copyright notices 2014-01-21 22:41:48 -05:00
images removed images/can-icon-24px_2.png 2013-11-01 19:28:44 -04:00
pyelliptic check return value of RAND_bytes 2013-10-13 14:08:12 -04:00
socks Debian packaging 2013-04-01 20:23:32 +01:00
translations Corrected Russian translation. 2014-01-24 20:14:51 -08:00
addresses.py modified addresses.decodeAddress so that API decodeAddress works properly 2013-10-25 19:57:06 -04:00
api.py rename bitmessageapi.py to api.py 2014-01-12 19:56:30 -05:00
api_client.py more v4 address work. Should be done. 2013-09-18 00:04:01 -04:00
bitmessagemain.py Add support for IPv6 2014-03-12 01:48:48 +00:00
build_osx.py Increment version number to 0.4.2 2014-01-20 23:04:41 -05:00
class_addressGenerator.py small fixes to address generator and listAddresses2 2013-09-21 13:30:46 -04:00
class_objectHashHolder.py delay addr messages random number of seconds 2013-09-09 19:26:32 -04:00
class_objectProcessor.py Fix #611; also swap print statements out for loggers 2014-01-16 20:10:04 -05:00
class_outgoingSynSender.py Add support for IPv6 2014-03-12 01:48:48 +00:00
class_receiveDataThread.py Add support for IPv6 2014-03-12 01:48:48 +00:00
class_sendDataThread.py Add support for IPv6 2014-03-12 01:48:48 +00:00
class_singleCleaner.py add missing import 2014-01-20 13:45:21 -05:00
class_singleListener.py Add support for IPv6 2014-03-12 01:48:48 +00:00
class_singleWorker.py resolve merge conflict 2013-12-25 00:42:31 -05:00
class_sqlThread.py on close, save objectProcessorQueue to disk 2013-12-02 01:35:34 -05:00
debug.py Portable mode moves debug.log 2013-07-15 15:45:03 -04:00
defaultKnownNodes.py Fix #545 2013-11-06 23:51:42 -05:00
helper_bitcoin.py Fixed missing arithmetic import in helper_bitcoin file 2013-06-21 12:58:36 +01:00
helper_bootstrap.py feature_v1 2013-10-02 04:14:53 +04:00
helper_generic.py Added a number of missing imports fixing several issues (thank you PyDev) 2013-06-23 20:52:39 +01:00
helper_inbox.py [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages. 2013-11-28 17:05:53 -08:00
helper_sent.py use helper_sql for helper_sent 2013-08-29 07:27:09 -04:00
helper_sql.py fixes to new SQL refactoring 2013-09-02 23:14:43 -04:00
helper_startup.py minor change to new function isOurOperatingSystemLimitedToHavingVeryFewHalfOpenConnections 2014-01-21 01:17:36 -05:00
highlevelcrypto.py Debian packaging 2013-04-01 20:23:32 +01:00
message_data_reader.py [NEW FEATURE] Implemented the indicator in tray icon that there are unread messages. 2013-11-28 17:05:53 -08:00
namecoin.py fix #474 2013-09-04 12:53:18 -04:00
proofofwork.py on close, save objectProcessorQueue to disk 2013-12-02 01:35:34 -05:00
qidenticon.py nonfunctional identicon settings-GUI 2013-09-18 17:39:45 +02:00
shared.py Add support for IPv6 2014-03-12 01:48:48 +00:00
singleton.py Added a number of missing imports fixing several issues (thank you PyDev) 2013-06-23 20:52:39 +01:00
tr.py fixed #486 2013-09-06 13:41:24 -04:00