RAA - rupircd/0.1b1

rupircd / 0.1b1

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-04-07 10:52:43 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.html?file=rupircd.zip
License: Ruby's
Dependency:
None
Description:

rupircd -- Ruby Pseudo IRC Deamon

ver 0.1b1 2007-03-29T21:48:43+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". (I will write it later :-P) Well, anyway, Source must be the best Manual for this time, I think.

TODO

  1. Implement all commands (whitout about Relaying)
  2. Write Documents
  3. Make installer
  4. Server Operator
  5. Safe Channel
  6. "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