index
:
vchat-client
abstract-io-libs
master
A curses based chat client for the arcane vchat protocol
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vchat-protocol.c
Age
Commit message (
Collapse
)
Author
2022-05-17
Get rid of some warnings
Dirk Engling
2022-05-17
Move packet handler and line splitting to vchat-connection.c
Dirk Engling
2022-05-17
Rework line detection
Dirk Engling
2022-05-16
Decouple IO openssl's BIO abstraction and split connection and tls handling to allow for other TLS libs
Dirk Engling
2019-09-15
Set loggedin to false when connection breaks
Dirk Engling
2017-05-06
Add more cleanup code on connection loss
Dirk Engling
2014-11-16
Check for error allocating tls struct
Dirk Engling
2014-11-16
Keep pulling openssl's tentacles out of protocol code
Dirk Engling
2014-04-16
fix version strings
Andreas Kotes
2014-04-16
version 0.19
Andreas Kotes
* fixed version string display * failing on SSL verify failures * removed ignssl option * reenabled ciphers options * added verifyssl option (cert verify depth)
2014-04-15
handle SSL I/O errors more gracefully, avoid double free
Andreas Kotes
2013-07-15
add a global tcp-keepalive-option. thanks to Fefe
erdgeist
2012-02-27
Only use nicknames once they're zero terminated ;)
erdgeist
2012-02-27
Complete rewrite of user handling. HEADS UP\!
erdgeist
2010-08-27
Make locale options non-optional. Everyone's expected to have locale.h nowadays.
erdgeist
2010-08-27
Tidy up ssl code, move all ssl related stuff to vchat-ssl and clean up some wrinkles in cert verification
erdgeist
2010-07-30
Can do v6 and reconnect.
erdgeist
2008-10-01
avoid deprecated error strings, part 3
erdgeist
2007-06-28
Auto reconnect
erdgeist
2007-06-27
Introducing new ssl code
erdgeist
2007-02-10
Reenable auto user listing
erdgeist
2007-02-09
Trying a login script...
erdgeist
2006-01-26
unsigned char tidy up, query mode
erdgeist
2004-03-10
File descriptor has not been invalidated
erdgeist
2004-02-01
Bell on PM // Match username && username:
erdgeist
2003-12-16
v6 support default now
erdgeist
2003-12-13
Last change to external port representation revoked.
erdgeist
2003-12-13
Experimental V6 support
erdgeist
2003-11-15
UTF-8 autodetection, some gcc warnings
erdgeist
2003-08-14
Public thoughts
erdgeist
2003-05-25
encoding, time, logging, params
erdgeist
2003-02-12
CVS moved to erdgeist.org
erdgeist