GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Tinder is an Ruby API for interfacing with Campfire, the 37Signals chat application.
Homepage: http://tinder.rubyforge.org/
Clone URL: git://github.com/collectiveidea/tinder.git
Click here to lend your support to: tinder and make a donation at www.pledgie.com !
brandon (author)
Thu Jul 24 05:00:02 -0700 2008
commit  6c8dee17543eaaec0298824cc79e774995843c0b
tree    b67c7ef6f43567f224df5381520b9481c133a1f6
parent  e9993edda776d1319c475a6029f67aba42c5a8ef
tinder / CHANGELOG.txt
100644 31 lines (23 sloc) 1.031 kb
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
0.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]