Copyright (c)  2002, 2004, 2005, 2017  Heiko Stamer <HeikoStamer@gmx.net>
  Permission is granted to copy, distribute and/or modify this document
  under the terms of the GNU Free Documentation License, Version 1.2
  or any later version published by the Free Software Foundation;
  with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
  Texts. A copy of the license is included in the section entitled "GNU
  Free Documentation License" of the file "README".

Stuff for 3.x release:
* obtain full conformance with RFC2812 [MAX_NICKLEN=9, MAX_CHANNELLEN=50/30]
  max. 15 irc parameters, irc msg. length. max 512 byte,
  msg. seperator CR+LF, nickname starts with letter or special char.
  channelname only letters and digits, numeric replies
+ use AIO for secure communication channels between players (replaces
  securesocketstream.hh)
+ use RBC for broadcast on additional communication channels
+ add GNUnet integration as configure feature

Minor stuff that should be done eventually:
+ documentation: manpage and/or texinfo manual (doc subdir)
+ replace the former xskat GUI by a native implementation (GnomeSkat)
+ tunnel peer2peer TCP connections via IRC, if requested (paranoid firewall)
- for gcc: perror output with __FILE__::__FUNCTION__
- fix race conditions in parts of the voting system (or remove it completely)
- fix race conditions in automatic player/table handshake
- provide nice libpopt/getopt commandline interface
- use GcrySexp for ADTs/ store secrets via subkey in OpenPGP-impl.

Further open tasks to do:
- [fair ranking system (command /rank)]
- [artificial intelligence (SecureSkat_ai)]

Any volunteers?
