Wed, 27 Jan 2021 12:42:22 +0200 Teemu Piippo merge commit packetqueue file | diff | annotate
Wed, 27 Jan 2021 12:41:50 +0200 Teemu Piippo remove PacketHeader from base protocol5 protocol5 file | diff | annotate
Wed, 27 Jan 2021 12:34:56 +0200 Teemu Piippo added packet queue as a new head protocol5 file | diff | annotate
Wed, 27 Jan 2021 12:34:26 +0200 Teemu Piippo remove the packet queue for now protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:35:43 +0300 Teemu Piippo Reduce delta between branches protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:34:05 +0300 Teemu Piippo Merged with default protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:28:52 +0300 Teemu Piippo Added the PacketQueue class to make use of the sequence numbering to process packets in the correct order, and the ZFC9000 end of packet recovery protocol. protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:28:07 +0300 Teemu Piippo Fixed compilation problem protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:27:03 +0300 Teemu Piippo Merged with default protocol5 file | diff | annotate
Sat, 23 Jul 2016 12:32:23 +0300 Teemu Piippo Reduce delta to protocol5 branch by importing the change to RCONSessoin::handlePacket's signature file | diff | annotate
Sat, 23 Jul 2016 12:22:23 +0300 Teemu Piippo Added the ByteArray::quote() method to return a string representation of the byte array, and used it to print out the contents of unparseable packets. 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
Fri, 22 Jul 2016 17:52:23 +0300 Teemu Piippo Added the ByteArray typedef for Vector<unsigned char> file | diff | annotate
Fri, 22 Jul 2016 17:50:00 +0300 Teemu Piippo Bytestream now behaves more like a cursor. It does not store the data anymore, rather it leaves the user to specify a vector to use for storage. 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 18:24:13 +0300 Teemu Piippo Merged with default protocol5 file | diff | annotate
Wed, 20 Jul 2016 18:20:20 +0300 Teemu Piippo Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter. 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: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 12:55:39 +0300 Teemu Piippo Merged with default protocol5 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
Mon, 25 Jan 2016 04:15:31 +0200 Teemu Piippo Commit ZFC's end of reliable RCON streams protocol5 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: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:35:00 +0200 Teemu Piippo Update the titlebar when sv_hostname changes protocol5 file | diff | annotate
Sat, 09 Jan 2016 02:20:28 +0200 Teemu Piippo CVar watching stuff works now, fixed compilation protocol5 file | diff | annotate
Thu, 23 Jul 2015 17:51:35 +0300 Teemu Piippo NULL -> nullptr file | diff | annotate
Thu, 23 Jul 2015 02:35:13 +0300 Teemu Piippo Suppress more MSVC warnings 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: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 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
Sun, 17 May 2015 17:22:20 +0300 Teemu Piippo Added rudimentary support for CVar watch (only as a debug command for now) 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
Fri, 15 May 2015 18:36:22 +0300 Teemu Piippo Merge tab-complete file | diff | annotate
Mon, 04 May 2015 18:16:05 +0300 Teemu Piippo Yay colors file | diff | annotate
Tue, 16 Dec 2014 02:48:18 +0200 Teemu Piippo - rcon sessions are no longer allocated on the heap file | diff | annotate
Tue, 16 Dec 2014 02:30:31 +0200 Teemu Piippo - restructured rconsession constructor a bit file | diff | annotate
Mon, 15 Dec 2014 22:35:17 +0200 Teemu Piippo - added a nicklist! file | diff | annotate
Mon, 15 Dec 2014 20:19:18 +0200 Teemu Piippo - re-commit tab-complete experimental file | diff | annotate
Mon, 15 Dec 2014 20:18:56 +0200 Teemu Piippo - revert previous commits to create a common experimental ancestor experimental file | diff | annotate
Mon, 15 Dec 2014 10:51:56 +0200 Teemu Piippo - add support for SVRC_TOOMANYTABCOMPLETES experimental file | diff | annotate
Mon, 15 Dec 2014 10:31:52 +0200 Teemu Piippo - added experimental support for rcon tab-completion experimental file | diff | annotate
Mon, 15 Dec 2014 04:01:58 +0200 Teemu Piippo - added support for in-game colors file | diff | annotate
Mon, 15 Dec 2014 03:09:26 +0200 Teemu Piippo - added input history (use up/down to navigate) file | diff | annotate
Mon, 15 Dec 2014 02:03:08 +0200 Teemu Piippo - handle the 'from' argument in RCONSession::handle_packet to filter out packets from foreign hosts file | diff | annotate
Mon, 15 Dec 2014 01:41:06 +0200 Teemu Piippo - now exits cleanly with ^Q! file | diff | annotate
Sun, 14 Dec 2014 23:38:26 +0200 Teemu Piippo - cleanup, refactor + better input handling file | diff | annotate
Sun, 14 Dec 2014 23:21:38 +0200 Teemu Piippo - the interface is now able to connect to arbitrary hosts (uses ^N to start the prompt) instead of the hardcoded localhost:10666 file | diff | annotate
(0) -60 tip

mercurial