root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @547 [547] 11 days heyadayo fixed page logger for .info and .log
(edit) @546 [546] 11 days heyadayo Fixed bug where orbited throws exceptions if the remote server closes at …
(edit) @545 [545] 2 weeks rgl Merge the 0.7 branch into trunk. For now on, trunk will contain the …
(edit) @544 [544] 2 weeks rgl Create the 0.6.x branch.
(edit) @543 [543] 4 weeks heyadayo fix navigate/close errors with firefox xhrstream due to heartbeats
(edit) @542 [542] 4 weeks heyadayo Minor updates to get IE working
(edit) @541 [541] 5 weeks heyadayo changed data in CometSession?.transportOnReadFrame and CometSession?.send to …
(edit) @540 [540] 5 weeks adrian increment version number to 0.6.2 and change status to Beta
(edit) @539 [539] 5 weeks adrian Create 0.6.1 tag
(edit) @538 [538] 5 weeks adrian increment version # to 0.6.1
(edit) @537 [537] 5 weeks adrian add reactor=select as default, and give reactor=kqueue example
(edit) @536 [536] 5 weeks p3sho The OPEN frame is now sent with a separate id (and not taking the one of …
(edit) @535 [535] 5 weeks heyadayo make it easier for alternative services (non-orbited) to setup …
(edit) @534 [534] 6 weeks adrian spelling/capitalization
(edit) @533 [533] 6 weeks heyadayo merge trunk changes to 0.7 branch
(edit) @532 [532] 6 weeks adrian comment out reactor=epoll line, and fix access so demos work
(edit) @531 [531] 6 weeks adrian /wiki/Development wasn't showing the devbar -- fixed
(edit) @530 [530] 6 weeks adrian trac devbar was always showing up -- fixed broken if clause to catch …
(edit) @529 [529] 6 weeks adrian remove ampersands
(edit) @528 [528] 6 weeks adrian fix #2
(edit) @527 [527] 6 weeks adrian fix error
(edit) @526 [526] 6 weeks adrian show nav bar on all pages but /wiki/ and home page
(edit) @525 [525] 6 weeks adrian change copyright notice from mcarter to the orbited project
(edit) @524 [524] 7 weeks rgl Add XMPP port to configuration file.
(edit) @523 [523] 7 weeks rgl Add UTF-8 timming unit test. NB: there seems to be a considerable time …
(edit) @522 [522] 8 weeks rgl Add more no cache headers for HTTP 1.0 proxies.
(edit) @521 [521] 8 weeks rgl Bugfix: we are resuing the same XHR instance; for this to work in IE we …
(edit) @520 [520] 8 weeks rgl Fix unit test related to binary socket; Since [481] the binary socket no …
(edit) @519 [519] 8 weeks rgl fix the utf-8 problem of [518] in the correct place!
(edit) @518 [518] 8 weeks rgl Bugfix: do not utf-8 decode incomming data when the socket is in binary …
(edit) @517 [517] 8 weeks heyadayo Create 0.7 branch
(edit) @516 [516] 8 weeks jrus try a slightly different fix
(edit) @515 [515] 8 weeks jrus attempted css fix. still has to be tested in IE.
(edit) @514 [514] 8 weeks heyadayo remove test border
(edit) @513 [513] 8 weeks heyadayo test out orbitedtracupdate
(edit) @512 [512] 8 weeks jrus tweak so css doesn't break in IE. Also, put some extra left padding in …
(edit) @511 [511] 8 weeks heyadayo restructure hte orbited trac theme dir
(edit) @510 [510] 8 weeks heyadayo whoops, forgot the setup.py
(edit) @509 [509] 8 weeks heyadayo Add the tractheme to 0.6.0
(edit) @508 [508] 8 weeks heyadayo Create 0.6.0 tag
(edit) @507 [507] 8 weeks rgl Its freenode.net and not freenode.org.
(edit) @506 [506] 8 weeks heyadayo renamed utf8 to encode/decode
(edit) @505 [505] 8 weeks rgl Add note to rename utf8 functions.
(edit) @504 [504] 8 weeks rgl Fix base64 unit tests; base64.encode and decode now take a string argument …
(edit) @503 [503] 8 weeks rgl Fix typo in fromUtf8.
(edit) @502 [502] 8 weeks heyadayo faketcp.py was giving an indentation error... and we don't need use it …
(edit) @501 [501] 8 weeks heyadayo added orbitedctl from 0.5.x (though it doesn't seem to work)
(edit) @500 [500] 8 weeks heyadayo Fixed CometSession? bug where it throw an error when .close was called in a …
(edit) @499 [499] 8 weeks heyadayo Fixed double onclose in TCPSocket
(edit) @498 [498] 8 weeks heyadayo fixed throw new Error('how did this happen') bug -- now raises invalid …
(edit) @497 [497] 8 weeks heyadayo The TCPSocket.send function takes only strings now; added …
(edit) @496 [496] 8 weeks rgl Fix the STOMP port number.
(edit) @495 [495] 8 weeks heyadayo Configuration for running chat demo on orbited.org
(edit) @494 [494] 8 weeks heyadayo Actually fixed host header bug
(edit) @493 [493] 8 weeks heyadayo Fixed host header handling
(edit) @492 [492] 8 weeks heyadayo Accepted jbellis patch (closes ticket 30)
(edit) @491 [491] 8 weeks heyadayo remove old bytesToUtf8 and utf8ToBytes code
(edit) @490 [490] 8 weeks heyadayo took my own advice from: …
(edit) @489 [489] 8 weeks heyadayo Fixed a timeout bug in CometSession?; fixed a logging bug in safari; …
(edit) @488 [488] 8 weeks heyadayo fixed a reconnect timer/timeout bugs with XHRStream and HTMLFile; removed …
(edit) @487 [487] 8 weeks heyadayo Added server-side configurable ping timeouts/intervals that are propogated …
(edit) @486 [486] 8 weeks heyadayo Added host-based ACL -- closes ticket 40
(edit) @485 [485] 2 months heyadayo added simple build script for minifying and stripping out the logging; …
(edit) @484 [484] 2 months p3sho Fixed 0.6 XSDR Opera stuff
(edit) @483 [483] 2 months heyadayo fixed conflict in xsdrBridge.html between opera and the logger
(edit) @482 [482] 2 months heyadayo removed a stry console.log
(edit) @481 [481] 2 months heyadayo Changed the responsibility of base64 and unicode encoding/decoding js - …
(edit) @480 [480] 2 months heyadayo Added server-side longpolling support
(edit) @479 [479] 2 months heyadayo the other half of the opera xsdr code (still doesn't work)
(edit) @478 [478] 2 months heyadayo cross sub-domain working in FF
(edit) @477 [477] 2 months heyadayo Some preliminary X-domain code for XHRs -- not testing (nor working, i …
(edit) @476 [476] 2 months heyadayo Move 0.6 to the trunk
(edit) @475 [475] 2 months heyadayo Reasonble logging in place. See Note at the top of Orbited.js
(edit) @474 [474] 2 months heyadayo Added a few files i forgot to last time; opera support added; all browsers …
(edit) @473 [473] 2 months heyadayo last commit broke xhr streaming... fixed with s/setttings/settings/
(edit) @472 [472] 2 months heyadayo IE working with reconnects, heartbeats, and reconnect back-off (nothing …
(edit) @471 [471] 2 months rgl Add note about base64 decode.
(edit) @470 [470] 2 months rgl Use the uuid module to generate the session/socket ID.
(edit) @469 [469] 2 months rgl Remove old frame delimiters related code that is not needed anymore.
(edit) @468 [468] 2 months rgl Use base64 encoding with binary TCPSocket.
(edit) @467 [467] 2 months rgl Bundle DOH.
(edit) @466 [466] 2 months heyadayo raised the max bytes limit per connection (we don't have reconnecting yet …
(edit) @465 [465] 2 months heyadayo Chat Demo working again... argh, why is it so hard?
(edit) @464 [464] 2 months rgl Test embeded commas.
(edit) @463 [463] 2 months heyadayo all tests passing in IE6 and IE7 (IE8beta == broken...). Much worked still …
(edit) @462 [462] 2 months heyadayo all TCPSocket tests passing again
(edit) @461 [461] 2 months heyadayo minor cleanup to XHRStream js code
(edit) @460 [460] 2 months heyadayo I *think* I fixed the problem in the xhrstream transport
(edit) @459 [459] 2 months rgl Test frame delimiters inside data. DRY the test code.
(edit) @458 [458] 2 months rgl Bummer, missed the "var" in the last commit…
(edit) @457 [457] 2 months rgl Fix typo in HTMLFile transport and let it only be availble on IE.
(edit) @456 [456] 2 months rgl Make the readyState constants public.
(edit) @455 [455] 2 months rgl OMG, it has been working all along... with firebug enabled, the unit test …
(edit) @454 [454]