Official eMule-Board: 0.49b Onyxmule (hebmule2) V1.3 Alpha3 - Official eMule-Board

Jump to content


  • (13 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »

0.49b Onyxmule (hebmule2) V1.3 Alpha3 2008-08-07

#21 User is offline   tHeWiZaRdOfDoS 

  • Man, what a bunch of jokers...
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5630
  • Joined: 28-December 02

Posted 18 September 2005 - 09:55 PM

@Avi3k:
we'll check out the new code ASAP - thx ;)


Xman1, on Sep 18 2005, 10:05 PM, said:

Quote

It's already been like that when I supposed to filter clients from upload which weren't connected for some time... not allowed for me but in Xtreme mod right now - strange... again...

can you explain me what you mean ?
View Post

I proposed to filter clients which weren't connected for some time and/or which have problems establishing a connection from the "FindBestClients" routine, though, if I remember correctly, SomeSupport told me that this wasn't "fair" behaviour and shouldn't be used (I agree with him NOW - back then I did not understand but the queuescore is nearly useless if we filter the clients...) - though, I saw in Xtreme that you added something like "if client did not ask for the file within the last 20mins ignore him" :flowers:
0

#22 User is offline   Xman1 

  • Xtreme Modder
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1955
  • Joined: 21-June 03

Posted 18 September 2005 - 10:34 PM

I do not really know which part of code you mean..
maybe the thing, that I don't try to establish a connection to a client, which didn't asked for upload for the last 30 minutes.
This client won't loose it's queuelist-position. It has it's chance at it's next reask. I only avoid a failed upload-session.
Because I additionally increased the queue-purge-time, this system is more fair to those clients.
(if you want more info, I'll think I better explain it in german via PM).
Some time ago, I explained it to unknown.. and got a green light
:flowers:
0

#23 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 19 September 2005 - 07:09 AM

lol
sorry 'bout that, i guess i read part of the post and not all of it... :P
Tuxman, thanx for letting me know :lol:

@Wiz
enjoy :flowers:

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#24 User is offline   Mondgott 

  • Member
  • PipPip
  • Group: Members
  • Posts: 28
  • Joined: 22-September 02

Posted 19 September 2005 - 09:41 AM

There is a little Bug. But not great.
Show DL in Bold always active.
Edit Button have no Function.

At least by Clean Install.
user posted image
0

#25 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 19 September 2005 - 10:14 AM

@Mondgott
thanx, fixed for the next version
(with other small bugs in that prefs page)

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#26 User is offline   tHeWiZaRdOfDoS 

  • Man, what a bunch of jokers...
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5630
  • Joined: 28-December 02

Posted 19 September 2005 - 10:19 AM

webseaches.heb or websearches.heb - which one is valid?

Also, I made a little change to websearches...

Quote

void CWebSearchesDlg::OnClose()
{
CDialog::OnClose();
theApp.websearches->CloseGUI();
//delete this; //WiZaRd: moved to CloseGUI()
}
...
CWebSearches::~CWebSearches()
{
CloseGUI(); //WiZaRd: added
RemoveAll();
}
...
void CWebSearches::CloseGUI()
{
//WiZaRd: changed
if(m_dlg)
{
  m_dlg->DestroyWindow();
  delete m_dlg;
  m_dlg = NULL;
}
//WiZaRd: changed
}

As I had a memleak there and also the dialog was displayed while shutting down eMule...
0

#27 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 19 September 2005 - 10:25 AM

@Wiz
websearches is the valid one.

and i tried closing eMule with the dialog's open in debug
and it didn't show me a memleak, i though it was ok
but i'm gonna change the code
(and in ServerFilter as well since the code is similar)
thanx :flowers:

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#28 User is offline   OwenBurnett 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 121
  • Joined: 04-October 04

Posted 19 September 2005 - 04:18 PM

@Avi3k
The new server filter is using a white list.
Wouldn’t it be more sense full to have a black list?
I mean, why a white list, just add al servers from the while list to the server.met and all servers you want use to the static list and the white list becomes useless.

Owen
God's in his haven. All's right with the world.
0

#29 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 19 September 2005 - 04:25 PM

@Owen
i used a white list since gruk.org offers such a list,
and it becomes useless, but only if someone messes
with the list, which is not possible within eMule itself
(eMule only loads the list and saves it if you've updated it)

if some has a valid blacklist, with more than a dozen servers,
i can easily add an option to filter by that list...

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#30 User is offline   dddan 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 01-April 05

Posted 20 September 2005 - 12:03 PM

tks for avi3k's great work.

Pls adv me of the steps to see my own credit, and the option of "see own credits" is checked?

tks for your help.
0

#31 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 21 September 2005 - 04:12 PM

@dddan
this option is enabled by default, but if you want
to change it, it's available in Options -> hebMule

and you're welcome :)

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#32 User is offline   dddan 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 10
  • Joined: 01-April 05

Posted 26 September 2005 - 11:48 AM

Avi-3k, I've got a crash, and it produced the crash dump file.

do you wanna it for your reference? if yes, pls adv me how to send this file to you.
0

#33 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 26 September 2005 - 11:58 AM

@dddan
send it to hebmule@gmail.com
i'll take a look and see if i can work with it
(since it's the first time i'll work with a dump file,
so i hope it'll be successful :+1: )

@all
i want by the end of the month to give hebMule2
its new codename, here are some names i thought about:
onyxMule (onyx=double)
codename: legend/legacy (might sound weird but powerful ;) )

if u have other names, i'd like to know, thanx...

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#34 User is offline   niRRity 

  • Avid Post Editor
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1229
  • Joined: 28-January 03

Posted 26 September 2005 - 12:36 PM

Nice to hear about the new version. I really like your mod (your's and Xtreme are my favorites).
How about calling it ReMule (I think it reflects your tendency to fix and recode bugs in eMule) :)

This post has been edited by niRRity: 26 September 2005 - 12:36 PM

0

#35 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 26 September 2005 - 02:49 PM

@niRRity
thanx, nice to hear (or read :P ).

btw, these fixes are rather new, i usually can't find alot to fix if at all.
half, if not more, were caught by accident :lol:
the name's a bit funny, i'll take it into consideration...

Avi3k

This post has been edited by Avi-3k: 26 September 2005 - 02:50 PM

retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#36 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 27 September 2005 - 05:55 PM

@dddan
sorry, but i can't use the dump u produced
(if u wanna know more, read here)
i'll be better prepared for the next version...

i'm gonna go through hebMule's code to see
if it's hebMule related problem or eMule's code.

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#37 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 02 October 2005 - 06:28 AM

@all
i have a few more names to consider:
Rogue
odd (one of the meanings of Mule in Hebrew, lol)
Pered (Mule in Hebrew)

i got only one reply on this subject :(
i'm gonna release the new name in a day or two...
(and also make the proper changes for the next version)
idea: maybe change the name every once in a while :P

@dddan
i went through the code and everything is ok
(with what your crash dump did help to know)

Avi3k

This post has been edited by Avi-3k: 02 October 2005 - 06:28 AM

retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#38 User is offline   niRRity 

  • Avid Post Editor
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1229
  • Joined: 28-January 03

Posted 02 October 2005 - 06:51 AM

Rogue: I don't think it reflects your mod at all, you are making a VERY complient mod and you have a special anti leecher feature. There is nothing rogue about it.
Odd: Smartass :) you can call it eOdd. If you say it out loud you will notice the beginning of the word sounds like the sound a donkey makes :)
Pered: Its OK but I don't feel it...
0

#39 User is offline   Avi-3k 

  • hebMule [retired] dev
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1127
  • Joined: 25-June 03

Posted 02 October 2005 - 08:47 AM

thanx niRRity,
yeah, that's what i thought about Pered,
eOdd is very funny... :lol:
Rogue just sounds nice, i didn't mean my mod actually went rogue hihi...

people i asked in my icq liked onyxMule (onyx=double),
so it'll probably be the final choise unless someone
comes up with a better one...

@all
btw, any ideas for new features for the Mule?
any requests for known features?
i have some thoughts about the new version:
i might introduce a new leecher list format (it's in my todo list),
gonna add my version of fake check, maybe change server win's layout
and add modeless support for some dialogs...
new ideas and suggestments are welcome :)

Avi3k
retired developer of hebMule and eMule Skinner...
hebMule site and topic.
hebMule2 unique features: AntiLeech, AntiVirus, Fake Check, ServerFilter, WebSearches, Export Searches, Relative Priority, ModID and much much more...

eMule Skinner is an application to create/edit skins for eMule,
it's multilingual, supports mods, easy-to-use design, integrates to hebMule & Windows and lots more...

code fixes/improvements: #1, #2, #3, #4, #5, #6, #7, #8, #9, #10, #11 (to check/verify: #12, #13).
0

#40 User is offline   niRRity 

  • Avid Post Editor
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1229
  • Joined: 28-January 03

Posted 03 October 2005 - 12:24 AM

OK you asked for it...

1. Relative Priority: I think that when downloading files priorities are set to "Auto" their actual priority should be set relativly to the other files in you download list.
If all the files in your download list have only a few sources there is no point for all of then to get "High" priority, only the relativly rare ones, the ones that has a number of sources close to the avarage sources per file in your download list should get "Normal" priority etc.

2. Global Hard Limit: There is no point in limiting the number of maximum sources per file. The reason of limiting sources is to avoid overloading your connection, so it make sense to limit the number of sources globaly. Currently there are a few implamantatios of that idea and the best one I saw is DaZZles...

This post has been edited by niRRity: 03 October 2005 - 12:26 AM

0

  • Member Options

  • (13 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users