pidgin/nest

c3b3dcf494c8
Add a bunch of shortcodes to make life easier.

These will need to be abstracted a bit to handle other stuff like libgnt,
gplugin, talkatu, etc, but this is way easier to deal with than it was.

Testing Done:
Ran locally and verified all of the Sourceforge links are working.

Reviewed at https://reviews.imfreedom.org/r/557/
---
title: cve-2006-4996-00
date: 2007-09-27T00:00:00.000Z
cveNumber: cve-2007-4996
summary: MSN Remote "Nudge" DoS
discoveredBy: Evan Schoenberg
fixedInRelease: 2.2.1
type: security
layout: cve
hidden: true
---
### Description
A remote MSN user that is not on the buddy list can cause a denial of service
(crash) by sending a nudge message. The protocol plugin attempts to look up the
buddy's information and accesses an invalid memory location if the user is not
on the buddy list. This only affects libpurple version 2.2.0, older versions
are not affected.
### Mitigation
The nudge functionality in the MSN protocol has been rewritten to avoid an
unnecessary lookup of buddy information.