/[meteor]/googlecode.com/svn/trunk/public_html/meteor.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /googlecode.com/svn/trunk/public_html/meteor.js

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 59 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 00:38:17 2008 UTC (16 years, 1 month ago) by andrew.betts
File length: 9677 byte(s)
Diff to previous 55 , to selected 18
Fixed leaveChannel bug


Revision 55 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 00:21:39 2008 UTC (16 years, 2 months ago) by andrew.betts
File length: 9430 byte(s)
Diff to previous 53 , to selected 18
Fixed: Made eof() work properly
Added nocache querystring param and modified Subscriber.pm to allow it
Rewrote stream.html to ensure we capture the last chunk of data before a reset
Incremented version


Revision 53 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 21:58:56 2008 UTC (16 years, 2 months ago) by andrew.betts
File length: 9142 byte(s)
Diff to previous 40 , to selected 18
Updated version number

JS client:
Added channel info handler to JS client, assumes Meteor will send <script>ch('channel', msgid);</script>
Allowed processing of messages prior to current message index
Added disconnect() to eof()
Revert to poll mode if unable to load frame (should fix IE proxy issues)

Server:
Fixed output of channel info to show only subscribed channels (and simplified)
Added logging of IP addresses


Revision 40 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:53:19 2008 UTC (16 years, 2 months ago) by andrew.betts
File length: 8973 byte(s)
Diff to previous 39 , to selected 18
Reverting default polling behaviour to smart polling


Revision 39 - (view) (annotate) - [select for diffs]
Modified Sat Feb 2 16:49:20 2008 UTC (16 years, 2 months ago) by andrew.betts
File length: 8974 byte(s)
Diff to previous 32 , to selected 18
Fixed poll mode problems, frame duplication, removed null byte chars


Revision 32 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 21:24:24 2007 UTC (16 years, 4 months ago) by andrew.betts
File length: 8998 byte(s)
Diff to previous 30 , to selected 18
Complete rewrite of the JS web client
Opera and Safari compatibility
Saner request format


Revision 30 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 22:24:32 2007 UTC (16 years, 6 months ago) by andrew.betts
File length: 11350 byte(s)
Diff to previous 29 , to selected 18
fixed bug


Revision 29 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 22:18:30 2007 UTC (16 years, 6 months ago) by andrew.betts
File length: 11402 byte(s)
Diff to previous 28 , to selected 18
Internet Explorer onunload handler


Revision 28 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 09:29:07 2007 UTC (16 years, 8 months ago) by andrew.betts
File length: 11198 byte(s)
Diff to previous 27 , to selected 18
bugfix to preent duplicate creation of activex object


Revision 27 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 17:38:00 2007 UTC (16 years, 9 months ago) by andrew.betts
File length: 11250 byte(s)
Diff to previous 26 , to selected 18
Opera support, possibly :-)


Revision 26 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 10:37:57 2007 UTC (16 years, 10 months ago) by andrew.betts
File length: 11090 byte(s)
Diff to previous 24 , to selected 18
Resynced meteor.js defaults with documented values.
Removed wierdness in Meteor.js subsurl
Updated defaults in Config.
 


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sun May 20 14:19:00 2007 UTC (16 years, 11 months ago) by andrew.betts
File length: 11047 byte(s)
Diff to previous 23 , to selected 18
typo


Revision 23 - (view) (annotate) - [select for diffs]
Modified Sun May 20 14:03:10 2007 UTC (16 years, 11 months ago) by andrew.betts
File length: 11047 byte(s)
Diff to previous 22 , to selected 18
Attemps to prevent polling connections sending undefined requests


Revision 22 - (view) (annotate) - [select for diffs]
Modified Mon May 14 15:32:03 2007 UTC (16 years, 11 months ago) by andrew.betts
File length: 10795 byte(s)
Diff to previous 21 , to selected 18
fixed .stop() bug


Revision 21 - (view) (annotate) - [select for diffs]
Modified Mon May 14 13:42:45 2007 UTC (16 years, 11 months ago) by andrew.betts
File length: 10894 byte(s)
Diff to previous 20 , to selected 18


Revision 20 - (view) (annotate) - [select for diffs]
Modified Sat May 5 15:04:41 2007 UTC (16 years, 11 months ago) by andrew.betts
File length: 10526 byte(s)
Diff to previous 19 , to selected 18
Updated defaults and docs, removed redundant line in meteor.js


Revision 19 - (view) (annotate) - [select for diffs]
Modified Wed May 2 11:21:14 2007 UTC (17 years ago) by andrew.betts
File length: 10548 byte(s)
Diff to previous 18
updated to take account of multi-channel subscriptions


Revision 18 - (view) (annotate) - [selected]
Modified Wed May 2 10:55:26 2007 UTC (17 years ago) by andrew.betts
File length: 10313 byte(s)
Diff to previous 14
updated javascript client


Revision 14 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 18:38:55 2007 UTC (17 years ago) by andrew.betts
File length: 9269 byte(s)
Diff to previous 10 , to selected 18
changed the way the iframe streaming works to fix a back button issue in 
FF and generally improve the elegance, also fixed a bug while I was at it.


Revision 10 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 10:45:43 2006 UTC (17 years, 4 months ago) by andrew.betts
File length: 10544 byte(s)
Diff to previous 9 , to selected 18
Some additional logging and bug fixes


Revision 9 - (view) (annotate) - [select for diffs]
Modified Fri Dec 8 16:52:58 2006 UTC (17 years, 4 months ago) by andrew.betts
File length: 10619 byte(s)
Diff to previous 8 , to selected 18


Revision 8 - (view) (annotate) - [select for diffs]
Modified Thu Nov 23 16:35:37 2006 UTC (17 years, 5 months ago) by andrew.betts
File length: 11043 byte(s)
Diff to previous 7 , to selected 18
onunload actions


Revision 7 - (view) (annotate) - [select for diffs]
Modified Thu Nov 23 15:53:25 2006 UTC (17 years, 5 months ago) by andrew.betts
File length: 10248 byte(s)
Diff to previous 6 , to selected 18
updated to add more robust frame loading code


Revision 6 - (view) (annotate) - [select for diffs]
Modified Tue Nov 21 09:49:07 2006 UTC (17 years, 5 months ago) by andrew.betts
File length: 8752 byte(s)
Diff to previous 3 , to selected 18
changed line endings


Revision 3 - (view) (annotate) - [select for diffs]
Added Mon Nov 20 17:59:30 2006 UTC (17 years, 5 months ago) by andrew.betts
File length: 9030 byte(s)
Diff to selected 18
Initial import

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26