ayadn 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTZiMDNhNmFjN2UzNTU3NTJmNmQzNWExODY5NDczZTRkMzMzNDI2Yw==
5
+ data.tar.gz: !binary |-
6
+ ZWY2ZTc4NWQ0YjhjMTBlMTE2MDU5MjM1ZGNkMDEzZGRiZjI2NWNhOA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ MTk1OWY5NzExZWFlYzljZjMwM2YxOGMxYjQ0MWQ1YjY4YWVmZDM4ZjI3YmZk
10
+ YjM1MmFiNWY4OTE5ZjFkOTE1NjA5YzU4NDc3NTQwNTUyYmY2NTNiNmZiMDI1
11
+ NjcwNTAzMWI2YmQ3YTRjYjU0MTYwMjQ2MGVlMzViMTJjN2I0MmE=
12
+ data.tar.gz: !binary |-
13
+ NzYwNDczNzRlYmQ3ODMzZGY5ZmE4MjE4YWM1NzU5NGJkZTQ1Njk3YWE3ZmNm
14
+ MDgyYTA2ZWY2YTExMTM4Mjg2ZGZmZjg5YjUwOGU5ZjkwNjUxNjJhOTQ0OThk
15
+ MjAzOGYwYzYyMDRlNzM1YjI0NjYzYjE2NjQ3YjM5Y2MyOTkxM2M=
data/CHANGELOG.md ADDED
@@ -0,0 +1,232 @@
1
+ AYADN
2
+ =====
3
+
4
+ AYADN is a learning exercise: while it's fully functional, it's still very alpha (remember I'm a beginner with Ruby).
5
+
6
+ ## 2014-02-14 v0.6.0
7
+ - ayadn is a Gem
8
+ - config is broken, next version will fix it
9
+
10
+ ## 2014-01-29 v0.5.8b
11
+ - block/unblock a user
12
+ - many bugfixes
13
+
14
+ ## 2014-01-18 v0.5.8a
15
+ - bug fix (empty name in checkins)
16
+ - feature: #nowplaying (iTunes + OS X only)
17
+
18
+ ## 2014-01-09 v0.5.7a
19
+ - quote a post (different from repost)
20
+
21
+ ## 2014-01-08 v0.5.6c
22
+ - show reposts count (option, true)
23
+ - bugfixes
24
+
25
+ ## 2014-01-05 v0.5.6b
26
+ - fixed a bug that prevented AyaDN to run on Ruby 2.0
27
+
28
+ ## 2014-01-05 v0.5.6a
29
+ - channels aliases
30
+ - does @xxx follow @yyy
31
+
32
+ ## 2014-01-04 v0.5.5
33
+ - delete messages
34
+ - users database
35
+
36
+ ## 2013-12-30 v0.5.4
37
+ - custom posts count by stream
38
+
39
+ ## 2013-12-29 v0.5.3
40
+ - better mentions management in post reply
41
+ - detect oembed photo links
42
+
43
+ ## 2013-12-28 v0.5.2
44
+ - auto save sent messages/posts (options, false by default)
45
+ - better channels detection
46
+ - allow special characters in Search
47
+ - bugfixes in layout, scroll and many other places
48
+ - list current options
49
+
50
+ ## 2013-12-22 v0.5.1c
51
+ - AyaDN follows the ADN config protocol (automatic post and message length)
52
+ - faster + lower memory usage
53
+ - list of commands
54
+ - bugfix in mute/unmute
55
+
56
+ ## 2013-12-21 v0.5.1b
57
+ - layout bug fixes
58
+ - list all channels and show types + names
59
+ - send message to any channel
60
+ - backup list of channels
61
+
62
+ ## 2013-12-20 v0.5.1a
63
+ - lots of bug squashing
64
+ - faster, faster, pussycat
65
+ - layout is more consistent
66
+ - new: at the end of the headline,
67
+ - put the name of the post's ADN client (option, false by default)
68
+ - put "<" if post is a reply, ">" if post has replies, "< >" if post is both (option, true by default)
69
+ - semantic versioning
70
+ - changed the way the API endpoints are managed
71
+ - connection and loading info displayed while calling the API
72
+
73
+
74
+ ## 2013-12-19 v0.40
75
+ - Skip posts containing specific @username!
76
+
77
+ ## 2013-12-15 v0.38
78
+ - Skip posts containing specific #hashtag!
79
+ - better colors and layout
80
+ - better username detect
81
+ - bugfixes
82
+ - introducing AyaDN to some multithreading :)
83
+
84
+ ## 2013-12-14 v0.37
85
+ - many bugfixes
86
+ - internal code improvements
87
+
88
+ ## 2013-12-12 v0.36
89
+ - No more Rest-Client, all HTTP by hand
90
+
91
+ ## 2013-12-10 v0.35
92
+ - Save a post to Pinboard!
93
+
94
+ ## 2013-12-08 v0.34b
95
+ - Upload a file to your ADN account! (no Windows support)
96
+ - Delete a file from your ADN account!
97
+ - Change file attribute: private/public!
98
+
99
+ ## 2013-12-07 v0.34a
100
+ - List your ADN files!
101
+ - Download files from your ADN account!
102
+ - authorization bugfix
103
+ - explore streams bugfix
104
+ - various bugfixes and improvements
105
+
106
+ ## 2013-12-02 v0.33
107
+ - Skip specific clients!
108
+ - improvement in the colorization of posts
109
+
110
+ ## 2013-11-30 v0.32
111
+ - Refactoring
112
+ - Local permanent config!
113
+ - Auto redirect to original post when replying, (un)reposting and (un)starring!
114
+
115
+ ## 2013-11-29 v0.31
116
+ - Interactions!
117
+
118
+ ## 2013-11-28 v0.30
119
+ - Authorize with your App.net account in AyaDN! (no more `token.rb`)
120
+
121
+ ## 2013-11-26 v0.26
122
+ - Private messages!
123
+
124
+ ## 2013-11-25 v0.25
125
+ - config bugfix
126
+ - multiple accounts
127
+
128
+ ## 2013-11-24 v0.24
129
+ - Config!
130
+ - number of elements in each stream
131
+ - timeline order normal/inverse
132
+ - directed posts
133
+ - Scrolling streams!
134
+ - show a few posts from the stream after posting
135
+
136
+ ## 2013-11-23 v0.23
137
+ - Markdown links
138
+ - AyaDN displays only the new posts in the stream since your last visit!
139
+ - new token procedure
140
+
141
+ ## 2013-11-21 v0.22
142
+ - search for word(s)
143
+
144
+ ## 2013-11-19 v0.21
145
+ - bugfixes
146
+ - backup/display followings/followers/muted lists
147
+ - mute/unmute a user
148
+
149
+ ## 2013-11-17 v0.20
150
+ - major internal refactoring
151
+
152
+ ## 2013-11-12 v0.15
153
+ - see who starred this post!
154
+ - see who reposted this post!
155
+ - follow/unfollow a user!
156
+ - delete a post!
157
+ - get original post from a repost!
158
+
159
+ ## 2013-11-11 v0.14
160
+ - auto-fill with the right mentions when replying!
161
+ - refactoring
162
+ - star/unstar a post!
163
+ - Explore Streams!
164
+
165
+ ## 2013-11-11 v0.13
166
+ - better layout
167
+
168
+ ## 2013-11-10 v0.12
169
+ - Reply to!
170
+ - better help screen
171
+ - `details` is gone, merged with `infos`
172
+
173
+ ## 2013-11-10 v0.11
174
+ - somewhat compatible Windows
175
+
176
+ ## 2013-11-09 v0.10
177
+ - methods refactoring
178
+ - better error handling
179
+ - bugfixes
180
+ - optimizations
181
+ - Conversations!
182
+
183
+ ## 2013-11-09 v0.09
184
+ - Post details!
185
+ - shortcuts
186
+ - bugfixes
187
+ - better help + readme
188
+
189
+ ## 2013-11-08 v0.08
190
+ - Write you own posts!
191
+
192
+ ## 2013-11-08 v0.07
193
+ - Each lib in its own file
194
+ - token is declared in a separate file
195
+ - Global stream!
196
+ - I botched the GitHub repo, so I had to start again from zero: no commit history before today
197
+
198
+ ## 2013-11-08 v0.06
199
+ - Changed the logic for ARGV
200
+ - Inverted syntax for better consistence
201
+ - Hashtag search!
202
+
203
+ ## 2013-11-07 v0.05
204
+ - User starred posts!
205
+ - Bug fixes
206
+
207
+ ## 2013-11-06 v0.04b
208
+ - User mentions!
209
+
210
+ ## 2013-11-06 v0.04a
211
+ - Refactored libs
212
+ - Token is declared in main app
213
+ - Fixed 'deleted posts' bug
214
+ - Add Gemfile
215
+ - Better platform detection
216
+
217
+ ## 2013-11-05 v0.03
218
+ - Platform detection
219
+ - Colorization is Windows-compatible
220
+
221
+ ## 2013-11-04 v0.02b
222
+ - User infos!
223
+ - User posts!
224
+
225
+ ## 2013-11-04 v0.02a
226
+ - Unified stream (+ directed posts)!
227
+ - colorization
228
+ - ARGS
229
+
230
+ ## 2013-11-03 v0.01
231
+ - Basic structure for an App.net read-only commande-line client
232
+
data/CONTRIBUTORS.md ADDED
@@ -0,0 +1,5 @@
1
+ # Contributors
2
+ Contributors are identified by name and ADN handle.
3
+
4
+ - Eric Dejonckheere (@ericd)
5
+ - Jeremy W. Sherman (@jws)
data/LICENSE.md ADDED
@@ -0,0 +1,14 @@
1
+ Copyright (c) 2014, [Eric Dejonckheere](https://alpha.app.net/ericd)
2
+ and contributors (see CONTRIBUTORS.md).
3
+
4
+ Permission to use, copy, modify, and/or distribute this software for any
5
+ purpose with or without fee is hereby granted, provided that the above
6
+ copyright notice and this permission notice appear in all copies.
7
+
8
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.