1 Summary of changes from v026 to v027
2 ============================================
4 Amir Mohammad Saied (4):
5 OAuth for both twitter, and identi.ca
6 HTTP basic auth for StatusNet instances
7 Leftovers from last commit, accepting account and, password from options
8 - Cosmetics - Escaping tweet before POSTing it
11 Verbose mode shows status IDs
12 Support for replying to notices
13 Add a replyto configuration option
14 Fix a warning: unused variable message
16 Greg Kroah-Hartman (5):
17 add oath.keys from twitter.com
18 Merge branch 'master' into oath
19 error out if liboauth is not present
20 Merge branch 'master' into oath-test
21 fix up the autoconf checking for liboauth and other libraries
23 Michel Alexandre Salim (1):
24 Fix Implicit linking against -ldl
27 Summary of changes from v025 to v026
28 ============================================
30 Greg Kroah-Hartman (7):
31 minor coding style cleanup.
32 updated version of checkpatch.pl
33 another minor codingstyle fix
34 update bti.1 from the xml changes
35 init the readline function after parsing the command line options
36 add a configfile option to the core data structure
37 Add ability to override default config file option
40 bti: suppress prompt if fed from a pipe
41 bti: fix a crash for echo -n|bti
46 Summary of changes from v024 to v025
47 ============================================
49 Amir Mohammad Saied (3):
50 If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
51 Removing explicit mentions of twitter
52 Merge remote branch 'gregkh/master'
54 Greg Kroah-Hartman (1):
55 Remove link-time dependancy on readline
58 Name correct hosts in prompts.
60 Summary of changes from v023 to v024
61 ============================================
64 Disable echo when reading the password
66 Greg Kroah-Hartman (7):
67 fix compiler warning about fprintf
68 clean up some trailing whitespace
69 more coding style cleanups
70 don't free an array on the stack
71 fix crash when --debug is set
72 fix up some compiler warnings in read_password
73 use "quiet" mode of building if present.
76 Add laconica group support
79 BTI should not display password while user types it
81 Summary of changes from v022 to v023
82 ============================================
84 Amir Mohammad Saied (5):
87 verbose option for bash completion script
88 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
89 Updating AUTHORs and copyright section
91 Summary of changes from v021 to v022
92 ============================================
94 Amir Mohammad Saied (2):
95 Support for custom bti installations
96 Updating config example file
98 Greg Kroah-Hartman (4):
99 add the script to the tarball.
100 fix build warning from time patch.
101 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
102 Merge branch 'master' of git://github.com/amir/bti
105 bti: show timestamp in statuses
108 bti: use ssl for identi.ca
111 Summary of changes from v020 to v021
112 ============================================
114 Greg Kroah-Hartman (3):
115 fix build of man pages
116 Install bti-shrink-urls properly
120 Summary of changes from v019 to v020
121 ============================================
123 Greg Kroah-Hartman (3):
124 fix two compiler warnings.
126 add more forgotten files to Makefile.am
129 Summary of changes from v018 to v019
130 ============================================
132 Greg Kroah-Hartman (1):
133 Makefile.am and configure.ac tweaks to get the release correct
136 Summary of changes from v017 to v018
137 ============================================
140 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
142 Greg Kroah-Hartman (8):
143 add "bti:" to the beginning of all debug messages
144 show version when starting up with debug enabled
145 added bti-shrink-urls man page
146 added bti-shrink-urls.1 to Makefile
147 added AUTHOR section to bti-shrink-urls.xml
148 add bti-shrink-urls.1 to tree
149 convert to use autotools
153 add missing arguments to getopt_long_only call and add --dry-run to --help
156 Summary of changes from v016 to v017
157 ============================================
159 Bart Trojanowski (1):
160 fix a bug with shrink_urls() when ran on text that contains no urls
163 Add support for api page numbers in read mode
165 Greg Kroah-Hartman (5):
166 Lots of checkpatch cleanups to the code
167 Merge branch 'master' of git://github.com/psykoyiko/bti
168 document the --page option
169 add --page to bti-bashcompletion
173 Summary of changes from v015 to v016
174 ============================================
176 Bart Trojanowski (6):
177 add make install target
178 add bti --shrink-urls
179 add bti --dry-run option
180 bti.xml and bti.example updates
181 fix an array overrun in shrink_urls()
182 bti-shrink-urls - properly handle urls with :
184 Greg Kroah-Hartman (3):
185 fix up some compiler warnings due to new patches
186 add new options to bash completion script
187 update bti.1 with new info from xml file
190 Summary of changes from v014 to v015
191 ============================================
193 Amir Mohammad Saied (11):
194 Actions support for bti
195 libxml2 libs and cflags
196 action and values for bash completion
197 Added action option in example bti config file
200 Updating bashcompletion and example config file for new actions
203 Handling unknown actions
204 Fixing an assignment issue
206 Greg Kroah-Hartman (2):
207 Change the formatting of --action output
208 fix readline mess when in --bash mode
210 Summary of changes from v013 to v014
211 ============================================
213 Greg Kroah-Hartman (1):
217 Summary of changes from v012 to v013
218 ============================================
220 Greg Kroah-Hartman (3):
221 coding style cleanups
223 don't duplicate string on password or account prompt
226 Summary of changes from v011 to v012
227 ============================================
229 Amir Mohammad Saied (2):
230 Source parameter added
231 Add bash completion script
233 Greg Kroah-Hartman (2):
235 document the logfile option
238 bti: incorrect version fix
241 Summary of changes from v010 to v011
242 ============================================
243 Amir Mohammad Saied (1):
244 Readline support for bti
246 Greg Kroah-Hartman (3):
247 add initial ~/.bti.log support to log what is going on
248 Add documentation about how to send me patches
249 disable log support until I can add some configurations for it
252 Summary of changes from v009 to v010
253 ============================================
255 Greg Kroah-Hartman (3):
256 add --proxy support to command line
257 check in changes to bti.1 from previous xml changes
258 document the order that config options are handled
261 Fix up documentation of proxy option
262 use the http_proxy environment variable if it is present
265 Summary of changes from v008 to v009
266 ============================================
268 Greg Kroah-Hartman (3):
269 initial cut at adding http proxy support
270 document proxy support
271 add example proxy value to the bti.example file
274 Summary of changes from v007 to v008
275 ============================================
277 Greg Kroah-Hartman (1):
278 Works properly now with twitter due to december twitter server change
281 Summary of changes from v006 to v007
282 ============================================
284 Greg Kroah-Hartman (4):
285 fix git command in Makefile
286 change README to show that we handle identi.ca also now
288 Merge branch 'master' of greg@mail.kroah.net:git/bti
291 fix segfault when piping to bti and user/password are not set
294 Summary of changes from v005 to v006
295 ============================================
297 Greg Kroah-Hartman (2):
298 added github url to the README
299 add identi.ca support to bti
302 Summary of changes from v004 to v005
303 ============================================
305 Greg Kroah-Hartman (2):
306 remove the pwd from the bash output, it's messy
307 expand the tweet size, it was only taking 100 chars
310 Summary of changes from v003 to v004
311 ============================================
313 Greg Kroah-Hartman (3):
314 if --bash is set, don't spit out error messages, we don't care.
315 if --bash is enabled, fork and handle the send in the background
316 update the man page about --bash options
319 Summary of changes from v002 to v003
320 ============================================
322 Greg Kroah-Hartman (4):
325 change --clean be the default and add --bash to duplicate old method
326 removed unneeded script
329 Summary of changes from v001 to v002
330 ============================================
332 Greg Kroah-Hartman (9):
333 increment version number
334 add .gz and .bz2 to .gitignore
335 remove ability to make .bz2 from Makefile
336 add --clean option to bti.c
337 add --version to bti.c
338 update the man page to reflect the new options
339 renamed HOWTO to README and added real information there
340 added bti.example as an example ~/.bti file
341 lots of manpage updates trying to document how to use bti better
344 Summary of changes from v000 to v001
345 ============================================
347 Greg Kroah-Hartman (8):
349 initial commit of bti, everything's working now
350 add the '$ ' to the beginning of the line.
352 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
353 added fork functionality to get rid of annoying command line mess
355 more messing with directory format