25 March 2009

µRemote test build March 23 2009

0 comments

Here's a new test build with some changes to "upload torrent" method. When you're loading torrents, µRemote will not update file list and torrent list, so you won't receive a timeout.. that's because WebUI API doesn't support those two actions together.

Changelog:

* CHANGE: Sorting by queue order now acts like in uTorrent.
* CHANGE: Loading torrents now occurs synchronously but in a background thread.
* ADD: Loading torrent status.

Homepage + Download visit Friends Blog

24 March 2009

SWIG 1.3.39

0 comments
Connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl.
SWIG was designed to be an interface compiler that will connect programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl. It works by taking the declarations found in C/C++ header files and using them to generate the wrapper code that scripting languages need to access the underlying C/C++ code. In addition, SWIG provides a variety of customization features that let you tailor the wrapping process to suit your application.

SWIG is used in a number of ways:

Building more powerful C/C++ programs. Using SWIG, you can replace the main() function of a C program with a scripting interpreter from which you can control the application. This adds quite a lot of flexibility and makes the program "programmable." That is, the scripting interface allows users and developers to easily modifiy the behavior of the program without having to modify low-level C/C++ code. The benefits of this are numerous. In fact think of all of the large software packages that you use every day - nearly all of them include special a macro language, configuration language, or even a scripting engine that allows users to make customizations.

Rapid prototyping and debugging. SWIG allows C/C++ programs to be placed in a scripting environment that can be used for testing and debugging. For example, you might test a library with a collection of scripts or use the scripting interpreter as an interactive debugger. Since SWIG requires no modifications to the underlying C/C++ code, it can be used even if the final product does not rely upon scripting.

Systems integration. Scripting languages work fairly well for controlling and gluing loosely-coupled software components together. With SWIG, different C/C++ programs can be turned into scripting language extension modules. These modules can then be combined together to create new and interesting applications.

Construction of scripting language extension modules. SWIG can be used to turn common C/C++ libraries into components for use in popular scripting languages. Of course, you will still want to make sure that no-one else has already created a module before doing this.

SWIG is sometimes compared to interface definition language (IDL) compilers such as those you find with systems such as CORBA and COM. Although there are a few similarities, the whole point of SWIG is to make it so you don't have to add an extra layer of IDL specifications to your application.

Here are some key features of "SWIG":

· Code Generation
· ANSI C
· ANSI C++
· Preprocessing
· Customizated type conversion/marshaling.
· Exception handling.
· Class/structure extension.
· Memory management.
· Ambiguity resolution.
· Template instantiation.
· File import and cross-module linking.
· Code inclusion, helper function support.
· Extensive diagnostics (error/warning messages including fine grained warning suppression).
· Extended SWIG macro handling.

Source @fixdown
Download page

22 March 2009

VeryCD easyMule 1.1.4 2009-03-18 Release L33CH3R - EdiTioN

6 comments

Thanks for coming to this project. easyMule Xtended is another modification of eMule easymule. Written for advanced newbie users it has brand new user interface. By VeryCD team from China and MoDs.sub.cc equiped with more features.
Changelog official:

VeryCD easyMule 1.1.4 release [2009-03-18]
==============================================
* Fixed bug: easyMule crash and hang often after merge with 0.49b code


VeryCD easyMule 1.1.3 release [2009-02-11]
==============================================
* Fixed bug: easyMule hang or exit automatically somehow
* Fixed bug: lost s=http://*/* url info of ed2k link sometimes


VeryCD easyMule 1.1.2 release [2009-02-04]
==============================================
* Fixed bug: some defect of share, enhance upload ability
* Fixed bug: ftp download failure because of metalnk return duplicate result
* Optimize HTTP/FTP rawdata processing, http/ftp download more successfully
* support for more antivirus software


VeryCD easyMule 1.0.11 release [2008-12-18]
==============================================
* Optimized interaction of file block's state between peers
* Optimized data-processing of ftp downloading
* fixed bug: Hash value of the file that larger than 4G woubld be hash again in some cases


