1 |
Summary of changes from v028 to v029 |
2 |
============================================ |
3 |
|
4 |
Amir Mohammad Saied (2): |
5 |
Update my copyright date. |
6 |
Fixing Identi.ca's OAuth request_token URI |
7 |
|
8 |
Dwi Sasongko S (1): |
9 |
Support proper 'reply_to' and 'retweet' |
10 |
|
11 |
Greg Kroah-Hartman (9): |
12 |
updated man pages generated from the docbook source |
13 |
Merge https://github.com/leif81/bti into main tree |
14 |
Merge testing branch into master |
15 |
Merge branch 'oauth-readme' of https://github.com/agimenez/bti into agimenez-oauth-readme |
16 |
reformat README to have a bit shorter lines |
17 |
move verbose flag into the session structure |
18 |
create bti.h |
19 |
add config.c |
20 |
move output logic to one function |
21 |
|
22 |
Justin Forest (1): |
23 |
Support shrinking with bit.ly and j.mp. |
24 |
|
25 |
L. Alberto Giménez (1): |
26 |
Document how to configure OAuth. |
27 |
|
28 |
Leif Gruenwoldt (1): |
29 |
user and public actions may not require auth |
30 |
|
31 |
gregor herrmann (3): |
32 |
Add documentation for new shrink_host feature in bti-shrink-urls. |
33 |
Document the new --retweet feature in bti.xml and add it to bash completion. |
34 |
Active --dry-run for OAuth. |
35 |
|
36 |
|
37 |
Summary of changes from v027 to v028 |
38 |
============================================ |
39 |
|
40 |
Diego Elio 'Flameeyes' Pettenò (7): |
41 |
build system: use consistently pkg-config to check for dependencies |
42 |
build system: use AC_SEARCH_LIBS rather than assuming -ldl is needed. |
43 |
Remove autoscan-generated bad tests. |
44 |
Use arrays rather than pointers for static strings. |
45 |
Typo fix. |
46 |
Split --background from --bash, and make the latter imply the former. |
47 |
Collapse more fprintf() calls. |
48 |
|
49 |
Greg Kroah-Hartman (7): |
50 |
Fixup typo in Makefile.am found by @applehq |
51 |
new version of checkpatch.pl from 2.6.35-rc1 kernel |
52 |
whitespace cleanups for bti.c |
53 |
more formatting cleanups |
54 |
long line cleanups |
55 |
Update my copyright date. |
56 |
Reduce the number of calls to fprintf. |
57 |
|
58 |
|
59 |
Summary of changes from v026 to v027 |
60 |
============================================ |
61 |
|
62 |
Amir Mohammad Saied (4): |
63 |
OAuth for both twitter, and identi.ca |
64 |
HTTP basic auth for StatusNet instances |
65 |
Leftovers from last commit, accepting account and, password from options |
66 |
- Cosmetics - Escaping tweet before POSTing it |
67 |
|
68 |
Daniel Cordero (4): |
69 |
Verbose mode shows status IDs |
70 |
Support for replying to notices |
71 |
Add a replyto configuration option |
72 |
Fix a warning: unused variable message |
73 |
|
74 |
Greg Kroah-Hartman (5): |
75 |
add oath.keys from twitter.com |
76 |
Merge branch 'master' into oath |
77 |
error out if liboauth is not present |
78 |
Merge branch 'master' into oath-test |
79 |
fix up the autoconf checking for liboauth and other libraries |
80 |
|
81 |
Michel Alexandre Salim (1): |
82 |
Fix Implicit linking against -ldl |
83 |
|
84 |
|
85 |
Summary of changes from v025 to v026 |
86 |
============================================ |
87 |
|
88 |
Greg Kroah-Hartman (7): |
89 |
minor coding style cleanup. |
90 |
updated version of checkpatch.pl |
91 |
another minor codingstyle fix |
92 |
update bti.1 from the xml changes |
93 |
init the readline function after parsing the command line options |
94 |
add a configfile option to the core data structure |
95 |
Add ability to override default config file option |
96 |
|
97 |
Pete Zaitcev (2): |
98 |
bti: suppress prompt if fed from a pipe |
99 |
bti: fix a crash for echo -n|bti |
100 |
|
101 |
Reuben Thomas (1): |
102 |
Typo fixes for bti(1) |
103 |
|
104 |
Summary of changes from v024 to v025 |
105 |
============================================ |
106 |
|
107 |
Amir Mohammad Saied (3): |
108 |
If there's no host specified, the session host is already pointing to twitter, but hosturl is empty |
109 |
Removing explicit mentions of twitter |
110 |
Merge remote branch 'gregkh/master' |
111 |
|
112 |
Greg Kroah-Hartman (1): |
113 |
Remove link-time dependancy on readline |
114 |
|
115 |
gregor herrmann (1): |
116 |
Name correct hosts in prompts. |
117 |
|
118 |
Summary of changes from v023 to v024 |
119 |
============================================ |
120 |
|
121 |
Ben Boeckel (1): |
122 |
Disable echo when reading the password |
123 |
|
124 |
Greg Kroah-Hartman (7): |
125 |
fix compiler warning about fprintf |
126 |
clean up some trailing whitespace |
127 |
more coding style cleanups |
128 |
don't free an array on the stack |
129 |
fix crash when --debug is set |
130 |
fix up some compiler warnings in read_password |
131 |
use "quiet" mode of building if present. |
132 |
|
133 |
Marvin Vek (1): |
134 |
Add laconica group support |
135 |
|
136 |
gregor herrmann (1): |
137 |
BTI should not display password while user types it |
138 |
|
139 |
Summary of changes from v022 to v023 |
140 |
============================================ |
141 |
|
142 |
Amir Mohammad Saied (5): |
143 |
https for twitter |
144 |
Verbose mode for bti |
145 |
verbose option for bash completion script |
146 |
Updating documents, both for the new verbose mode, and custom laconi.ca installations. |
147 |
Updating AUTHORs and copyright section |
148 |
|
149 |
Summary of changes from v021 to v022 |
150 |
============================================ |
151 |
|
152 |
Amir Mohammad Saied (2): |
153 |
Support for custom bti installations |
154 |
Updating config example file |
155 |
|
156 |
Greg Kroah-Hartman (4): |
157 |
add the script to the tarball. |
158 |
fix build warning from time patch. |
159 |
Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti |
160 |
Merge branch 'master' of git://github.com/amir/bti |
161 |
|
162 |
J.R. Mauro (1): |
163 |
bti: show timestamp in statuses |
164 |
|
165 |
gregor herrmann (1): |
166 |
bti: use ssl for identi.ca |
167 |
|
168 |
|
169 |
Summary of changes from v020 to v021 |
170 |
============================================ |
171 |
|
172 |
Greg Kroah-Hartman (3): |
173 |
fix build of man pages |
174 |
Install bti-shrink-urls properly |
175 |
bump version to 021 |
176 |
|
177 |
|
178 |
Summary of changes from v019 to v020 |
179 |
============================================ |
180 |
|
181 |
Greg Kroah-Hartman (3): |
182 |
fix two compiler warnings. |
183 |
bump version number |
184 |
add more forgotten files to Makefile.am |
185 |
|
186 |
|
187 |
Summary of changes from v018 to v019 |
188 |
============================================ |
189 |
|
190 |
Greg Kroah-Hartman (1): |
191 |
Makefile.am and configure.ac tweaks to get the release correct |
192 |
|
193 |
|
194 |
Summary of changes from v017 to v018 |
195 |
============================================ |
196 |
|
197 |
Alexander Færøy (1): |
198 |
Use '#' as prefix for our tweets if we're uid 0; otherwise '$'. |
199 |
|
200 |
Greg Kroah-Hartman (8): |
201 |
add "bti:" to the beginning of all debug messages |
202 |
show version when starting up with debug enabled |
203 |
added bti-shrink-urls man page |
204 |
added bti-shrink-urls.1 to Makefile |
205 |
added AUTHOR section to bti-shrink-urls.xml |
206 |
add bti-shrink-urls.1 to tree |
207 |
convert to use autotools |
208 |
more autoconf fun |
209 |
|
210 |
Gregor Herrmann (1): |
211 |
add missing arguments to getopt_long_only call and add --dry-run to --help |
212 |
|
213 |
|
214 |
Summary of changes from v016 to v017 |
215 |
============================================ |
216 |
|
217 |
Bart Trojanowski (1): |
218 |
fix a bug with shrink_urls() when ran on text that contains no urls |
219 |
|
220 |
Dave Barry (1): |
221 |
Add support for api page numbers in read mode |
222 |
|
223 |
Greg Kroah-Hartman (5): |
224 |
Lots of checkpatch cleanups to the code |
225 |
Merge branch 'master' of git://github.com/psykoyiko/bti |
226 |
document the --page option |
227 |
add --page to bti-bashcompletion |
228 |
update bti.1 |
229 |
|
230 |
|
231 |
Summary of changes from v015 to v016 |
232 |
============================================ |
233 |
|
234 |
Bart Trojanowski (6): |
235 |
add make install target |
236 |
add bti --shrink-urls |
237 |
add bti --dry-run option |
238 |
bti.xml and bti.example updates |
239 |
fix an array overrun in shrink_urls() |
240 |
bti-shrink-urls - properly handle urls with : |
241 |
|
242 |
Greg Kroah-Hartman (3): |
243 |
fix up some compiler warnings due to new patches |
244 |
add new options to bash completion script |
245 |
update bti.1 with new info from xml file |
246 |
|
247 |
|
248 |
Summary of changes from v014 to v015 |
249 |
============================================ |
250 |
|
251 |
Amir Mohammad Saied (11): |
252 |
Actions support for bti |
253 |
libxml2 libs and cflags |
254 |
action and values for bash completion |
255 |
Added action option in example bti config file |
256 |
User action |
257 |
Replies action |
258 |
Updating bashcompletion and example config file for new actions |
259 |
logging more |
260 |
Updating documents |
261 |
Handling unknown actions |
262 |
Fixing an assignment issue |
263 |
|
264 |
Greg Kroah-Hartman (2): |
265 |
Change the formatting of --action output |
266 |
fix readline mess when in --bash mode |
267 |
|
268 |
Summary of changes from v013 to v014 |
269 |
============================================ |
270 |
|
271 |
Greg Kroah-Hartman (1): |
272 |
Fix readline bug(s) |
273 |
|
274 |
|
275 |
Summary of changes from v012 to v013 |
276 |
============================================ |
277 |
|
278 |
Greg Kroah-Hartman (3): |
279 |
coding style cleanups |
280 |
fix readline support |
281 |
don't duplicate string on password or account prompt |
282 |
|
283 |
|
284 |
Summary of changes from v011 to v012 |
285 |
============================================ |
286 |
|
287 |
Amir Mohammad Saied (2): |
288 |
Source parameter added |
289 |
Add bash completion script |
290 |
|
291 |
Greg Kroah-Hartman (2): |
292 |
add --logfile option |
293 |
document the logfile option |
294 |
|
295 |
SanjayKumar J (1): |
296 |
bti: incorrect version fix |
297 |
|
298 |
|
299 |
Summary of changes from v010 to v011 |
300 |
============================================ |
301 |
Amir Mohammad Saied (1): |
302 |
Readline support for bti |
303 |
|
304 |
Greg Kroah-Hartman (3): |
305 |
add initial ~/.bti.log support to log what is going on |
306 |
Add documentation about how to send me patches |
307 |
disable log support until I can add some configurations for it |
308 |
|
309 |
|
310 |
Summary of changes from v009 to v010 |
311 |
============================================ |
312 |
|
313 |
Greg Kroah-Hartman (3): |
314 |
add --proxy support to command line |
315 |
check in changes to bti.1 from previous xml changes |
316 |
document the order that config options are handled |
317 |
|
318 |
gregor herrmann (2): |
319 |
Fix up documentation of proxy option |
320 |
use the http_proxy environment variable if it is present |
321 |
|
322 |
|
323 |
Summary of changes from v008 to v009 |
324 |
============================================ |
325 |
|
326 |
Greg Kroah-Hartman (3): |
327 |
initial cut at adding http proxy support |
328 |
document proxy support |
329 |
add example proxy value to the bti.example file |
330 |
|
331 |
|
332 |
Summary of changes from v007 to v008 |
333 |
============================================ |
334 |
|
335 |
Greg Kroah-Hartman (1): |
336 |
Works properly now with twitter due to december twitter server change |
337 |
|
338 |
|
339 |
Summary of changes from v006 to v007 |
340 |
============================================ |
341 |
|
342 |
Greg Kroah-Hartman (4): |
343 |
fix git command in Makefile |
344 |
change README to show that we handle identi.ca also now |
345 |
more README updates |
346 |
Merge branch 'master' of greg@mail.kroah.net:git/bti |
347 |
|
348 |
Olivier Blin (1): |
349 |
fix segfault when piping to bti and user/password are not set |
350 |
|
351 |
|
352 |
Summary of changes from v005 to v006 |
353 |
============================================ |
354 |
|
355 |
Greg Kroah-Hartman (2): |
356 |
added github url to the README |
357 |
add identi.ca support to bti |
358 |
|
359 |
|
360 |
Summary of changes from v004 to v005 |
361 |
============================================ |
362 |
|
363 |
Greg Kroah-Hartman (2): |
364 |
remove the pwd from the bash output, it's messy |
365 |
expand the tweet size, it was only taking 100 chars |
366 |
|
367 |
|
368 |
Summary of changes from v003 to v004 |
369 |
============================================ |
370 |
|
371 |
Greg Kroah-Hartman (3): |
372 |
if --bash is set, don't spit out error messages, we don't care. |
373 |
if --bash is enabled, fork and handle the send in the background |
374 |
update the man page about --bash options |
375 |
|
376 |
|
377 |
Summary of changes from v002 to v003 |
378 |
============================================ |
379 |
|
380 |
Greg Kroah-Hartman (4): |
381 |
added script |
382 |
bump version number |
383 |
change --clean be the default and add --bash to duplicate old method |
384 |
removed unneeded script |
385 |
|
386 |
|
387 |
Summary of changes from v001 to v002 |
388 |
============================================ |
389 |
|
390 |
Greg Kroah-Hartman (9): |
391 |
increment version number |
392 |
add .gz and .bz2 to .gitignore |
393 |
remove ability to make .bz2 from Makefile |
394 |
add --clean option to bti.c |
395 |
add --version to bti.c |
396 |
update the man page to reflect the new options |
397 |
renamed HOWTO to README and added real information there |
398 |
added bti.example as an example ~/.bti file |
399 |
lots of manpage updates trying to document how to use bti better |
400 |
|
401 |
|
402 |
Summary of changes from v000 to v001 |
403 |
============================================ |
404 |
|
405 |
Greg Kroah-Hartman (8): |
406 |
add .gitignore |
407 |
initial commit of bti, everything's working now |
408 |
add the '$ ' to the beginning of the line. |
409 |
added HOWTO |
410 |
meta files added (COPYING, ChangeLog, RELEASE_NOTES) |
411 |
added fork functionality to get rid of annoying command line mess |
412 |
added PWD to twit |
413 |
more messing with directory format |
414 |
|