From deuce@VERT to CVS commit on Sun Sep 8 23:03:33 2013
exec/load nicklocate.js 1.1 1.2
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv1743
Modified Files:
nicklocate.js
Log Message:
Finish removing references to the srv object.
---
þ Synchronet þ Vertrauen þ Home of Synchr
From deuce@VERT to CVS commit on Sun Sep 8 23:23:54 2013
exec/load nicklocate.js 1.2 1.3
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv2499
Modified Files:
nicklocate.js
Log Message:
When running on Deuce's secret IPv6 enabled version of Synchronet,
pass an extra paramter to resolve_ip which returns an array of all
addresses matching the passed hostname... then loop through them and
find the first one that matches a location.
Should be backward compatible with the Peon version.
---
þ Synchronet þ Vertrauen þ Home of Sync
From deuce@VERT to CVS commit on Sun Aug 23 14:50:42 2015
exec/load nicklocate.js 1.3 1.4
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv21583/load
Modified Files:
nicklocate.js
Log Message:
Remove the bind() call from scripts which don't seem to have a good reason
for it.