38 lines
1.4 KiB
Org Mode
38 lines
1.4 KiB
Org Mode
|
#+title: Simplechat
|
||
|
#&summary
|
||
|
A very simple TCP chat program
|
||
|
#&
|
||
|
#+license: bysa, page
|
||
|
#+license: gpl 3+, client program
|
||
|
#+license: agpl 3+, server program
|
||
|
|
||
|
* simplechat
|
||
|
#&img;url=art/simplechat-logo-small.png, alt='simplechat logo',\
|
||
|
#&width=500, height=234, center, medlink=art/simplechat-logo.svg
|
||
|
|
||
|
#&+center
|
||
|
[[simplechat-0.93.tar.gz][DOWNLOAD!&huge]]
|
||
|
#&
|
||
|
|
||
|
IRC is great for some people. They can chat with each other, plan events,
|
||
|
etc. But.. Who /really/ needs that? Isn't simply speaking with an unknown
|
||
|
number of people with no names better? At least that's what simplechat
|
||
|
allows. It doesn't allow any codes, and there's no nick support.
|
||
|
|
||
|
: It's just pure chat.
|
||
|
|
||
|
Another simplechat *feature* is that it doesn't tell anyone about the number of
|
||
|
users on a server. When someone joins or leaves, no one is notified. As the
|
||
|
curses frontend included with simplechat allows one to easily reuse previous
|
||
|
messages simply by using the up and down arrows, confusion is bound to
|
||
|
happen. One might even forget one's own words.
|
||
|
|
||
|
simplechatclient is released under the
|
||
|
[[http://www.gnu.org/licenses/gpl.html][GNU General Public License]], version 3 or any later version.
|
||
|
|
||
|
simplechatserver is released under the [[http://www.gnu.org/licenses/agpl.html][GNU General Affero Public License]],
|
||
|
version 3 or any later version.
|
||
|
|
||
|
This program has only been tested on GNU/Linux. It'll probably also work on
|
||
|
Mæc (but not Whinedoze, since there's a curses interface involved).
|