Search found 31 matches

by Corayzon
2006-02-24 22:02
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Lua Slave 1.04 Changes ------------------------------------------------------------------------------- * Added: Comment Blocks are now shown in blue for all editors * Added: Edit Script Menu Item to ViewSettingsFiles Dialog * Added: Start Hub With Windows Menu Item * Added: LockVarTypes support for ...
by Corayzon
2006-01-26 19:49
Forum: Proposals
Topic: User Command Argument Addition: %[dialog:...]
Replies: 1
Views: 3024

User Command Argument Addition: %[dialog:...]

Hey guys, Ive been thinking about this for quite some time and i actualy think this would be an awsome addition to dc++'s user commands support. Here is the idea behind the addition: With the %[line:...] argument, its a topmost model dialog and you cant copy information from the main chat or a pm wh...
by Corayzon
2006-01-25 07:47
Forum: Hubs and scripts
Topic: Help with PtokaX 0.3.3.1 and socks5 proxy for a work-around
Replies: 4
Views: 3267

The hub itself doesnt handle any downloading\uploading of client to client data. It only relays ip address's for each user between themselfs. Ie, Peer-2-Peer. So its not a problem with your hubsoft, but the client settings in dc++. Please tell me where the clients connect to the sever? (clients are ...
by Corayzon
2006-01-13 19:01
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

New version out... Lua Slave 1.02 Changes ------------------------------------------------------------------------------- Added: Check in resource template\SendUserCommands to check if user supports User Commands Added: Help menu to Main Dialog with links to Lua forums Fixed: Bug in Array Entries of...
by Corayzon
2006-01-11 20:12
Forum: Proposals
Topic: [Security]
Replies: 11
Views: 5978

You as a dc user shouldnt have to worry about such things, Let the hubs banlist do its work. An just ensure ur client is disconnecting users that arnt connected in any hubs your connected in. And on the topics of firewalls, i find Sygate Personal Firewall to be the best. You look at many firewalls, ...
by Corayzon
2006-01-11 20:03
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Version 1.01 has been released.

Im very happy with this release and the bundled software that comes with it, what about u?
by Corayzon
2006-01-11 09:41
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

all my code is done with,

Mircosoft Visual Studio 2005 Professional.

And the framework that came with it.

Maybe some other ppl might wanna try that download listed above and check if the encoding works in their installed framework.
by Corayzon
2006-01-10 20:20
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

I just found some encoding that works :D

Windows-1252
Windows-1254

Usage for both encoding types:

Code: Select all

Dim Encoding As System.Text.Encoding = System.Text.Encoding.GetEncoding("Windows-1252")

Code: Select all

Dim Encoding As System.Text.Encoding = System.Text.Encoding.GetEncoding("Windows-1254")
by Corayzon
2006-01-10 20:10
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

Well, i done a little app with that code i posted before so you can test ur encoding or even find what encoding you need to use. I want you to try using the Default encoding (Leave checkbox checked) and if this doesnt work, please reply here telling us so. download If you find some encoding that wor...
by Corayzon
2006-01-10 09:27
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

Only took 5 mins, and its nothing that special.
by Corayzon
2006-01-09 21:40
Forum: Hubs and scripts
Topic: Hub Admin
Replies: 3
Views: 2848

Here is some information that might help you.

It has nothing about configuring Verlihub, but yea...

http://www.dslreports.com/faq/dc/7.%20O ... %20a%20Hub
by Corayzon
2006-01-09 17:26
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

Here is an example on how to use the lock2key function posted above: Please take note that all encoding is Default 'System.Text.Encoding.Default' Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ' This is a routine to test a lo...
by Corayzon
2006-01-08 21:42
Forum: Programmer's Help
Topic: <VS2005 Lock2Key>
Replies: 20
Views: 11353

Also remember that u dont encode the string as ASCII when u send it through the socket.

System.Text.Encoding.ACSII.GetBytes.

Use the system default encoding:

System.Text.Encoding.Default(or System).GetBytes

:roll:
by Corayzon
2006-01-08 21:34
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

