summaryrefslogtreecommitdiff
path: root/src/common/md5calc.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-339/+0
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h
2011-04-03Fix some more compiler warningsBen Longbons1-2/+2
2011-04-02Fix subtle MD5 bugBen Longbons1-2/+2
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-265/+240
Major changes still need to be made to each of the servers.
2010-10-08Added MD5_ip() function to hash IP addressesMadCamel1-1/+30
2010-10-08Moved md5calc.c from login-server to the common libraryMadCamel1-0/+335