Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Jeremy Latt ac186a0669 don't close socket send channel 10 gadus atpakaļ
irc don't close socket send channel 10 gadus atpakaļ
sql User persistence to sqlite. 11 gadus atpakaļ
.gitignore remove unnecessary ignores 10 gadus atpakaļ
README.md fix race conditions 10 gadus atpakaļ
ergonomadic.go configure server with json 10 gadus atpakaļ

README.md

Ergonomadic

Ergonomadic is an IRC daemon written from scratch in Go. It supports (or will) multiple concurrent connections for the same nick.

Why?

I wanted to learn Go.

What’s with the name?

“Ergonomadic” is an anagram of “Go IRC Daemon”.

Helpful Documentation

Running the Server

You must create an ergonomadic.json config file in the current directory.

from your GOPATH

go install
ergonomadic

from local

go run ergonomadic.go