0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added logger, lines now printing properly More... over 10 years ago
WIP: client.go More... over 10 years ago
update gitignore More... over 10 years ago
Start on Go version of client More... almost 11 years ago
Update README More... almost 11 years ago
* Added http://golang.org/src/pkg/crypto/tls/generate_cert.go * Added TLSv1 encryption between client and server * Fixed header_prefix bug in client * Changed warning message when client is unable to decrypt message More... almost 11 years ago
Update to BSD license More... almost 11 years ago
update README More... almost 11 years ago
updated README More... almost 11 years ago
add license More... almost 11 years ago
updated readme, deleted test files More... almost 11 years ago
print timestamp More... almost 11 years ago
Updated README.md More... almost 11 years ago
add check for read error on initial connect More... almost 11 years ago
* Updated some user-facing strings * Disable calls to /createid when connected to server * Secret box instance reset when new public keys are exchanged More... almost 11 years ago
Fixed phantom disconnect bug. CMD_IDENT is now required on connect and clients will be disconnected if IDENT fails. More... almost 11 years ago
fixed bug in genroomkey More... almost 11 years ago
fixed bug where client crashes if /connect called with no args when no server entry exists in cfg file More... almost 11 years ago
* Re-enabled stack trace on crash * Added utf-8 encoding of name on config save More... almost 11 years ago
store most recently used server for no-arg /connect More... almost 11 years ago
* Change default port * Fix formatting for /who response from server More... almost 11 years ago
code cleanup More... almost 11 years ago
* Rename /reqidexch to /idexch * Added host and port parameters to /connect More... almost 11 years ago
added /who More... almost 11 years ago
add keyboard navigation shortcuts More... almost 11 years ago
added /help More... almost 11 years ago
working public key crypto More... almost 11 years ago
* Added private messaging, /msg * Start on public key crypto * Removed user authentication from server and protocol More... almost 11 years ago
working unencrypted sendkey More... almost 11 years ago
re-enable unicode user input More... almost 11 years ago