summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2010-10-08Added MD5_ip() function to hash IP addressesMadCamel2-1/+32
2010-10-08Moved md5calc.c from login-server to the common libraryMadCamel3-1/+348
2010-09-29Increase default guild member limit from 16 to 100.Andrei Karas1-1/+1
2010-08-07Tweak memory wrappers and add one for strdup()remoitnane2-22/+36
2010-08-04Fixed minor portability problemMadCamel1-1/+1
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-0/+1
2010-04-04Fixed some bad code that was generating compiler warningsMadCamel1-6/+16
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller22-2320/+2730
2009-09-30Merge branch 'master' of git@gitorious.org:~madcamel/tmw-eathena/thealternate...MadCamel2-0/+10
2009-09-30Added -fno-strict-aliasing to CFLAGSMadCamel3-1/+11
2009-09-26Initial support for skill pools (available via at commands andFate1-1/+1
2009-09-17MRAND now wraps its modulo parameter in parentheses to avoid misassociationFate1-1/+1
2009-08-30MRAND() no longer uses high-order bitsMadCamel1-3/+2
2009-08-29Converted to Mersenne Twister for random.MadCamel5-2/+125
2009-08-26Revert "Fixed crash on empty storage"MadCamel1-3/+0
2009-08-23More locking fixupsMadCamel1-4/+4
2009-08-23Fixed crash on empty storageMadCamel1-0/+3
2009-08-21Made temporary files more robust against race conditionsMadCamel1-2/+3
2009-07-24char-server now offloads file writes to a child processMadCamel1-1/+6
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis4-23/+104
2009-07-05The function should return a valueThorbjørn Lindeijer1-1/+1
2009-07-05Bail out early from connect_clientThorbjørn Lindeijer1-8/+9
2009-06-25Incremented the inter-server fifo size to 256*1024, patch from ea stable.Dennis Friis1-1/+1
2009-06-25Redo storage, derived from ea stable.Dennis Friis2-5/+11
2009-05-25Changed ladmin to allow being piped into more safelyFate1-16/+21
2009-03-08Strip some more outJared Adams1-20/+1
2009-03-08Some more cleanupJared Adams1-13/+0
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer2-26/+26
2008-11-03Rename MMRAND to MPRAND and clarify in a comment how it works exactly. These ...Dennis Friis1-2/+9
2008-11-03Add 2 defines for rand() that uses hi-order bits to get slighty better pseudo...Dennis Friis1-0/+2
2008-10-23Commit Mantis tasks 486 and 460Jared Adams1-2/+2
2008-10-11Commit magic patch v13Jared Adams1-2/+2
2008-04-25minor fix to some simple signedness errorsDennis Friis1-7/+7
2008-04-02initial checkinDennis Friis22-0/+3491