[Plugin] [rel] guircon
#1

  • What is it?
    GUIRCON is basically an entire new rcon protocol built on top of the server. The current system is very basic, and although custom commands can be handled in scripts, you cannot send any data back to the rcon client that sent it. The protocol is also inefficient, having to send the password with every command due to connections only being temporary, and it can be confusing for people wanting to develop the protocol.
    GUIRCON does not use any part of the original system whatsoever. It consists of a server plugin, which creates its own TCP sockets to accept connections and interpreted information, a pawn script to call functions related to the system, and there is also a basic Win32 dialog application to enable visual and user-friendly server control.
    The 'netcode' has been massively simplified compared to the original. It uses a similar syntax to the IRC protocol, in that it's simply a command, and any parameters, such as "MSG [text]". This makes development of the protocol very easy, and means you can modify it to suit your needs without having to worry about confusing packet structures.
  • How does it work
    As mentioned before, the most important part is the plugin. This opens up sockets in your server, which will accept connections from any client wishing to connect. It also handles the information regarding players, messages and events to send to users connected. By calling the send function from your script, you can send any data you want to connected GUIRCON clients.
    The script also handles callbacks, so you can interpret and respond to any commands the GUIRCON clients send. This means you can add your own commands onto the ones already implemented, to extend the functions to whatever required.
    The included client is used to send information to the server, such as commands to kick, ban, or get player information. The client also interprets responses from the server, and can add this information to the chatbox.
  • Other Information
    Please note, I would consider this to be a 'beta' version, simply because I've not had the capacity to test it neither on linux (though it does compile, a makefile and compiled .so is available), nor on a populated server in a normal environment. Basic tests with me or another user have highlighted bugs which have been fixed, but I would still recommend you test it yourself before firing it up on a 100 player server.
    I ask that any problems that do occur, you let me know of. I'll continue to improve and fix this until I'm satisfied, and it can confidently be used in well populated servers.

    The client included is, as said, very basic. I plan on extending both client and plugin, to include more advanced features. A 2D gamemap with player blips and information is on the cards for very soon, for example.
Reply


