rainbowstream.git
8 years agoUpdate TwitterException handling
vunhat_minh [Thu, 6 Aug 2015 03:31:38 +0000 (12:31 +0900)]
Update TwitterException handling

8 years agoDisplay detail error when over 140 character limit
vunhat_minh [Fri, 31 Jul 2015 07:43:03 +0000 (16:43 +0900)]
Display detail error when over 140 character limit

8 years agoautopep8
vunhat_minh [Fri, 31 Jul 2015 06:19:42 +0000 (15:19 +0900)]
autopep8

8 years agoUse entities/urls in open command
vunhat_minh [Fri, 31 Jul 2015 06:10:39 +0000 (15:10 +0900)]
Use entities/urls in open command

8 years agoMerge branch 'master' of github.com:DTVD/rainbowstream
Orakaro [Fri, 31 Jul 2015 02:10:59 +0000 (11:10 +0900)]
Merge branch 'master' of github.com:DTVD/rainbowstream

8 years agobumped version
Orakaro [Fri, 31 Jul 2015 02:10:36 +0000 (11:10 +0900)]
bumped version

8 years agoMerge pull request #101 from bketelsen/master
Orakaro [Fri, 31 Jul 2015 01:40:53 +0000 (10:40 +0900)]
Merge pull request #101 from bketelsen/master

Add Dockerfile for self-contained runtime

8 years agoMerge pull request #100 from bradleyjones/check-tweet-length
Orakaro [Fri, 31 Jul 2015 01:40:33 +0000 (10:40 +0900)]
Merge pull request #100 from bradleyjones/check-tweet-length

Check tweet length

8 years agoSet -hr as default and drop the config
Orakaro [Fri, 31 Jul 2015 01:33:57 +0000 (10:33 +0900)]
Set -hr as default and drop the config

8 years agoLet -hr work with Python2
Orakaro [Fri, 31 Jul 2015 01:32:04 +0000 (10:32 +0900)]
Let -hr work with Python2

8 years agoMerge pull request #122 from bogwonch/better-images
Orakaro [Fri, 31 Jul 2015 01:38:01 +0000 (10:38 +0900)]
Merge pull request #122 from bogwonch/better-images

Better images

8 years agoAdded 24bit color for pixel printing
Joseph Hallett [Thu, 30 Jul 2015 22:37:43 +0000 (23:37 +0100)]
Added 24bit color for pixel printing

8 years agoAdded flag to enable higher resolution printing
Joseph Hallett [Thu, 30 Jul 2015 22:28:23 +0000 (23:28 +0100)]
Added flag to enable higher resolution printing
Restores the default behavior if no flags are added

8 years agoAdded a flag to enable 24bit color output in images.
Joseph Hallett [Thu, 30 Jul 2015 21:44:47 +0000 (22:44 +0100)]
Added a flag to enable 24bit color output in images.

8 years agoStopped images having their height halved when using blocky printing
Joseph Hallett [Thu, 30 Jul 2015 12:18:57 +0000 (13:18 +0100)]
Stopped images having their height halved when using blocky printing

8 years agodoubled the resolution of images
Joseph Hallett [Wed, 29 Jul 2015 23:36:29 +0000 (00:36 +0100)]
doubled the resolution of images

9 years agoAdd Dockerfile for self-contained runtime
Brian Ketelsen [Tue, 14 Apr 2015 12:55:53 +0000 (08:55 -0400)]
Add Dockerfile for self-contained runtime

9 years agoUpdate README.rst
Orakaro [Tue, 14 Apr 2015 08:48:16 +0000 (17:48 +0900)]
Update README.rst

9 years agoCheck tweet length
Bradley Jones [Wed, 8 Apr 2015 15:46:35 +0000 (16:46 +0100)]
Check tweet length

Check the length of a tweet before sending to twitter and display error message
so user can change the message without having to wait for the twitter exception.

