2012-04-18 06:24:26 +02:00
|
|
|
# Ergonomadic
|
2012-04-18 06:23:12 +02:00
|
|
|
|
2013-05-25 06:39:53 +02:00
|
|
|
Ergonomadic is an IRC daemon written from scratch in Go. It supports (or will)
|
|
|
|
multiple concurrent connections for the same nick.
|
2012-04-18 06:23:12 +02:00
|
|
|
|
2013-05-25 06:39:53 +02:00
|
|
|
## Why?
|
2012-04-18 06:58:26 +02:00
|
|
|
|
|
|
|
I wanted to learn Go.
|
|
|
|
|
2013-05-25 06:39:53 +02:00
|
|
|
## What's with the name?
|
2012-04-18 06:58:26 +02:00
|
|
|
|
|
|
|
"Ergonomadic" is an anagram of "Go IRC Daemon".
|
2012-12-09 21:51:50 +01:00
|
|
|
|
2013-05-25 06:39:53 +02:00
|
|
|
## Helpful Documentation
|
|
|
|
|
|
|
|
- [RFC 2811: IRC Channel Management](http://tools.ietf.org/html/rfc2811)
|
|
|
|
- [RFC 2812: IRC Client Protocol](http://tools.ietf.org/html/rfc2812)
|
|
|
|
- [RFC 2813: IRC Server Protocol](http://tools.ietf.org/html/rfc2813)
|
|
|
|
|
|
|
|
## Running the Server
|
2012-12-09 21:51:50 +01:00
|
|
|
|
2013-05-25 06:39:53 +02:00
|
|
|
```sh
|
|
|
|
$ ./build.sh
|
|
|
|
$ bin/ergonomadicdb init
|
|
|
|
$ bin/ergonomadic
|
|
|
|
```
|