You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Latt b9cb539219 organize like a proper go package преди 10 години
irc organize like a proper go package преди 10 години
sql User persistence to sqlite. преди 11 години
.gitignore organize like a proper go package преди 10 години
README.md Encapsulate SQL statements and refactor Save functions as transactionable. преди 11 години
ergonomadic.go organize like a proper go package преди 10 години

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

$ ./build.sh
$ bin/ergonomadicdb init
$ bin/ergonomadic