Wed, 27 Jan 2021 19:42:49 +0200 |
Teemu Piippo |
update the status bar after getting disconnected
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 19:39:14 +0200 |
Teemu Piippo |
handle exiting ZFC without using exceptions
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 19:28:18 +0200 |
Teemu Piippo |
updated copyright year
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 18:55:14 +0200 |
Teemu Piippo |
fixed an off-by-one error
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 18:55:03 +0200 |
Teemu Piippo |
cleanup ip address code
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:16:58 +0200 |
Teemu Piippo |
removed the Range class too
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:05:39 +0200 |
Teemu Piippo |
renamed String and StringList uses
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:04:53 +0200 |
Teemu Piippo |
removed the String class in favor of std::string
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 13:17:11 +0200 |
Teemu Piippo |
removed Container classes in favor of std::vector
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 13:02:51 +0200 |
Teemu Piippo |
start cleaning up unused code
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 18:03:50 +0300 |
Teemu Piippo |
Fixed compilation problems.
protocol5
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 17:59:55 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 22:56:16 +0300 |
Teemu Piippo |
Restyled RCONSession method names and paren style
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 17:57:35 +0300 |
Teemu Piippo |
Fixed complation problems.
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 17:56:40 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 16:01:10 +0300 |
Teemu Piippo |
Renamed String methods, and reformatted mystring.h
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 15:07:03 +0300 |
Teemu Piippo |
Renamed the methods of ColoredLine
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 15:03:37 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 13:29:03 +0300 |
Teemu Piippo |
Removed the hardcoded /watch from RCONSession::send_command since it already exists in Interface::handle_command
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 13:25:54 +0300 |
Teemu Piippo |
Removed the disconnection change in Interface::handle_input(), not sure where that even came from
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 13:20:32 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 12:55:39 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 15:01:26 +0300 |
Teemu Piippo |
Reformatted parentheses in interface.cpp.
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 14:59:20 +0300 |
Teemu Piippo |
Restyled the names of the private methods of Interface
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 14:53:12 +0300 |
Teemu Piippo |
Restyled Interface's public method names
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 14:48:47 +0300 |
Teemu Piippo |
Made Range not include the 'max' parameter, replaced a lot of for()-loops with C++11-style range-for-loops
|
file |
diff |
annotate
|
Fri, 15 May 2015 22:46:53 +0300 |
Teemu Piippo |
Added support for colored nicknames
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 16:44:26 +0200 |
Teemu Piippo |
Renamed g_pageSize
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 16:43:00 +0200 |
Teemu Piippo |
Restyled the names of Interface's private members
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 16:39:30 +0200 |
Teemu Piippo |
Moved the APPNAME also inside version.cpp (now application_name()) and changed it to uppercase
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 02:59:18 +0200 |
Teemu Piippo |
Fixed missing newline in /connect usage message
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 00:56:44 +0200 |
Teemu Piippo |
Fixed some warning on MSVC
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 02:49:29 +0200 |
Teemu Piippo |
Added support for alt+backspace, which removes the previous word
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 02:42:34 +0200 |
Teemu Piippo |
Improved the color handling a tad
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 02:26:23 +0200 |
Teemu Piippo |
Fixed: sending a message from earlier history did not flush to a new input line, instead just up a single level in history
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 02:14:33 +0200 |
Teemu Piippo |
ZFC's own messages are now printed in blue to distinguish them from messages from the server.
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 20:05:27 +0200 |
Teemu Piippo |
Added /disconnect
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 20:04:28 +0200 |
Teemu Piippo |
Now disconnects properly without instantly quitting
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 18:09:32 +0200 |
Teemu Piippo |
Happy new year 2016
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:41:21 +0200 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:20:25 +0200 |
Teemu Piippo |
Added some basic IRC-like commands that can be used to do what keystrokes can do without actually using keystrokes
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 02:20:28 +0200 |
Teemu Piippo |
CVar watching stuff works now, fixed compilation
protocol5
|
file |
diff |
annotate
|
Fri, 24 Jul 2015 04:31:17 +0300 |
Teemu Piippo |
And another refactor on that..
|
file |
diff |
annotate
|
Fri, 24 Jul 2015 04:30:17 +0300 |
Teemu Piippo |
Slight refactor on the fix in the previous commit
|
file |
diff |
annotate
|
Fri, 24 Jul 2015 04:24:38 +0300 |
Teemu Piippo |
Apply Leonard's patch for fixing the colors:
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 17:51:35 +0300 |
Teemu Piippo |
NULL -> nullptr
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 17:45:54 +0300 |
Teemu Piippo |
Fix rendering of the date string...
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 02:35:13 +0300 |
Teemu Piippo |
Suppress more MSVC warnings
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 02:22:26 +0300 |
Teemu Piippo |
'\e' is non-standard use '\x1b' instead
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 02:15:21 +0300 |
Teemu Piippo |
Add support for standard pdcurses, thanks to Leonard for pointing out the solutions to a few mysteries.
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 01:52:04 +0300 |
Teemu Piippo |
Now works with MSVC 2010/pdcurses-win32a
|
file |
diff |
annotate
|
Wed, 27 May 2015 21:44:42 +0300 |
Teemu Piippo |
Use raw mode instead of cbreak mode, otherwise ctrl+q doesn't appear to work right
|
file |
diff |
annotate
|
Wed, 27 May 2015 21:15:52 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Tue, 26 May 2015 18:46:24 +0300 |
Teemu Piippo |
Removed format.cpp and format.h, use built-in formatting instead
|
file |
diff |
annotate
|
Tue, 26 May 2015 18:19:27 +0300 |
Teemu Piippo |
Clarify the controls footnote
|
file |
diff |
annotate
|
Tue, 26 May 2015 11:41:58 +0300 |
Teemu Piippo |
Allow compilation on Windows/MinGW
|
file |
diff |
annotate
|
Sun, 17 May 2015 22:07:48 +0300 |
Teemu Piippo |
Added support for SVRC_YOUREDISCONNECTED
protocol5
|
file |
diff |
annotate
|
Fri, 15 May 2015 22:46:53 +0300 |
Teemu Piippo |
Added support for colored nicknames
protocol5
|
file |
diff |
annotate
|
Fri, 15 May 2015 20:06:56 +0300 |
Teemu Piippo |
Update license headers
|
file |
diff |
annotate
|
Fri, 15 May 2015 20:03:35 +0300 |
Teemu Piippo |
Massive refactor
|
file |
diff |
annotate
|