summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2014-06-13Enable logging by defaultBerke Viktor
2014-06-09Partial fix for out of source buildsTingPing
Patch from LRN Perl's makefile needs fixed and the relative include of config.h needs removed from hexchat.h Mentioned in #1018
2014-06-08Fix sending notify list to correct networksTingPing
Fixes #1015
2014-06-04Fix dcc dir warning showing when not auto-acceptTingPing
2014-06-04win32: Fix path in installer projectTingPing
2014-06-04Use GDir instead of direntTingPing
2014-06-04Fix warningTingPing
2014-06-04Stop hardcoding plugin extensions everywhereTingPing
2014-06-04Use glib to parse and launch commands for util_execTingPing
Fixes #958
2014-06-04win32: Use config.h instead of config-win32.hTingPing
2014-06-03Update server listTingPing
Removed any server that could not be connected to atm Closes #666
2014-06-03Remove random ifndef WIN32TingPing
I never found a reason for it existing, but it also never affected much anyway.
2014-06-03win32: Don't auto-generate version.txtTingPing
2014-06-03Fix scrolling the chanview on UnixTingPing
Fixes #948
2014-06-02fishlim: Fix filename in error messagesTingPing
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell
Note that this affects the test program only. It doesn't affect users of FiSHLiM. The reason for this change is that XChat doesn't seem to be maintained any longer.
2014-06-02Add missing include in the test programSamuel Lidén Borell
2014-06-02Fix memory leak in the test programSamuel Lidén Borell
2014-06-02Fix undefined behaviour in left shiftSamuel Lidén Borell
This is not a problem with a usual compiler configuration, but LLVM/clang detects it when compiled with: -fsanitize=undefined-trap -fsanitize-undefined-trap-on-error -ftrapv
2014-06-02Update translationstomek
2014-06-02Always use GModule for plugin supportTingPing
Also cleans up some dead code
2014-06-01Add missing files to POTFILES.inTingPing
2014-06-01Bump version to 2.10.0TingPing
2014-06-01Remove dead networkTingPing
2014-06-01Remove some hardcoded version numbersTingPing
- man page - makebundle.sh
2014-05-31Sensitize open dialog button in friends list when selectedTingPing
Fixes #1001
2014-05-31Add SeionIRC to serverlistLee Watson
Closes #982
2014-05-31Add StormBit to network listYoeri Beumer
Closes #873
2014-05-31Cosmeticsbviktor
2014-05-31osx: Fix loading system's openssl configTingPing
2014-05-31osx: More theme tweaksTingPing
2014-05-31Rework gtk_xtext_selection_draw(), simplify calls to _selection_render()RichardHitt
Fixes #992.
2014-05-30osx: Use key theme shipped with gtkTingPing
2014-05-30win32: Fix exiting fullscreen to a maximized windowTingPing
2014-05-29Make lawyers happyBerke Viktor
2014-05-29Replace Inno Perl with MSI PerlBerke Viktor
2014-05-28... and update perl description in installerTingPing
2014-05-28win32: Update perl urls in installerTingPing
2014-05-28perl: Update Perl to 5.20tomek
2014-05-28Update translationsTingPing
2014-05-28Use newer format for default keybindingsTingPing
This uses the proper bindings on OS X
2014-05-27osx: Use applespell enchant backendTingPing
And fix enchant loading backends in the bundle
2014-05-27osx: makebundle.sh improvementsTingPing
2014-05-27osx: Properly handle quittingTingPing
2014-05-27osx: Properly use app menuTingPing
Mentioned in #994
2014-05-26osx: Use osx friendly bindings for GtkEntryTingPing
Fixes #995
2014-05-26Fix crash with invalid dnd to userlistTingPing
2014-05-26osx: Improve gtk themeTingPing
2014-05-23Update default settingsTingPing
- Enable server-time - Disable tree dots
' href='/git-repos/friendcode.git/commit/gradlew?id=b755e01769401bc6ca1766a7fcc3806d6c5c86dd'>b755e01
19fa3a7 ^
6f47013 ^





b755e01
6f47013 ^









b755e01
6f47013 ^








b755e01
b755e01

6f47013 ^





























210e0b0 ^
6f47013 ^





b755e01
210e0b0 ^
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234