<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/julie</link><counters><counter name="forever" lastEventTime="1116565334" firstEventTime="1100620692">39</counter></counters><metadata></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>73</revision><author>crschmidt</author><log>Adding information about julie's new public key. Note to self: clean up the mess that is the WOT vocabulary for Dan.  </log><diffLines>25</diffLines><files><file>trunk/web/info.rdf</file></files></commit></body><timestamp>1114569234</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>72</revision><author>crschmidt</author><log>Redlandbot receives deleteNode support, and the ability to reload the wrapper
module. This allows for me to fix deleteNode code, or more especially, the 
parse_anything code, without restarting the bot. I did this today, when I
modified parse_anything to use Content-Type to parse the data, rather than
doing guesses based on the extension. (This is primarily prompted by criticism
from DanC, whose opinion I respect too much to ignore, even if it is a Redland
responsibility and TODO.)  </log><diffLines>191</diffLines><files><file>trunk/redlandbot.py</file><file>trunk/wrapper.py</file></files></commit></body><timestamp>1114385680</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>71</revision><author>crschmidt</author><log>Adding support for &quot;parse_anything&quot; to redlandbot.  </log><diffLines>249</diffLines><files><file>trunk/redlandbot.py</file><file>trunk/wrapper.py</file></files></commit></body><timestamp>1113652300</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>70</revision><author>crschmidt</author><log>'ve done a lot of updates, and never updated SVN. DanC is playing with the 
bot again, so who knows, might as well update SVN.  </log><diffLines>225</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1113500449</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>2</revision><author>crschmidt</author><log>Commit current data files, except for Seattle, which ErikT is holding 
onto.  </log><diffLines>592</diffLines><files><file>arizona.dat</file><file>columbus.dat</file><file>devon.dat</file><file>dubai.dat</file><file>houston.dat</file><file>italy.dat</file><file>london.dat</file><file>newyork.dat</file><file>sanantonio.dat</file><file>sanfrancisco.dat</file><file>svn-commit.tmp</file><file>sydney.dat</file></files></commit></body><timestamp>1109035449</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>69</revision><author>crschmidt</author><log>Current commandset.  </log><diffLines>321</diffLines><files><file>trunk/commandlist.crs</file></files></commit></body><timestamp>1107447881</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>68</revision><author>crschmidt</author><log>Typo.  </log><diffLines>15</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1107318891</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>67</revision><author>crschmidt</author><log>Okay, so I really should have been a bit more strict about what I was 
checking for.  </log><diffLines>15</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1107318836</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>66</revision><author>crschmidt</author><log>Now, all queries are prenamespaced. No more &quot;namespace not defined&quot; 
errors (unless, of course, you're using something not in the list, but 
why would you do that?)  </log><diffLines>55</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1107318160</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>65</revision><author>crschmidt</author><log>Killing a bug with ^query: For some reason &quot;debug(model)&quot; locks the 
machien up and just sucks memory forever. Probably something I should 
figure out and report, but that sounds like work.  </log><diffLines>14</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1107106219</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>63</revision><author>crschmidt</author><log>Turtle support  </log><diffLines>37</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1104504982</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>62</revision><author>crschmidt</author><log>Modify redlandbot to support data: URIs, with help from datauri.py, 
courtesy sbp  </log><diffLines>89</diffLines><files><file>trunk/datauri.py</file><file>trunk/perlbot.pl</file><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1104270521</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>61</revision><author>crschmidt</author><log>Typo: namepsaces is spelled wrong! But now it's not in the code anymore.  </log><diffLines>15</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1102905664</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>60</revision><author>crschmidt</author><log>Removing temporary threaded version, merging changes into main branch. 
Also, adding flowcontrol class from bancus in #swhack. Thanks to bancus, 
long queries do not completely tie up the bot anymore, and ^adds will 
queue queries until they're done. Hooray for threading!  </log><diffLines>943</diffLines><files><file>trunk/flowcontrol.py</file><file>trunk/redlandbot.py</file><file>trunk/redlandthread.py</file></files></commit></body><timestamp>1102389679</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>59</revision><author>crschmidt</author><log>First try at adding some threading support to julie  </log><diffLines>747</diffLines><files><file>trunk/redlandthread.py</file></files></commit></body><timestamp>1102385133</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>58</revision><author>crschmidt</author><log>Command line options for nick, server, db password. if you don't want your 
db password on command line (which is almost everyone: think px aux) set it
in the place of &quot;default&quot; in the __main__  </log><diffLines>120</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1102045957</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>57</revision><author>crschmidt</author><log>on ^join, julie adds the channel to her list of channels to join if she 
disconnects. However, she never removes this channel when asked to 
^part: i always took care of it manually. Since julie's presence is 
being requested on more and more networks, fix that bug.  </log><diffLines>31</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1102043389</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>56</revision><author>crschmidt</author><log>Fixed join bug present since refactoring.  </log><diffLines>29</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1101412187</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>55</revision><author>crschmidt</author><log>Fix a bug that required a space after &quot;commandlist&quot; in
order to work. Dumb dumb dumb.  </log><diffLines>17</diffLines><files><file>trunk/redlandbot.py</file></files></commit></body><timestamp>1101046938</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.13</version></generator><source><project>julie</project></source><body><commit><revision>54</revision><author>crschmidt</author><log>Testing commits.  </log><diffLines>14</diffLines><files><file>trunk/web/doap.rdf</file></files></commit></body><timestamp>1100978083</timestamp></message></recentMessages></statsTarget>
