summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-03Changed all times to use UTCMadCamel1-21/+21
2009-03-08Some more cleanupJared Adams1-13/+0
2009-03-07Allow multiple char-servers to connectJared Adams1-0/+11
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer2-26/+26
2008-11-02* Minor cleanup in login serverJared Adams1-1/+5
2008-05-31Add optional update_host to loginserver so you can tell the client that an al...Dennis Friis1-0/+28
2008-04-02initial checkinDennis Friis6-0/+4007