GitXplorerGitXplorer
t

circle

public
4 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
a32d2207043151b2d959aeb61d111a51e5e5ff25

Fix more hash randomization test failures.

ttheory committed 12 years ago
Unverified
59c7e959576b88c91b1ff0742cd004cf37c5b00f

Fix hash randomization test failure.

ttheory committed 12 years ago
Unverified
1fea88205fe4361f7bf1924549cecf33c9bb6e43

"HUP" is spelled correctly.

ttheory committed 12 years ago
Unverified
75be9673e9780aa9efbba2e40c0a43e21e526e56

Move the upstart job file to eg/.

ttheory committed 12 years ago
Unverified
40ec980c8181a8085d8a59ccd92cb38bf2723a68

fix the description

jjfrost committed 12 years ago
Unverified
838675c293d6e1657413b56f29ffa0ad7bd891e1

Increment to v0.05.

ttheory committed 12 years ago

README

The README file for this repository.

Circle version 0.05

Circle is an IRC logging application. More will be said when it actually works. At first it will just do logging. Then I'll add a web UI for looking at and searching the logs. Then I'll think about securty, factoids, and perhaps a pastebot. Stay tuned

INSTALLATION

To install this application, edit conf/prod.yml with your database connection information, and then type the following:

perl Build.PL
./Build --context prod
./Build
./Build db
./script/circle_server.pl

Copyright and Licence

Copyright (c) 2009 David E. Wheeler. Some Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.