mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-24 03:30:40 +02:00
* Move to uuid vs node-uuid
* Use uuid-parse for to/from string
This commit is contained in:
parent
541489acb0
commit
690d148ad5
6 changed files with 15 additions and 12 deletions
|
@ -8,7 +8,7 @@ let FNV1a = require('./fnv1a.js');
|
|||
let _ = require('lodash');
|
||||
let iconv = require('iconv-lite');
|
||||
let moment = require('moment');
|
||||
let uuid = require('node-uuid');
|
||||
//let uuid = require('node-uuid');
|
||||
let os = require('os');
|
||||
|
||||
let packageJson = require('../package.json');
|
||||
|
@ -39,7 +39,7 @@ exports.getQuotePrefix = getQuotePrefix;
|
|||
// Namespace for RFC-4122 name based UUIDs generated from
|
||||
// FTN kludges MSGID + AREA
|
||||
//
|
||||
const ENIGMA_FTN_MSGID_NAMESPACE = uuid.parse('a5c7ae11-420c-4469-a116-0e9a6d8d2654');
|
||||
//const ENIGMA_FTN_MSGID_NAMESPACE = uuid.parse('a5c7ae11-420c-4469-a116-0e9a6d8d2654');
|
||||
|
||||
// See list here: https://github.com/Mithgol/node-fidonet-jam
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue