From 864d13cc3f50417819f6cfe0480c425f0db6b633 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 21 Aug 2011 16:17:57 +0200 Subject: Convert README to markdown --- README | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 0ce44e2..0000000 --- a/README +++ /dev/null @@ -1,53 +0,0 @@ -miniircd -- A (very) simple Internet Relay Chat (IRC) server ------------------------------------------------------------- - -Description: - - miniircd is a small and limited IRC server written in Python. - Despite its size, it is a functional alternative to a full-blown - ircd for private or internal use. Installation is simple; no - configuration is required. - - 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 operators. - * No user or channel modes. - * No reverse DNS lookup. - * No other mechanism to reject clients than requiring a password. - -Requirements: - - Python 2.3 or newer. Get it at http://www.python.org. - -Installation: - - None. Just run "./miniircd --help" (or "python miniircd --help") - to get some help. - -License: - - See COPYING. - -Homepage: - - http://joel.rosdahl.net/projects/#miniircd - -Author: - - Joel Rosdahl - -Thanks to: - - Linus Sjöberg -- cgit v1.2.3