neobnc

command module
v0.0.0-...-2197dd4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 13, 2015 License: MIT Imports: 15 Imported by: 0

README

neobnc

Multi-tenant IRC bouncer (BNC), written in Go.

Status: Everything is hard-coded but it barely-works? Don't use it yet.

Goals

  • v1: Multi-user, low resource usage (target self-hosting on Raspberry Pi).
  • v2: Out-of-band notifications (email? pushover?), listen on multiple IPs (load balance for multi tenants).
  • v3: Built-in client (web? ssh?)
  • v4+: focus more on web client, with drag-n-drop image uploads and whatnot.

References

Related projects which we might use or refer to while implementing our BNC.

Notes

Basic protocol draft:

->  PASS bar
->  NICK {nick}
->  USER {user} {host} {remotehost} :{realname}
<-  :{remotehost} NOTICE * :Connecting...
<-  :{remotehost} 001 {user} :Welcome to neobnc. {nick}!{user}@{host}
<-  :{remotehost} 002 {user} :Your host is {servername}, running version {version}
<-  :{remotehost} 003 {user} :This server was created {date}
<-  :{remotehost} 004 {user} {remotehost} {version} {available user modes} {available channel modes}
<-  PING :{remotehost}
->  PONG {remotehost}

License

MIT.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL