From 181ece9288eee194637e9a96446c5f0593de99c0 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sun, 12 Nov 2017 18:43:56 +0100 Subject: [PATCH 1/3] Simplify error even more --- lib/ParseError.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/ParseError.ts b/lib/ParseError.ts index 97c9ffd..30df13c 100644 --- a/lib/ParseError.ts +++ b/lib/ParseError.ts @@ -2,15 +2,9 @@ * Class representing an error that occured while parsing the keyserver's html */ export class ParseError extends Error { - /** The canonical name */ - name: string; - - /** The error message */ - message: string; - /** Constructor for creating a new parse error */ constructor(attribute?: string) { - super(attribute); + super(); this.name = 'ParseError'; this.message = attribute !== undefined ? From 9f0cad7096c172674773b85e8d7c36f3bf3dd70e Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sun, 12 Nov 2017 18:44:09 +0100 Subject: [PATCH 2/3] Update code documentation --- docs/code/assets/js/search.js | 2 +- docs/code/classes/_keyserver_.keyserver.html | 20 +++---- docs/code/classes/_keystats_.keystats.html | 8 +-- .../classes/_keystats_.keystatsentry.html | 8 +-- .../code/classes/_parseerror_.parseerror.html | 60 ++++--------------- docs/code/classes/_peer_.gossippeer.html | 6 +- docs/code/classes/_peer_.mailsyncpeer.html | 4 +- docs/code/classes/_stats_.stats.html | 30 +++++----- 8 files changed, 50 insertions(+), 88 deletions(-) diff --git a/docs/code/assets/js/search.js b/docs/code/assets/js/search.js index 1a2c05c..6718872 100644 --- a/docs/code/assets/js/search.js +++ b/docs/code/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"1":"External module","128":"Class","512":"Constructor","1024":"Property","2048":"Method"},"rows":[{"id":0,"kind":1,"name":"\"KeyStats\"","url":"modules/_keystats_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"KeyStats","url":"classes/_keystats_.keystats.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"KeyStats\""},{"id":2,"kind":1024,"name":"totalKeys","url":"classes/_keystats_.keystats.html#totalkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":3,"kind":1024,"name":"dailyKeys","url":"classes/_keystats_.keystats.html#dailykeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":4,"kind":1024,"name":"hourlyKeys","url":"classes/_keystats_.keystats.html#hourlykeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":5,"kind":512,"name":"constructor","url":"classes/_keystats_.keystats.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":6,"kind":128,"name":"KeyStatsEntry","url":"classes/_keystats_.keystatsentry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"KeyStats\""},{"id":7,"kind":1024,"name":"dateTime","url":"classes/_keystats_.keystatsentry.html#datetime","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":8,"kind":1024,"name":"newKeys","url":"classes/_keystats_.keystatsentry.html#newkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":9,"kind":1024,"name":"updatedKeys","url":"classes/_keystats_.keystatsentry.html#updatedkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":10,"kind":512,"name":"constructor","url":"classes/_keystats_.keystatsentry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":11,"kind":1,"name":"\"ParseError\"","url":"modules/_parseerror_.html","classes":"tsd-kind-external-module"},{"id":12,"kind":128,"name":"ParseError","url":"classes/_parseerror_.parseerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"ParseError\""},{"id":13,"kind":1024,"name":"name","url":"classes/_parseerror_.parseerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"ParseError\".ParseError"},{"id":14,"kind":1024,"name":"message","url":"classes/_parseerror_.parseerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"ParseError\".ParseError"},{"id":15,"kind":512,"name":"constructor","url":"classes/_parseerror_.parseerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"ParseError\".ParseError"},{"id":16,"kind":1024,"name":"name","url":"classes/_parseerror_.parseerror.html#name-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":17,"kind":1024,"name":"message","url":"classes/_parseerror_.parseerror.html#message-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":18,"kind":1024,"name":"stack","url":"classes/_parseerror_.parseerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":19,"kind":1024,"name":"Error","url":"classes/_parseerror_.parseerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":20,"kind":1,"name":"\"Peer\"","url":"modules/_peer_.html","classes":"tsd-kind-external-module"},{"id":21,"kind":128,"name":"GossipPeer","url":"classes/_peer_.gossippeer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Peer\""},{"id":22,"kind":1024,"name":"host","url":"classes/_peer_.gossippeer.html#host","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":23,"kind":1024,"name":"port","url":"classes/_peer_.gossippeer.html#port","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":24,"kind":512,"name":"constructor","url":"classes/_peer_.gossippeer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":25,"kind":128,"name":"MailsyncPeer","url":"classes/_peer_.mailsyncpeer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Peer\""},{"id":26,"kind":1024,"name":"address","url":"classes/_peer_.mailsyncpeer.html#address","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".MailsyncPeer"},{"id":27,"kind":512,"name":"constructor","url":"classes/_peer_.mailsyncpeer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Peer\".MailsyncPeer"},{"id":28,"kind":1,"name":"\"Stats\"","url":"modules/_stats_.html","classes":"tsd-kind-external-module"},{"id":29,"kind":128,"name":"Stats","url":"classes/_stats_.stats.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Stats\""},{"id":30,"kind":1024,"name":"software","url":"classes/_stats_.stats.html#software","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":31,"kind":1024,"name":"version","url":"classes/_stats_.stats.html#version","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":32,"kind":1024,"name":"hostName","url":"classes/_stats_.stats.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":33,"kind":1024,"name":"nodeName","url":"classes/_stats_.stats.html#nodename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":34,"kind":1024,"name":"serverContact","url":"classes/_stats_.stats.html#servercontact","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":35,"kind":1024,"name":"httpPort","url":"classes/_stats_.stats.html#httpport","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":36,"kind":1024,"name":"reconPort","url":"classes/_stats_.stats.html#reconport","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":37,"kind":1024,"name":"debugLevel","url":"classes/_stats_.stats.html#debuglevel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":38,"kind":1024,"name":"keys","url":"classes/_stats_.stats.html#keys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":39,"kind":1024,"name":"statsTime","url":"classes/_stats_.stats.html#statstime","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":40,"kind":1024,"name":"gossipPeers","url":"classes/_stats_.stats.html#gossippeers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":41,"kind":1024,"name":"gossipPeerCount","url":"classes/_stats_.stats.html#gossippeercount","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":42,"kind":1024,"name":"mailsyncPeers","url":"classes/_stats_.stats.html#mailsyncpeers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":43,"kind":1024,"name":"mailsyncPeerCount","url":"classes/_stats_.stats.html#mailsyncpeercount","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":44,"kind":512,"name":"constructor","url":"classes/_stats_.stats.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":45,"kind":1,"name":"\"Keyserver\"","url":"modules/_keyserver_.html","classes":"tsd-kind-external-module"},{"id":46,"kind":128,"name":"Keyserver","url":"classes/_keyserver_.keyserver.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Keyserver\""},{"id":47,"kind":1024,"name":"hostName","url":"classes/_keyserver_.keyserver.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":48,"kind":1024,"name":"statsHtml","url":"classes/_keyserver_.keyserver.html#statshtml","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Keyserver\".Keyserver"},{"id":49,"kind":512,"name":"constructor","url":"classes/_keyserver_.keyserver.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":50,"kind":2048,"name":"getStatsHtml","url":"classes/_keyserver_.keyserver.html#getstatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Keyserver\".Keyserver"},{"id":51,"kind":2048,"name":"mapToView","url":"classes/_keyserver_.keyserver.html#maptoview","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"Keyserver\".Keyserver"},{"id":52,"kind":2048,"name":"getStats","url":"classes/_keyserver_.keyserver.html#getstats","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":53,"kind":2048,"name":"getKeyStats","url":"classes/_keyserver_.keyserver.html#getkeystats","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":54,"kind":2048,"name":"parseStatsHtml","url":"classes/_keyserver_.keyserver.html#parsestatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Keyserver\".Keyserver"},{"id":55,"kind":2048,"name":"parseKeyStatsHtml","url":"classes/_keyserver_.keyserver.html#parsekeystatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Keyserver\".Keyserver"},{"id":56,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","128":"Class","512":"Constructor","1024":"Property","2048":"Method"},"rows":[{"id":0,"kind":1,"name":"\"KeyStats\"","url":"modules/_keystats_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"KeyStats","url":"classes/_keystats_.keystats.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"KeyStats\""},{"id":2,"kind":1024,"name":"totalKeys","url":"classes/_keystats_.keystats.html#totalkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":3,"kind":1024,"name":"dailyKeys","url":"classes/_keystats_.keystats.html#dailykeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":4,"kind":1024,"name":"hourlyKeys","url":"classes/_keystats_.keystats.html#hourlykeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":5,"kind":512,"name":"constructor","url":"classes/_keystats_.keystats.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"KeyStats\".KeyStats"},{"id":6,"kind":128,"name":"KeyStatsEntry","url":"classes/_keystats_.keystatsentry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"KeyStats\""},{"id":7,"kind":1024,"name":"dateTime","url":"classes/_keystats_.keystatsentry.html#datetime","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":8,"kind":1024,"name":"newKeys","url":"classes/_keystats_.keystatsentry.html#newkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":9,"kind":1024,"name":"updatedKeys","url":"classes/_keystats_.keystatsentry.html#updatedkeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":10,"kind":512,"name":"constructor","url":"classes/_keystats_.keystatsentry.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"KeyStats\".KeyStatsEntry"},{"id":11,"kind":1,"name":"\"ParseError\"","url":"modules/_parseerror_.html","classes":"tsd-kind-external-module"},{"id":12,"kind":128,"name":"ParseError","url":"classes/_parseerror_.parseerror.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"ParseError\""},{"id":13,"kind":512,"name":"constructor","url":"classes/_parseerror_.parseerror.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"ParseError\".ParseError"},{"id":14,"kind":1024,"name":"name","url":"classes/_parseerror_.parseerror.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":15,"kind":1024,"name":"message","url":"classes/_parseerror_.parseerror.html#message","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":16,"kind":1024,"name":"stack","url":"classes/_parseerror_.parseerror.html#stack","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":17,"kind":1024,"name":"Error","url":"classes/_parseerror_.parseerror.html#error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"ParseError\".ParseError"},{"id":18,"kind":1,"name":"\"Peer\"","url":"modules/_peer_.html","classes":"tsd-kind-external-module"},{"id":19,"kind":128,"name":"GossipPeer","url":"classes/_peer_.gossippeer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Peer\""},{"id":20,"kind":1024,"name":"host","url":"classes/_peer_.gossippeer.html#host","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":21,"kind":1024,"name":"port","url":"classes/_peer_.gossippeer.html#port","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":22,"kind":512,"name":"constructor","url":"classes/_peer_.gossippeer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Peer\".GossipPeer"},{"id":23,"kind":128,"name":"MailsyncPeer","url":"classes/_peer_.mailsyncpeer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Peer\""},{"id":24,"kind":1024,"name":"address","url":"classes/_peer_.mailsyncpeer.html#address","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Peer\".MailsyncPeer"},{"id":25,"kind":512,"name":"constructor","url":"classes/_peer_.mailsyncpeer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Peer\".MailsyncPeer"},{"id":26,"kind":1,"name":"\"Stats\"","url":"modules/_stats_.html","classes":"tsd-kind-external-module"},{"id":27,"kind":128,"name":"Stats","url":"classes/_stats_.stats.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Stats\""},{"id":28,"kind":1024,"name":"software","url":"classes/_stats_.stats.html#software","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":29,"kind":1024,"name":"version","url":"classes/_stats_.stats.html#version","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":30,"kind":1024,"name":"hostName","url":"classes/_stats_.stats.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":31,"kind":1024,"name":"nodeName","url":"classes/_stats_.stats.html#nodename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":32,"kind":1024,"name":"serverContact","url":"classes/_stats_.stats.html#servercontact","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":33,"kind":1024,"name":"httpPort","url":"classes/_stats_.stats.html#httpport","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":34,"kind":1024,"name":"reconPort","url":"classes/_stats_.stats.html#reconport","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":35,"kind":1024,"name":"debugLevel","url":"classes/_stats_.stats.html#debuglevel","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":36,"kind":1024,"name":"keys","url":"classes/_stats_.stats.html#keys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":37,"kind":1024,"name":"statsTime","url":"classes/_stats_.stats.html#statstime","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":38,"kind":1024,"name":"gossipPeers","url":"classes/_stats_.stats.html#gossippeers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":39,"kind":1024,"name":"gossipPeerCount","url":"classes/_stats_.stats.html#gossippeercount","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":40,"kind":1024,"name":"mailsyncPeers","url":"classes/_stats_.stats.html#mailsyncpeers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":41,"kind":1024,"name":"mailsyncPeerCount","url":"classes/_stats_.stats.html#mailsyncpeercount","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":42,"kind":512,"name":"constructor","url":"classes/_stats_.stats.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Stats\".Stats"},{"id":43,"kind":1,"name":"\"Keyserver\"","url":"modules/_keyserver_.html","classes":"tsd-kind-external-module"},{"id":44,"kind":128,"name":"Keyserver","url":"classes/_keyserver_.keyserver.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"Keyserver\""},{"id":45,"kind":1024,"name":"hostName","url":"classes/_keyserver_.keyserver.html#hostname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":46,"kind":1024,"name":"statsHtml","url":"classes/_keyserver_.keyserver.html#statshtml","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"Keyserver\".Keyserver"},{"id":47,"kind":512,"name":"constructor","url":"classes/_keyserver_.keyserver.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":48,"kind":2048,"name":"getStatsHtml","url":"classes/_keyserver_.keyserver.html#getstatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"Keyserver\".Keyserver"},{"id":49,"kind":2048,"name":"mapToView","url":"classes/_keyserver_.keyserver.html#maptoview","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"Keyserver\".Keyserver"},{"id":50,"kind":2048,"name":"getStats","url":"classes/_keyserver_.keyserver.html#getstats","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":51,"kind":2048,"name":"getKeyStats","url":"classes/_keyserver_.keyserver.html#getkeystats","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"Keyserver\".Keyserver"},{"id":52,"kind":2048,"name":"parseStatsHtml","url":"classes/_keyserver_.keyserver.html#parsestatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Keyserver\".Keyserver"},{"id":53,"kind":2048,"name":"parseKeyStatsHtml","url":"classes/_keyserver_.keyserver.html#parsekeystatshtml","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"Keyserver\".Keyserver"},{"id":54,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file diff --git a/docs/code/classes/_keyserver_.keyserver.html b/docs/code/classes/_keyserver_.keyserver.html index c1fdbaf..102000f 100644 --- a/docs/code/classes/_keyserver_.keyserver.html +++ b/docs/code/classes/_keyserver_.keyserver.html @@ -127,7 +127,7 @@

