Skip to content

Simple anonymous HTTP chat server written in Go. Requires no client side scripts. Works well with users on ancient machines.

License

Notifications You must be signed in to change notification settings

wibyweb/ghostchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghostchat

Ghostchat v1.0

Description: Simple anonymous HTTP chat server, requires no client side scripts. Works well with users on ancient machines.

Author: Wiby Search Engine

License: GPL v2

Full source can be retrieved from http://wiby.me/download/ghostchat.zip or https://github.com/wibyweb/ghostchat/

Enter the chat: http://serverIP:PORT/chat/ - Hit refresh for it to begin working. Default port is 4444.


Admin Commands (Place admin IPs inside 'adminip' file)

Close chat: /close

Open chat: /open

Ban user and delete their posts: /ban userID

Ban users and delete posts containing string: /banstr string

Delete posts containing string: /delstr string

Enable or clear chat log: /log

Disable and delete chat log: /nolog

Clear chat feed: /clear

Change message of the day: /motd message

Remove message of the day: /motd

Filter swearwords: Add swearwords to 'swearfilter' file.


Note:

Anything inside the chat folder is served publicly.

If cursor does not appear on form after pressing send, press Tab.

Set a unique 93-byte key in the file called 'key'. Three bytes are used per day to create a

usually unique ID based on the last 3 numbers of each client IP, ignoring octets.

Full logs containing client IPs are located inside 'adminlog'.

USE THIS CHAT SERVER AT YOUR OWN RISK.

About

Simple anonymous HTTP chat server written in Go. Requires no client side scripts. Works well with users on ancient machines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published