diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2003-12-02 20:34:21 +0000 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2011-08-21 15:53:50 +0200 |
commit | 7c54ee4594c589b16c718d09a1cc6c5a9b94d45f (patch) | |
tree | 1ffcdf4339cf39d79da6652d24278835cc8d933a /README | |
parent | a719970eb5a2edaed93781de543026a9cf735012 (diff) | |
download | miniircd-7c54ee4594c589b16c718d09a1cc6c5a9b94d45f.tar.gz miniircd-7c54ee4594c589b16c718d09a1cc6c5a9b94d45f.zip |
Add license, Makefile and some documentation
Added COPYING, README and Makefile files and clarified help text for some
switches.
Diffstat (limited to 'README')
-rw-r--r-- | README | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,39 @@ +miniircd -- A (very) simple Internet Relay Chat (IRC) server +------------------------------------------------------------ + +Description: + + miniircd is a small and limited IRC server. Yet, it's a functional + alternative to a full-blown ircd if you want to run a small IRC + server for private or internal usage. + + Features: + + * Knows about the basic IRC protocol and commands. + * Easy installation. + * No configuration. + * No ident lookup (so that people behind firewalls that filter + the ident port without sending NACK can connect without long + timeouts). + + Limitations: + + * Can't connect to other IRC servers. + * Only knows the most basic IRC commands. + * No IRC operators. + * No channel IRC operators. + * No other mechanism to reject clients than requiring a server + password. + +Requirements: + + * Python 2.3 or newer. + +Installation: + + * None. Just run "./miniircd --help" (or "python miniircd --help") + to get some help. + +License: + + See COPYING. |