summaryrefslogtreecommitdiff
path: root/user.h
AgeCommit message (Collapse)AuthorFilesLines
2009-08-21Implemented nick_get - nicks can now be mappedJon Bergli Heier1-1/+1
2009-08-17Count lines per quarter hour for channels and users.Jon Bergli Heier1-1/+1
2009-08-15Added a hash table to keep track of words.Jon Bergli Heier1-1/+1
Moved the sdbm hash function into sdbm.c. Init and free users and words inside the channel loop. Increased the size of the user hash table to 1000.
2009-08-14Added a user struct which is stored in a hash table.Jon Bergli Heier1-0/+20
User nicks are hashed using the sdbm hash function.