<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ircstats, branch user_times</title>
<subtitle>IRC log parsing.</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/'/>
<entry>
<title>Generate activity graphs for users.</title>
<updated>2011-09-11T20:15:38+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2011-09-11T20:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=fcad165607ac7343ea86b5aae521b98de898760c'/>
<id>fcad165607ac7343ea86b5aae521b98de898760c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into time_fixes</title>
<updated>2011-09-11T13:03:17+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2011-09-11T13:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=41def8b92ca132560133149e4acbd9544b362be1'/>
<id>41def8b92ca132560133149e4acbd9544b362be1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove broken threading support.</title>
<updated>2010-11-12T19:15:56+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-12T19:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=ad044e229af5e523699a977e7c0393d42695586e'/>
<id>ad044e229af5e523699a977e7c0393d42695586e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lock calls to fgets().</title>
<updated>2010-11-10T16:01:58+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-10T16:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=dc4b7df61e2b1f270223dad5161c6d95fc6cfd1e'/>
<id>dc4b7df61e2b1f270223dad5161c6d95fc6cfd1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary workaround for race condition in early parsing.</title>
<updated>2010-11-09T22:32:09+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=f16f221a3de8fdb617195cdd5fbe1076bdcf096c'/>
<id>f16f221a3de8fdb617195cdd5fbe1076bdcf096c</id>
<content type='text'>
Parsing the date in log_opened and day_changed takes its time, so other
threads might set the time and use that before the initial date is set.
This only really matters for seen_first as of now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parsing the date in log_opened and day_changed takes its time, so other
threads might set the time and use that before the initial date is set.
This only really matters for seen_first as of now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Free all regexes in rs_free().</title>
<updated>2010-11-09T21:48:31+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T21:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=678f9ce8939c672cb473c75b8b56f48b146957c6'/>
<id>678f9ce8939c672cb473c75b8b56f48b146957c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid race condition on setting seen_first and seen_last.</title>
<updated>2010-11-09T21:44:06+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T21:44:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=3c14a9e2c368a477e22aac935c417314213b797c'/>
<id>3c14a9e2c368a477e22aac935c417314213b797c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modified time branch to store only first and last time seen.</title>
<updated>2010-11-09T17:56:23+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-11-09T17:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=feca811e0e0afcd67e9153522d40ae58bb468b2f'/>
<id>feca811e0e0afcd67e9153522d40ae58bb468b2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip mapped nicks in export_xml().</title>
<updated>2010-10-27T17:02:44+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-10-27T17:00:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=78d37f490afd32c3eb6dcdb7375af98aee2f0d1f'/>
<id>78d37f490afd32c3eb6dcdb7375af98aee2f0d1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mostly-working implementation of time tracking for users.</title>
<updated>2010-06-05T21:59:38+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2010-06-05T21:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/ircstats/commit/?id=91e5543757dad266f041f46d11bf973966368a30'/>
<id>91e5543757dad266f041f46d11bf973966368a30</id>
<content type='text'>
Needs some more testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needs some more testing.
</pre>
</div>
</content>
</entry>
</feed>
