1 Summary of changes from v027 to v028
2 ============================================
4 Diego Elio 'Flameeyes' Pettenò (7):
5 build system: use consistently pkg-config to check for dependencies
6 build system: use AC_SEARCH_LIBS rather than assuming -ldl is needed.
7 Remove autoscan-generated bad tests.
8 Use arrays rather than pointers for static strings.
10 Split --background from --bash, and make the latter imply the former.
11 Collapse more fprintf() calls.
13 Greg Kroah-Hartman (7):
14 Fixup typo in Makefile.am found by @applehq
15 new version of checkpatch.pl from 2.6.35-rc1 kernel
16 whitespace cleanups for bti.c
17 more formatting cleanups
19 Update my copyright date.
20 Reduce the number of calls to fprintf.
23 Summary of changes from v026 to v027
24 ============================================
26 Amir Mohammad Saied (4):
27 OAuth for both twitter, and identi.ca
28 HTTP basic auth for StatusNet instances
29 Leftovers from last commit, accepting account and, password from options
30 - Cosmetics - Escaping tweet before POSTing it
33 Verbose mode shows status IDs
34 Support for replying to notices
35 Add a replyto configuration option
36 Fix a warning: unused variable message
38 Greg Kroah-Hartman (5):
39 add oath.keys from twitter.com
40 Merge branch 'master' into oath
41 error out if liboauth is not present
42 Merge branch 'master' into oath-test
43 fix up the autoconf checking for liboauth and other libraries
45 Michel Alexandre Salim (1):
46 Fix Implicit linking against -ldl
49 Summary of changes from v025 to v026
50 ============================================
52 Greg Kroah-Hartman (7):
53 minor coding style cleanup.
54 updated version of checkpatch.pl
55 another minor codingstyle fix
56 update bti.1 from the xml changes
57 init the readline function after parsing the command line options
58 add a configfile option to the core data structure
59 Add ability to override default config file option
62 bti: suppress prompt if fed from a pipe
63 bti: fix a crash for echo -n|bti
68 Summary of changes from v024 to v025
69 ============================================
71 Amir Mohammad Saied (3):
72 If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
73 Removing explicit mentions of twitter
74 Merge remote branch 'gregkh/master'
76 Greg Kroah-Hartman (1):
77 Remove link-time dependancy on readline
80 Name correct hosts in prompts.
82 Summary of changes from v023 to v024
83 ============================================
86 Disable echo when reading the password
88 Greg Kroah-Hartman (7):
89 fix compiler warning about fprintf
90 clean up some trailing whitespace
91 more coding style cleanups
92 don't free an array on the stack
93 fix crash when --debug is set
94 fix up some compiler warnings in read_password
95 use "quiet" mode of building if present.
98 Add laconica group support
101 BTI should not display password while user types it
103 Summary of changes from v022 to v023
104 ============================================
106 Amir Mohammad Saied (5):
109 verbose option for bash completion script
110 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
111 Updating AUTHORs and copyright section
113 Summary of changes from v021 to v022
114 ============================================
116 Amir Mohammad Saied (2):
117 Support for custom bti installations
118 Updating config example file
120 Greg Kroah-Hartman (4):
121 add the script to the tarball.
122 fix build warning from time patch.
123 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
124 Merge branch 'master' of git://github.com/amir/bti
127 bti: show timestamp in statuses
130 bti: use ssl for identi.ca
133 Summary of changes from v020 to v021
134 ============================================
136 Greg Kroah-Hartman (3):
137 fix build of man pages
138 Install bti-shrink-urls properly
142 Summary of changes from v019 to v020
143 ============================================
145 Greg Kroah-Hartman (3):
146 fix two compiler warnings.
148 add more forgotten files to Makefile.am
151 Summary of changes from v018 to v019
152 ============================================
154 Greg Kroah-Hartman (1):
155 Makefile.am and configure.ac tweaks to get the release correct
158 Summary of changes from v017 to v018
159 ============================================
162 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
164 Greg Kroah-Hartman (8):
165 add "bti:" to the beginning of all debug messages
166 show version when starting up with debug enabled
167 added bti-shrink-urls man page
168 added bti-shrink-urls.1 to Makefile
169 added AUTHOR section to bti-shrink-urls.xml
170 add bti-shrink-urls.1 to tree
171 convert to use autotools
175 add missing arguments to getopt_long_only call and add --dry-run to --help
178 Summary of changes from v016 to v017
179 ============================================
181 Bart Trojanowski (1):
182 fix a bug with shrink_urls() when ran on text that contains no urls
185 Add support for api page numbers in read mode
187 Greg Kroah-Hartman (5):
188 Lots of checkpatch cleanups to the code
189 Merge branch 'master' of git://github.com/psykoyiko/bti
190 document the --page option
191 add --page to bti-bashcompletion
195 Summary of changes from v015 to v016
196 ============================================
198 Bart Trojanowski (6):
199 add make install target
200 add bti --shrink-urls
201 add bti --dry-run option
202 bti.xml and bti.example updates
203 fix an array overrun in shrink_urls()
204 bti-shrink-urls - properly handle urls with :
206 Greg Kroah-Hartman (3):
207 fix up some compiler warnings due to new patches
208 add new options to bash completion script
209 update bti.1 with new info from xml file
212 Summary of changes from v014 to v015
213 ============================================
215 Amir Mohammad Saied (11):
216 Actions support for bti
217 libxml2 libs and cflags
218 action and values for bash completion
219 Added action option in example bti config file
222 Updating bashcompletion and example config file for new actions
225 Handling unknown actions
226 Fixing an assignment issue
228 Greg Kroah-Hartman (2):
229 Change the formatting of --action output
230 fix readline mess when in --bash mode
232 Summary of changes from v013 to v014
233 ============================================
235 Greg Kroah-Hartman (1):
239 Summary of changes from v012 to v013
240 ============================================
242 Greg Kroah-Hartman (3):
243 coding style cleanups
245 don't duplicate string on password or account prompt
248 Summary of changes from v011 to v012
249 ============================================
251 Amir Mohammad Saied (2):
252 Source parameter added
253 Add bash completion script
255 Greg Kroah-Hartman (2):
257 document the logfile option
260 bti: incorrect version fix
263 Summary of changes from v010 to v011
264 ============================================
265 Amir Mohammad Saied (1):
266 Readline support for bti
268 Greg Kroah-Hartman (3):
269 add initial ~/.bti.log support to log what is going on
270 Add documentation about how to send me patches
271 disable log support until I can add some configurations for it
274 Summary of changes from v009 to v010
275 ============================================
277 Greg Kroah-Hartman (3):
278 add --proxy support to command line
279 check in changes to bti.1 from previous xml changes
280 document the order that config options are handled
283 Fix up documentation of proxy option
284 use the http_proxy environment variable if it is present
287 Summary of changes from v008 to v009
288 ============================================
290 Greg Kroah-Hartman (3):
291 initial cut at adding http proxy support
292 document proxy support
293 add example proxy value to the bti.example file
296 Summary of changes from v007 to v008
297 ============================================
299 Greg Kroah-Hartman (1):
300 Works properly now with twitter due to december twitter server change
303 Summary of changes from v006 to v007
304 ============================================
306 Greg Kroah-Hartman (4):
307 fix git command in Makefile
308 change README to show that we handle identi.ca also now
310 Merge branch 'master' of greg@mail.kroah.net:git/bti
313 fix segfault when piping to bti and user/password are not set
316 Summary of changes from v005 to v006
317 ============================================
319 Greg Kroah-Hartman (2):
320 added github url to the README
321 add identi.ca support to bti
324 Summary of changes from v004 to v005
325 ============================================
327 Greg Kroah-Hartman (2):
328 remove the pwd from the bash output, it's messy
329 expand the tweet size, it was only taking 100 chars
332 Summary of changes from v003 to v004
333 ============================================
335 Greg Kroah-Hartman (3):
336 if --bash is set, don't spit out error messages, we don't care.
337 if --bash is enabled, fork and handle the send in the background
338 update the man page about --bash options
341 Summary of changes from v002 to v003
342 ============================================
344 Greg Kroah-Hartman (4):
347 change --clean be the default and add --bash to duplicate old method
348 removed unneeded script
351 Summary of changes from v001 to v002
352 ============================================
354 Greg Kroah-Hartman (9):
355 increment version number
356 add .gz and .bz2 to .gitignore
357 remove ability to make .bz2 from Makefile
358 add --clean option to bti.c
359 add --version to bti.c
360 update the man page to reflect the new options
361 renamed HOWTO to README and added real information there
362 added bti.example as an example ~/.bti file
363 lots of manpage updates trying to document how to use bti better
366 Summary of changes from v000 to v001
367 ============================================
369 Greg Kroah-Hartman (8):
371 initial commit of bti, everything's working now
372 add the '$ ' to the beginning of the line.
374 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
375 added fork functionality to get rid of annoying command line mess
377 more messing with directory format