]> Cypherpunks.ru repositories - nncp.git/commit
Multicast areas
authorSergey Matveev <stargrave@stargrave.org>
Thu, 1 Jul 2021 07:54:55 +0000 (10:54 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 4 Jul 2021 17:11:24 +0000 (20:11 +0300)
commitab7c7eca0e53661f0ba904c2a6ba752990bea367
treee401788a017a868e19a3b2f1b9542e5d11e13388
parent0ca5764d9eeff210ebf50d6c2e03fa6cbd173b99
Multicast areas
70 files changed:
README
README.RU
doc/about.ru.texi
doc/about.texi
doc/call.texi
doc/cfg.texi [deleted file]
doc/cfg/areas.texi [new file with mode: 0644]
doc/cfg/general.texi [new file with mode: 0644]
doc/cfg/index.texi [new file with mode: 0644]
doc/cfg/neigh.texi [new file with mode: 0644]
doc/cfg/notify.texi [new file with mode: 0644]
doc/cfg/self.texi [new file with mode: 0644]
doc/cmd/index.texi [new file with mode: 0644]
doc/cmd/nncp-bundle.texi [new file with mode: 0644]
doc/cmd/nncp-call.texi [new file with mode: 0644]
doc/cmd/nncp-caller.texi [new file with mode: 0644]
doc/cmd/nncp-cfgenc.texi [new file with mode: 0644]
doc/cmd/nncp-cfgmin.texi [new file with mode: 0644]
doc/cmd/nncp-cfgnew.texi [new file with mode: 0644]
doc/cmd/nncp-check.texi [new file with mode: 0644]
doc/cmd/nncp-cronexpr.texi [new file with mode: 0644]
doc/cmd/nncp-daemon.texi [new file with mode: 0644]
doc/cmd/nncp-exec.texi [new file with mode: 0644]
doc/cmd/nncp-file.texi [new file with mode: 0644]
doc/cmd/nncp-freq.texi [new file with mode: 0644]
doc/cmd/nncp-hash.texi [new file with mode: 0644]
doc/cmd/nncp-log.texi [new file with mode: 0644]
doc/cmd/nncp-pkt.texi [new file with mode: 0644]
doc/cmd/nncp-reass.texi [new file with mode: 0644]
doc/cmd/nncp-rm.texi [new file with mode: 0644]
doc/cmd/nncp-stat.texi [new file with mode: 0644]
doc/cmd/nncp-toss.texi [new file with mode: 0644]
doc/cmd/nncp-xfer.texi [new file with mode: 0644]
doc/cmds.texi [deleted file]
doc/comparison.ru.texi
doc/comparison.texi
doc/index.texi
doc/multicast.texi [new file with mode: 0644]
doc/news.ru.texi
doc/news.texi
doc/pkt/area.texi [new file with mode: 0644]
doc/pkt/encrypted.texi [moved from doc/pkt.texi with 61% similarity]
doc/pkt/index.texi [new file with mode: 0644]
doc/pkt/plain.texi [new file with mode: 0644]
makedist.sh
ports/nncp/Makefile
ports/nncp/pkg-descr
src/area.go [new file with mode: 0644]
src/call.go
src/cfg.go
src/cmd/nncp-call/main.go
src/cmd/nncp-caller/main.go
src/cmd/nncp-cfgnew/main.go
src/cmd/nncp-daemon/main.go
src/cmd/nncp-exec/main.go
src/cmd/nncp-file/main.go
src/cmd/nncp-pkt/main.go
src/cmd/nncp-rm/main.go
src/cmd/nncp-toss/main.go
src/ctx.go
src/jobs.go
src/magic.go
src/nncp.go
src/node.go
src/pkt.go
src/pkt_test.go
src/toss.go
src/toss_test.go
src/tx.go
src/tx_test.go