Nebula is an IRC client originally written by Riccardo Mottola. This is my fork of it; goals are to eliminate any implementation-specific code, add TLS support, and generally add a layer of polish.
Mid Favila
be01821aec
Make Nebula compile cleanly (fix some potential overflows and clean up the style of the code). |
||
---|---|---|
.deps | ||
aclocal.m4 | ||
AUTHORS | ||
ChangeLog | ||
config.guess | ||
config.h | ||
config.h.in | ||
config.log | ||
config.status | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
depcomp | ||
filesave.c | ||
filesave.h | ||
help.c | ||
help.h | ||
INSTALL | ||
install-sh | ||
interpreter.c | ||
interpreter.h | ||
LICENSE | ||
main.c | ||
main.h | ||
Makefile | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
network.c | ||
network.h | ||
NEWS | ||
preferences.c | ||
preferences.h | ||
README | ||
signals.c | ||
signals.h | ||
stamp-h1 | ||
TODO | ||
userlist.c | ||
userlist.h |
NEBULA an IRC client for X11 and Motif ------------------------------- Nebula aims to be a graphical IRC client, aimed at the unix and compatible platforms and using the motif/openmotif or the lesstif ToolKit. The goals are - portability to various unix systems (planned are already Linux, *BSD, Solaris, Irix and AIX) - small footprint and low system resource usage - speed - clear, non intrusive GUI - security TODO - implement some sort of preferences for nickname and channel - implement more CTCP commands - implement channel operator commands - add configure checks and guards for gethostname and sys/param.h (for the hostname stuff) - add configure checks and potential workaround for uname call for system information (use ARCHOS)