this could go on for ever, :roll:
by Corayzon
2006-01-08 21:05
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Thankz for all the help from the members on this board to ensure a healthy release of Lua Slave.
by Corayzon
2006-01-08 16:23
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Honestly, Corayzon, why don't yiou include SciTE instead? It's easier to run the LUA commandline from it, and if you add the LUA API, it can show tooltips on the built-in functions as well. And I have a PtokaX-specific highlighting configuration for it. ;) Sounds good, ill check it out =] Thankz fo...
by Corayzon
2006-01-08 05:02
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Im having problems being sure that i follow the GNU GPL for notepad++, So ive contact the GNU requesting their help. If anyone here knows what i need to do to follow the license please reply in this post: Currently i have: * Included the source for Notepad++ * Made the License for Notepad++ easy to ...
by Corayzon
2006-01-07 19:31
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

I think Notepad++ is GPLd. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, r...
by Corayzon
2006-01-07 11:24
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

Damb, drops head in shame
by Corayzon
2006-01-07 11:15
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

Im not sure what ur pointing towards there sorry FarCry Just like Pur explained to you (and the wiki article describes in detail), your idea comes with a vulnerability to client and hub DDoS attacks, which makes it only usable in environments where every client trusts every other client. You should...
by Corayzon
2006-01-07 11:05
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

Hmm, yea, any current hubsoft can correct the issues with dos attacking with only a few lines code. But remember, im not trying to fix any current issues. Im only trying to make this network bigger, better and smarter. Im allmost sure if we sat down and thought about the $Search exploit in my implem...
by Corayzon
2006-01-07 11:01
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

ADC is a new protocol and isnt based on the current dc protocol whatsoever. The problems are the same for both protocols. In ADC 0.10, UDP searches will be restricted to trusted environments, because of the dangers brought up in that wiki article. Your goal was to increase the number of users a hub...
by Corayzon
2006-01-07 10:59
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

But that would be something of wrong implementation and not flawed by design. But correct me if i'm wrong there. Yea ur right, But then at least these dos attacks can only take place on other users within the hub, rather then any tcp\upd connection in the world. The risks are far less then the curr...
by Corayzon
2006-01-07 10:54
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

[NL]Pur wrote:if i spam everyone in the hub with udp searches using your nick+ip, you won't be happy receiving the results.
This can allready be done in the current protocol, because not many hubs check if the ip address's match
by Corayzon
2006-01-07 10:52
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

[NL]Pur wrote:Bare in mind that:
it's udp, ip are easy fakeable many clame that
you know with your construction everyones nick+ip combination
but why would u fake the ip in the $Search string?

Because no clients would be able to send the search returns.

So it would defeat the purpose of trying to search
by Corayzon
2006-01-07 10:49
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

Client1 sends its $Search to all clients on their upd ports (without server) How do you verify the identity of client1 in case of the second step sending the search ? hmm, yea ur right, Well i guess we would need $MyNick and $HubName in the search, as it already contains the ip address. Then the cl...
by Corayzon
2006-01-07 10:39
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

$HubName has never been static. Different users can recieve different HubNames while being connected to the same hub. So hubname can not be trusted or used in this context. I can see several more flaws in you suggestion but i urge you to read up on the ADC-proposal farcry pointed you towards before...
by Corayzon
2006-01-07 10:32
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

ADC offers that and the risks have already been discussed here . ADC is a new protocol and isnt based on the current dc protocol whatsoever. Im not to sure on it all,but if u have 2 types of protocols in the one hubsoft, the hub then has to translate protocol calls for each client. This just wont h...
by Corayzon
2006-01-07 09:30
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Your product breaks several licenses, and i assume you will correct your misstakes. I am unaware, please explain how and why... ** Edited From Here ** Just looked at the licenses for the bundled software. And yes you are correct that i am breaking the license for the ftp server. I was unaware of th...
by Corayzon
2006-01-07 09:15
Forum: Proposals
Topic: New $Support: SmartProtcol
Replies: 25
Views: 13518

New $Support: SmartProtcol

Hey guys, Ive been working with dc for quite some time now, and ive come up with an idea that will allow hubs to contain at least 2 times more users I've called it SmartProtocol. Here's the jist of it: Instead of the server taking the load for bouncing $Search's and $ConnectToMe's around, SmartProto...
by Corayzon
2006-01-07 08:16
Forum: Hubs and scripts
Topic: Lua Slave 1.04 for PtokaX Hub Software
Replies: 14
Views: 7860

Lua Slave 1.04 for PtokaX Hub Software

Thought PtokaX couldn't get easier? Well your wrong, it just did! Sick of screwing up scripts because u don't have the proper knowledge to edit them in notepad? This is in the past! Are you frustrated with making scripts in notepad? Well this is the solutions for you! Lua Slave 1.04 (PtokaX) Lua Sl...