mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-04 19:57:20 +02:00
* JSONCache for caching JSON data (vs reading + parsing every time)
* Minor changes
This commit is contained in:
parent
306e84b323
commit
89adc83fc6
9 changed files with 149 additions and 52 deletions
|
@ -43,18 +43,6 @@ function getDateFromFtnDateTime(dateTime) {
|
|||
return (new Date(Date.parse(dateTime))).toISOString();
|
||||
}
|
||||
|
||||
function getFormattedFTNAddress3D(zone, net, node) {
|
||||
return util.format('%d:%d/%d', zone, net, node);
|
||||
}
|
||||
|
||||
function getFormattedFTNAddress4D(zone, net, node, point) {
|
||||
return util.format('%d:%d/%d.%d', zone, net, node, point);
|
||||
}
|
||||
|
||||
function getFormattedFTNAddress5D(zone, net, node, point, domain) {
|
||||
// :TODO:
|
||||
}
|
||||
|
||||
function getFormattedFTNAddress(address, dimensions) {
|
||||
var addr = util.format('%d:%d', address.zone, address.net);
|
||||
switch(dimensions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue