Changeset 2990

Show
Ignore:
Timestamp:
04/28/06 10:54:08 (3 years ago)
Author:
madcat
Message:

Drops http module from default modules listing due to instability issues.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hydranode/hncore/hydranode.cpp

    r2956 r2990  
    448448 
    449449        std::string mod = Prefs::instance().read<std::string>( 
    450                 "/LoadModules", "ed2k hnsh http bt cgcomm" 
     450                "/LoadModules", "ed2k hnsh bt cgcomm" 
    451451        ); 
    452452        Prefs::instance().write("/LoadModules", mod); 
  • hydranode/hngui/main.cpp

    r2986 r2990  
    389389 
    390390        QStringList args; 
    391         args << "--disable-status" << "-l cgcomm,hnsh,http,ed2k,bt"; 
     391        args << "--disable-status" << "-l cgcomm,hnsh,ed2k,bt"; 
    392392        args << "--disable-colors=true"; 
    393393#ifdef Q_OS_WIN32