Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-06 | Undid the changes to cryptlib.cpp. | Diusrex | 1 | -1/+2 | |
Instead, altered the VC2008 cryptopp project settings. Someone else will probably need to do the same thing for the 2013 version, since I don't have access to VC2013. | |||||
2013-12-04 | Fixed LuaStatic intermediate and output folders. | madmaxoft | 1 | -2/+2 | |
2013-12-04 | Added a new Debug_LuaStatic configuration. | madmaxoft | 1 | -0/+739 | |
This re-enables plugin debugging using Decoda, lost when we moved Lua out to a DLL. | |||||
2013-11-25 | Fixed all outstanding VS compilation issues | Tiger Wang | 1 | -15/+15 | |
Also updated VS2008 files. | |||||
2013-11-24 | Fixed Visual Studio Files | Tiger Wang | 1 | -192/+192 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -5101/+5101 | |
2013-03-23 | CryptoPP: Pruned unused files | madmaxoft@gmail.com | 1 | -1749/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1304 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-12-27 | Removed unused CryptoPP algorithms (Salsa, Sosemanuk) that won't compile on Mac (found by Sam Sxw) | madmaxoft@gmail.com | 1 | -16/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1110 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-03 | CryptoPP: Removed an unused file that broke compilation on some *nixes | madmaxoft@gmail.com | 1 | -56/+0 | |
( http://forum.mc-server.org/showthread.php?tid=566 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@925 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-04 | Removed OS dependencies from CryptoPP; Removed unused modules that didn't compile on some platforms | madmaxoft@gmail.com | 1 | -60/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@827 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-30 | Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14) | madmaxoft@gmail.com | 1 | -0/+6981 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@808 0a769ca7-a7f5-676a-18bf-c427514a06d6 |