All times are UTC - 6 hours




Post new topic Reply to topic   Page 14 of 14
 [ 266 posts ] 
Go to page: « Previous  1 ... 10, 11, 12, 13, 14  Page:
Author Message

 Post subject: Re: TIME FOR A...
PostPosted: September 25th, 2012, 7:01 pm 
weɪfərskɪt
Chat Moderator
Chat Moderator
User avatar

Joined: November 15th, 2003, 11:22 am
Posts: 20,532
Location: Pinwheel Galaxy
Gender: Male
Status: Offline
Reggie,

The RV chat I listed there is the old meepchat we used several years ago. I don't think it's something we'd want to use right now. If I recall correctly, we stopped using it because of a "memory leak" or something.

The OS on the VPS I'm testing is CentOS, a verson of Linux tailored for servers (I'm sure you know that, just clarifying for the commoners!)

Yup, pretty sure it's written in C++. Quite a few of the files are saved as .cpp, so yeah.


This is something that we should discuss in chat or skype or something. It'll take way too long if we just go back-and-forth with posts or PMs. Let's schedule a time to discuss it in chat, or you can PM me your Skype name or your cell #. I'm pretty confident that we can get this done in a matters of hours if we're discussing it in person.

__________________
Image


Top
 Profile
 

 Post subject: Re: TIME FOR A...
PostPosted: September 26th, 2012, 12:39 am 
Sorceror of Saradomin
Sorceror of Saradomin
User avatar

Joined: August 28th, 2003, 3:25 am
Posts: 3,825
Location: Wales, UK
Gender: Male
Status: Offline
Jackstick wrote:
Reggie,

The RV chat I listed there is the old meepchat we used several years ago. I don't think it's something we'd want to use right now. If I recall correctly, we stopped using it because of a "memory leak" or something.


Fairly certain that was the Virtualisation i tested it (with fake users posting random strings though) and it didnt seem to happen. Java doesnt play nice with some VM's


Quote:
Yup, pretty sure it's written in C++. Quite a few of the files are saved as .cpp, so yeah.

Found the source

https://github.com/vyhd/rvserver

INSTALL says
autoheader
aclocal
autoconf
automake
./configure
make


Run that



Quote:
This is something that we should discuss in chat or skype or something. It'll take way too long if we just go back-and-forth with posts or PMs. Let's schedule a time to discuss it in chat, or you can PM me your Skype name or your cell #. I'm pretty confident that we can get this done in a matters of hours if we're discussing it in person.



Its going to be harder because of the time zone difference, between 7 and 10 my time is usually when im around, But only Mondays Wednesdays Thursdays really..

PMed you my skype

__________________
Image
Image


Top
 Profile WWW 
 

 Post subject: Re: TIME FOR A...
PostPosted: September 26th, 2012, 12:50 am 
weɪfərskɪt
Chat Moderator
Chat Moderator
User avatar

Joined: November 15th, 2003, 11:22 am
Posts: 20,532
Location: Pinwheel Galaxy
Gender: Male
Status: Offline
Okay, thanks. I have an exam today, but Thursday might work.

__________________
Image


Top
 Profile
 

 Post subject: Re: TIME FOR A...
PostPosted: September 26th, 2012, 1:12 pm 
Sorceror of Saradomin
Sorceror of Saradomin
User avatar

Joined: August 28th, 2003, 3:25 am
Posts: 3,825
Location: Wales, UK
Gender: Male
Status: Offline
Downloaded that from github, Been difficult trying to compile ...

fixing 8 errors so far, Pretty sure there is only 1 left but i cant get it :(

Edit

Got another 3, Now fully compiled. It doesnt seem to like to start though i get this back

exussum@exussumuk:~/rvchat/vyhd-rvserver-eaa7585/src$ ./rvserver                ERROR: required config option "Daemonize" not found
Terminated


with config file
// set 1 if you want the server to daemonize on startup

Daemonize=1
// the port this server listens on
ServerPort=7005

// can be an IP or a host name
DatabaseHost=www.runevillage.com

// must be relative to DatabaseHost
LoginPage=/ThePub/authenticate.php
ConfigPage=/ThePub/chatconfig.php
BanPage=/ThePub/chatban.php

// Read/write timeouts for database access, in milliseconds
DatabaseReadTimeout=1000
DatabaseWriteTimeout=1000

// user idle limits, in minutes
UserIdleTime=5
UserKickTime=90

// if the server can't load config, default to this
DefaultConfig=theme|Classic|red|0|green|0|blue|0|freezeChat|false|ignoreColors|false|timeStamp|false|beep|true|bleep|true|audio|true

// Name of the default room
DefaultRoom=RV Chat

// comma-delimited, e.g. "Room A,Room B"
AdditionalRooms=Spam Room

// The single-character levels used by the server (no seperators)
ModLevels=ACcbf!
BanLevel=d

// optional; determines sleep time (in microseconds) between updates
SleepTime=150000

// optional; any updates taking longer than this report update time on stdout
LagSpikeTime=250

// Defines the folder under which all logs are kept. Trailing slash required!
LogPath=/var/log/rvserver/

// If true, all chat lines are output to stdout
ChatOutput=1
DebugMode=1


hmm may be due to the compiler errors, Most were fixed by including cstring

__________________
Image
Image


Top
 Profile WWW 
 

 Post subject: Re: TIME FOR A...
PostPosted: September 26th, 2012, 2:48 pm 
weɪfərskɪt
Chat Moderator
Chat Moderator
User avatar

Joined: November 15th, 2003, 11:22 am
Posts: 20,532
Location: Pinwheel Galaxy
Gender: Male
Status: Offline
The files on Github may be a a little bit outdated. They're 2+ years old, but Thyker and Glodenox were making modifications to the chat up until mid last year, if I recall.

We'll compare stuff tomorrow. I'm guessing that most of the differences will be feature-related (like Bell, user colors, themes, and some moderator commands), nothing too fundamental.

__________________
Image


Top
 Profile
 

 Post subject: Re: TIME FOR A...
PostPosted: September 26th, 2012, 3:10 pm 
Sorceror of Saradomin
Sorceror of Saradomin
User avatar

Joined: August 28th, 2003, 3:25 am
Posts: 3,825
Location: Wales, UK
Gender: Male
Status: Offline
Jackstick wrote:
The files on Github may be a a little bit outdated. They're 2+ years old, but Thyker and Glodenox were making modifications to the chat up until mid last year, if I recall.

We'll compare stuff tomorrow. I'm guessing that most of the differences will be feature-related (like Bell, user colors, themes, and some moderator commands), nothing too fundamental.



if you have all the up to date cpp files and h files then compiling will be easy - i have just got mine working, Its a mox between C and C++, i thought it was all C++

__________________
Image
Image


Top
 Profile WWW 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  Page 14 of 14
 [ 266 posts ] 
Go to page: « Previous  1 ... 10, 11, 12, 13, 14  Page:

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to:  

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
The Village and this web site are © 2002-2012

ThePub 2.0 - Designed by Goten & Jackstick. Coded by Glodenox & Henner.
With many thanks to the Website Team!