summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2014-02-08Implement AStringBen Longbons1-17/+17
2014-02-07Name the terminal escapesBen Longbons1-5/+6
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-511/+510
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-1/+1
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-86/+106
2014-01-20Implement core formatterBen Longbons1-3/+3
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-77/+59
2013-10-15Use config for internal server userid/passwd instead of accounts.txtBen Longbons1-19/+23
2013-10-10Enumify sexBen Longbons1-49/+40
2013-10-05Remove direct packet buffer item assignments (not clones)Ben Longbons1-2/+5
2013-10-05Remove owning slicesBen Longbons1-7/+5
2013-10-05Split string header into piecesBen Longbons1-0/+8
2013-09-28Apply the load speed hack to the login server, tooBen Longbons1-5/+13
2013-09-21Use the One Makefile to build them allBen Longbons3-2/+5
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-244/+149
2013-08-28Fix bug with mapnames being falsyBen Longbons1-2/+2
2013-08-22Fix an overzealous warning on 32-bit systemsBen Longbons1-1/+1
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 Longbons2-50/+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 Longbons2-148/+92
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 Longbons2-105/+32
2012-12-14Some formatting fixes before I go insaneBen Longbons2-1815/+1581
2012-09-03Fix compiler errors of C++ conversionBen Longbons2-158/+103
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons2-14/+14
2012-07-19Hopefully make shutdown more clean.Ben Longbons1-8/+1
2011-04-04Get rid of RETCODEBen Longbons1-434/+391