Commits by zothar

[593 total ]
Anon32
website: various tweaks near mentions of IRC

by zothar on 2008-05-09 16:59 (6 months ago)

Anon32
Implement bug #1974: clean up left over UoM downloads from persistent-temp on startup

by zothar on 2008-03-13 23:55 (8 months ago)

Anon32
Omit physical.udp, ark.number and ark.pubURI from forSetup true exported refs, saving more packet space; these fields will be updated via differential node reference after the handshake has been completed

by zothar on 2008-02-29 22:59 (9 months ago)

Anon32
When the previously configured ipAddressOverride value has an invalid hostname or IPv4/IPv6 syntax, keep it in the config, but don't use it and use a UserAlert to prompt the node operator to correct the error

by zothar on 2008-01-28 00:11 (10 months ago)

Anon32
Fix a edit error in tempIPAddressHint I missed in r17332

by zothar on 2008-01-27 23:16 (10 months ago)

Anon32
Fix typo in InvalidAddressOverrideUserAlert text

by zothar on 2008-01-27 23:09 (10 months ago)

Anon32
Fix what appears to have been an incomplete edit of copy/pasted code from ipAddressOverride in tempIPAddressHint

by zothar on 2008-01-27 23:08 (10 months ago)

Anon32
Fix build: fix a typo and a leftover method call that doesn't apply to InvalidAddressOverrideUserAlert

by zothar on 2008-01-27 21:50 (10 months ago)

Anon32
Commit the first draft of InvalidAddressOverrideUserAlert (not used yet)

by zothar on 2008-01-27 21:26 (10 months ago)

Anon32
comment: we don't throw UnknownHostException for that reason on ipOverrideString and the code may need review

by zothar on 2008-01-27 20:59 (10 months ago)

Anon32
Factor out getLocalNoderef() since it is the same in all implementations. Thanks to toad for the catch; I believe I missed this originally because of the order in which I implemented it.

by zothar on 2008-01-27 16:57 (10 months ago)

Anon32
Send a differential node reference on connect to any type of peer, rather than just pure darknet and opennet. Fix the build from a missing return value not caught by my earlier partial build before commit

by zothar on 2008-01-24 00:26 (10 months ago)

Anon32
Factor getLocalNoderef() out into the separate PeerNode classes, adding it to SeedClientPeerNode and SeedServerPeerNode in the process

by zothar on 2008-01-24 00:12 (10 months ago)

Anon32
Factor getLocalNoderef() out of sendConnectedDiffNoderef as suggested by toad

by zothar on 2008-01-23 01:35 (10 months ago)

Anon32
Move sendConnectedDiffNoderef() call to sendInitialMessages() as requested by toad

by zothar on 2008-01-23 01:21 (10 months ago)

Anon32
ARK related logging

by zothar on 2008-01-21 23:53 (10 months ago)

Anon32
Explicitly node that the ARK fields are always optional as a pair and short circuit checking if they are both omitted

by zothar on 2008-01-21 18:57 (10 months ago)

Anon32
The n2nType field is not part of the differential node reference

by zothar on 2008-01-21 17:23 (10 months ago)

Anon32
physical.udp is now clearly completely optional as a field in ARKs and other ref processing for an already existing peer

by zothar on 2008-01-21 16:59 (10 months ago)

Anon32
indent

by zothar on 2008-01-21 15:26 (10 months ago)

Anon32
Wire in sendConnetedDiffNoderef()

by zothar on 2008-01-20 19:22 (10 months ago)

Anon32
Fix silly NPE in sendConnetedDiffNoderef()

by zothar on 2008-01-20 18:26 (10 months ago)

Anon32
Add code, not wired in yet, to send a differential node reference containing node reference fields not required for handshake. Once wired in, this should later allow removing those fields from the handshake exchanged node references.

by zothar on 2008-01-20 16:01 (10 months ago)

Anon32
Maybe fix a bug in detected IP address differential node reference sending. Logging.

by zothar on 2008-01-10 00:49 (10 months ago)

Anon32
don't consider an ipAddressOverride to have changed anything if the Strings before and after would be equal

by zothar on 2008-01-10 00:03 (10 months ago)

Anon32
I believe this implement differential node references for detected IP addresses changing physical.udp, though it is untested because my environment isn't setup for testing it easily. ipOverride config settings aren't implemented yet, in part because I haven't figured out how to best handle it yet.

by zothar on 2008-01-09 03:55 (11 months ago)

Anon32
I believe this fixes the differential node reference related bug in parseARK()

by zothar on 2008-01-09 02:42 (11 months ago)

Anon32
Locally broadcast a differential node reference to the node's connected darknet peers when the node's ARK edition changes. There's another bug in the differential node reference handling changes of parseARK(), but I don't expect it to affect anything other than differential node references

by zothar on 2008-01-09 02:20 (11 months ago)

Anon32
Locally broadcast a differential node reference to the node's connected darknet peers when the node's name changes. Fix a bug in the differential node reference handling changes of parseARK()

by zothar on 2008-01-09 01:54 (11 months ago)

Anon32
Add queueOnNotConnected option to sendNodeToNodeMessage. comments.

by zothar on 2008-01-09 01:08 (11 months ago)