1 |
Summary of changes from v023 to v024 |
2 |
============================================ |
3 |
|
4 |
Ben Boeckel (1): |
5 |
Disable echo when reading the password |
6 |
|
7 |
Greg Kroah-Hartman (7): |
8 |
fix compiler warning about fprintf |
9 |
clean up some trailing whitespace |
10 |
more coding style cleanups |
11 |
don't free an array on the stack |
12 |
fix crash when --debug is set |
13 |
fix up some compiler warnings in read_password |
14 |
use "quiet" mode of building if present. |
15 |
|
16 |
Marvin Vek (1): |
17 |
Add laconica group support |
18 |
|
19 |
gregor herrmann (1): |
20 |
BTI should not display password while user types it |
21 |
|
22 |
Summary of changes from v022 to v023 |
23 |
============================================ |
24 |
|
25 |
Amir Mohammad Saied (5): |
26 |
https for twitter |
27 |
Verbose mode for bti |
28 |
verbose option for bash completion script |
29 |
Updating documents, both for the new verbose mode, and custom laconi.ca installations. |
30 |
Updating AUTHORs and copyright section |
31 |
|
32 |
Summary of changes from v021 to v022 |
33 |
============================================ |
34 |
|
35 |
Amir Mohammad Saied (2): |
36 |
Support for custom bti installations |
37 |
Updating config example file |
38 |
|
39 |
Greg Kroah-Hartman (4): |
40 |
add the script to the tarball. |
41 |
fix build warning from time patch. |
42 |
Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti |
43 |
Merge branch 'master' of git://github.com/amir/bti |
44 |
|
45 |
J.R. Mauro (1): |
46 |
bti: show timestamp in statuses |
47 |
|
48 |
gregor herrmann (1): |
49 |
bti: use ssl for identi.ca |
50 |
|
51 |
|
52 |
Summary of changes from v020 to v021 |
53 |
============================================ |
54 |
|
55 |
Greg Kroah-Hartman (3): |
56 |
fix build of man pages |
57 |
Install bti-shrink-urls properly |
58 |
bump version to 021 |
59 |
|
60 |
|
61 |
Summary of changes from v019 to v020 |
62 |
============================================ |
63 |
|
64 |
Greg Kroah-Hartman (3): |
65 |
fix two compiler warnings. |
66 |
bump version number |
67 |
add more forgotten files to Makefile.am |
68 |
|
69 |
|
70 |
Summary of changes from v018 to v019 |
71 |
============================================ |
72 |
|
73 |
Greg Kroah-Hartman (1): |
74 |
Makefile.am and configure.ac tweaks to get the release correct |
75 |
|
76 |
|
77 |
Summary of changes from v017 to v018 |
78 |
============================================ |
79 |
|
80 |
Alexander Færøy (1): |
81 |
Use '#' as prefix for our tweets if we're uid 0; otherwise '$'. |
82 |
|
83 |
Greg Kroah-Hartman (8): |
84 |
add "bti:" to the beginning of all debug messages |
85 |
show version when starting up with debug enabled |
86 |
added bti-shrink-urls man page |
87 |
added bti-shrink-urls.1 to Makefile |
88 |
added AUTHOR section to bti-shrink-urls.xml |
89 |
add bti-shrink-urls.1 to tree |
90 |
convert to use autotools |
91 |
more autoconf fun |
92 |
|
93 |
Gregor Herrmann (1): |
94 |
add missing arguments to getopt_long_only call and add --dry-run to --help |
95 |
|
96 |
|
97 |
Summary of changes from v016 to v017 |
98 |
============================================ |
99 |
|
100 |
Bart Trojanowski (1): |
101 |
fix a bug with shrink_urls() when ran on text that contains no urls |
102 |
|
103 |
Dave Barry (1): |
104 |
Add support for api page numbers in read mode |
105 |
|
106 |
Greg Kroah-Hartman (5): |
107 |
Lots of checkpatch cleanups to the code |
108 |
Merge branch 'master' of git://github.com/psykoyiko/bti |
109 |
document the --page option |
110 |
add --page to bti-bashcompletion |
111 |
update bti.1 |
112 |
|
113 |
|
114 |
Summary of changes from v015 to v016 |
115 |
============================================ |
116 |
|
117 |
Bart Trojanowski (6): |
118 |
add make install target |
119 |
add bti --shrink-urls |
120 |
add bti --dry-run option |
121 |
bti.xml and bti.example updates |
122 |
fix an array overrun in shrink_urls() |
123 |
bti-shrink-urls - properly handle urls with : |
124 |
|
125 |
Greg Kroah-Hartman (3): |
126 |
fix up some compiler warnings due to new patches |
127 |
add new options to bash completion script |
128 |
update bti.1 with new info from xml file |
129 |
|
130 |
|
131 |
Summary of changes from v014 to v015 |
132 |
============================================ |
133 |
|
134 |
Amir Mohammad Saied (11): |
135 |
Actions support for bti |
136 |
libxml2 libs and cflags |
137 |
action and values for bash completion |
138 |
Added action option in example bti config file |
139 |
User action |
140 |
Replies action |
141 |
Updating bashcompletion and example config file for new actions |
142 |
logging more |
143 |
Updating documents |
144 |
Handling unknown actions |
145 |
Fixing an assignment issue |
146 |
|
147 |
Greg Kroah-Hartman (2): |
148 |
Change the formatting of --action output |
149 |
fix readline mess when in --bash mode |
150 |
|
151 |
Summary of changes from v013 to v014 |
152 |
============================================ |
153 |
|
154 |
Greg Kroah-Hartman (1): |
155 |
Fix readline bug(s) |
156 |
|
157 |
|
158 |
Summary of changes from v012 to v013 |
159 |
============================================ |
160 |
|
161 |
Greg Kroah-Hartman (3): |
162 |
coding style cleanups |
163 |
fix readline support |
164 |
don't duplicate string on password or account prompt |
165 |
|
166 |
|
167 |
Summary of changes from v011 to v012 |
168 |
============================================ |
169 |
|
170 |
Amir Mohammad Saied (2): |
171 |
Source parameter added |
172 |
Add bash completion script |
173 |
|
174 |
Greg Kroah-Hartman (2): |
175 |
add --logfile option |
176 |
document the logfile option |
177 |
|
178 |
SanjayKumar J (1): |
179 |
bti: incorrect version fix |
180 |
|
181 |
|
182 |
Summary of changes from v010 to v011 |
183 |
============================================ |
184 |
Amir Mohammad Saied (1): |
185 |
Readline support for bti |
186 |
|
187 |
Greg Kroah-Hartman (3): |
188 |
add initial ~/.bti.log support to log what is going on |
189 |
Add documentation about how to send me patches |
190 |
disable log support until I can add some configurations for it |
191 |
|
192 |
|
193 |
Summary of changes from v009 to v010 |
194 |
============================================ |
195 |
|
196 |
Greg Kroah-Hartman (3): |
197 |
add --proxy support to command line |
198 |
check in changes to bti.1 from previous xml changes |
199 |
document the order that config options are handled |
200 |
|
201 |
gregor herrmann (2): |
202 |
Fix up documentation of proxy option |
203 |
use the http_proxy environment variable if it is present |
204 |
|
205 |
|
206 |
Summary of changes from v008 to v009 |
207 |
============================================ |
208 |
|
209 |
Greg Kroah-Hartman (3): |
210 |
initial cut at adding http proxy support |
211 |
document proxy support |
212 |
add example proxy value to the bti.example file |
213 |
|
214 |
|
215 |
Summary of changes from v007 to v008 |
216 |
============================================ |
217 |
|
218 |
Greg Kroah-Hartman (1): |
219 |
Works properly now with twitter due to december twitter server change |
220 |
|
221 |
|
222 |
Summary of changes from v006 to v007 |
223 |
============================================ |
224 |
|
225 |
Greg Kroah-Hartman (4): |
226 |
fix git command in Makefile |
227 |
change README to show that we handle identi.ca also now |
228 |
more README updates |
229 |
Merge branch 'master' of greg@mail.kroah.net:git/bti |
230 |
|
231 |
Olivier Blin (1): |
232 |
fix segfault when piping to bti and user/password are not set |
233 |
|
234 |
|
235 |
Summary of changes from v005 to v006 |
236 |
============================================ |
237 |
|
238 |
Greg Kroah-Hartman (2): |
239 |
added github url to the README |
240 |
add identi.ca support to bti |
241 |
|
242 |
|
243 |
Summary of changes from v004 to v005 |
244 |
============================================ |
245 |
|
246 |
Greg Kroah-Hartman (2): |
247 |
remove the pwd from the bash output, it's messy |
248 |
expand the tweet size, it was only taking 100 chars |
249 |
|
250 |
|
251 |
Summary of changes from v003 to v004 |
252 |
============================================ |
253 |
|
254 |
Greg Kroah-Hartman (3): |
255 |
if --bash is set, don't spit out error messages, we don't care. |
256 |
if --bash is enabled, fork and handle the send in the background |
257 |
update the man page about --bash options |
258 |
|
259 |
|
260 |
Summary of changes from v002 to v003 |
261 |
============================================ |
262 |
|
263 |
Greg Kroah-Hartman (4): |
264 |
added script |
265 |
bump version number |
266 |
change --clean be the default and add --bash to duplicate old method |
267 |
removed unneeded script |
268 |
|
269 |
|
270 |
Summary of changes from v001 to v002 |
271 |
============================================ |
272 |
|
273 |
Greg Kroah-Hartman (9): |
274 |
increment version number |
275 |
add .gz and .bz2 to .gitignore |
276 |
remove ability to make .bz2 from Makefile |
277 |
add --clean option to bti.c |
278 |
add --version to bti.c |
279 |
update the man page to reflect the new options |
280 |
renamed HOWTO to README and added real information there |
281 |
added bti.example as an example ~/.bti file |
282 |
lots of manpage updates trying to document how to use bti better |
283 |
|
284 |
|
285 |
Summary of changes from v000 to v001 |
286 |
============================================ |
287 |
|
288 |
Greg Kroah-Hartman (8): |
289 |
add .gitignore |
290 |
initial commit of bti, everything's working now |
291 |
add the '$ ' to the beginning of the line. |
292 |
added HOWTO |
293 |
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
294 |
added fork functionality to get rid of annoying command line mess |
295 |
added PWD to twit |
296 |
more messing with directory format |
297 |
|