9 years agoDelete unused Error
Orakaro [Sun, 8 Mar 2015 05:26:14 +0000 (14:26 +0900)]
Delete unused Error

9 years agoMerge pull request #90 from Tenzer/better-repall
Orakaro [Sun, 8 Mar 2015 05:20:14 +0000 (14:20 +0900)]
Merge pull request #90 from Tenzer/better-repall

Better nick handling in 'repall'

9 years agoIterate over the original_tweet variable, not the tweet module
Jeppe Toustrup [Wed, 4 Mar 2015 12:17:21 +0000 (13:17 +0100)]
Iterate over the original_tweet variable, not the tweet module

9 years agoBe sure to always include nick of person replied to with repall even if it's the...
Jeppe Toustrup [Fri, 27 Feb 2015 06:53:11 +0000 (07:53 +0100)]
Be sure to always include nick of person replied to with repall even if it's the user

9 years agoImprovements to nicks handling in 'repall' command:
Jeppe Toustrup [Thu, 26 Feb 2015 18:48:24 +0000 (19:48 +0100)]
Improvements to nicks handling in 'repall' command:

- Always have the owner of the tweet responding to first in the response
- Never include the user's nick in the list
- Make sure we don't have duplicate nicks

All with the added bonus of avoiding regexing due to Twitter's entities list

9 years agominor fix
Orakaro [Sat, 14 Feb 2015 05:44:54 +0000 (14:44 +0900)]
minor fix

9 years agoFix bug when start with public stream
vunhat_minh [Mon, 22 Dec 2014 10:51:42 +0000 (19:51 +0900)]
Fix bug when start with public stream

9 years ago* Fix #74
vunhat_minh [Mon, 22 Dec 2014 10:17:49 +0000 (19:17 +0900)]
* Fix #74
* Add ability to switch to no-keyword public stream

9 years agoMerge pull request #77 from nwtti/master
Orakaro [Mon, 22 Dec 2014 08:40:19 +0000 (17:40 +0900)]
Merge pull request #77 from nwtti/master

stream argument and switch list argument

9 years agoMerge pull request #78 from QuadPiece/patch-1
Orakaro [Mon, 22 Dec 2014 02:29:02 +0000 (11:29 +0900)]
Merge pull request #78 from QuadPiece/patch-1

Small grammar correction

9 years agoSmall grammar correction
Dominik V. Salonen [Fri, 12 Dec 2014 16:01:01 +0000 (17:01 +0100)]
Small grammar correction

9 years agoability to give lists name as switch argument
witti96 [Sat, 29 Nov 2014 16:26:11 +0000 (17:26 +0100)]
ability to give lists name as switch argument

9 years agomini cleanup
witti96 [Sat, 29 Nov 2014 16:11:25 +0000 (17:11 +0100)]
mini cleanup

9 years agoAdded --stream argument to change the stream on program start.
witti96 [Sat, 29 Nov 2014 16:01:29 +0000 (17:01 +0100)]
Added --stream argument to change the stream on program start.

9 years agoMerge pull request #76 from TakuyaMK/patch-1
Orakaro [Mon, 17 Nov 2014 12:44:15 +0000 (21:44 +0900)]
Merge pull request #76 from TakuyaMK/patch-1

Update README.rst

9 years agoUpdate README.rst
Sergio Navarro Fernández [Fri, 14 Nov 2014 07:48:08 +0000 (08:48 +0100)]
Update README.rst

"libjpeg" doesn't exist anymore.

9 years agoignore MacOSX file
Orakaro [Tue, 11 Nov 2014 14:23:16 +0000 (23:23 +0900)]
ignore MacOSX file

9 years agoadd repall command
Orakaro [Tue, 11 Nov 2014 14:21:56 +0000 (23:21 +0900)]
add repall command

9 years agocode convention
vunhat_minh [Thu, 30 Oct 2014 04:58:07 +0000 (13:58 +0900)]
code convention

