summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-03Fix some more compiler warningsBen Longbons2-12/+10
2011-04-03Rewrite make system to be optimalBen Longbons2-12/+7
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons2-183/+157
2011-03-18Changes that should have been caught earlierBen Longbons1-2/+1
2011-03-16Use makefiles correctly and expand include dirsBen Longbons2-14/+13
2011-03-02convert from SHIFT-JIS files with errorsBen Longbons1-1/+1
2010-10-08Moved md5calc.c from login-server to the common libraryMadCamel3-350/+5
2010-08-25Revert "Fixed leaking of file descriptors in login and map server when their ...MadCamel1-1/+2
2010-08-22Fixed leaking of file descriptors in login and map server when their logfiles...MadCamel1-2/+1
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-1/+3
2010-04-09Change the server version response packet to include flagsJared Adams1-3/+1
2010-02-18make login-server child REALLY exit when done writing DBMadCamel1-1/+1
2010-02-18make login-server exit after DB write is finishedMadCamel1-0/+5
2010-02-12Login-server now does forked writes of accounts DBMadCamel1-17/+21
2010-02-04Write the accounts DB on a timer instead of player triggered eventsMadCamel1-45/+7
2010-01-26Added password encryption to the accounts database, removed logging of plaint...MadCamel4-53/+98
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller4-3741/+5119
2009-08-29Converted to Mersenne Twister for random.MadCamel2-6/+5
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-20/+20
2009-05-25Made itemfrob an ladmin command that can be used while running the serverFate1-0/+10
2009-05-25Send the 2741 reply packet directly back to the requesting char server.Dennis Friis1-5/+4
2009-05-25Add inter protocol code for changing account password charserv->loginserv.Dennis Friis1-0/+48
2009-05-04More UTC fixupsMadCamel1-1/+1
2009-05-04Don't truncate the update hostJared Adams1-1/+1
2009-05-04Send server list forwards if the client says toJared Adams1-13/+30
2009-05-03Add the ability to set a main character serverJared Adams1-6/+18
2009-05-03Change the version information sent to clientsJared Adams1-8/+8