about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed memleak in chat log historyJames Booth2014-06-273-14/+17
* Free resources on OTR shutdownJames Booth2014-06-264-2/+20
* Use g_list_free() when finding resource availabilityJames Booth2014-06-241-6/+7
* Merge branch 'memleak'James Booth2014-06-242-0/+4
|\
| * Check for null before freeing X11info, removed free current resourceJames Booth2014-06-242-2/+3
| * Free some memoryImmae2014-06-232-0/+3
* | Free GError on command line option parseJames Booth2014-06-231-0/+1
|/
* Free aliases on cmd_initJames Booth2014-06-182-4/+9
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-1811-61/+113
* Fixed memleaks with otr policy and autoaway optionsJames Booth2014-06-175-11/+25
* Free keys lists in windows.cJames Booth2014-06-171-2/+18
* Free tokens when 0 supplied an 0 min, parse_args_with_freetextJames Booth2014-06-171-0/+1
* Free values on wins_get_chat_recipientsJames Booth2014-06-171-0/+1
* Free account_name preference on autoconnectJames Booth2014-06-172-8/+12
* Free titlebar current_recipient when switching to consoleJames Booth2014-06-171-1/+4
* Added valgrind suppressionsJames Booth2014-06-171-0/+1
* Free GError on prefs loadJames Booth2014-06-171-3/+12
* Properly free muc hashtablesJames Booth2014-06-151-2/+2
* Removed string allocation in stanza when joining roomJames Booth2014-06-151-1/+1
* Renamed generate_unique_id -> create_unique_idJames Booth2014-06-156-16/+16
* Free string after use in sending caps responseJames Booth2014-06-151-0/+1
* Free list in wins_get_numJames Booth2014-06-151-0/+3
* Fixed memleak in otr.cJames Booth2014-06-151-6/+10
* Fix memleak in wins_newJames Booth2014-06-151-0/+1
* Free jabber_conn.logJames Booth2014-06-151-0/+4
* Free list in wins_get_by_recipientJames Booth2014-06-151-0/+1
* Free saved account details before replacingJames Booth2014-06-151-0/+6
* Fixed usages of get_unique_id to free resultJames Booth2014-06-153-1/+12
* Added connection details to jabber_shutdownJames Booth2014-06-151-0/+3
* Fixed memleak in _available_handlerJames Booth2014-06-151-0/+1
* Fixed memleak when leaving roomsJames Booth2014-06-151-1/+1
* Renamed sha1 functions to avoid naming clashesJames Booth2014-06-155-44/+44
* Fixed memleak in wins_xmlconsole_existsJames Booth2014-06-151-1/+4
* Fixed memleak in autocompleterJames Booth2014-06-151-0/+3
* Fixed memleak when writing preferences fileJames Booth2014-06-151-1/+2
* Fixed compiler warningJames Booth2014-06-031-3/+0
* Show info in chat and private chat windowsJames Booth2014-06-033-15/+37
* Show info in room for participantJames Booth2014-06-033-9/+6
* Moved info display code to window.cJames Booth2014-06-034-124/+145
* Made room message notification preference display case consistentJames Booth2014-06-021-0/+6
* Include stdintJames Booth2014-06-011-0/+1
* Use public domain SHA1 code, remove libgcrypt dependencyJames Booth2014-06-013-6/+430
* Added character codes for alt-left, alt-rightJames Booth2014-05-261-2/+2
* Escape strings passed to terminal-notifierJames Booth2014-05-241-3/+6
* Added settings to show message text in notificationsJames Booth2014-05-248-16/+85
* Added notification setting for typing in current windowJames Booth2014-05-247-16/+57
* Added settings for message notifications in current windowJames Booth2014-05-246-31/+107
* Ignore case for chat room mention notificationJames Booth2014-05-242-8/+14
* Added /notify room mention settingJames Booth2014-05-246-26/+50
* Split regular and chat room notify settingsJames Booth2014-05-246-4/+29
>
e4409c40 ^
a2a1ab1e ^





b6d1143c ^
e4409c40 ^
c3ec4181 ^


b6d1143c ^
e4409c40 ^
b6d1143c ^
e4409c40 ^
c3ec4181 ^


e4409c40 ^
c3ec4181 ^
e4409c40 ^
c3ec4181 ^



affaa4f7 ^




e087f6d4

c3ec4181 ^
e087f6d4
c3ec4181 ^
d70fdcf7 ^
c3ec4181 ^


e4409c40 ^
c3ec4181 ^
e4409c40 ^
c3ec4181 ^









e087f6d4
2b52e9e6 ^


e087f6d4
fe769404 ^

e087f6d4
c3ec4181 ^

e087f6d4


b232e99a ^
c3ec4181 ^
b63d287c ^
c3ec4181 ^




d3f9d547 ^
c3ec4181 ^

e087f6d4

d3f9d547 ^







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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179