9 years agoMerge branch 'develop'
vunhat_minh [Thu, 30 Oct 2014 04:39:00 +0000 (13:39 +0900)]
Merge branch 'develop'

9 years agobumped version
vunhat_minh [Thu, 30 Oct 2014 04:38:50 +0000 (13:38 +0900)]
bumped version

9 years agoMerge pull request #73 from polarkac/custom_prefix
Orakaro [Thu, 30 Oct 2014 04:17:48 +0000 (13:17 +0900)]
Merge pull request #73 from polarkac/custom_prefix

Custom formatted prefix

9 years agoCorrect format after changing PREFIX config
Lukas Pohlreich [Wed, 29 Oct 2014 09:47:35 +0000 (10:47 +0100)]
Correct format after changing PREFIX config

9 years agoEmpty string is false
Lukas Pohlreich [Sat, 25 Oct 2014 12:39:39 +0000 (14:39 +0200)]
Empty string is false

9 years agoUpdate PREFIX after config change
Lukas Pohlreich [Fri, 24 Oct 2014 14:59:45 +0000 (16:59 +0200)]
Update PREFIX after config change

9 years agoUpdate PREFIX documentation
Lukas Pohlreich [Fri, 24 Oct 2014 14:17:17 +0000 (16:17 +0200)]
Update PREFIX documentation

9 years agoAdded #me for actual user's name
Lukas Pohlreich [Fri, 24 Oct 2014 14:01:35 +0000 (16:01 +0200)]
Added #me for actual user's name

9 years agoCustom prefix with formatting
Lukas Pohlreich [Fri, 24 Oct 2014 13:50:51 +0000 (15:50 +0200)]
Custom prefix with formatting

9 years agouse only g[PREFIX] to display
vunhat_minh [Fri, 24 Oct 2014 03:22:17 +0000 (12:22 +0900)]
use only g[PREFIX] to display

9 years agoTwitter Error display bug in Python 3
vunhat_minh [Thu, 23 Oct 2014 04:39:08 +0000 (13:39 +0900)]
Twitter Error display bug in Python 3

9 years agotrivival refactoring
vunhat_minh [Thu, 23 Oct 2014 04:20:47 +0000 (13:20 +0900)]
trivival refactoring

9 years agoUpdate README.rst
Orakaro [Thu, 23 Oct 2014 04:10:40 +0000 (13:10 +0900)]
Update README.rst

9 years agobumped version
vunhat_minh [Thu, 23 Oct 2014 03:44:06 +0000 (12:44 +0900)]
bumped version

9 years agoMerge pull request #71 from polarkac/better_errors
Orakaro [Thu, 23 Oct 2014 03:36:54 +0000 (12:36 +0900)]
Merge pull request #71 from polarkac/better_errors

Better errors

9 years agocleanup PR 70
vunhat_minh [Thu, 23 Oct 2014 03:01:31 +0000 (12:01 +0900)]
cleanup PR 70

9 years agoMerge pull request #70 from polarkac/show_version
Orakaro [Thu, 23 Oct 2014 02:15:17 +0000 (11:15 +0900)]
Merge pull request #70 from polarkac/show_version

Show version

9 years agoFix typo
Lukas Pohlreich [Wed, 22 Oct 2014 11:04:41 +0000 (13:04 +0200)]
Fix typo

9 years agoPrint twitter errors
Lukas Pohlreich [Wed, 22 Oct 2014 10:18:02 +0000 (12:18 +0200)]
Print twitter errors

9 years agoAdded util function to print twitter errors
Lukas Pohlreich [Wed, 22 Oct 2014 10:17:21 +0000 (12:17 +0200)]
Added util function to print twitter errors

9 years agoCommad to show current version
Lukas Pohlreich [Wed, 22 Oct 2014 09:21:02 +0000 (11:21 +0200)]
Commad to show current version

