Age | Commit message (Expand) | Author |
2014-04-15 | Display cipher list, thanks to count | erdgeist |
2014-04-15 | Enforce strong crypto | erdgeist |
2014-04-15 | disable RC4 explicitly | Andreas Kotes |
2014-04-15 | don't check cipher if SSL object not available | Andreas Kotes |
2014-04-15 | update debian packaging rules | Andreas Kotes |
2014-04-15 | version bump 0.18 | Andreas Kotes |
2014-04-15 | allow the use of TLSv1 / TLSv1_1 again | Andreas Kotes |
2014-04-15 | show cipher being used | Andreas Kotes |
2014-04-15 | change to use TLSv1_2 (or maybe later) | Andreas Kotes |
2014-04-15 | handle SSL I/O errors more gracefully, avoid double free | Andreas Kotes |
2014-04-10 | update manual pages to point to git | Andreas Kotes |
2014-04-10 | recommend openssl 1.0.1g++ | Andreas Kotes |
2014-04-10 | request 4096 instead of 2048 bit | Andreas Kotes |
2014-04-10 | use SHA1 instead of MD5 for cert digest | Andreas Kotes |
2014-04-10 | rudimentary debian wheezy build fix | Andreas Kotes |
2014-01-05 | Dict handling to allow custom completion from user dictionary | Dirk Engling |
2013-07-15 | add a global tcp-keepalive-option. thanks to Fefe | erdgeist |
2013-07-15 | Work around mbrlen return code stupidity. | erdgeist |
2013-07-15 | Only complain about config file not found, not about formats file | erdgeist |
2013-03-20 | Revert last change, this was just some lokal skinning | erdgeist |
2013-03-20 | Make ncursesw the default | erdgeist |
2012-02-27 | Only use nicknames once they're zero terminated ;) | erdgeist |
2012-02-27 | readline will not sort, if we ignore duplicates | erdgeist |
2012-02-27 | missing variable declarations | erdgeist |
2012-02-27 | Make user matching sort alphabetically and obey case settings | erdgeist |
2012-02-27 | declare configure int in vchat.h | erdgeist |
2012-02-27 | Revert debug Makefile changes | erdgeist |
2012-02-27 | Complete rewrite of user handling. HEADS UP\! | erdgeist |
2011-09-27 | fix COMMAND_FORMAT parameters | erdgeist |
2011-09-17 | Enable loading formats from client | erdgeist |
2010-10-11 | Need locale.h | erdgeist |
2010-10-09 | Handle utf8 in readline correctly | erdgeist |
2010-10-09 | default hscroll to 15 | 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 | Tidy up ssl code, move all ssl related stuff to vchat-ssl and clean up some wrinkles in cert verification | 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 | Those stupid ncurses suckers made their getmaxx/y macros return _maxx/y + 1... | erdgeist |
2009-08-28 | void* data types are of uintptr_t width. | erdgeist |
2009-08-28 | One data type is const in openssl | erdgeist |
2009-08-28 | Several members of ncurses WINDOW are opaque now | 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 |