0.2.0-3293: - Fixed multiple crash bugs. - Fully compatible with ADC/1.0. - Protocol extensions: 'TIGR' and 'PING' - Added support for configuring min/max share size, slots, concurrent hubs, not very well tested. - Made all status message strings configurable. - Various BSD issues fixed. Should perform equally well as Linux. - Allow ignored configuration options (used when deprecating configuration options). - Added command line options for checking configuration. - A windows port is more or less done (MinGW) - Lots of new auto tests added. 0.1.6-2608: - Changes required for the ADC/0.14 specification. - Stability fixes. - Win32 fixes, it compiles and runs, but not quite ported yet. - Added CMAKE files, which can be used instead of GNU make. - Made sure all messages are terminated when created. - Use length of messages, instead of strlen() to determine them. - Added more asserts for messages. Spotted a few errors as a result of that. - Added support for more sophisticated memory allocation debugging. 0.1.5-2462 - Fixed double free (crash). - Fixed password challenge/response coding error (crash). - Changes required for the new ADC/0.13 specification. - Fixed IPv6 netmask matching (banning) - Added UDP server, needed for auto-configure extension (AUT0) - Send 'ping' messages periodically if nothing heard from clients. - Print IP when client disconnects. - Lots of automatic testcases added, fix many bugs in the process. - GCC 2.95 compile fixes. 0.1.4-2301: - uHub now requires and utilizes libevent. This allows for greater code portability, and less code complexity. - Various FreeBSD/OpenBSD/NetBSD fixes have been applied. - Can now log files other than stderr. - Added several automatic testcases. - The application should now be much more stable, and never consume much CPU. - Fixed several small annoying bugs. 0.1.3-2147: - Changed license to GPL3 - Fixed several crashes - Major code cleanups - Refactored event handling - Log file format change (minor) - Automatic regression testing of code base (via exotic). - Memory handling debug infrastructure. 0.1.2-2020: - Fix infinite loops - Don't log users leaving unless they are logged in. - Fix private messages in chat only hubs. - Operators/admins override chat only hub settings. - Fix client/server protocol support negotiation handling - IP banning should now work (IPv6 is not tested yet). 0.1.1-1956: - Fixed memory leaks in ACL handling - Prevent unneeded malloc's in command handling when buffers are big enough. - Code cleanups and more doxygen style comments added. - Fixed crashes and infinite loops - FreeBSD compile fixes - Timestamp log messages. - Log network/bandwidth statistics 0.1.0-1840: - First public release