9 years agoAdd STREAM_DELAY config key
Orakaro [Sun, 5 Oct 2014 07:24:46 +0000 (16:24 +0900)]
Add STREAM_DELAY config key

9 years agoMerge pull request #69 from GreenZapdos/master
Orakaro [Sun, 5 Oct 2014 06:46:32 +0000 (15:46 +0900)]
Merge pull request #69 from GreenZapdos/master

Added STREAM_DELAY

9 years agoAdded STREAM_DELAY
GreenZapdos [Sun, 5 Oct 2014 05:40:58 +0000 (23:40 -0600)]
Added STREAM_DELAY

9 years agoAdd python2 compatibility to PR #66
Orakaro [Sat, 4 Oct 2014 08:01:29 +0000 (17:01 +0900)]
Add python2 compatibility to PR #66

9 years agoMerge pull request #66 from rc0r/master
Orakaro [Sat, 4 Oct 2014 06:47:26 +0000 (15:47 +0900)]
Merge pull request #66 from rc0r/master

HTTP/SOCKS proxy support added (resolves DTVD/rainbowstream#60)

9 years agoDefault proxy type setting corrected
rc0r [Fri, 3 Oct 2014 05:45:23 +0000 (07:45 +0200)]
Default proxy type setting corrected

9 years agoHTTP/SOCKS proxy support added (resolves DTVD/rainbowstream#60)
rc0r [Thu, 2 Oct 2014 21:07:08 +0000 (23:07 +0200)]
HTTP/SOCKS proxy support added (resolves DTVD/rainbowstream#60)

9 years agoreset PREFIX after switch stream
Orakaro [Sat, 27 Sep 2014 16:42:17 +0000 (01:42 +0900)]
reset PREFIX after switch stream

9 years agoMerge pull request #65 from polarkac/prefix_switch_fix
Orakaro [Sat, 27 Sep 2014 16:37:10 +0000 (01:37 +0900)]
Merge pull request #65 from polarkac/prefix_switch_fix

Change prefix when switch to public or mine stream

9 years agoChange prefix when switch to public or mine stream
Lukas Pohlreich [Sat, 27 Sep 2014 07:34:00 +0000 (09:34 +0200)]
Change prefix when switch to public or mine stream

9 years agochange PREFIX in switch list
Orakaro [Sat, 27 Sep 2014 02:55:19 +0000 (11:55 +0900)]
change PREFIX in switch list

9 years agoupdate the PREFIX immediately
Orakaro [Sat, 27 Sep 2014 02:52:05 +0000 (11:52 +0900)]
update the PREFIX immediately

9 years agofix bug with ONLY_LIST and IGNORE_LIST
Orakaro [Fri, 26 Sep 2014 13:47:58 +0000 (22:47 +0900)]
fix bug with ONLY_LIST and IGNORE_LIST

9 years agoMerge pull request #62 from polarkac/sorting_tweets_list
Orakaro [Fri, 26 Sep 2014 12:31:14 +0000 (21:31 +0900)]
Merge pull request #62 from polarkac/sorting_tweets_list

Reversed sorting for tweets in list

9 years agoReversed sorting for tweets in list
Lukas Pohlreich [Fri, 26 Sep 2014 10:31:22 +0000 (12:31 +0200)]
Reversed sorting for tweets in list

'home' command returns tweets ordered from oldest to newest.
This patch do same thing for 'list home' command

9 years agofix help message
vunhat_minh [Thu, 25 Sep 2014 03:46:45 +0000 (12:46 +0900)]
fix help message

9 years agoadd detail of share command to document
vunhat_minh [Thu, 25 Sep 2014 03:10:45 +0000 (12:10 +0900)]
add detail of share command to document

9 years agoignore some FORMAT on config command and display direct link in share function inside...
vunhat_minh [Thu, 25 Sep 2014 03:04:41 +0000 (12:04 +0900)]
ignore some FORMAT on config command and display direct link in share function inside Linux

9 years agofix bug when #client not exist
Orakaro [Wed, 24 Sep 2014 17:34:49 +0000 (02:34 +0900)]
fix bug when #client not exist

9 years agoadd share command and show Twitter client name
Orakaro [Wed, 24 Sep 2014 17:24:24 +0000 (02:24 +0900)]
add share command and show Twitter client name

9 years agoadd reconn notice for Hangup
Orakaro [Sun, 21 Sep 2014 09:20:08 +0000 (18:20 +0900)]
add reconn notice for Hangup

9 years agoadd comments and fix bug in upgrade_center with python3
Orakaro [Fri, 19 Sep 2014 13:17:43 +0000 (22:17 +0900)]
add comments and fix bug in upgrade_center with python3

9 years agofix readline calculation messed up with color sequence
vunhat_minh [Fri, 19 Sep 2014 08:36:26 +0000 (17:36 +0900)]
fix readline calculation messed up with color sequence

9 years agodelete and untrack pyenv file
Orakaro [Sun, 14 Sep 2014 08:54:29 +0000 (17:54 +0900)]
delete and untrack pyenv file

9 years agotrivival coloring
Orakaro [Sat, 13 Sep 2014 15:41:55 +0000 (00:41 +0900)]
trivival coloring

9 years agoadd feature switch to a list stream
Orakaro [Sat, 13 Sep 2014 15:22:35 +0000 (00:22 +0900)]
add feature switch to a list stream

9 years agofix notification duplicate bug
vunhat_minh [Fri, 12 Sep 2014 03:50:57 +0000 (12:50 +0900)]
fix notification duplicate bug

9 years agoadjust message
vunhat_minh [Wed, 10 Sep 2014 03:06:35 +0000 (12:06 +0900)]
adjust message

9 years agoupgrade center
vunhat_minh [Wed, 10 Sep 2014 03:03:29 +0000 (12:03 +0900)]
upgrade center

9 years agoadjust gif
Orakaro [Sat, 6 Sep 2014 12:41:20 +0000 (21:41 +0900)]
adjust gif

9 years agofallback humanize function for arrow now supported locale
Orakaro [Sat, 6 Sep 2014 03:29:52 +0000 (12:29 +0900)]
fallback humanize function for arrow now supported locale

9 years agoUpdate index.rst
Orakaro [Fri, 5 Sep 2014 14:41:20 +0000 (23:41 +0900)]
Update index.rst

9 years agotested on MacOSX
Orakaro [Fri, 5 Sep 2014 14:19:08 +0000 (23:19 +0900)]
tested on MacOSX

9 years agolambda *args: None
vunhat_minh [Fri, 5 Sep 2014 03:55:42 +0000 (12:55 +0900)]
lambda *args: None

9 years agoMac emoji support
vunhat_minh [Fri, 5 Sep 2014 03:47:40 +0000 (12:47 +0900)]
Mac emoji support

9 years agoadd debug option
Orakaro [Thu, 4 Sep 2014 01:09:03 +0000 (10:09 +0900)]
add debug option

9 years agodo nothing when meet other event in stream
Orakaro [Wed, 3 Sep 2014 12:28:40 +0000 (21:28 +0900)]
do nothing when meet other event in stream

9 years agoonly use PREFIX as a string in raw_input
Orakaro [Tue, 2 Sep 2014 16:25:02 +0000 (01:25 +0900)]
only use PREFIX as a string in raw_input

9 years agoupdate gif
Orakaro [Sun, 31 Aug 2014 07:59:55 +0000 (16:59 +0900)]
update gif

9 years agoadd new screenshot
Orakaro [Sun, 31 Aug 2014 01:58:01 +0000 (10:58 +0900)]
add new screenshot

9 years agoadd retweet of my tweet to notification
Orakaro [Sat, 30 Aug 2014 14:36:18 +0000 (23:36 +0900)]
add retweet of my tweet to notification