mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
47395d9962
commit
09b601eaef
1 changed files with 4 additions and 2 deletions
|
@ -35,8 +35,10 @@ mymsg(source, mc, data, vars) {
|
|||
qAllowExternal(source, mc, vars) {
|
||||
P3(("qAllowExternal: %O,%O,%O\n", source,mc,vars))
|
||||
unless (stringp(source)) return 0;
|
||||
if (abbrev( "psyc://213.73.91.20:" , source)) return 1;
|
||||
if (abbrev( "psyc://fly.symlynx.com:" , lower_case(source))) return 1;
|
||||
source = lower_case(source);
|
||||
// should allow for all hostnames and ips of lectern.. oerks
|
||||
if (abbrev( "psyc://lectern.tobij.de:" , source)) return 1;
|
||||
if (abbrev( "psyc://psyced.org:" , source)) return 1;
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue