summaryrefslogtreecommitdiff
path: root/user.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-08Implemented monolog counters.Jon Bergli Heier1-1/+1
2009-10-23Store a pointer to the correct user (user->real_user) for users with mapped n...Jon Bergli Heier1-3/+4
2009-10-20Parse kicks and store number of kicks and times kicked per user.Jon Bergli Heier1-1/+1
2009-09-06Count the number of total characters per user.Jon Bergli Heier1-1/+1
2009-08-21Implemented nick_get - nicks can now be mappedJon Bergli Heier1-1/+3
2009-08-17Count lines per quarter hour for channels and users.Jon Bergli Heier1-1/+2
2009-08-15Added a hash table to keep track of words.Jon Bergli Heier1-9/+1
2009-08-15Word count using ctype.h to check for alphabetic and blank characters.Jon Bergli Heier1-0/+2
2009-08-14Parse text and join lines.Jon Bergli Heier1-2/+17
2009-08-14Added a user struct which is stored in a hash table.Jon Bergli Heier1-0/+43