mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
you can torify psyced, but it probably wont work still
This commit is contained in:
parent
83231a2335
commit
8fc74212f6
4 changed files with 31 additions and 7 deletions
|
@ -319,6 +319,12 @@ int psyc_sendmsg(mixed target, string mc, mixed data, mapping vars,
|
|||
string psychopo;
|
||||
string psycippo = "psyc://"+ $1 +"/";
|
||||
|
||||
#if 0
|
||||
if (trail(".onion", hopo)) {
|
||||
psycippo = hopo; // not a solution
|
||||
raise_error("Unable to handle .onion correctly, snif.\n");
|
||||
}
|
||||
#endif
|
||||
// if ($3 && $3 != PSYC_SERVICE) {
|
||||
if ($9) {
|
||||
hopo += ":"+$9;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue