about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Moved pgp signature verification to sv_ev_contact_onlineJames Booth2015-05-075-17/+23
* Merge branch 'master' into openpgpJames Booth2015-05-076-95/+64
|\
| * Added ui_contact_onlineJames Booth2015-05-076-95/+64
* | Merge branch 'master' into openpgpJames Booth2015-05-075-22/+37
|\|
| * Optimised occupant comparisons, create utf8 collate key onceJames Booth2015-05-072-9/+7
| * Optimised contact comparisons, create utf8 collate key onceJames Booth2015-05-073-13/+30
* | Merge branch 'master' into openpgpJames Booth2015-05-061-0/+6
|\|
| * Set ui nonblocking on presence updatesJames Booth2015-05-061-0/+6
* | Merge branch 'master' into openpgpJames Booth2015-05-051-22/+26
|\|
| * Tidied form field autocompletersJames Booth2015-05-051-22/+26
* | Use null check convention in gpg.cJames Booth2015-05-041-1/+1
* | Merge branch 'master' into pgpJames Booth2015-05-0435-643/+643
|\|
| * Use null check convention in roster_list.cJames Booth2015-05-041-15/+15
| * Use null check convention in resource.cJames Booth2015-05-041-2/+2
| * Use null check convention in profanity.cJames Booth2015-05-041-2/+2
| * Use null check convention in log.cJames Booth2015-05-041-8/+8
| * Use null check convention in jid.cJames Booth2015-05-041-5/+5
| * Use null check convention in contact.cJames Booth2015-05-041-14/+14
| * Use null check convention in common.cJames Booth2015-05-041-10/+10
| * Use null check convention in chat_session.cJames Booth2015-05-041-2/+2
| * Use null check convention in stanza.cJames Booth2015-05-041-32/+32
| * Use null check convention in roster.cJames Booth2015-05-041-11/+11
| * Use null check convention in presence.cJames Booth2015-05-041-21/+21
| * Use null check convention in iq.cJames Booth2015-05-041-48/+48
| * Use null check convention in form.cJames Booth2015-05-041-1/+1
| * Use null check convention in connection.cJames Booth2015-05-041-12/+12
| * Use null check convention in capabilities.cJames Booth2015-05-041-15/+15
| * Use null check convention in bookmark.cJames Booth2015-05-041-11/+11
| * Use null check convention in windows.cJames Booth2015-05-041-18/+18
| * Use null check convention in window.cJames Booth2015-05-041-38/+38
| * Use null check convention in titlebar.cJames Booth2015-05-041-3/+3
| * Use null check convention in statusbar.cJames Booth2015-05-041-7/+7
| * Use null check convention in notifier.cJames Booth2015-05-041-4/+4
| * Use null check convention in core.cJames Booth2015-05-041-62/+62
| * Use null check convention in console.cJames Booth2015-05-041-80/+80
| * Use null check convention in tinyurl.cJames Booth2015-05-041-1/+1
| * Use null check convention in parser.cJames Booth2015-05-041-4/+4
| * Use null check convention in otrlibv4.cJames Booth2015-05-041-1/+1
| * Use null check convention in otrlibv3.cJames Booth2015-05-041-3/+3
| * Use null check convention in otr.cJames Booth2015-05-041-9/+9
| * Use null check convention in server_events.cJames Booth2015-05-041-7/+7
| * Use null check convention in theme.cJames Booth2015-05-041-8/+8
| * Use null check convention in preferences.cJames Booth2015-05-041-4/+4
| * Use null check convention in accounts.cJames Booth2015-05-041-17/+17
| * Use null check convention in account.cJames Booth2015-05-041-8/+8
| * Use null check convention in commands.cJames Booth2015-05-041-50/+50
| * Use null check convention in command.cJames Booth2015-05-041-110/+110
* | Merge branch 'master' into pgpJames Booth2015-05-044-10/+15
|\|
| * Added enc_mode to ProfChatWinJames Booth2015-05-044-10/+15
* | Merge branch 'master' into pgpJames Booth2015-05-041-40/+54
|\|
^
6b852a2f ^









b3be26a2 ^
7c908780 ^



0115d71e ^


651d5aaa ^


0115d71e ^
651d5aaa ^
0115d71e ^

651d5aaa ^
0115d71e ^
651d5aaa ^

0115d71e ^
651d5aaa ^





0115d71e ^





2490c3ed ^





7c908780 ^
72d96a92 ^

ac7ec7f2 ^
5d9c7ffd ^


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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136