This website requires JavaScript.
Explore
Help
Register
Sign in
Hole
/
core
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
No description
73
commits
1
branch
1
tag
1.8
MiB
Rust
100%
f980d5e08c
Branches
Tags
No results found.
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Horhik
f980d5e08c
update message receiver
2021-04-28 00:03:20 +03:00
.cargo
separate some functions by folders.
2021-02-28 00:58:55 +03:00
.idea
make requested messages coming to core, but not sending to client
2021-04-18 18:35:14 +03:00
.vscode
add json receiving in client side
2020-11-01 18:46:47 +02:00
examples
add json receiving in client side
2020-11-01 18:46:47 +02:00
public
add functions for adding users/messages and getting it from DB
2021-03-18 07:44:53 +03:00
src
update message receiver
2021-04-28 00:03:20 +03:00
tests
add skip decrypt function
2020-09-14 11:50:18 +03:00
.gitignore
update gitignore
2021-03-18 09:05:56 +03:00
Cargo.lock
Supporting Sqlite DB Pool and add json Message type
2021-04-23 21:54:48 +03:00
Cargo.toml
Supporting Sqlite DB Pool and add json Message type
2021-04-23 21:54:48 +03:00
LICENSE
Update LICENSE
2021-03-27 08:36:52 +03:00
README.md
Update README.md
2021-04-22 12:47:41 +03:00
README.md
Hole chat
A decentralized chat over
Freenet
.
See docs
Requirements
Freenet
running
Installing
Clone
this
repo
Launch core (
cargo run
)
Install and launch client (for example
rabbit-hole
)