Make early protocol auth mechanism generic, and add SRP
[oweals/minetest.git] / src / util / string.h
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-17 est31Refactor around translatePassword
2015-03-07 Craig RobbinsFix Android text bug (no text displaying)
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-16 Craig RobbinsMake minor style change(unescape_string())
2015-01-15 ShadowNinjaFix unescape_string removing all backslashes
2015-01-03 ShadowNinjaDeduplicate code and use stdlib in string functions
2014-11-25 KodexKyFixes for Android build errors. Enable sensor landscape...
2014-11-02 Craig RobbinsCleanup and (mostly) document util/string.h and (very...
2014-10-29 Craig RobbinsFix bug introduced by me (Zeno)
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-05 BlockMenAdd [colorize modifier 1711/head
2014-09-28 BlockMenStandardize tooltip row detection
2014-09-21 ShadowNinjaUse const references for Settings methods
2014-06-29 sapierFix msvc2012 build
2014-06-29 sapierAdd formspec api versioning 1417/head
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-05 kwolekrRevert "Fix settings to honor numeric conversion errors"
2014-02-05 sapierFix settings to honor numeric conversion errors
2013-12-13 KahrlImplement urlencode and urldecode
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-07 PilzAdamSettings: everything != 0 equals true; remove .asm...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-06 kwolekrAllow any character in formspec strings with escape...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-08 WeblateMerge remote branch 'origin/master'
2013-02-06 kwolekrAdd flag string settings, flat map option
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-23 kwolekrFix compile under MingW
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-09-04 Matthew IEnforce stricter world names using a blacklist
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/