Some obsolete code?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Some obsolete code?

#1 Post by sli »

Do we really still need this in Plugins::load? Just curious.

Code: Select all

	if (! -f $file) {
		Plugin::LoadException->throw(TF("File %s does not exist.", $file));
	} elsif ($file =~ /(^|\/)ropp\.pl$/i) {
		Plugin::DeniedException->throw(TF("The ROPP plugin (ropp.pl) is obsolete and is " .
			"no longer necessary. Please remove it, or %s will not work correctly.",
			$Settings::NAME || "OpenKore"));
	}
cs : ee : realist

Kleenex
Human
Human
Posts: 28
Joined: 13 Apr 2008, 14:47

Re: Some obsolete code?

#2 Post by Kleenex »

Can someone explain what ROPP is?
I see it all over the place but I haven't really looked at it.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Some obsolete code?

#3 Post by Technology »

Its a plugin to emulate padded packets.
code:
http://www.krugle.org/examples/p-0dfOpC ... 1R/ropp.pl
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Some obsolete code?

#4 Post by sli »

Seriously, though, how ancient does a version of Kore need to be to still have ROPP around?
cs : ee : realist

Post Reply