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-client.c
Age
Commit message (
Collapse
)
Author
2022-05-18
Simplify tls code by removing all unused functions to allow for more generic helpers that can be used across lib wrappers
Dirk Engling
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-16
Decouple IO openssl's BIO abstraction and split connection and tls handling to allow for other TLS libs
Dirk Engling
2017-05-06
Add more cleanup code on connection loss
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)
2013-07-15
add a global tcp-keepalive-option. thanks to Fefe
erdgeist
2013-07-15
Only complain about config file not found, not about formats file
erdgeist
2012-02-27
Complete rewrite of user handling. HEADS UP\!
erdgeist
2010-10-11
Need locale.h
erdgeist
2010-08-27
Reintroduce using user's locale
erdgeist
2010-08-27
Make locale options non-optional. Everyone's expected to have locale.h nowadays.
erdgeist
2010-08-27
Don't force an empty locale on no-one
erdgeist
2010-08-27
Make config file parser more efficient, also don't force unencrypted connections to port 2323
erdgeist
2010-07-30
Can do v6 and reconnect.
erdgeist
2009-09-15
uintptr_t requires stdint.h, thanx ruebe
erdgeist
2009-08-28
void* data types are of uintptr_t width.
erdgeist
2008-10-01
avoid deprecated error strings, part 3
erdgeist
2008-10-01
avoid deprecated error strings, part 2
erdgeist
2008-10-01
avoid deprecated error strings
erdgeist
2008-01-23
We did not obey user specified port
erdgeist
2007-12-10
Fixing missing include time.h
erdgeist
2007-07-01
Introducing /reconnect command
erdgeist
2007-06-28
Auto reconnect
erdgeist
2007-06-27
Introducing new ssl code
erdgeist
2007-02-09
Now obeys ~/.vchat/loginscript
erdgeist
2006-01-26
unsigned char tidy up, query mode
erdgeist
2003-12-15
langinfo.h not needed here
erdgeist
2003-12-13
Experimental V6 support
erdgeist
2003-11-15
UTF-8 autodetection, some gcc warnings
erdgeist
2003-05-25
encoding, time, logging, params
erdgeist
2003-04-03
Buffer overflow check
erdgeist
2003-02-12
CVS moved to erdgeist.org
erdgeist