DNS is no longer a design criterion for PSYC - use the IP

This commit is contained in:
psyc://loupsycedyglgamf.onion/~lynX 1984-04-04 00:44:05 +00:00
parent 9731fb9ff6
commit c5ce025488
1 changed files with 4 additions and 0 deletions

View File

@ -234,12 +234,16 @@ void dispatch(mapping rvars, mapping evars, mixed method, mixed body) {
string source;
mixed target;
if (!vars["_source"]) {
#if 0
// FIXME: where to set netloc in active
if (!netloc) { // set in sender after _request_features
// FIXME: this is wrong
DISPATCHERROR("Did you forget to request circuit features?");
}
source = netloc;
#else
source = netloc || query_ip_name(ME);
#endif
} else {
// FIXME: a macro NORMALIZE_UNIFORM that may do lower_case please
// not a simple lower_case