VeryCD easyMule 1.0.10 release [2008-12-05]
==============================================
* Optimized display efficiency of uploading information in download and share pages
* Optimized performance of built-in browser and some other users experiences
* fixed bug: unable to add download task when the opinion 'check diskspace' was selected
* fixed bug:unable to submit comment about resources

http://www.easymule.com/en-us/changelogs.txt
http://www.easymule.com/zh-cn/changelogs.txt
http://www.easymule.com/zh-tw/changelogs.txt

screenshots: http://www.easymule.com/zh-tw/screenshots.html
Homepage: http://www.easymule.com/

Source code now is nearly perfect: http://download.verycd.com/easyMule-VeryCD-src.zip

after fixing the bug (missing code part in provided source code) saying:
SharedFileList.cpp
.\WorkLayer\SharedFileList.cpp(1560) : error C2039: 'm_pAsynLoadSharedFilesEvent' : is not a member of 'CFileMgr'
c:\easymule-verycd-src03\easymule\src\worklayer\FileMgr.h(152) : see declaration of 'CFileMgr'

in source code missing:

CEvent *m_pAsynLoadSharedFilesEvent;

in FileMgr.h add on the end

CEvent *m_pAsynLoadSharedFilesEvent;
bool m_bSaveAfterLoad;
};
can not be the matching source code from whitch the official build is compiled, however if the official easymule is compiled with this error it will produce a bug. Her it is fixed, bug found and works to compile after this fix with Microsoft Visual Studio 9.0.


tested with vc 2008 sp1, all libs changed to more updated one. Compressor setting changed. should be more compatible and run on all pc's since atl no depences outside.

- remove integrated max tcpip half open patcher [betterSP2] which reduce a patched tcpip.sys on winxp to 9 connections only every time starting emule.exe
- remove bho call [IE2EM.dll]
- proper remove of server ads [from serverwnd.cpp servermsgbox->Reset(); to emuledlg.cpp //serverwnd->servermsgbox->AppendText(strMsgLine)
;]
- remove context menue entries in IE by emule.exe start [remove iemonitor.cpp/.h] call to IE2EM.htm which adds: regkey:
HKCU@S-1-5-21-220523388-1343024091-725345543-1003\Software\Microsoft\Internet Explorer\MenuExt\Download by easyMule

iemenuext:
HKCU@S-1-5-21-220523388-1343024091-725345543-1003\Software\Microsoft\Internet Explorer\MenuExt\Download by easyMule

- remove autostart by default by executing emule.exe which adds without user interrupt:
regkey:
HKCU@S-1-5-21-220523388-1343024091-725345543-1003\Software\Microsoft\Windows\CurrentVersion\Run\\eMuleAutoStart

runkey:
HKCU@S-1-5-21-220523388-1343024091-725345543-1003\Software\Microsoft\Windows\CurrentVersion\Run\\eMuleAutoStart
Hi... I am the Code Cleaner Assistant. Please tell me all suggestions to improve it. Thank you!
- Change: http://www.easymule.com/zh-cn/anti-virus/rising.html to international Rising Antivirus 2009 Free Edition @ download.com - http://www.freerav.com/
- ....
- remove differneces between local and international version [all get the same features]
+ manual features taken from debug (GetDebugUpQueue always enable to show upload queue, show uploading (upload list), MP_REMOVECLIENT = 'Kick from upload' enabled for all...)
+ manuall add for now by AV's Kaspersky, Nod, Avira,... to scann incomming files with command line
eg.: eset NOD: In the input field "Run" add to C:\Program files\Eset\NOD32.exe (default path) the folder or disk you want to scan - for example "C:\my documents". So the whole input field "Run" should look like:
"c:\program files\eset\nod32.exe" "c:\my documents"
newer nod32 C:\Program Files\ESET\ESET NOD32 Antivirus\ecls.exe by Arguments: /adv-heur /heur /rtp /quarantine /action=clean
+ Set a default Server.met url + Nodes dat
+ print/show full clientsoftware version (emule version and mod) in all lists [IDS_CD_CSOFT] from client->GetClientSoftVer() to DbgGetFullClientSoftVer()
calls: return GetClientSoftVer() + _T(" [") + GetClientModVer() + _T(']');
+ Add web services [Webservice.dat] from Foreign Version
+ Show client IP in ClientDetail Dialog taken from #ifdef _SHOW_SOURCE_IP
+ Change Dialog Fonts from FONT 9, "ËÎÌå", to FONT 8, "MS Shell Dlg"
+ Add Refresh Client = UPD ReAsk for Download
+ Enhance Remove Client to all Lists / Downloadlist Queue,...
+ Remove all active uploads [please use only for testing]
+ Re added Open Incoming folder to the easymule Tools Menu Bar
+ Re added IP Filter to easymule tools menu / update and unrar,unzip need to integrate into options menu. Quick solution: Download any ipfilter.rar/.zip,.., open Tools > Ipfilter > select Append.. browse to the downloaded file, hit open and save. Now its imported.
+ Add Alternative max Half-Open Patcher
- vc update check [changed to look changelog]
- Ratio restrictions include session ratio
- Download sharing / changes to share completed can be done in the prefs

