Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-15 | Added a hash table to keep track of words. | Jon Bergli Heier | 1 | -9/+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-15 | Word count using ctype.h to check for alphabetic and blank characters. | Jon Bergli Heier | 1 | -0/+2 | |
Use defines for buffer sizes. Added missing fclose. Return pointer to the user_t struct in user_get. | |||||
2009-08-14 | Parse text and join lines. | Jon Bergli Heier | 1 | -2/+17 | |
Add users from text lines. Fixed hash table code. | |||||
2009-08-14 | Added a user struct which is stored in a hash table. | Jon Bergli Heier | 1 | -0/+43 | |
User nicks are hashed using the sdbm hash function. |