Skip to content

Commit 03cc13f

Browse files
committed
v4.0.0
1 parent 5651c2d commit 03cc13f

141 files changed

Lines changed: 5115 additions & 20526 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
CoNet is a computer network, privacy-enhancing technology that has been designed to network nodes that utilize an email address as the origin/termination of communication. This offers a work-around from the use of an IP address as the origin/termination of communication which is a system that has been compromised on the most fundamental level allowing for censorship and outright blocking of specific communications.
1212

13-
1413
### CoNetはメールアドレスで複数のデバイスを相互接続した情報通信網であります
1514

1615
CoNetは普通のネットワークで送受信IPアドレスをメールアドレスにする、新たに設計された情報通信網であります。匿名、隱身、セキュア、ネット検閲から逃げる能力を持ちます。

core/CoNET.d.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,4 +708,20 @@ interface JQuery<TElement extends Node = HTMLElement> extends Iterable<TElement>
708708
interface JQueryStatic<TElement extends Node = HTMLElement> {
709709
//'langEH', this.tLang(), { expires: 180, path: '/' }
710710
cookie( ...obj:any): any
711+
}
712+
713+
interface workerDataEvent {
714+
uuid: string
715+
data: any
716+
workerName: string
717+
718+
}
719+
720+
interface Kloak_LocalServer_keyInfo {
721+
nikeName: string
722+
email: string
723+
keyID: string
724+
KloakValid: boolean
725+
otherValid: string[]
726+
publicKeys: object
711727
}

core/localWebServer.js

Lines changed: 126 additions & 307 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)