> internal option to change build numbers back and forward to valid one [release dates + switch matching emule version to 48/49b backward if needed]

known bugs caused by easymule GUI Design: If switch show uploadqueue and show uploadlist, the upper Gui window doesnt refresh well.

will try to remove ftp/http downloader + do some improvements and a final code clean up.


========================

If you have started easymule original ever before, please check your maximal tcp/ip half-open connection limit tcpip.sys in windows xp and patch it back to original state or higher. Unregister the BHO IE2EM.dll, apply nirsoft tool to remove redunant IE explorer context menu entries!


-----------------------
2009-03-23 1st Edition Test mod of VC easymule 1.1.4 build 20090318 base [not finished yet - NFY]
easyMule v1.1.4 Xtra
Download New (wrong countryflag.dll versions in the older download) FIXED now: easyMule v1.1.4 Xtra.rar 5.87 MB | Mirror

ipfilter, show countryflag stuff and things for \config are include

========================
please test it if it works for all stabile/without crashes and report possible issues/suggestions here as comment or here in the bbs
Memory consume is xtreme by easymule might be cause of kadboost, meta.... features.
It can reach about Firefox/IE size of memory load (110 - 140 MB memory load). 3 to 6 times more as other mods. Will try to reduce it.

To load dlp of your choice please put antileech.dll in folder
\modules\antiLeech.dll

for example official antileech.dll from: http://nchc.dl.sourceforge.net/sourceforge/emulextreme/antiLeech.dll.new

rename to antiLeech.dll
close emule.exe
copy to subfolder \modules

Happy Birthday umeK

0 comments




Happy BirthDay umeK!

21 March 2009

eMule 0.49c Apace V1.2 Beta 1

9 comments
Apace V1.2 Beta 1
=================
21.03.2009


+ Merged to eMule 0.49c
+ Spamming Server column in Searchlist
+ Color for client share visibility
+ Color for file ready to preview
+ FriendsNote
+ Changed Client Detail Window
+ Custom Prio
+ Shutdown after x complete sources
+ Some colors changed and added
+ Changed: seperate column for compressed

- Removed Blockratio Kick
- Removed LowID score reduce
- Removed FirstStartWizzard

ed2k:
ed2k://|file|eMule.0.49c.Apace.V1.2.Beta.1.rar|2732909|C0381BA6B78B2B486E7A9AE5E7FA53DE|h=R5ULNFDEPCX5IGZQMCSV4XRX5FOL65NB|/
http: eMule.0.49c.Apace.V1.2.Beta.1.rar 2.61 MB

Best equipped Feature rich emule mod!


Thanks a lot!!!

Homepage:
http://www.emule-coding-board.de

eMule 0.49c X-Mod 1.5.0 and eMule Lite 1.5.0.0 by dolphinx - Not a Leecher Mod!

