This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
/
CHANGELOG.txt
93 lines (71 loc) · 2.52 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
1.10.1 - 2014-12-01
* Loosen hashie dependency
1.10.0 - 2014-08-06
* Update Faraday dependency
* Loosen mime-type dependency
1.9.4 - 2014-02-24
* Fix typos in MIT licence
* Add Campfire#presence to get a list of rooms in which you are present
1.9.3 - 2013-09-06
* OAuth support
1.9.2 - 2013-01-04
* Update dependencies to latest versions
1.9.0 - 2012-07-16
* Add Room#recent to get a list of recent messages
* Add Room#search to search a room's transcripts
1.4.3 - 2010-12-07
* explicitly require 'uri'
* added Room#tweet(url)
1.4.2 - 2010-11-13
* Use Faraday instead of HTTParty [eric]
* Fix file uploads [eric]
1.4.1 - 2010-10-09
* Make SSL the default since it is available for all Campfire accounts.
* Added MIT License
1.4 - 2010-05-11
* Remove methods no longer supported by API
Campfire#available_transcripts, Room#ping, Room#destroy, Room#toggle_guest_access
* Added Room#play
* ActiveSupport 3.0 support
* Fix streaming API support
* Allow SSL for listening
* Add support for HTTP proxies [c13bcc0b]
1.3.1 - 2009-12-17
* Declare HTTParty dependency
* Fix Room#paste
1.3.0 - 2009-12-15
* Rewrite to use Official Campfire API
1.2.2 - 2009-09-12
* Work around CSRF protection bug
* Fixes for changes to Campfire markup
* Include timestamps in the transcript
1.2.1 - 2009-08-27
* Fixes for listening after campfire updates [Jordan Byron]
1.2.0 - 2009-01-28
* Get the list of available files [Christopher MacGown]
* Upload files [Joshua Wand]
* Find rooms even when full [Josh Owens]
* Join rooms as a guest [Ian Lesperance]
1.1.7 - 2008-07-24
* Don't join the room when only speaking [Brian Donovan]
* Added support for HTTP proxies
* Fix listening for messages that contain URLs [Jared Kuolt]
0.1.6 - 2008-03-07
* Added Room#topic for getting the current topic [Even Weaver]
* Trap INT in #listen(&block) [borrowed from Chris Shea's Pyre]
0.1.5 - 2008-01-25
* Fixed Room#listen, which was broken by latest Campfire deploy
* Fixed timeout when listening but not speaking that will eventually log you out [Clinton R. Nixon]
0.1.4 - 2007-07-23
* Support for transcripts
* Fixed Room#leave, which was broken by a Campfire deployment [Andy Smith]
0.1.3 - 2007-02-12
* added ssl support [Tero Parviainen]
0.1.2 - 2007-01-27
* fixed bug preventing #listen from working without a block
0.1.1 - 2007-01-27
* fix bug preventing speak from working
* incorporated "watching" from http://soylentfoo.jnewland.com/articles/2006/12/07/updates-to-marshmallow-the-campfire-bot
0.1.0 - 2007-01-23
* Initial release as gem
* Get the users in a room [Tero Parviainen]