about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* windows tidy upJames Booth2012-11-265-108/+103
|
* Added header define to window.hJames Booth2012-11-251-0/+5
|
* Fixed help config file locationsJames Booth2012-11-253-5/+13
|
* Fixed config location in man pageJames Booth2012-11-251-2/+2
|
* Profanity files now use %XDG_CONFIG_HOME and %XDG_DATA_HOMEJames Booth2012-11-2510-51/+322
|
* configure.ac Fixed spelling in libnotify messageJames Booth2012-11-251-1/+1
|
* Merge branch 'wheel'James Booth2012-11-253-2/+49
|\
| * Added Cywin mouse wheel handlingJames Booth2012-11-251-0/+10
| |
| * Added cygwin check to configure.acJames Booth2012-11-251-0/+6
| |
| * Fixed compile after merging masterJames Booth2012-11-251-2/+2
| |
| * Merge branch 'master' into wheelJames Booth2012-11-2524-807/+1342
| |\
| * \ Merge branch 'master' into wheelJames Booth2012-11-217-167/+320
| |\ \
| * | | Listen only for mouse events we're interested inJames Booth2012-11-201-1/+1
| | | |
| * | | Wheel jumps four linesJames Booth2012-11-201-2/+2
| | | |
| * | | Added basic mouse wheel handlingJames Booth2012-11-202-2/+33
| | | |
* | | | Fixed /prefs output when no theme chosenJames Booth2012-11-251-1/+6
| |_|/ |/| |
* | | Added auto reconnect, and /reconnect command to control intervalJames Booth2012-11-256-32/+129
| | |
* | | Messages not lost when run out of windowsJames Booth2012-11-242-53/+92
| | | | | | | | | | | | Incoming messages are shown in the console when all windows are full
* | | Status bar active on console messages when not in consoleJames Booth2012-11-241-21/+58
| | |
* | | Added console to statusbar window listJames Booth2012-11-242-39/+42
| | |
* | | Allow alt-num to select windowJames Booth2012-11-244-30/+79
| | |
* | | Don't output ctrl charactersJames Booth2012-11-241-1/+9
| | |
* | | Switched to ncurses raw modeJames Booth2012-11-231-1/+1
| | |
* | | Revert "Stop ctrl-c quitting with /ctrlc off"James Booth2012-11-235-59/+4
| | | | | | | | | | | | This reverts commit 721df8ca48b8cbf0026f3a36a3d17b45cb82b850.
* | | Stop ctrl-c quitting with /ctrlc offJames Booth2012-11-235-4/+59
| | |
* | | Allocate memory for windows when neededJames Booth2012-11-235-263/+347
| | |
* | | Added time to themes, and some example themesJames Booth2012-11-2210-0/+151
| | |
* | | Added input text to themeJames Booth2012-11-226-23/+32
| | |
* | | Added theme to prefs outputJames Booth2012-11-221-0/+2
| | |
* | | Moved colour initialisation to themeJames Booth2012-11-213-204/+42
| | |
* | | Added theme files support with /theme commandJames Booth2012-11-216-30/+118
| | |
* | | Separated colours from main preferencesJames Booth2012-11-217-348/+478
| |/ |/|
* | Added more colour preferencesJames Booth2012-11-217-167/+320
|/
* Send presence changes to chat roomsJames Booth2012-11-203-2/+33
|
* Status bar message now correctly overwrites previous messageJames Booth2012-11-191-1/+19
|
* Handling commands after /disconnectJames Booth2012-11-197-17/+96
|
* Moved disconnect code to profanity moduleJames Booth2012-11-193-4/+11
|
* Handle room broadcastsJames Booth2012-11-197-9/+67
|
* Fixed workaround for old server self room presence checkJames Booth2012-11-191-0/+1
|
* Handle legacy delayed messages in chat roomsJames Booth2012-11-193-22/+25
|
* Handle room member presenceJames Booth2012-11-197-1/+55
|
* Return whether or not room member presence was changedJames Booth2012-11-182-2/+14
|
* Show message when own nickname changed in chat roomsJames Booth2012-11-187-6/+65
|
* Moved function to remove from roster on nick changeJames Booth2012-11-182-1/+3
|
* Fixed error when not nick name change presenceJames Booth2012-11-181-3/+2
|
* Handle nick changes from other usersJames Booth2012-11-189-26/+227
|
* Allow nick change in chat roomJames Booth2012-11-187-0/+76
|
* Support legacy delayed delivery (XEP-0091) as well as XEP-0203James Booth2012-11-183-13/+41
|
* Merge remote-tracking branch 'dmitry/macos'James Booth2012-11-183-12/+54
|\ | | | | | | | | Conflicts: src/command.c
| * use internal implementation of getlineDmitry Podgorny2012-11-183-12/+54
| | | | | | | | MacOS doesn't have function getline
c?h=hlt&id=3cf03158599472b1f6713192d9fa2b120f9f209b'>^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^






30f844ee ^
5c26afb1 ^

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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272