vyhd / rvserver

A C++ rewrite of meepster's original RVChat Java server, made to interface with the RVChat client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two notes about this:

- Configuration is loaded from ~/.rvserver for the running user. The file
  in the pack (config.txt) contains all the valid configuration options.
  Move it there once you get a chance.

- Logs are saved in whatever directory LogPath is set to. If it doesn't exist,
  the binary will do its best to try and create it. (No guarantees.)

Thanks, and have fun! :P

 - Vyhd (Fire_Adept, Mark, et al.)

About

A C++ rewrite of meepster's original RVChat Java server, made to interface with the RVChat client.

License:GNU General Public License v2.0


Languages

Language:C++ 96.9%Language:C 3.1%