RAA - rupircd/0.5b1

rupircd / 0.5b1

Short description: Pseudo IRC deamon library written in Pure Ruby
Category: Application/IRC
Status: beta
Created: 2007-03-29 13:47:38 GMT
Last update: 2007-05-18 15:08:36 GMT
Owner: konn (Projects of this owner)
Homepage: http://konn.x0.com/ruby/rupircd/index.html
Download: http://konn.x0.com/cgi-bin/download/dl.cgi?file=rupircd-05b1.zip
License: Ruby's
Dependency:
None
Description:

rupircd -- Ruby Pseudo IRC Deamon

ver 0.2b1 2007-04-29T19:32:40+09:00

Copyright (c) 2007 konn <banzaida_at_jcom_dot_home_dot_ne_dot_jp>

You can redistribute it and/or modify it under the same term as Ruby.

What is this?

It is pseudo ircd written in Pure Ruby. It has following special features.

  • Using WEBrick
  • Because of written in pure ruby, you can use it wherever ruby is installed.
    • You can use it without compiling
  • It is light because it doesn't relay.
    • Features for relay are not implemented.
      • For example, "LINK" Command, "STATS m" Command
      • Channel having prefix '&' (Local Channel)
  • Easy to configure!

And, it can't do following things, not to say I won't mount those things.

  • Relaying with other server
    • Features about relaying
  • Channel mask

It doesn't relay, so it's pseudo.

I modified and be using source "irc.rb" of Ruby Irc interfaCE "rice" as "message.rb".

Thanks.

Target user

  • Want to test your own bot without burdening the public server
  • Want to setup IRC server for family circle
  • Looking for light ircd
  • Can't live without ruby!
  • Fan of the developer(!?)

USAGE

ruby ircd.rb sample.conf

If you would like to know more details, please read "USAGE.rd".

TODO

  1. Think cooler name
  2. Implement all commands (whitout about Relaying)
  3. Make installer
  4. Safe Channel
  5. "Service" client

Thanks for

  • rice (http://arika.org/ruby/rice)
  • WEBrick
  • ruby

and who would read this README weitten in terrible English by Junior High School Student.

Versions: [0.5b1 (2007-05-18)] [0.1b2 (2007-04-09)] [0.1b1 (2007-04-07)]

Edit this project (for project owner)

back to RAA top