-
```
$ ./lurker.py irc.foonetic.net 6697 lurker lurker3 \#builds
loaded okay
autoloaded module: convo
autoloaded module: static
autoloaded module: alerts
autoloaded module: dice
autoloaded module: last…
-
GCC libraries are not supposed to be linked directly to. Configure specifically adds `bundle`, and that appears to break linking:
```
Making modules...
make[1]: Entering directory `/opt/local/var…
-
We need to develop an API between services and proxies:
- Proxy need to sends events in a way such that services can easily read them.
- Services need to be able to tell the Proxy to form arbitrar…
-
Is supporting HTTP proxies in irc-framework something realistic?
-
Gitter
is an online platform where developers can talk like IRC, however unlike IRC there's a chat history that can enable developers in different timezone collaborate in chat through messages in his…
-
Tron needs a framework for doing monitoring.
Some potential monitoring systems:
- Email notification of failures
- Nagios notifications
- IRC updates
- Logging
Most we need a flexible framework…
-
Hello,
It would be great if irc-framework had TypeScript definitions either in the repo itself or in [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). This would make it easier…
-
We should be able to create our own IRC daemon that would allow access to the wonder abilities of the playground.
The [old playbot](https://github.com/rust-lang/rust-playpen/blob/master/src/bin/pla…
-
## Outline
Add more interactive help features for built-in functions and modules. Right now there's already a nice summary of parameters linked as [cheat sheet](http://www.openscad.org/cheatsheet/)…
-
Roadmap:
- [ ] protocol for exchanging data securely
- [ ] through IRC
- [ ] through raw sockets (backup connects to main)
- [ ] through raw sockets (main connects to backup)
- [ ] test framewor…