Messages In This Thread
[rel] guircon - by Static - 02.07.2007, 10:00
Re: [REL] GUIRCON - by rats - 02.07.2007, 10:17
Error When Loading Guircon!? - by JaTochNietDan - 02.07.2007, 12:36
Re: Error When Loading Guircon!? - by Static - 02.07.2007, 12:44
Re: Error When Loading Guircon!? - by JaTochNietDan - 02.07.2007, 12:46
Re: Error When Loading Guircon!? - by Static - 02.07.2007, 12:49
Re: Error When Loading Guircon!? - by JaTochNietDan - 02.07.2007, 12:51
Re: Error When Loading Guircon!? - by Static - 02.07.2007, 12:53
[No subject] - by JaTochNietDan - 02.07.2007, 12:54
Re: Error When Loading Guircon!? - by Static - 02.07.2007, 13:26
Re: Error When Loading Guircon!? - by JaTochNietDan - 02.07.2007, 13:45
Re: Error When Loading Guircon!? - by d.wine - 02.07.2007, 14:45
Re: [REL] GUIRCON - by d.wine - 02.07.2007, 14:59
Re: Error When Loading Guircon!? - by JaTochNietDan - 02.07.2007, 15:26
Re: Error When Loading Guircon!? - by Static - 02.07.2007, 17:26
Re: [REL] GUIRCON - by Static - 02.07.2007, 17:34
Re: [REL] GUIRCON - by tima - 02.07.2007, 19:30
Re: [REL] GUIRCON - by d.wine - 02.07.2007, 19:36
Re: [REL] GUIRCON - by Static - 02.07.2007, 20:16
Re: [REL] GUIRCON - by !damo!spiderman - 02.07.2007, 23:00
Re: [REL] GUIRCON - by [xA]Ramjet - 03.07.2007, 00:28
Re: [REL] GUIRCON - by tima - 03.07.2007, 01:17
Re: [REL] GUIRCON - by Static - 03.07.2007, 01:57
Re: [REL] GUIRCON - by tima - 03.07.2007, 03:41
Re: [REL] GUIRCON - by Static - 03.07.2007, 08:18
Re: [REL] GUIRCON - by MaTrIx4057 - 03.07.2007, 09:37
Re: [REL] GUIRCON - by SpinatpiZZa - 03.07.2007, 11:51
Re: [REL] GUIRCON - by Supdario - 03.07.2007, 15:13
Re: [REL] GUIRCON - by tima - 03.07.2007, 15:29
Re: [REL] GUIRCON - by 50p - 03.07.2007, 15:59
Re: [REL] GUIRCON - by SOLIKO - 08.10.2007, 14:18
Re: [REL] GUIRCON - by Alejandro - 08.10.2007, 14:20
Re: [REL] GUIRCON - by SOLIKO - 08.10.2007, 14:34
Re: [REL] GUIRCON - by Alejandro - 08.10.2007, 14:38
Re: [REL] GUIRCON - by SOLIKO - 08.10.2007, 14:43
Re: [REL] GUIRCON - by Alejandro - 08.10.2007, 14:48
Re: [REL] GUIRCON - by SOLIKO - 08.10.2007, 14:51
Re: [REL] GUIRCON - by Alejandro - 08.10.2007, 15:52
Re: [REL] GUIRCON - by SOLIKO - 08.10.2007, 15:56
Re: [REL] GUIRCON - by Alejandro - 08.10.2007, 16:00
Re: [REL] GUIRCON - by Alejandro - 01.12.2007, 15:24
Re: [REL] GUIRCON - by future41 - 02.12.2007, 01:29
Re: [REL] GUIRCON - by [GM]The_Don - 03.12.2007, 19:24
Re: [REL] GUIRCON - by Kaban - 05.12.2007, 21:24
Re: [REL] GUIRCON - by thee.judge - 09.12.2007, 13:51
Re: [REL] GUIRCON - by Uhunu - 14.12.2007, 19:59
Re: [REL] GUIRCON - by IJzerenRita - 14.12.2007, 20:41
Re: [REL] GUIRCON - by Kaban - 16.12.2007, 02:58
Re: [REL] GUIRCON - by Uhunu - 21.12.2007, 19:24
Re: [REL] GUIRCON - by LethaL - 26.01.2008, 19:37
Re: [REL] GUIRCON - by Popo2006 - 18.07.2009, 22:57
Re: [REL] GUIRCON - by LuxurioN™ - 10.08.2009, 22:08
Re: [REL] GUIRCON - by De[M]oN - 02.09.2009, 16:45
Re: [REL] GUIRCON - by robanswe - 03.09.2009, 20:37
Re: [REL] GUIRCON - by Marcus09 - 04.09.2009, 02:37
Re: [REL] GUIRCON - by robanswe - 04.09.2009, 14:24
Re: [REL] GUIRCON - by AcId n RaPiD - 21.09.2009, 23:00
Re: [REL] GUIRCON - by mike25620 - 04.10.2009, 04:01
Re: [REL] GUIRCON - by _JuLeK_ - 01.04.2010, 14:33
Re: [REL] GUIRCON - by @TheShadow@ - 01.04.2010, 19:18
Re: [REL] GUIRCON - by NiiGHtM4Re - 03.04.2010, 14:05
Re: [REL] GUIRCON - by dixon - 04.04.2010, 19:54
Re: [REL] GUIRCON - by Mina - 06.04.2010, 12:36
Re: [REL] GUIRCON - by wieprzki - 20.05.2010, 17:30
Re: [REL] GUIRCON - by xShimmyPL - 24.05.2010, 15:19
Re: [REL] GUIRCON - by caribe88 - 29.05.2010, 19:33
Re: [REL] GUIRCON - by MWF2 - 31.05.2010, 03:39
Re: [rel] guircon - by erik019 - 04.08.2010, 10:01
Re: [rel] guircon - by Remis - 04.08.2010, 12:06
Re: [rel] guircon - by DarkPower - 04.08.2010, 12:21
Re: [rel] guircon - by erik019 - 04.08.2010, 18:50
Re: [rel] guircon - by markokk888 - 12.08.2010, 23:46
Re: [rel] guircon - by HACKHERS - 01.09.2010, 15:43
Respuesta: [rel] guircon - by Jovanny - 06.01.2011, 00:59
Re: [rel] guircon - by Lorenc_ - 06.01.2011, 01:41
Re: [rel] guircon - by QuaTTrO - 29.06.2011, 07:59
Respuesta: [rel] guircon - by clavador - 01.07.2011, 15:34

Forum Jump:


Users browsing this thread: 1 Guest(s)