1 Summary of changes from v030 to v031
2 ============================================
4 Diego Elio Pettenò (1):
5 In non-background execution, check whether the server reports success.
7 Greg Kroah-Hartman (2):
8 code formatting cleanups
9 config: fix possible access of non-allocated memory
11 Michel Alexandre Salim (2):
12 Only treat # as a comment marker if it's at the beginning of line or is preceded by a whitespace character
13 Keep searching for '#' comment marker if previous occurence was a false positive
16 Summary of changes from v029 to v030
17 ============================================
19 Greg Kroah-Hartman (9):
20 turn on some better compiler warnings.
22 fix compiler warning with bti_output_line
23 rewrite the config parser
24 Revert "turn on some better compiler warnings."
25 config.c: fix up some compiler warnings
26 config.c: remove config debug lines.
27 bti.c: fix another compiler warning about global functions.
28 send_request needs to return a negative error value.
30 L. Alberto Giménez (4):
31 Fix trivial compiler warnings
32 Added tags files to .gitignore
33 Fix retweet batch operation
34 Fix a segfault when specifying an invalid host.
37 Summary of changes from v028 to v029
38 ============================================
40 Amir Mohammad Saied (2):
41 Update my copyright date.
42 Fixing Identi.ca's OAuth request_token URI
45 Support proper 'reply_to' and 'retweet'
47 Greg Kroah-Hartman (9):
48 updated man pages generated from the docbook source
49 Merge https://github.com/leif81/bti into main tree
50 Merge testing branch into master
51 Merge branch 'oauth-readme' of https://github.com/agimenez/bti into agimenez-oauth-readme
52 reformat README to have a bit shorter lines
53 move verbose flag into the session structure
56 move output logic to one function
59 Support shrinking with bit.ly and j.mp.
61 L. Alberto Giménez (1):
62 Document how to configure OAuth.
65 user and public actions may not require auth
68 Add documentation for new shrink_host feature in bti-shrink-urls.
69 Document the new --retweet feature in bti.xml and add it to bash completion.
70 Active --dry-run for OAuth.
73 Summary of changes from v027 to v028
74 ============================================
76 Diego Elio 'Flameeyes' Pettenò (7):
77 build system: use consistently pkg-config to check for dependencies
78 build system: use AC_SEARCH_LIBS rather than assuming -ldl is needed.
79 Remove autoscan-generated bad tests.
80 Use arrays rather than pointers for static strings.
82 Split --background from --bash, and make the latter imply the former.
83 Collapse more fprintf() calls.
85 Greg Kroah-Hartman (7):
86 Fixup typo in Makefile.am found by @applehq
87 new version of checkpatch.pl from 2.6.35-rc1 kernel
88 whitespace cleanups for bti.c
89 more formatting cleanups
91 Update my copyright date.
92 Reduce the number of calls to fprintf.
95 Summary of changes from v026 to v027
96 ============================================
98 Amir Mohammad Saied (4):
99 OAuth for both twitter, and identi.ca
100 HTTP basic auth for StatusNet instances
101 Leftovers from last commit, accepting account and, password from options
102 - Cosmetics - Escaping tweet before POSTing it
105 Verbose mode shows status IDs
106 Support for replying to notices
107 Add a replyto configuration option
108 Fix a warning: unused variable message
110 Greg Kroah-Hartman (5):
111 add oath.keys from twitter.com
112 Merge branch 'master' into oath
113 error out if liboauth is not present
114 Merge branch 'master' into oath-test
115 fix up the autoconf checking for liboauth and other libraries
117 Michel Alexandre Salim (1):
118 Fix Implicit linking against -ldl
121 Summary of changes from v025 to v026
122 ============================================
124 Greg Kroah-Hartman (7):
125 minor coding style cleanup.
126 updated version of checkpatch.pl
127 another minor codingstyle fix
128 update bti.1 from the xml changes
129 init the readline function after parsing the command line options
130 add a configfile option to the core data structure
131 Add ability to override default config file option
134 bti: suppress prompt if fed from a pipe
135 bti: fix a crash for echo -n|bti
138 Typo fixes for bti(1)
140 Summary of changes from v024 to v025
141 ============================================
143 Amir Mohammad Saied (3):
144 If there's no host specified, the session host is already pointing to twitter, but hosturl is empty
145 Removing explicit mentions of twitter
146 Merge remote branch 'gregkh/master'
148 Greg Kroah-Hartman (1):
149 Remove link-time dependancy on readline
152 Name correct hosts in prompts.
154 Summary of changes from v023 to v024
155 ============================================
158 Disable echo when reading the password
160 Greg Kroah-Hartman (7):
161 fix compiler warning about fprintf
162 clean up some trailing whitespace
163 more coding style cleanups
164 don't free an array on the stack
165 fix crash when --debug is set
166 fix up some compiler warnings in read_password
167 use "quiet" mode of building if present.
170 Add laconica group support
173 BTI should not display password while user types it
175 Summary of changes from v022 to v023
176 ============================================
178 Amir Mohammad Saied (5):
181 verbose option for bash completion script
182 Updating documents, both for the new verbose mode, and custom laconi.ca installations.
183 Updating AUTHORs and copyright section
185 Summary of changes from v021 to v022
186 ============================================
188 Amir Mohammad Saied (2):
189 Support for custom bti installations
190 Updating config example file
192 Greg Kroah-Hartman (4):
193 add the script to the tarball.
194 fix build warning from time patch.
195 Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti
196 Merge branch 'master' of git://github.com/amir/bti
199 bti: show timestamp in statuses
202 bti: use ssl for identi.ca
205 Summary of changes from v020 to v021
206 ============================================
208 Greg Kroah-Hartman (3):
209 fix build of man pages
210 Install bti-shrink-urls properly
214 Summary of changes from v019 to v020
215 ============================================
217 Greg Kroah-Hartman (3):
218 fix two compiler warnings.
220 add more forgotten files to Makefile.am
223 Summary of changes from v018 to v019
224 ============================================
226 Greg Kroah-Hartman (1):
227 Makefile.am and configure.ac tweaks to get the release correct
230 Summary of changes from v017 to v018
231 ============================================
234 Use '#' as prefix for our tweets if we're uid 0; otherwise '$'.
236 Greg Kroah-Hartman (8):
237 add "bti:" to the beginning of all debug messages
238 show version when starting up with debug enabled
239 added bti-shrink-urls man page
240 added bti-shrink-urls.1 to Makefile
241 added AUTHOR section to bti-shrink-urls.xml
242 add bti-shrink-urls.1 to tree
243 convert to use autotools
247 add missing arguments to getopt_long_only call and add --dry-run to --help
250 Summary of changes from v016 to v017
251 ============================================
253 Bart Trojanowski (1):
254 fix a bug with shrink_urls() when ran on text that contains no urls
257 Add support for api page numbers in read mode
259 Greg Kroah-Hartman (5):
260 Lots of checkpatch cleanups to the code
261 Merge branch 'master' of git://github.com/psykoyiko/bti
262 document the --page option
263 add --page to bti-bashcompletion
267 Summary of changes from v015 to v016
268 ============================================
270 Bart Trojanowski (6):
271 add make install target
272 add bti --shrink-urls
273 add bti --dry-run option
274 bti.xml and bti.example updates
275 fix an array overrun in shrink_urls()
276 bti-shrink-urls - properly handle urls with :
278 Greg Kroah-Hartman (3):
279 fix up some compiler warnings due to new patches
280 add new options to bash completion script
281 update bti.1 with new info from xml file
284 Summary of changes from v014 to v015
285 ============================================
287 Amir Mohammad Saied (11):
288 Actions support for bti
289 libxml2 libs and cflags
290 action and values for bash completion
291 Added action option in example bti config file
294 Updating bashcompletion and example config file for new actions
297 Handling unknown actions
298 Fixing an assignment issue
300 Greg Kroah-Hartman (2):
301 Change the formatting of --action output
302 fix readline mess when in --bash mode
304 Summary of changes from v013 to v014
305 ============================================
307 Greg Kroah-Hartman (1):
311 Summary of changes from v012 to v013
312 ============================================
314 Greg Kroah-Hartman (3):
315 coding style cleanups
317 don't duplicate string on password or account prompt
320 Summary of changes from v011 to v012
321 ============================================
323 Amir Mohammad Saied (2):
324 Source parameter added
325 Add bash completion script
327 Greg Kroah-Hartman (2):
329 document the logfile option
332 bti: incorrect version fix
335 Summary of changes from v010 to v011
336 ============================================
337 Amir Mohammad Saied (1):
338 Readline support for bti
340 Greg Kroah-Hartman (3):
341 add initial ~/.bti.log support to log what is going on
342 Add documentation about how to send me patches
343 disable log support until I can add some configurations for it
346 Summary of changes from v009 to v010
347 ============================================
349 Greg Kroah-Hartman (3):
350 add --proxy support to command line
351 check in changes to bti.1 from previous xml changes
352 document the order that config options are handled
355 Fix up documentation of proxy option
356 use the http_proxy environment variable if it is present
359 Summary of changes from v008 to v009
360 ============================================
362 Greg Kroah-Hartman (3):
363 initial cut at adding http proxy support
364 document proxy support
365 add example proxy value to the bti.example file
368 Summary of changes from v007 to v008
369 ============================================
371 Greg Kroah-Hartman (1):
372 Works properly now with twitter due to december twitter server change
375 Summary of changes from v006 to v007
376 ============================================
378 Greg Kroah-Hartman (4):
379 fix git command in Makefile
380 change README to show that we handle identi.ca also now
382 Merge branch 'master' of greg@mail.kroah.net:git/bti
385 fix segfault when piping to bti and user/password are not set
388 Summary of changes from v005 to v006
389 ============================================
391 Greg Kroah-Hartman (2):
392 added github url to the README
393 add identi.ca support to bti
396 Summary of changes from v004 to v005
397 ============================================
399 Greg Kroah-Hartman (2):
400 remove the pwd from the bash output, it's messy
401 expand the tweet size, it was only taking 100 chars
404 Summary of changes from v003 to v004
405 ============================================
407 Greg Kroah-Hartman (3):
408 if --bash is set, don't spit out error messages, we don't care.
409 if --bash is enabled, fork and handle the send in the background
410 update the man page about --bash options
413 Summary of changes from v002 to v003
414 ============================================
416 Greg Kroah-Hartman (4):
419 change --clean be the default and add --bash to duplicate old method
420 removed unneeded script
423 Summary of changes from v001 to v002
424 ============================================
426 Greg Kroah-Hartman (9):
427 increment version number
428 add .gz and .bz2 to .gitignore
429 remove ability to make .bz2 from Makefile
430 add --clean option to bti.c
431 add --version to bti.c
432 update the man page to reflect the new options
433 renamed HOWTO to README and added real information there
434 added bti.example as an example ~/.bti file
435 lots of manpage updates trying to document how to use bti better
438 Summary of changes from v000 to v001
439 ============================================
441 Greg Kroah-Hartman (8):
443 initial commit of bti, everything's working now
444 add the '$ ' to the beginning of the line.
446 meta files added (COPYING, ChangeLog, RELEASE_NOTES)
447 added fork functionality to get rid of annoying command line mess
449 more messing with directory format