5 comments

eMule X Mod, based on eMule Xtreme

X Mod have removed code for Win9x compatibility. It will be only running on Windows 2000 or higher, and will as far as possible to support Wine.

X Mod is not a Mod with many unique features. The project is to improve all aspects of eMule's details and to enhance the user experience.
In addition to the possession of all the features of Xtreme 6.1, there are some features from other Mods.

X Mod has an sub-project eMule Lite. If you care about the memory usage, you can try it.

X Mod mainly enhanced the following features of eMule Xtreme:
download cache settings
file type recongition
text and type filter in download history
shared files control
speed up eMule's loading

More in Features and Changelog.

released:
March 10, 2009

- add: skin - purple Xmas(toolbar only) (thanks Xtreme test team, Yangge)
- add: ipfilter.dat (thanks AUG)

0.49c X-Mod 1.5.0
----------------
Fixed:
issue in DoSwap
Statistics issues in old X-Mod
Often reload sharedfiles when file not found
Scroll bar context menu issues of mulelist
Wrong Folder Icon in directory tree ctrl

Changed:
Improved ClientCreditsList and ACAT optimization
Improved CDownloadListCtrl::AddSource
skip downloading source when A4AF to other
Don't remember AICH when it is not referenced by knownfile
Improved Add and Remove UPNP
Don't force to share files in Incoming or Cat Incoming when it is not known

0.49b X-Mod 1.4.6
----------------
Fixed:
Localize "OK" "Temporary" "Countries" in chinese
check partfile status after createpartfile in PartFileConvert.cpp
get rid of display issues like X:\\001.part
urldecode Clients' Filename

Removed:
Option menu in system menu
Banned column in queuelist

Added:
Index Temporary Filter and use binary search to insert and delete
DLP V36 Integerated
Don't Upload to Leecher and ban leecher menu in upload queue clientlist
Auto Save Nodes.dat
View emulecollection menu
Preview Links in Direct Download Dialog
support long country name like "Country[Location]" in IP2Country
country column in downloadlist and clientlist
don't load ipfilters' description, will save much memory

Changed:
recover X version check
change modstring: X-Mod to make it same with Mod name
show Direct Download Dialog when there's ed2k file link in clipboard
show server's dyn ip and country flag
improve servers' ipfilter
change auto-complete button in cat dialog
change default cat 0's Title
show content after it loaded in Network dialog
improve the client part of the statistic tree and fix a bug
Import lots of code fixes found and proofed by Enig123
show upload speed in trayicon
improve old features

0.49b Mexter 1.4.5
----------------
Fixed:
Remove Useless Localize

Removed:
X version check
[LBM]
Debug Log code
compatible code in preference.cpp
Lite [FV]
Ord option in Xtreme Page