constructor

  • @@ -154,7 +154,7 @@

    hostName

    hostName: string
    @@ -169,7 +169,7 @@

    Private statsHtml

    statsHtml: Option<string> = none()
    @@ -191,7 +191,7 @@

    getKeyStats

  • @@ -213,7 +213,7 @@

    getStats

  • @@ -235,7 +235,7 @@

    Private getStatsHtml<
  • @@ -257,12 +257,12 @@

    mapToView

  • -

    Maps the keyserver's html to a generic promise

    +

    Maps the keyserver's html to a generic promise.

    Type parameters

    @@ -309,7 +309,7 @@

    Static parseKeyStats
    @@ -337,7 +337,7 @@

    Static parseStatsHtml<
  • diff --git a/docs/code/classes/_keystats_.keystats.html b/docs/code/classes/_keystats_.keystats.html index 859f6c2..4058b34 100644 --- a/docs/code/classes/_keystats_.keystats.html +++ b/docs/code/classes/_keystats_.keystats.html @@ -117,7 +117,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    dailyKeys

    dailyKeys: KeyStatsEntry[]
    @@ -165,7 +165,7 @@

    hourlyKeys

    hourlyKeys: KeyStatsEntry[]
    @@ -180,7 +180,7 @@

    totalKeys

    totalKeys: number
    diff --git a/docs/code/classes/_keystats_.keystatsentry.html b/docs/code/classes/_keystats_.keystatsentry.html index eb6b138..f84e62e 100644 --- a/docs/code/classes/_keystats_.keystatsentry.html +++ b/docs/code/classes/_keystats_.keystatsentry.html @@ -117,7 +117,7 @@

    constructor

  • @@ -150,7 +150,7 @@

    dateTime

    dateTime: Moment
    @@ -165,7 +165,7 @@

    newKeys

    newKeys: number
    @@ -180,7 +180,7 @@

    updatedKeys

    updatedKeys: number
    diff --git a/docs/code/classes/_parseerror_.parseerror.html b/docs/code/classes/_parseerror_.parseerror.html index 7a729b8..40972d7 100644 --- a/docs/code/classes/_parseerror_.parseerror.html +++ b/docs/code/classes/_parseerror_.parseerror.html @@ -102,11 +102,9 @@

    Constructors

    Properties

    @@ -125,7 +123,7 @@

    constructor

  • @@ -146,65 +144,35 @@

    Returns

    Properties

    -
    - -

    message

    -
    message: string
    - -
    -
    -

    The error message

    -
    -
    -
    -
    - -

    name

    -
    name: string
    - -
    -
    -

    The canonical name

    -
    -
    -

    Static Error

    Error: ErrorConstructor
    - +

    Static message

    message: string
    - +

    Static name

    name: string
    @@ -216,7 +184,7 @@

    Static /home/me/Code/SKS/sks-lib/node_modules/typedoc/node_modules/typescript/lib/lib.es5.d.ts:875

  • @@ -258,20 +226,14 @@

    Static constructor

  • -
  • - message -
  • -
  • - name -
  • Error
  • - message + message
  • - name + name
  • stack diff --git a/docs/code/classes/_peer_.gossippeer.html b/docs/code/classes/_peer_.gossippeer.html index 91cc9ee..0aa30f0 100644 --- a/docs/code/classes/_peer_.gossippeer.html +++ b/docs/code/classes/_peer_.gossippeer.html @@ -116,7 +116,7 @@

    constructor

  • @@ -146,7 +146,7 @@

    host

    host: string
    @@ -161,7 +161,7 @@

    port

    port: number
    diff --git a/docs/code/classes/_peer_.mailsyncpeer.html b/docs/code/classes/_peer_.mailsyncpeer.html index d568a4b..cc314d5 100644 --- a/docs/code/classes/_peer_.mailsyncpeer.html +++ b/docs/code/classes/_peer_.mailsyncpeer.html @@ -115,7 +115,7 @@

    constructor

  • @@ -142,7 +142,7 @@

    address

    address: string
    diff --git a/docs/code/classes/_stats_.stats.html b/docs/code/classes/_stats_.stats.html index 2906216..b602e1c 100644 --- a/docs/code/classes/_stats_.stats.html +++ b/docs/code/classes/_stats_.stats.html @@ -128,7 +128,7 @@

    constructor

  • @@ -194,7 +194,7 @@

    debugLevel

    debugLevel: number
    @@ -209,7 +209,7 @@

    gossipPeerCount

    gossipPeerCount: number
    @@ -224,7 +224,7 @@

    gossipPeers

    gossipPeers: GossipPeer[]
    @@ -239,7 +239,7 @@

    hostName

    hostName: string
    @@ -254,7 +254,7 @@

    httpPort

    httpPort: number
    @@ -269,7 +269,7 @@

    keys

    keys: number
    @@ -284,7 +284,7 @@

    mailsyncPeerCount

    mailsyncPeerCount: number
    @@ -299,7 +299,7 @@

    mailsyncPeers

    mailsyncPeers: MailsyncPeer[]
    @@ -314,7 +314,7 @@

    nodeName

    nodeName: string
    @@ -329,7 +329,7 @@

    reconPort

    reconPort: number
    @@ -344,7 +344,7 @@

    serverContact

    serverContact: string
    @@ -359,7 +359,7 @@

    software

    software: string
    @@ -374,7 +374,7 @@

    statsTime

    statsTime: Moment
    @@ -389,7 +389,7 @@

    version

    version: string
    From ea7471a71df8b12ccedbbe670885553ba1f22dc4 Mon Sep 17 00:00:00 2001 From: Valentin Sundermann Date: Sun, 12 Nov 2017 20:00:03 +0100 Subject: [PATCH 3/3] Add yarn equivalents to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e9bb4d2..a770984 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ logs *.log npm-debug.log* +yarn-debug.log* # Runtime data pids