<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ircstats/Makefile, branch time_fixes</title>
<subtitle>IRC log parsing.</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/'/>
<entry>
<title>Replaced Makefile with SConstruct.</title>
<updated>2009-12-12T20:31:27+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-12-12T20:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=03d8ee4b0e08c2209518e296de7f9a49183a4a47'/>
<id>03d8ee4b0e08c2209518e296de7f9a49183a4a47</id>
<content type='text'>
ircstats now builds by running scons instead of make.
Build with DEBUG set to compile with -g.
Also added scons-related stuff to .gitignore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ircstats now builds by running scons instead of make.
Build with DEBUG set to compile with -g.
Also added scons-related stuff to .gitignore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for using pthreads.</title>
<updated>2009-11-22T02:00:54+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-11-22T02:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=95f4c7cb4a9f0a30ab9d78852725a45688a97512'/>
<id>95f4c7cb4a9f0a30ab9d78852725a45688a97512</id>
<content type='text'>
Data processing (parsing) moved to parsing.c. The line parsing
code is moved to its own function which is called from one or
more threads (depends on the "threads" setting in the config file).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Data processing (parsing) moved to parsing.c. The line parsing
code is moved to its own function which is called from one or
more threads (depends on the "threads" setting in the config file).
</pre>
</div>
</content>
</entry>
<entry>
<title>Added structs and functions for nick grouping.</title>
<updated>2009-08-21T00:36:28+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-21T00:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=07e2208a51d7bc64d4639c6eb56a4c33d8d87d7d'/>
<id>07e2208a51d7bc64d4639c6eb56a4c33d8d87d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Write data to an XML file.</title>
<updated>2009-08-19T15:55:03+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-19T15:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=131f5592347929c3d28a4a9406e242e2cfdd5db9'/>
<id>131f5592347929c3d28a4a9406e242e2cfdd5db9</id>
<content type='text'>
File path for the XML file is read per channel from the 'xmlpath'
option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File path for the XML file is read per channel from the 'xmlpath'
option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a hash table to keep track of words.</title>
<updated>2009-08-15T16:07:02+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-15T16:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=3efd96ff79f4f5669c3422a1f592f09176c77121'/>
<id>3efd96ff79f4f5669c3422a1f592f09176c77121</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a user struct which is stored in a hash table.</title>
<updated>2009-08-14T13:31:16+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-14T13:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=11ff809614169d26efaf9c0d0a30185cf971730c'/>
<id>11ff809614169d26efaf9c0d0a30185cf971730c</id>
<content type='text'>
User nicks are hashed using the sdbm hash function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User nicks are hashed using the sdbm hash function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added channels.</title>
<updated>2009-08-13T00:23:33+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-13T00:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=93c935a639da55c1bc4d39e616588cc0f73df1e3'/>
<id>93c935a639da55c1bc4d39e616588cc0f73df1e3</id>
<content type='text'>
Minor fixes - known bugs!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor fixes - known bugs!
</pre>
</div>
</content>
</entry>
<entry>
<title>Added regex sets.</title>
<updated>2009-08-11T17:25:25+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-11T17:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=aa425c42389921dc4a71561c701014bf443f8094'/>
<id>aa425c42389921dc4a71561c701014bf443f8094</id>
<content type='text'>
Minor fixes and comments.
Added pcre-config to Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor fixes and comments.
Added pcre-config to Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2009-08-11T12:56:55+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2009-08-11T12:56:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=4773c64567c30f798de38174fa55931be7df25b4'/>
<id>4773c64567c30f798de38174fa55931be7df25b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
