/[meteor]/googlecode.com/svn/trunk/Meteor/Subscriber.pm
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/Meteor/Subscriber.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 55 - (view) (annotate) - [select for diffs]
Modified Thu Feb 28 00:21:39 2008 UTC (16 years, 1 month ago) by andrew.betts
File length: 9334 byte(s)
Diff to previous 53
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, 1 month ago) by andrew.betts
File length: 9318 byte(s)
Diff to previous 51
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 51 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 14:05:59 2008 UTC (16 years, 1 month ago) by andrew.betts
File length: 9293 byte(s)
Diff to previous 50
Updated default config file
Updated some config narrative
Channel names made more lenient


Revision 50 - (view) (annotate) - [select for diffs]
Modified Wed Feb 27 13:55:35 2008 UTC (16 years, 1 month ago) by andrew.betts
File length: 9288 byte(s)
Diff to previous 49
Added crossdomain.xml for flash clients
Incremented version number
Moved 'new message' debug notice to more useful location
Moved default for ChannelInfoTemplate to correct position alphabetically in code
Set simpler default HeaderTemplate
Added LogTimeFormat
Updated description of PingInterval, Persist
Corrected misspelling of Parameter
Reformatted debug output for config initialisation
Added recognition of null byte in config
Fixed problem with mode recognition
Fixed resuming from given message ID
Fixed sending of message backlog
Fixed Shlemiels
Logged connection duration on leavechannel
Fixed name support in channelinfotemplate
Added logging of reasons for connection closes
Abbreviated log output
Fixed tracking of subscriber IDs
Added logging of user agent
Fixed incorrect key for MessageTemplate in Subscriber.pm
Add some additional code comments
Fixed incorrect closure of new connection if previous connection close was waiting on write buffer


Revision 49 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 22:30:35 2008 UTC (16 years, 1 month ago) by knops.gerd
File length: 8839 byte(s)
Diff to previous 47
• Removed support for numbered header templates and hard coded persist values, use new mode support instead


Revision 47 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 21:06:42 2008 UTC (16 years, 1 month ago) by knops.gerd
File length: 9402 byte(s)
Diff to previous 45
• syslog change: If `SyslogFacility` is set to `none`, meteord will not put itself into the background and print all syslog messages with a priority higher than `debug` to standard output. The output will be prefixed with a timestamp (unix time in seconds) and a tab character.

• New syslog messges: joinchannel, leavechannel, document



Revision 45 - (view) (annotate) - [select for diffs]
Modified Mon Feb 4 19:02:49 2008 UTC (16 years, 1 month ago) by knops.gerd
File length: 9264 byte(s)
Diff to previous 44
• Mode-specific configurations
• New ~channelinfo~ header keyword
• New ChannelInfoTemplate parameter


Revision 44 - (view) (annotate) - [select for diffs]
Modified Sun Feb 3 23:53:55 2008 UTC (16 years, 1 month ago) by knops.gerd
File length: 8482 byte(s)
Diff to previous 39
• Send SubscriberShutdownMsg on forced disconnect


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


Revision 37 - (view) (annotate) - [select for diffs]
Modified Fri Feb 1 21:22:03 2008 UTC (16 years, 1 month ago) by knops.gerd
File length: 8504 byte(s)
Diff to previous 35
• Connection: In checkAllHandleBits (and to be sure also in addAllHandleBits) iterate over copy of @Connections, as @Connections might change during iteration due to connections being closed
• Controller, Subscriber: pending data will abort a close and call it again later, causing current_subscribers/current_controllers statistics to be incorrect. Added new 'didClose' method that is only called when a connection is actually closed, and this is where the close is counted.


Revision 35 - (view) (annotate) - [select for diffs]
Modified Fri Jan 25 17:12:02 2008 UTC (16 years, 2 months ago) by andrew.betts
File length: 8481 byte(s)
Diff to previous 32
Terminated each message with a null byte to allow Flash clients to work with XML Sockets
Cleared a warning
Allowed uppercase channel names


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


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sun May 20 19:40:53 2007 UTC (16 years, 10 months ago) by knops.gerd
File length: 9348 byte(s)
Diff to previous 17
• Add simple statistics, available via new SHOWSTATS controller command


Revision 17 - (view) (annotate) - [select for diffs]
Modified Tue May 1 17:10:10 2007 UTC (16 years, 11 months ago) by knops.gerd
File length: 8913 byte(s)
Diff to previous 13
• Make persist a global instead of channel-specific parameter


Revision 13 - (view) (annotate) - [select for diffs]
Modified Mon Apr 30 18:16:17 2007 UTC (16 years, 11 months ago) by knops.gerd
File length: 9147 byte(s)
Diff to previous 11
• Allow to subscribe to multiple channels


Revision 11 - (view) (annotate) - [select for diffs]
Modified Thu Dec 14 16:29:42 2006 UTC (17 years, 3 months ago) by knops.gerd
File length: 7847 byte(s)
Diff to previous 9
• Change CRLF line endings back to LF only


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


Revision 3 - (view) (annotate) - [select for diffs]
Added Mon Nov 20 17:59:30 2006 UTC (17 years, 4 months ago) by andrew.betts
File length: 7847 byte(s)
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