log libnnchat.h @ 354:c01e42fc9adb

age author description
Thu, 23 Jun 2011 08:26:48 +0300 Matti Hamalainen More work on SOCKS proxy support, should work now.
Thu, 23 Jun 2011 06:28:40 +0300 Matti Hamalainen Overhaul network code a bit, add initial implementation of SOCKS4/4A proxy support -- which may not work yet, it is untested.
Tue, 14 Jun 2011 12:59:03 +0300 Matti Hamalainen Move nn_strtuple_* functions to libnnchat.
Tue, 14 Jun 2011 09:02:01 +0300 Matti Hamalainen More work towards a working backbuffer implementation.
Sat, 11 Jun 2011 10:03:44 +0300 Matti Hamalainen Move some functions to libnnchat and rename nn_find_window to findWindow()
Fri, 10 Jun 2011 23:43:36 +0300 Matti Hamalainen Move nn_username_{de,en}code() to libnnchat.
Thu, 09 Jun 2011 11:39:33 +0300 Matti Hamalainen Remove ringbuf implementation, it's been moved to th-libs.
Fri, 03 Jun 2011 14:23:18 +0300 Matti Hamalainen Update copyright years.
Fri, 03 Jun 2011 11:24:36 +0300 Matti Hamalainen Include sys/select.h
Wed, 01 Dec 2010 01:11:24 +0200 Matti Hamalainen Adjust select() timeout.
Sun, 21 Nov 2010 04:16:55 +0200 Matti Hamalainen Add Makefile for OpenBSD, and specific #ifdef'd includes for the platform.
Sun, 14 Nov 2010 22:08:08 +0200 Matti Hamalainen Partially re-factor connection handling.
Sun, 24 Oct 2010 23:09:42 +0300 Matti Hamalainen Add simple "prediction" into tab-completion based on previously gotten last
Fri, 22 Oct 2010 12:07:15 +0300 Matti Hamalainen Drop internal use and storage of encoded usernames.
Fri, 15 Oct 2010 00:34:25 +0300 Matti Hamalainen Initial implementation of functions for implementing tab-completion for user names.