-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: 51bf3cef40259ec6ebf931680a0b1d3faf79d0a6:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 51bf3cef40259ec6ebf931680a0b1d3faf79d0a6
Author: root <root@localhost.(none)>
Date:   Wed Mar 18 16:28:57 2015 +0000

    [URC] documentation update

diff --git a/doc/URC.txt b/doc/URC.txt

index a33215f1319e9592ff5e7f0242b779f94caded6e..

index ..2fb8cf2ceb3ac52e4b953fc8d364aa1a12e30871 100644

--- a/doc/URC.txt
+++ b/doc/URC.txt
@@ -27,7 +27,7 @@ Advantages:
  yourself, rather than someone else choosing them for you.

  NO Presence - URCd, by default, does not announce JOIN, PART, or QUIT messages,
- therefore a user's activities and timing is protected.
+ therefore a user's activities and timing are protected.

  Plausible Deniability - URC packets that are not signed cannot prove a specific
  user created a message. Admins using URCd and CryptoServ also have a unique
@@ -65,7 +65,12 @@ Advantages:
  Simple API and Modularity - URCd allows the user to "hack" his or her
  conversation with their local daemon with any programming language, so long as
  the user can read and write with stdin and stdout, and can parse URCLINE
- (simplified IRC lines).
+ (simplified IRC lines). URCd also ships with LibURC, a library for creating
+ plaintext, encrypted, and signed URC packets from IRC lines. LibURC is a very
+ simple library, that is written in C, and contains wrappers for Python, and
+ soon other languages as well. URCd utilizes the wisdom of the Unix philosophy
+ in its design, so that it's flexible, legible, and modular with interchangeable
+ components.

  Stateless - URC is a stateless broadcast protocol that can easily use a variety
  of networks to send data, where each hop is a similar to a radio hub or signal
@@ -90,7 +95,7 @@ Advantages:
  communications over a decentralized network. For example, URC does not require,
  nor allow another server to verify the authenticity of a client's messages, nor
  does the protocol require or allow remote systems to overide or alter the
- policies on a local URCd.
+ policies on someone's local URCd.

  Entropy - LibURC ships with it's own secure randombytes implementation
  that is powered by NaCl's crypto_stream function, providing strong and reliable

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 16:55:28 2024