Page 3 of 4

Re: Gos Link

Posted: Mon Mar 28, 2016 10:30 am
by syntax
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?
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?

Re: Gos Link

Posted: Mon Mar 28, 2016 9:23 pm
by BearFather
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.

Re: Gos Link

Posted: Fri Apr 08, 2016 1:39 am
by BearFather
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.

Re: Gos Link

Posted: Fri Apr 15, 2016 10:20 am
by BearFather
Updated to 6.2

Fix some code for global servers.

Re: Gos Link

Posted: Fri Apr 15, 2016 10:21 am
by syntax
updated to 6.1 the other day and all has been good, fyi

Re: Gos Link

Posted: Fri Apr 15, 2016 8:11 pm
by BearFather
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.

Re: Gos Link

Posted: Fri Apr 22, 2016 7:14 pm
by BearFather
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)

Re: Gos Link

Posted: Sat Apr 23, 2016 9:25 pm
by BearFather
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).

Re: Gos Link

Posted: Wed Aug 10, 2016 2:55 pm
by BearFather
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.

Re: Gos Link

Posted: Sun Dec 17, 2017 6:04 pm
by BearFather
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.