1 Summary of changes from v028 to v029
2 ============================================
4 Amir Mohammad Saied (2):
5 Update my copyright date.
6 Fixing Identi.ca's OAuth request_token URI
9 Support proper 'reply_to' and 'retweet'
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
20 move output logic to one function
23 Support shrinking with bit.ly and j.mp.
25 L. Alberto Giménez (1):
26 Document how to configure OAuth.
29 user and public actions may not require auth
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.
37 Summary of changes from v027 to v028
38 ============================================
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.
46 Split --background from --bash, and make the latter imply the former.
47 Collapse more fprintf() calls.
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
55 Update my copyright date.
56 Reduce the number of calls to fprintf.
59 Summary of changes from v026 to v027
60 ============================================
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
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
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
81 Michel Alexandre Salim (1):
82 Fix Implicit linking against -ldl
85 Summary of changes from v025 to v026
86 ============================================
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
98 bti: suppress prompt if fed from a pipe
99 bti: fix a crash for echo -n|bti
102 Typo fixes for bti(1)
104 Summary of changes from v024 to v025
105 ============================================
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'
112 Greg Kroah-Hartman (1):
113 Remove link-time dependancy on readline
116 Name correct hosts in prompts.
118 Summary of changes from v023 to v024
119 ============================================
122 Disable echo when reading the password
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.
134 Add laconica group support
137 BTI should not display password while user types it
139 Summary of changes from v022 to v023
140 ============================================
142 Amir Mohammad Saied (5):
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
149 Summary of changes from v021 to v022
150 ============================================
152 Amir Mohammad Saied (2):
153 Support for custom bti installations
154 Updating config example file
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
163 bti: show timestamp in statuses
166 bti: use ssl for identi.ca
169 Summary of changes from v020 to v021
170 ============================================
172 Greg Kroah-Hartman (3):
173 fix build of man pages
174 Install bti-shrink-urls properly
178 Summary of changes from v019 to v020
179 ============================================
181 Greg Kroah-Hartman (3):
182 fix two compiler warnings.
184 add more forgotten files to Makefile.am
187 Summary of changes from v018 to v019
188 ============================================
190 Greg Kroah-Hartman (1):
191 Makefile.am and configure.ac tweaks to get the release correct
194 Summary of changes from v017 to v018
195 ============================================
198 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
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
211 add missing arguments to getopt_long_only call and add --dry-run to --help
214 Summary of changes from v016 to v017
215 ============================================
217 Bart Trojanowski (1):
218 fix a bug with shrink_urls() when ran on text that contains no urls
221 Add support for api page numbers in read mode
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
231 Summary of changes from v015 to v016
232 ============================================
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 :
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
248 Summary of changes from v014 to v015
249 ============================================
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
258 Updating bashcompletion and example config file for new actions
261 Handling unknown actions
262 Fixing an assignment issue
264 Greg Kroah-Hartman (2):
265 Change the formatting of --action output
266 fix readline mess when in --bash mode
268 Summary of changes from v013 to v014
269 ============================================
271 Greg Kroah-Hartman (1):
275 Summary of changes from v012 to v013
276 ============================================
278 Greg Kroah-Hartman (3):
279 coding style cleanups
281 don't duplicate string on password or account prompt
284 Summary of changes from v011 to v012
285 ============================================
287 Amir Mohammad Saied (2):
288 Source parameter added
289 Add bash completion script
291 Greg Kroah-Hartman (2):
293 document the logfile option
296 bti: incorrect version fix
299 Summary of changes from v010 to v011
300 ============================================
301 Amir Mohammad Saied (1):
302 Readline support for bti
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
310 Summary of changes from v009 to v010
311 ============================================
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
319 Fix up documentation of proxy option
320 use the http_proxy environment variable if it is present
323 Summary of changes from v008 to v009
324 ============================================
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
332 Summary of changes from v007 to v008
333 ============================================
335 Greg Kroah-Hartman (1):
336 Works properly now with twitter due to december twitter server change
339 Summary of changes from v006 to v007
340 ============================================
342 Greg Kroah-Hartman (4):
343 fix git command in Makefile
344 change README to show that we handle identi.ca also now
346 Merge branch 'master' of greg@mail.kroah.net:git/bti
349 fix segfault when piping to bti and user/password are not set
352 Summary of changes from v005 to v006
353 ============================================
355 Greg Kroah-Hartman (2):
356 added github url to the README
357 add identi.ca support to bti
360 Summary of changes from v004 to v005
361 ============================================
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
368 Summary of changes from v003 to v004
369 ============================================
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
377 Summary of changes from v002 to v003
378 ============================================
380 Greg Kroah-Hartman (4):
383 change --clean be the default and add --bash to duplicate old method
384 removed unneeded script
387 Summary of changes from v001 to v002
388 ============================================
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
402 Summary of changes from v000 to v001
403 ============================================
405 Greg Kroah-Hartman (8):
407 initial commit of bti, everything's working now
408 add the '$ ' to the beginning of the line.
410 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
411 added fork functionality to get rid of annoying command line mess
413 more messing with directory format