annotate share/ca-certs/CAcert_Class3.pem @ 31677:43f661bc82ed

Fixes this crash: 1. Open an IM window with someone who has just gone online or offline 2. Delete your account from the Accounts window 3. Wait for the 11 second timer to trigger The conversation code was setting an 11 second timer when a buddy signs online or offline so that it could stop showing the open door or close door icon for the buddy, similar to what we do in the buddy list. However, we didn't keep track of the handle for this timer and didn't clear it if the account is deleted--thus the crash. I noticed that we don't currently show the open door or close door icons in the conversation window. I think it would be good if we did... but I don't think the gtkconv code should keep track of this information. gtkblist.c already keeps track of it in gtknode->recent_signonoff_timer. We should either re-use that, or better yet, we should add "recent signon" and "recent signoff" states to the status system somehow. But I don't feel like working on that... it's pretty minor. In any case I don't think this code is the right way to handle it, so I'm getting rid of it. Feel free to disapprove this if you disagree! (But also please fix the crash, maybe just by disabling the timer for now) I'm also getting rid of the login_list and logout_list lists, since they're not used. 1 file changed, 33 deletions(-)
author Mark Doliner <mark@kingant.net>
date Fri, 18 Feb 2011 07:51:43 +0000
parents 2f8866314c64
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23435
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
1 -----BEGIN CERTIFICATE-----
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
2 MIIGCDCCA/CgAwIBAgIBATANBgkqhkiG9w0BAQQFADB5MRAwDgYDVQQKEwdSb290
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
3 IENBMR4wHAYDVQQLExVodHRwOi8vd3d3LmNhY2VydC5vcmcxIjAgBgNVBAMTGUNB
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
4 IENlcnQgU2lnbmluZyBBdXRob3JpdHkxITAfBgkqhkiG9w0BCQEWEnN1cHBvcnRA
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
5 Y2FjZXJ0Lm9yZzAeFw0wNTEwMTQwNzM2NTVaFw0zMzAzMjgwNzM2NTVaMFQxFDAS
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
6 BgNVBAoTC0NBY2VydCBJbmMuMR4wHAYDVQQLExVodHRwOi8vd3d3LkNBY2VydC5v
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
7 cmcxHDAaBgNVBAMTE0NBY2VydCBDbGFzcyAzIFJvb3QwggIiMA0GCSqGSIb3DQEB
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
8 AQUAA4ICDwAwggIKAoICAQCrSTURSHzSJn5TlM9Dqd0o10Iqi/OHeBlYfA+e2ol9
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
9 4fvrcpANdKGWZKufoCSZc9riVXbHF3v1BKxGuMO+f2SNEGwk82GcwPKQ+lHm9WkB
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
10 Y8MPVuJKQs/iRIwlKKjFeQl9RrmK8+nzNCkIReQcn8uUBByBqBSzmGXEQ+xOgo0J
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
11 0b2qW42S0OzekMV/CsLj6+YxWl50PpczWejDAz1gM7/30W9HxM3uYoNSbi4ImqTZ
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
12 FRiRpoWSR7CuSOtttyHshRpocjWr//AQXcD0lKdq1TuSfkyQBX6TwSyLpI5idBVx
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
13 bgtxA+qvFTia1NIFcm+M+SvrWnIl+TlG43IbPgTDZCciECqKT1inA62+tC4T7V2q
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
14 SNfVfdQqe1z6RgRQ5MwOQluM7dvyz/yWk+DbETZUYjQ4jwxgmzuXVjit89Jbi6Bb
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
15 6k6WuHzX1aCGcEDTkSm3ojyt9Yy7zxqSiuQ0e8DYbF/pCsLDpyCaWt8sXVJcukfV
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
16 m+8kKHA4IC/VfynAskEDaJLM4JzMl0tF7zoQCqtwOpiVcK01seqFK6QcgCExqa5g
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
17 eoAmSAC4AcCTY1UikTxW56/bOiXzjzFU6iaLgVn5odFTEcV7nQP2dBHgbbEsPyyG
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
18 kZlxmqZ3izRg0RS0LKydr4wQ05/EavhvE/xzWfdmQnQeiuP43NJvmJzLR5iVQAX7
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
19 6QIDAQABo4G/MIG8MA8GA1UdEwEB/wQFMAMBAf8wXQYIKwYBBQUHAQEEUTBPMCMG
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
20 CCsGAQUFBzABhhdodHRwOi8vb2NzcC5DQWNlcnQub3JnLzAoBggrBgEFBQcwAoYc
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
21 aHR0cDovL3d3dy5DQWNlcnQub3JnL2NhLmNydDBKBgNVHSAEQzBBMD8GCCsGAQQB
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
22 gZBKMDMwMQYIKwYBBQUHAgEWJWh0dHA6Ly93d3cuQ0FjZXJ0Lm9yZy9pbmRleC5w
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
23 aHA/aWQ9MTAwDQYJKoZIhvcNAQEEBQADggIBAH8IiKHaGlBJ2on7oQhy84r3HsQ6
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
24 tHlbIDCxRd7CXdNlafHCXVRUPIVfuXtCkcKZ/RtRm6tGpaEQU55tiKxzbiwzpvD0
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
25 nuB1wT6IRanhZkP+VlrRekF490DaSjrxC1uluxYG5sLnk7mFTZdPsR44Q4Dvmw2M
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
26 77inYACHV30eRBzLI++bPJmdr7UpHEV5FpZNJ23xHGzDwlVks7wU4vOkHx4y/CcV
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
27 Bc/dLq4+gmF78CEQGPZE6lM5+dzQmiDgxrvgu1pPxJnIB721vaLbLmINQjRBvP+L
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
28 ivVRIqqIMADisNS8vmW61QNXeZvo3MhN+FDtkaVSKKKs+zZYPumUK5FQhxvWXtaM
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
29 zPcPEAxSTtAWYeXlCmy/F8dyRlecmPVsYGN6b165Ti/Iubm7aoW8mA3t+T6XhDSU
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
30 rgCvoeXnkm5OvfPi2RSLXNLrAWygF6UtEOucekq9ve7O/e0iQKtwOIj1CodqwqsF
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
31 YMlIBdpTwd5Ed2qz8zw87YC8pjhKKSRf/lk7myV6VmMAZLldpGJ9VzZPrYPvH5JT
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
32 oI53V93lYRE9IwCQTDz6o2CTBKOvNfYOao9PSmCnhQVsRqGP9Md246FZV/dxssRu
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
33 FFxtbUFm3xuTsdQAw+7Lzzw9IYCpX2Nl/N3gX6T0K/CFcUHUZyX7GrGXrtaZghNB
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
34 0m6lG5kngOcLqagA
2f8866314c64 Add the CAcert.org PEM files, which I forgot the first time around.
Ethan Blanton <elb@pidgin.im>
parents:
diff changeset
35 -----END CERTIFICATE-----