aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/conn.c
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2012-12-29 11:44:24 +0100
committerMiklos Vajna <vmiklos@vmiklos.hu>2012-12-29 11:44:24 +0100
commit3c7af69632578033cc7dfb1b8fa83ee4c1221b97 (patch)
treeede574a14e5df268f51cf6022f66d7baf092bb47 /protocols/oscar/conn.c
parent14d0b021045b5d92939a795fc244f0b12a66726a (diff)
skype: make it not hang with >=2.2.0.35
Sadly reading users of larger groups using the public API just hangs in newer Skype versions. Skype4Py already defines a timeout for requests, but still: startup takes *minutes*. Work this around by disabling reading of groups by default.
Diffstat (limited to 'protocols/oscar/conn.c')
0 files changed, 0 insertions, 0 deletions
otfix/0.20.0.15 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 8c32ea218fa9a142f351447b89033f2e11b0db20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84