msn-pecan 0.0.11 released
Not much in this release, just some bugfixes:
- Disconnection messes with msn-pecan
- Error while building on FreeBSD 6.3
- Buddies appear offline
Download from the usual place: http://code.google.com/p/msn-pecan/downloads/list
Personal blog of Felipe Contreras
Not much in this release, just some bugfixes:
Download from the usual place: http://code.google.com/p/msn-pecan/downloads/list
Hi! I have just discovered msn pecan, and im really interested in any kind of help I can give. I’m not a really good a programmer but any thing I can help you, just say.
Congratulations for this plugin and I realy hope someday it get merged with pidgin.
Diogo Vianna
March 18, 2008 at 18:51
Diogo: I’m thinking on having some official packaging and Quality Assurance guys, would you be interested?
Please join the Google Group:
http://groups.google.com/group/msn-pecan
FelipeC
March 18, 2008 at 19:16
Hi, Felipe.
I’ve got a feature request. Not a big deal, actually, but I think it would be cool if the currently unsupported formatting tags in the nicks could be filtered out.
i.e.:
“[b][c=28]John Doe[/c][/b]” to be displayed just as “John Doe”
FWIW, this regexp does the job on the example above:
%echo “[b][c=28]John Doe[/c][/b]” | sed -E “s/\[[^]]+\]//g”
John Doe
%
Regards
-Alex
Alex Salazar
March 19, 2008 at 1:31
i noticed it’s not possible yet to set your own personal message. Would that be hard to add now that you’ve build in support to display them?
Bram
March 19, 2008 at 12:34
Alex: Good one, perhaps you can make a patch? I’d gladly apply it.
Bram: It is possible. You need to do it through Pidgin’s status message.
FelipeC
March 19, 2008 at 12:46
Hello. I would like to thank you for this. It is a real bonus for me. Now I can finally use Pidgin without knowing I am missing out, because all my msn contacts use Personal Messagess, and often they contain useful information. Previously I would fire up aMSN or reboot to windows just to check the PMs, but now I can see them in Pidgin. This is great, thanks a lot.
Jonathan
March 22, 2008 at 15:27
I simply love this. I’ll be writing an article about it on Peopleware, a portuguese website about software and technology.
Check it soon
Ricardo Ferreira
March 29, 2008 at 14:25
How exactly am I to use this?
I dragged it to the pidgin folder, but I do not see any new protocols in the list.
Does it modify the existing msn protocol?
Please help.
Edward
April 1, 2008 at 14:17
You have to put the dll file in Pidgins “plugins” directory. After that you need to reconfigure your accounts using the WLM protocol instead of pidgins build in MSN protocol.
bram
April 1, 2008 at 16:07
Hey FelipeC, with regards to setting your own personal message, you said above
‘It is possible. You need to do it through Pidgin’s status message.’
but I’m not sure what you actually mean by this. Ie: Where to actually set my Personal Message in pidgin.
Thanks.
charding
April 4, 2008 at 5:00
Just found this and I gotta say, I’ve been waiting for something like this for a long time. This is awesome! Thanks!
You may want to update the README. What exactly do you mean by * MSNP10 support?
Btw, charding, just click on the dropdown for status messages and click on what status you want to. Then just type ur message in the box you see.
Durand
April 5, 2008 at 21:56
Durand, I think those are for auto Away messages which have been implemented in pidgin for quite some time, not personal messages. If this is the case that this protocol plugin changes the auto away message to the personal message for the user, it’d be nice to have it documented somewhere on the wiki page or somewhere visible so that people actually know this…
charding
April 5, 2008 at 22:46
charding, it is indeeed the case. PMs are set with the custom status message. But I agree, it might be nice if it were written somewhere.
Jonathan
April 7, 2008 at 15:01
I’ve discussed this issue in the mailing list and while some people agreed that Personal Messages are different than Status Messages some other people thing Status Messages should be used for PMs.
You can try to bring the topic again
FelipeC
April 7, 2008 at 15:31
Hi Felipe,
I have tried your new MSN plugin and it seems to work great, Thanks!
The default version gave me a lot of switchboard or “error to send message” errors but until now i have not received any error with 0.11. I hope you can find the time to continue the development, pidgin is a nice messenger and MSN is the main protocol I use.
Thanks again,
Carlo
Carlo
April 15, 2008 at 11:48
Hi,
nice work hre …
I put compiled debs for Ubuntu hardy in my PPA here
https://edge.launchpad.net/~reda.ea/+archive
I’ll try to keep it updated when you put new versions
by the way, why doesn’t the /nudge command work in your version? it used to work in the original msn (and your work is based on it) ..
it’s also impossible to send a message when you’re invisible (or when the other user is invisible) … while MSN (the protocol) handles that
reda_ea
April 16, 2008 at 2:42
Felipe,
2 things.
1. When do you think you’ll have offline messaging support? I still have to use other messengers just to get my offline messages
2. If someone has mobile set up, they still appear offline, it seems, and you have to right click on their name and click “send to mobile” and it pops up a separate window. Is it possible to just keep this looking like regular chats so it can be logged, etc?
John H
April 17, 2008 at 23:30
My mistake, it does let you send messages regularly to them. However, it shows them as offline, so it is more difficult to get to them. Can you add the option of, if they have mobile support(allowing you to send them messages straight to sms), that they still appear online but with a mobile icon by their name?
John H
April 18, 2008 at 2:24
Please report issues in:
http://code.google.com/p/msn-pecan/issues/list
The nudge issue has been fixed and will be available on the next release thanks to Christiano.
FelipeC
April 24, 2008 at 16:03