summaryrefslogtreecommitdiff
path: root/src/login/login.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Use attoconf and proper versionsv13.8.5Ben Longbons1-12/+6
2013-08-01Poison std::string and use the various string classesBen Longbons1-509/+339
2013-06-25Fix bugsBen Longbons1-1/+1
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-73/+91
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-166/+132
2013-06-11Allegedly remove all manual memory managementBen Longbons1-73/+72
2013-05-22Don't crash when creating a new accountBen Longbons1-0/+1
2013-05-18Tweak a little memory management in char-serverBen Longbons1-15/+16
2013-05-15Alter memory management in login serverBen Longbons1-654/+526
2013-04-28Fix some oversized writesBen Longbons1-2/+2
2013-04-27Fix size of packet sent on IP bansBen Longbons1-1/+2
2013-04-27Force timers to be managedBen Longbons1-3/+11
2013-04-11Also implement x32 supportBen Longbons1-212/+177
2013-04-09Native amd64 supportBen Longbons1-10/+10
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons1-23/+19
2013-02-12Replace mt_rand with <random>Ben Longbons1-5/+5
2013-02-12Strictify timersBen Longbons1-49/+31
2013-02-07Remove some macrosBen Longbons1-11/+20
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-14/+34
2013-02-01Fix build with clang against libstdc++ 4.6Ben Longbons1-1/+1
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-09Make incoming packets read-onlyBen Longbons1-146/+90
2013-01-08Improve warning management moreBen Longbons1-6/+46
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-20/+14
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-2/+2
2013-01-07Use cxxstdioBen Longbons1-1131/+794
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-98/+30
2012-12-14Some formatting fixes before I go insaneBen Longbons1-1810/+1576
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-156/+101
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+5038