Added:
Additional Localize
shared file extension filter(don't share them)
prompt before a file is gong to be hashed
Resume Download, TrustHash
Paste Links menu in cat menu
faster end game: drop stalled downloads (netfinity)

Changed:
make client progress more accuracy
Speed Up Loading ipfilter,don't sort if it was sorted
Speed Up Loading ip2country,don't sort if it was sorted,use std::map
don't create skin folder if not need
create logs folder if need
no context menu for SDI_ALL and SDI_DIRECTORY
ip2country code from CN Mod Enig123::Reduce GDI handles
P2PThreat

code from Xtreme 7.1
(
- fixed: official bug around userhash initialization (Enig123)
- improved: make source add action thread safe (Enig123)
- fixed: Special case when socket is closing but data still in buffer (netfinity)
- fixed: avoid userhash collision (DreaMule)
- add: Friend Links (MorphXT) and fixed a memleak
- improved: free unused memory when a download is completed/cancelled (Enig123)
- improved: optimized Upload Bandwidth Throttler
- improved: use a prime table to initiate ClientCreditsList
- change: let nick name and location controls resize together with the source detail dialog
- change: support 24k send buffer
)


0.49b Mexter 1.4.4
----------------
Fixed:
show ? after change one cat's filter setting
don't show server count after change language
disable preallocate while eMule allocating

Removed:
Xtreme version check
Don't Draw Hidden Rect

Added:
file type filter for search list
X version check
64bit version compilation

Changed:
use non Unicode way to read ip2country,speed up loading
improve effect when change list in Transfer dialog
try create cat incomming folder if not exist rather than use default incomming one after complete
prefer autocat's temp folder
change version number and modstring: Mexter
Speed Up Loading ipfilter
Show IP Filter Hits
Show More Splash Info
change DLP default preference to ban
Don't Draw Hidden Column
always show cachebar, don't show cachebar if show more controls not checked
html features in statistic dialog

code from Xtreme 7.0
(
- updated UPnP (thanks CN_Mod Team and ACAT)
- add: show UPnP status in network info dialog (idea from ScarAngel)
- add: rebind UPnP on IP-change (idea from X-RAY)
-- add: safehash: installation dir unsharing (MorphXT)
- change: UPnP Internal Search: send more request
- remove: Fix Connection Collision (no more needed in .49b codebase)
)
code from ScarAngel 3.1
(
TK4 CreditSystem
ZZUL CreditSystem
Threaded Known Files Saving
)
code from X-Ray 1.6
(
MoreFourCCCodes
Optimizations
)

0.49a X 0.1.3
----------------
Added:
home page link
option ReadOnly(make Preference ReadOnly)

Changed:
show supported language
show average download speed

code from ScarAngel 3.0
(
Recognize MlDonkey XS Answer
relax on startup
Source Counts Are Cached derivated from Khaos
)
code from X-Ray 1.5
(
FiXeS
IP2Country (for KAD)
Optimizations
)
code from Xtreme 7.0
(
- fixed: stop rehashing of files with foreign language name (Borschtsch)
- fixed: avoid deadlock when disable network adapter
- add: Fake Shareaza detection
)

0.49a X 0.1.2
----------------
- updated to 0.49a codebase
Fixed:
Memleak in Crypto++ typeid(T).name() may cause Memleak
massrename Modeless dialog may crash eMule

Added:
show LBM status
Temp folder settings for cat and CollectionView
chunck choose method menu
Flush Buffer menu
drop 0 KB client
file extension filter(upload without compress)
File Verify, Fileformat.csv

Changed:
auto change Search wnd's cat tab(follow the transfer wnd's)
Paste Links will add file in current cat
show head compeletion percent
dynamic change file buffer size limitation
improve Order chunck choose method
recover tray menu(dialog)
TreeOptionCtrl display style
recognize ip:port when add server
code from 0.49b

code from Neo4.5
(
Multi Temp Directories in ppgDirectory
Modeless Dialogs
sharefileswnd toolbar
Stop after file completion
Quick Start
)
code from ScarAngel 3.0
(
CreditSystems
Enhanced Client Recognition
Invisible Mode
)

0.48a Xtreme 6.1
----------------
Fixed:
Wrong cat tab position if last selected list is not download list

Added:
64bit compile compatibility(zlib from internet, md4 sha from Shareaza 2.3.1.0)
show cache bar in progress
use 64bit time
Order chunck choose method
auto set high priority, clear slow client when near compeletion and even restart it if necessary
don't accept upload if download speed is higher than an exact value(only for auto priority file)
Time limitation option for flush buffer
historylist text filter

Changed:
change CastItoXByte to show X.X KB
show KAD distance in hex
show file size in Byte in ArchivePreview dialog
show progress in X.XX%
lower default process priority to Normal
increase file buffer size limitation
aloow all file types to download preview part

Fileformat.csv format details
Label,Header,Offset,[t]
t stands for text file in serveral Encodings
limits:offset always equals to 0

Header format(real size=32)
1.ascii char, e.g. [PK]
2.hex value, e.g. 3031, equals to [01]
3.single hex value char with extension code
FF*F, e.g. 00*3, equals to 000000
FF/EE, e.g. 00/01, stands for 00 or 01
FF&EE, e.g. 07&0F, stands for value&0F equals to 07
4.spesial option %
%sFF, e.g. %s04, stands for compare value with file size - 4
5.helper code
~F, e.g. ~7, stands for skip next 7byte


