changelog
    
    
    - Mon, 15 Dec 2014 20:19:18 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 20:19:18 +0200] rev 41
 
    - - re-commit tab-complete
 
    - Mon, 15 Dec 2014 20:18:56 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 20:18:56 +0200] rev 40
 
    - - revert previous commits to create a common experimental ancestor
 
    - Mon, 15 Dec 2014 10:51:56 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 10:51:56 +0200] rev 39
 
    - - add support for SVRC_TOOMANYTABCOMPLETES
 
    - Mon, 15 Dec 2014 10:31:52 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 10:31:52 +0200] rev 38
 
    - - added experimental support for rcon tab-completion
 
    - Mon, 15 Dec 2014 09:12:50 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 09:12:50 +0200] rev 37
 
    - - someone forgot to update cmakelists!
 
    - Mon, 15 Dec 2014 08:40:09 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 08:40:09 +0200] rev 36
 
    - - removed the unused filesystem.cpp/.h files (will readd them if I ever need them)
 
    - Mon, 15 Dec 2014 08:24:32 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 08:24:32 +0200] rev 35
 
    - - project renamed to zfc9000 (credit to TerminusEst13 for the name!) :cactus:
 
    - Mon, 15 Dec 2014 06:07:12 +0200
 
    - by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 06:07:12 +0200] rev 34
 
    - - added line-wrapping to the output widget: lines to output are now first compiled into renderer-friendly format. the output view then uses these pre-processed lines to determine what lines to render. Phew! What a monster of a commit.