summaryrefslogtreecommitdiff
path: root/chat/centerim/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-05-06Add missing includes.joerg1-0/+12
2013-03-02Be a friend of the class, not of every member. Use the class we arejoerg3-0/+111
friend with to find the method we are interested in, not the evil parent. Consistently return a value from a non-void function.
2012-11-23chat/centerim: #include <unistd.h>marino1-0/+12
Fixes out-of-scope errors seen on gcc 4.7.x
2009-12-15 Update to 4.22.9. Note that 4.22.8 contains a security fix.jnemeth10-191/+23
* 2009-12-14 CenterIM 4.22.9 released This release fixes the issues with connection to the MSN protocol. * 2009-08-09 CenterIM 4.22.8 released This release fixes the issues with connection to the Yahoo messenger protocol as well as a Security bug in the gadugadu library CVE-2008-4776. * 2009-06-24 Yahoo! protocol change CenterIM has updated support for new version and YIM should work again - try latest mobshot * 2009-02-22 Centerim 4.22.7 has been released This release fixes the AIM regression from 4.22.6. Also introduces Atom feed support and much more. See the Changelog for more details. * 2008-10-26 Centerim 4.22.6 has been released
2008-05-13Update centerim to 4.22.5.obache11-466/+38
Based on patch provided in PR 38624. 'cicqconv' command is renamed for 'cimconv', conflict with centericq is gone away. 2008-04-08 New version (4.22.5) released. This release fixes various segfaults in the Yahoo protocol. It also introduces a bar which displays all open chats nicely. 2008-03-29 New version (4.22.4) released. This release fixes the possible url exploit described in CVE-2008-1467. It also makes CenterIM ready for the Yahoo protocol change kicking in on 2nd april 2008. 2008-03-11 New version (4.22.3) released. This version fixes the various ICQ contact list issues (e.g adding contacts should now work). 2007-12-08 New version (4.22.2) released. More than 90 fixes/improvements have been added to centerim since our last release in June. The main fixes included are: * Fixed bug in msn login when the server sent a NOT message * Fixed bug in ICQ protocol which prevented others from seeing your presence (partial) * New version tracking/updating (Thanks to David Riebenbauer for this helpful feature) * Added an "Out for Lunch" state
2007-12-22fix visibility of on-line users for AOL - full information at:jdolecek1-0/+13
http://bugzilla.centerim.org/show_bug.cgi?id=39
2007-08-30Text mode menu- and window-driven IM interface that supports thejnemeth17-0/+683
ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Apart from IM it supports LiveJournal management and receiving RSS feeds. This is a fork of CenterICQ.