Hmm, where does it store the count? On your last release I extracted and reconfigured it so maybe that's why I'm still getting them?BearFather wrote:The resize I agree has always bugged me but never did anything about it, and it suppose to stop bugging them after 5 login's. Prefer just never do it?
Gos Link
Re: Gos Link
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
There is a file called names, I had issues it not working right on my live server but works on all my vm's and my code box. Now my live server has lot's of user restrictions so I figured that was the issue I was facing.
So have a look and let me know.
So have a look and let me know.
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
Updated to 6.1
Added global chat ability.
Fixed "default as the left" bug.
Made the output window autoscroll.
Made the output window resize properly.
Made it an exe file to be launched.
Other minor fixes.
Added global chat ability.
Fixed "default as the left" bug.
Made the output window autoscroll.
Made the output window resize properly.
Made it an exe file to be launched.
Other minor fixes.
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
Thanks for the reply. I have been told the new exe is saying not a valid win32 app, so have to reupload with jar file. The exe works for me.
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
So a couple of us had talked about linking the goslink servers together. So I made GosLink MultiLink. It's a service that will link your goslink to the global server. So gossip from 1 server will reach out to the world of other goslink realms.
To add your server to the list you must have goslink 6.2 or above it enabled in the settings (webchat=true) and a port open to it(3000 default).
To signup follow this link. http://bear.shacknet.us:81/goslink
(It is on an odd port because the page requires multiple open ports and not allowed on most webservers)
options in goslink's config.properties that effect MultiLink:
webchat (need to be true to enable)
key (is unique and will be assigned on signup)
webport (Optional, to change it from default port 3000)
To add your server to the list you must have goslink 6.2 or above it enabled in the settings (webchat=true) and a port open to it(3000 default).
To signup follow this link. http://bear.shacknet.us:81/goslink
(It is on an odd port because the page requires multiple open ports and not allowed on most webservers)
options in goslink's config.properties that effect MultiLink:
webchat (need to be true to enable)
key (is unique and will be assigned on signup)
webport (Optional, to change it from default port 3000)
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
Updated to 6.3
Added the ability to disable GosBot(admin bot).
Added a GUI for settings. So no more editing config.properties(if you don't use the nongui version).
Added the ability to disable GosBot(admin bot).
Added a GUI for settings. So no more editing config.properties(if you don't use the nongui version).
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
Updated to 6.4
Added new command: @where It will tell you your room number, and if there is a boss in that room it will tell you the info on it, like @home.
Fixed the setting window=false. Will now hide the window again.
Fixed entry message spam. It stop looking past the 6th entry in the list of current known users. So people still got spam.
Fixed the entry bug where it would sometimes get stuck after entering the realm.
Added last50 command to webchat. It will allow you to receive the last 50 gossip messages on the server.
Added new command: @where It will tell you your room number, and if there is a boss in that room it will tell you the info on it, like @home.
Fixed the setting window=false. Will now hide the window again.
Fixed entry message spam. It stop looking past the 6th entry in the list of current known users. So people still got spam.
Fixed the entry bug where it would sometimes get stuck after entering the realm.
Added last50 command to webchat. It will allow you to receive the last 50 gossip messages on the server.
- BearFather
- Posts: 668
- Joined: Sun Feb 09, 2014 6:27 pm
- Location: Portland, OR
- Contact:
Re: Gos Link
Updated 6.5
Added the ability to change how the gossip is relayed. IE: goosip/auction/broadcast
Added the ability to repeat a command back. IE: /repeat @stop will send @stop back.
Fixed @where would fail if the user had no last name.
Merged nongui setup into 1 jar. No more need for nonguigoslink.jar
Added the ability to send a message to the server is UPS is on battery or being shutdown. (only sends messages to the realm does not do any commands)
Need to enable websocket and open a socket, send :!:ups:!:, then send (onbatt,online,timeronbatt) to trigger a message to the server.
Added the ability to change how the gossip is relayed. IE: goosip/auction/broadcast
Added the ability to repeat a command back. IE: /repeat @stop will send @stop back.
Fixed @where would fail if the user had no last name.
Merged nongui setup into 1 jar. No more need for nonguigoslink.jar
Added the ability to send a message to the server is UPS is on battery or being shutdown. (only sends messages to the realm does not do any commands)
Need to enable websocket and open a socket, send :!:ups:!:, then send (onbatt,online,timeronbatt) to trigger a message to the server.