based on emule 0.48a Xtreme 6.1
compiled with:
libpng 1.2.31
zlib 1.2.3
Crypto++ 5.5.2
CxImage version 6.00

----------------------------------------------------------

0.49c Lite 1.5.0-test
----------------
- updated to 0.49b X-Mod 1.5.0 code
Added:
Show Shareable File

Removed:
Slugfiller: modid
Show active downloads bold
CURLClient

0.49b Lite 1.4.6-test
----------------
- updated to 0.49b X-Mod 1.4.6 code
Added:
recover version check

0.49b Lite 1.4.4-test
----------------
- updated to 0.49b Mexter 1.4.4 code

Added:
filter button in Transfer wnd
recover historylist

Changed:
Change modstring:Lite

Removed:
don't show compeleted file in download list
queuelist
hits and desc in ip filter
CP2PThreat

0.49b X-Lite 0.2.2-test
----------------
- updated to 0.49b X 0.2.2 code
Added:
text filter for download list
recover Add server

Changed:
UI:Server, Transfer, PPgDirectories, splash

Removed:
PPgNotify
CTaskbarNotifier
CEnBitmap

0.48a X-Lite
----------------
based on 0.48a Xtreme 6.1
Changed:
UI:Server, always shiw Tray icon, Tray menu£¬system Menu

Removed:
UI:About dialog, MiniMule, ipfilter dialog, First runtime wizard dialog
toolbar: connect, IRC, Messages
Preference: Web Interface, IRC
some of PPgGeneral, PPgDisplay, PPgServer, PPgNotify, PPgMessages, PPgSecurity, XtremeI, XtremeII
CHttpDownloadDlg
CTitleMenu, skin
CListViewSearchDlg, CREATECOLLECTION, WebServer, MMServer, IP2Country, WebService
sound Notification, version check, Auto update Server.met and ipfilter
Add server, mail Notification, preview, OnlineSig, auto compeletion, historylist


remove Lib dependency: id3lib, CxImage, libpng


Homepage: http://emulex.sourceforge.net/?p=dl
SF: http://sourceforge.net/projects/emulex/

Download:

最新可执行文件:
emule0.49c X-Mod 1.5.0.0 32位版可执行文件压缩包(2.25 MB) 32 Bit
emule0.49c X-Mod 1.5.0.0 64位版可执行文件压缩包(2.55 MB) 64 Bit
emule0.49b X-Mod 其他文件压缩包(ipfilter,ip2country,server.met...)(20090124)(3.95 MB)

All Builds: http://heanet.dl.sourceforge.net/sourceforge/emulex/?C=M;O=D

最新源代码文件:
emule0.49c X-Mod 1.5.0.0 源代码压缩包(2.61 MB) Source Code

eMule Lite 1.5.0.0

Released: March 21, 2009

eMule0.49c-Lite1.5.0.0-x64-bin-only
eMule0.49c-Lite1.5.0.0-x86-bin-only
src: eMule0.49c-Lite1.5.0.0-sources.7z

all files: http://sourceforge.net/project/showfiles.php?group_id=248588

eMule Lite project purposes are not used to remove eMule function, so that the main program eMule smaller to reduce the memory occupancy, but to maintain the functional integrity eMule. To target the development of μTorrent.
Compiled with settings using smallest possible output size and upx'd
emule-upx.exe 950.50 KB = smallest eMule ever on the planet!
to decompress use upx.exe with parameter like as by uTorrent upx -d emule.exe


<| Not a Leecher Mod!!! eMule X Mod and eMule Lite Mod is a official eMule Mod. Probably One of the Best from all Official Mods and also available for 64 bit OS! |>


eMule 0.49c X-Mod is the better Xtreme mod and comes in a up to date Version of the base emule 0.49c!

Archive