Searched refs:ECPassword (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damuled.cpp562 } else if (thePrefs::ECPassword().IsEmpty()) {
563 AddLogLineCS(_("ERROR: A valid password is required to use external connections, and aMule daemon cannot be used without external connections. To run aMule deamon, you must set the \"ECPassword\" field in the file ~/.aMule/amule.conf with an appropriate value. Execute amuled with the flag --ec-config to set the password. More information can be found at http://wiki.amule.org"));
H A DExternalConn.cpp315 if (thePrefs::ECPassword().IsEmpty()) {
420 if ( thePrefs::ECPassword().IsEmpty() ) {
486 if (!passh.Decode(thePrefs::ECPassword())) {
489 + wxT(" ") + thePrefs::ECPassword());
496 passh.Decode(MD5Sum(thePrefs::ECPassword().Lower() + saltHash).GetHash());
H A DPreferences.h430 static const wxString& ECPassword() { return s_ECPassword; } function in class:CPreferences
H A DPrefsUnifiedDlg.cpp627 if (thePrefs::AcceptExternalConnections() && thePrefs::ECPassword().IsEmpty()) {

Completed in 78 milliseconds