Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1 KB

README.md

File metadata and controls

33 lines (21 loc) · 1 KB

IRCLogViewer

This is a simple viewer of IRC log archives.

It provides following features:

  • Simple viewer of logs on a channel at a day.
  • Search service.
  • Log arcumulation service by IRC bot, powered by Girbot.
  • Pushing information from a server by using Websocket powered by Vert.x.
  • Weekly summary view.
  • User authentication and authrization powered by Spring Security Core Plugin
  • Recent topic list.
  • etc.

Getting start

To try it, clone this repository from github and execute the following command:

$ grails -Dircbot.disable=true run-app

So the application will be started, and you can access to http://localhost:8080/irclog.

Code Status

  • Build Status

License

IRCLogViewer is released under the Apache 2.0 License