| Commit message (Expand) | Author | Files | Lines |
2008-10-03 | * oops, fix region startup to be in the correct sequence (though it appeared ... | Justin Clarke Casey | 1 | -1/+1 |
2008-10-03 | * For shits and giggles, print out the time taken for a server to start up (w... | Justin Clarke Casey | 1 | -0/+4 |
2008-10-03 | * refactor: make startup a template method | Justin Clarke Casey | 1 | -2/+9 |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 2 | -1/+6 |
2008-10-03 | * minor: remove warnings (the code cleaners strike again) | Justin Clarke Casey | 1 | -4/+4 |
2008-10-03 | Mantis #1360 | Melanie Thielker | 1 | -2/+3 |
2008-10-03 | * EventQueueGet is now working. | Teravus Ovares | 1 | -10/+174 |
2008-10-03 | Check for empty string as well, just as illegal. | Melanie Thielker | 1 | -1/+1 |
2008-10-03 | Prevent an exception when the directory given for XML save is read only | Melanie Thielker | 1 | -0/+3 |
2008-10-02 | - Fixed a small off by one error in sending MapBlocks | Homer Horwitz | 1 | -1/+0 |
2008-10-02 | - Fix invalid cast in OSHttpRequest | Homer Horwitz | 1 | -3/+3 |
2008-10-01 | - Added SendScriptTeleportRequest to IClientView and classes implementing it. | Homer Horwitz | 1 | -0/+1 |
2008-10-01 | one class per file please. | Sean Dague | 2 | -100/+138 |
2008-10-01 | Add a user server XMLRPC method to set the MOTD and the minimum GodLevel | Melanie Thielker | 2 | -0/+25 |
2008-10-01 | * Adds error handlers for errors parsing the querystring passed on the OSHttp... | Teravus Ovares | 1 | -3/+18 |
2008-10-01 | * Fixed a mangled Seed caps handler definition on login to region in standalo... | Teravus Ovares | 1 | -3/+3 |
2008-09-30 | * Replacing Net.HttpListener with HttpServer. | Teravus Ovares | 4 | -87/+292 |
2008-09-30 | * Fixed minor issue while building: If you do a raytraced object placement an... | Adam Frisby | 1 | -2/+1 |
2008-09-30 | Allow create-region to load files from arbitrary locations | Melanie Thielker | 1 | -0/+5 |
2008-09-30 | * Get the code up to speed with my -#dev e-mail example. (uncomment out lines... | Teravus Ovares | 2 | -4/+34 |
2008-09-29 | * minor: remove warnings | Justin Clarke Casey | 1 | -6/+7 |
2008-09-29 | * Apply http://opensimulator.org/mantis/view.php?id=2294 | Justin Clarke Casey | 1 | -0/+15 |
2008-09-28 | Mantis#296. Thank you kindly, Idb for a patch that resolves: | Charles Krinke | 1 | -0/+2 |
2008-09-28 | Add some methods to allow modules so set client view options | Melanie Thielker | 1 | -0/+2 |
2008-09-28 | Mantis#2288. Thank you kindly, SMeans, for a patch that: | Charles Krinke | 1 | -2/+2 |
2008-09-27 | * Event queue is now polling.. | Teravus Ovares | 1 | -2/+4 |
2008-09-27 | - adding Dequeue with a timeout to the BlockingQueue | Homer Horwitz | 1 | -0/+17 |
2008-09-27 | * This is the very very early beginnings of an EventQueue:get module. | Teravus Ovares | 3 | -5/+155 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 6 | -35/+34 |
2008-09-26 | * Wind updates. Still random.. but in 4 directions instead of two! | Teravus Ovares | 1 | -1/+1 |
2008-09-25 | Add an extension to allow registering multiple interfaces of a type with | Melanie Thielker | 1 | -0/+1 |
2008-09-25 | Mantis#2017. Thank you kindly, Tyre, for a patch that solves: | Charles Krinke | 2 | -11/+4 |
2008-09-25 | * Adds some Wind | Teravus Ovares | 1 | -0/+3 |
2008-09-25 | temporarily disabling HttpServer related stuff (take #2: Exclude takes | Dr Scofield | 2 | -48/+48 |
2008-09-25 | * In Standalone, add a persistant account for the OGP user. | Teravus Ovares | 3 | -4/+30 |
2008-09-25 | * Remove a message handler | Teravus Ovares | 1 | -0/+2 |
2008-09-24 | Add persistence of active gestures. This needs an UGAIM update to work. | Homer Horwitz | 4 | -2/+41 |
2008-09-23 | * OGP GET, look for Accept header application/llsd+xml with an optional ?q= | Teravus Ovares | 1 | -1/+1 |
2008-09-23 | * Fix a null reference exception that I introduced | Teravus Ovares | 1 | -1/+1 |
2008-09-23 | * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ... | Teravus Ovares | 1 | -0/+12 |
2008-09-23 | * Update in OGP draft 3 protocol spec with regards to seed region requests ru... | Teravus Ovares | 1 | -2/+7 |
2008-09-21 | * minor: Remove some of the redundant asset id storage for now | Justin Clarke Casey | 1 | -11/+12 |
2008-09-21 | * Start recording asset request times after a cache miss. This is very primt... | Justin Clarke Casey | 2 | -6/+33 |
2008-09-21 | * Eliminate the need to copy asset request lists in the asset cache when an a... | Justin Clarke Casey | 1 | -82/+22 |
2008-09-21 | * minor: tidy up of AssetCache, remove currently pointless storing of thread ... | Justin Clarke Casey | 1 | -12/+9 |
2008-09-21 | * Fix http://opensimulator.org/mantis/view.php?id=2189 | Justin Clarke Casey | 1 | -0/+6 |
2008-09-21 | Completely revert the notecard uploading changes I made, since they | Melanie Thielker | 1 | -2/+0 |
2008-09-20 | And re-reverse the names from last commit | Melanie Thielker | 1 | -2/+2 |
2008-09-20 | Remove CAPS notecard updating, as LL isn't supporting it and the viewer | Melanie Thielker | 1 | -1/+2 |
2008-09-20 | Partially implement notecard saves in task inventory. Still makes the | Melanie Thielker | 1 | -1/+2 |