changelog
- Mon, 11 Jan 2016 03:02:26 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 03:02:26 +0200] rev 121
- Removed the unused IS_RELEASE commented macro (we use HG_TAG for detecting releases for version strings instead)
- Mon, 11 Jan 2016 02:59:18 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 02:59:18 +0200] rev 120
- Fixed missing newline in /connect usage message
- Mon, 11 Jan 2016 00:56:44 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 00:56:44 +0200] rev 119
- Fixed some warning on MSVC
- Mon, 11 Jan 2016 02:49:29 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 02:49:29 +0200] rev 118
- Added support for alt+backspace, which removes the previous word
- Mon, 11 Jan 2016 02:42:34 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 02:42:34 +0200] rev 117
- Improved the color handling a tad
- Mon, 11 Jan 2016 02:26:23 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 02:26:23 +0200] rev 116
- Fixed: sending a message from earlier history did not flush to a new input line, instead just up a single level in history
- Mon, 11 Jan 2016 02:14:33 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 02:14:33 +0200] rev 115
- ZFC's own messages are now printed in blue to distinguish them from messages from the server.
- Mon, 11 Jan 2016 01:56:32 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 11 Jan 2016 01:56:32 +0200] rev 114
- Need to `#include <stdlib.h>` in basics.h or md5.cpp doesn't compile under Linux/Clang