Skip to content

A simple viewer of IRC log archives powered by Grails

License

Notifications You must be signed in to change notification settings

nobeans/irclog-viewer

Repository files navigation

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