Quick question:

These are old archives. They are kept for historic purposes only.
Post Reply
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Quick question:

Post by w00t »

This may seem blindingly obvious, but I'm still going to ask it.

Is it still considered "modifying the source" if one modifies a module?
(shush aquanight)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Even loading a unofficial module is modifying the source

For official ones, yes, it is
Why the hell can't my signature be empty?
"Your message contains too few characters."
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Re: Quick question:

Post by aquanight »

w00t wrote:This may seem blindingly obvious, but I'm still going to ask it.

Is it still considered "modifying the source" if one modifies a module?
... I think you can expect complaints from code/et al for a commands.so module...
w00t wrote:(shush aquanight)
...

*edit* oh, and if it's what I think it is (more control over the /kill command), why not just make a command override module? :P */edit*
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Modules that comes with UnrealIRCd are part of the Unreal source. Moreover, if you use unofficial modules, you - even if not intentionally - make it difficult for the coders to find & fix bugs. That's why loading 3rd party modules can be considered as source code modifications. What is worse, if you modify the code of an unofficial module, you make its author's life harder, too. :)
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Well, if I was doing such a thing, I wouldnt be asking for support - I was just interested, and I expect that others would be too.

aquanight, you hit the nail on the head, but I have no idea how this "command override" works, and the module API documentation... isn't the best :)

Besides, I'd rather change a few things to achieve my aim than break the whole of Unreal trying to make a new module-- my C isn't that great :)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

w00t wrote:aquanight, you hit the nail on the head, but I have no idea how this "command override" works, and the module API documentation... isn't the best :)
In that case, I would look through some of AngryWolf's modules. Specifically, cmdshun, cmdflood, netadmins, operjoin, and maybe courtroom, and any of his other modules that use command overrides.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

But only after getting friendly with C. :)
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

The thing is, if you are experiencing odd problems or crashes, you shouldn't be surprised if we ask you to try it with a 'clean' server (no 3rd party mods).
This is because in the past 6 months or so, like 70% of the crashes reported to us were caused by 3rd party mods.
As you might have noticed, we have a seperate '3rd party modules' field in the bug report form now, just be sure to fill it in and then it should be ok.

Source code modification (UnrealIRCd code) is however explicitily NOT supported, which btw includes "just a few simple (text) changes". In such a case, be sure to reproduce your bug/problem on a clean ircd before reporting, else we will not be very friendly.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

All I was thinking was changing kill to require a higher level of access, basically.

And AngryWolf, I am acquainted with C, we just aren't friends yet :) It's bloody hard to teach yourself, heh. I can generally modify something someone else has done (with little or no problems) but I have little knowledge of how to do stuff myself.

(If you have any resources, I would be greatful for you to show me some linkage :))

I guess you can call this case closed, thanks all.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

I want some of that linkage too!
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply