summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2003-12-12 19:22:34 +0000
committerJoel Rosdahl <joel@rosdahl.net>2011-08-21 15:56:24 +0200
commit91bf510d16eef7da80320315e5a28f60e9d9a269 (patch)
tree24156dbf15f022b63c3f92c9b6c8d60cbdc3a5ac
parent4ca31f683b1f9dca7cb6c9c73785844e8dcd61c7 (diff)
downloadminiircd-91bf510d16eef7da80320315e5a28f60e9d9a269.tar.gz
miniircd-91bf510d16eef7da80320315e5a28f60e9d9a269.zip
Preparations before version 0.2
-rw-r--r--CHANGES5
-rw-r--r--README13
2 files changed, 14 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index dd1bc76..3f9ec63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.2.0 2003-12-12
+
+ * Added switch for specifying a MOTD file.
+ * Added WHOIS and MOTD commands.
+
0.1.1 2003-12-09
* Handle bad port specification nicely.
diff --git a/README b/README
index b0aa829..0ce44e2 100644
--- a/README
+++ b/README
@@ -3,9 +3,10 @@ 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.
+ 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:
@@ -43,6 +44,10 @@ Homepage:
http://joel.rosdahl.net/projects/#miniircd
-Authors:
+Author:
Joel Rosdahl <joel@rosdahl.net>
+
+Thanks to:
+
+ Linus Sjöberg