username0x0a / eternityplugins

Collection of self-made or modded Miranda IM plugins
0 stars 0 forks source link

Doesn't work with 0.10.0a1 #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Possible because of: 
- Fixed HTTP requests time-out handling to match 0.9.14+ way

[09:37:22] ***** Beginning SignOn process
[09:37:22] ***** Negotiating connection with Facebook
[09:37:22]    >> Entering api_check()
[09:37:22] @@@@@ Sending request to 
'http://code.google.com/p/eternityplugins/wiki/FacebookProtocol_DevelopmentProgr
ess'
[09:37:22] !!!!! No response from server (time-out)
[09:37:22]    << Quitting api_check()
[09:37:22]    >> Entering login()
[09:37:22] @@@@@ Sending request to 'http://www.facebook.com/home.php?'
[09:37:22] !!!!! No response from server (time-out)
[09:37:22] @@@@@ Sending request to 
'https://login.facebook.com/login.php?login_attempt=1'
[09:37:22] !!!!! No response from server (time-out)
[09:37:22]  ! !  Request has timed out, connection or server error
[09:37:22] !!!!! login(): Something with Facebook went wrong
[09:37:24] ##### Beginning SignOff process
[09:37:24]    >> Entering logout()
[09:37:24] @@@@@ Sending request to 'http://www.facebook.com/logout.php'
[09:37:24] !!!!! No response from server (time-out)
[09:37:24] ##### SignOff complete
[09:37:24] ***** SignOn complete

Original issue reported on code.google.com by M0E0G0A0...@googlemail.com on 21 Jan 2011 at 9:39

GoogleCodeExporter commented 9 years ago
0.10.0a1 === 0.9.4
Just dont use it.

Original comment by ROBYER on 21 Jan 2011 at 2:49

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hmm... But a stable plugin which did work only with 0.9.14 ... but will 
autoupdated on all versions?

This is like autodeploy an ie update, after which ie only works on Vista SP2 
and nowhere else

would be better to integrate a condition which check the miranda version and 
choose the working method

Original comment by M0E0G0A0...@googlemail.com on 21 Jan 2011 at 6:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
1) Stable plugin which work with stable miranda, whats the problem? :-)
2) Using 0.10.0a1 is nonsense (unless you are "number-sucker" who want bigger 
numbers, but dont care what is inside). Why dont you want to use actual stable 
(and newest) version?
3) Adding condition and x methods for x versions of miranda is imho useless too.

Original comment by ROBYER on 22 Jan 2011 at 11:09

GoogleCodeExporter commented 9 years ago

Original comment by n3weRm0re.ewer on 22 Jan 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Hello,

I also would need this plugin for 0.10.0a1. If it would be just possible to 
support the alpha also, it would be cool. Even I am not, but I would think that 
all developers would like to have it ;) Is there anyone that could maintain the 
support for latest developement version of Miranda (Code is thee, I don't speak 
C, but anyone C-guru out there to help ;) )

Original comment by tommi.prami@gmail.com on 26 Jan 2011 at 6:02

GoogleCodeExporter commented 9 years ago
tommi.prami: http://www.lostrepublic.us/Graphics/DoubleFacePalm.jpg

Original comment by ROBYER on 26 Jan 2011 at 7:56

GoogleCodeExporter commented 9 years ago
jesus !!!
0.10.0a1 = 0.9.4 
0.10.0a1 isnt latest development build !!!

Original comment by petr.gre...@gmail.com on 26 Jan 2011 at 8:04

GoogleCodeExporter commented 9 years ago
Thats not the point... i'm the opinion, that a software, or in that case, a 
plugin should work with any (or any realtive current) version of an product.
M$ couldn't say, hey, upgrade to windows 2008 if u want to use ms office 
2010... afaik ms office 2010 also support still windows xp...

an upgrade to even the lastest version of an product is not possible in all 
cases... 
in that case, e.q. because of some plugins, which aren't developed anymore, but 
still usefull, didn't work with the lastest version.

you didn't need x methods... only 2... one pre 0.9.14 and one towards

but, this is not an high-prio problem, cause we could still use ver 1.2.1...

btw, the version of the trunk is still 0.10.0.1
afaik trunk is the develoment trunk ;)

Original comment by M0E0G0A0...@googlemail.com on 26 Jan 2011 at 2:11

GoogleCodeExporter commented 9 years ago
funny...

installed 0.9.15 for testing... after first start, it recomments me to upgrade 
to 0.10.0alpha1 ^^

but as said, its still possible to use 1.2.1... 

Original comment by M0E0G0A0...@googlemail.com on 27 Jan 2011 at 9:18

GoogleCodeExporter commented 9 years ago
That is just stupidity from Miranda devs, talk to them ;)
http://forums.miranda-im.org/showthread.php?25818-Why-nobody-remove-the-0.10.0-A
lpha-Build-1-link

<OT>
Btw you are some kind of "developement-build-man" with superpower, which is 
activated only when using (totally useless and old) build of software with 
biggest numbers, isnt you? :P
Uh, great idea for comix. "Heeeelp meeee developement-build-maaaan!" :))
</OT>

Original comment by ROBYER on 27 Jan 2011 at 10:11

GoogleCodeExporter commented 9 years ago
You're right, this discussion goes more to the update plugin and miranda update 
routine... away from fb plugin...

<development-build-man>
you near the mark... i'm usability manager^^

so this problem should be go to the updater plugin as a feature request ;)

Original comment by M0E0G0A0...@googlemail.com on 28 Jan 2011 at 12:53

GoogleCodeExporter commented 9 years ago
ROBYER, jarvis, you could prevent Facebook to load in that version :)

extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD 
mirandaVersion)
{
        // TODO: Make product version controlled via definitions
        if(mirandaVersion < PLUGIN_MAKE_VERSION(0,9,14,0))
        {
                MessageBox(0,_T("The Facebook protocol plugin cannot be loaded. ")
                        _T("It requires Miranda IM 0.9.14 or later."),_T("Miranda"),
                        MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST);
                return NULL;
        }

        if(mirandaVersion == PLUGIN_MAKE_VERSION(0,10,0,1))
        {
                MessageBox(0,_T("The Facebook protocol plugin does not work with Miranda IM 0.10 Alpha #1. ")
                        _T("It requires Miranda IM 0.9.14 or later."),_T("Miranda"),
                        MB_OK|MB_ICONWARNING|MB_SETFOREGROUND|MB_TOPMOST);
                return NULL;
        }

        g_mirandaVersion = mirandaVersion;
        return &pluginInfo;
}

Original comment by wishmaster51 on 6 Feb 2011 at 5:18