index
:
ircstats
lastseen
master
stateful-pg
time
time_fixes
user_times
IRC log parsing.
Jon Bergli Heier
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-09
Modified time branch to store only first and last time seen.
Jon Bergli Heier
1
-50
/
+1
2010-06-05
Mostly-working implementation of time tracking for users.
time
Jon Bergli Heier
1
-0
/
+50
2010-03-26
Fixed memory leaks in hash tables and nick list.
Jon Bergli Heier
1
-0
/
+2
2010-01-08
Implemented monolog counters.
Jon Bergli Heier
1
-1
/
+1
2009-10-23
Store a pointer to the correct user (user->real_user) for users with mapped n...
Jon Bergli Heier
1
-3
/
+4
2009-10-20
Parse kicks and store number of kicks and times kicked per user.
Jon Bergli Heier
1
-1
/
+1
2009-09-06
Count the number of total characters per user.
Jon Bergli Heier
1
-1
/
+1
2009-08-21
Implemented nick_get - nicks can now be mapped
Jon Bergli Heier
1
-1
/
+3
2009-08-17
Count lines per quarter hour for channels and users.
Jon Bergli Heier
1
-1
/
+2
2009-08-15
Added a hash table to keep track of words.
Jon Bergli Heier
1
-9
/
+1
2009-08-15
Word count using ctype.h to check for alphabetic and blank characters.
Jon Bergli Heier
1
-0
/
+2
2009-08-14
Parse text and join lines.
Jon Bergli Heier
1
-2
/
+17
2009-08-14
Added a user struct which is stored in a hash table.
Jon Bergli Heier
1
-0
/
+43