summaryrefslogtreecommitdiffstats
path: root/source/StringUtils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added Basic auth support to cHTTPRequest.madmaxoft2013-10-041-0/+3
* Added StrToLower(), URLDecode() and ReplaceAllCharOccurrences().madmaxoft2013-10-041-0/+3
* Added URLDecode() and ReplaceAllCharOccurrences() to StringUtils.madmaxoft2013-09-281-0/+6
* Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com2013-07-071-4/+7
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-071-0/+3
* StringUtils: Fixed StringSplit to work with multiple delimitersmadmaxoft@gmail.com2013-05-011-2/+2
* Added water and lava springs.madmaxoft@gmail.com2013-03-141-3/+3
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-0/+2
* Added a Printf() function that returns a new AString by value.madmaxoft@gmail.com2012-11-151-0/+3
* Added a CreateHexDump() function for easier raw data debuggingmadmaxoft@gmail.com2012-09-021-0/+2
* Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com2012-08-281-0/+3
* Added a RateCompareString function to StringUtilsfaketruth2012-08-231-0/+3
* Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com2012-08-171-0/+3
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-62/+62
* Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com2012-06-041-0/+3
* A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com2012-03-251-0/+5
* Moved stdarg.h inclusion into Globals.hmadmaxoft@gmail.com2012-02-181-4/+0
* MCServer should be running fast again on Linux!! YAAAY!!faketruth2012-02-031-0/+4
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-0/+3
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-0/+51