Sun, 27 May 2007 17:00:06 +0000
A bunch of MSNP14 stuff:
Don't store the group id on the group blist node.
Fix & tidy up payload length detection for commands (errors can have payloads too)
Avoid a crash when connecting to a new account with no contact list
Tidy up addressbook parsing slightly
Fix crashes when buddy list sync issues are detected
Fix initial email notifications, Fixes #1293
Plug a few memory leaks
Detect OIM authentication failures correctly
NOTE: I have disabled dynamic address book retrieval, instead we now
receive the whole address book. This is because the blist sync stuff is
still very wonky.
|
15661
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
1 | prefix=@prefix@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
2 | exec_prefix=@exec_prefix@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
3 | libdir=@libdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
4 | includedir=@includedir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
5 | datarootdir=@datarootdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
6 | datadir=@datadir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
7 | sysconfdir=@sysconfdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
8 | |
|
16242
f0c15450e403
I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents:
15661
diff
changeset
|
9 | Name: Pidgin (Gaim compatibility) |
|
f0c15450e403
I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents:
15661
diff
changeset
|
10 | Description: Pidgin is a GTK2-based instant messenger application. |
|
15661
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
11 | Version: @VERSION@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
12 | Requires: glib-2.0 |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
13 | Cflags: -I${pc_top_builddir}/${pcfiledir}/libpurple -I${pc_top_builddir}/${pcfiledir}/pidgin |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
14 | Libs: ${pc_top_builddir}/${pcfiledir}/libpurple/libpurple.la |