summaryrefslogtreecommitdiff
path: root/user.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-14Parse text and join lines.Jon Bergli Heier1-2/+17
Add users from text lines. Fixed hash table code.
2009-08-14Added a user struct which is stored in a hash table.Jon Bergli Heier1-0/+43
User nicks are hashed using the sdbm hash function.