aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-25* Remove a message handler Teravus Ovares1-0/+2
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz4-2/+41
2008-09-23* OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares1-1/+1
2008-09-23* Fix a null reference exception that I introducedTeravus Ovares1-1/+1
2008-09-23* Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares1-0/+12
2008-09-23* Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares1-2/+7
2008-09-21* minor: Remove some of the redundant asset id storage for nowJustin Clarke Casey1-11/+12
2008-09-21* Start recording asset request times after a cache miss. This is very primt...Justin Clarke Casey2-6/+33
2008-09-21* Eliminate the need to copy asset request lists in the asset cache when an a...Justin Clarke Casey1-82/+22
2008-09-21* minor: tidy up of AssetCache, remove currently pointless storing of thread ...Justin Clarke Casey1-12/+9
2008-09-21* Fix http://opensimulator.org/mantis/view.php?id=2189Justin Clarke Casey1-0/+6
2008-09-21Completely revert the notecard uploading changes I made, since theyMelanie Thielker1-2/+0
2008-09-20And re-reverse the names from last commitMelanie Thielker1-2/+2
2008-09-20Remove CAPS notecard updating, as LL isn't supporting it and the viewerMelanie Thielker1-1/+2
2008-09-20Partially implement notecard saves in task inventory. Still makes theMelanie Thielker1-1/+2
2008-09-19* Implements an experimental method to define which region you want to go to ...Teravus Ovares1-2/+5
2008-09-19* Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey4-15/+27
2008-09-19* Tweaked handler code to recognize LibOMV's LLSD Login by post content.Teravus Ovares1-1/+3
2008-09-19* Switches content type from application/xml+llsd to application/llsd+xml on ...Teravus Ovares1-1/+1
2008-09-18adds support to delete a region completely and offers thatDr Scofield1-0/+3
2008-09-15* minor: eat up some yummy warningsJustin Clarke Casey2-7/+8
2008-09-15* refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr...Justin Clarke Casey3-31/+1
2008-09-15* oops! Add interface file I forgot in the last checkinJustin Clarke Casey1-0/+49
2008-09-15* refactor: Break out IUserServiceAdmin out of IUserService since admin metho...Justin Clarke Casey3-20/+8
2008-09-15* Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey1-15/+1
2008-09-15* Add "reset user password" command to standalone region consoleJustin Clarke Casey3-3/+49
2008-09-14* Made Seed CAP response respect the SSL setting.Teravus Ovares3-5/+82
2008-09-14* This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares2-2/+134
2008-09-14* Converted a number of methods within the login processes from private to pr...Adam Frisby3-15/+9
2008-09-12Changed "show users" command to display only root agents, "show users full" toHomer Horwitz3-7/+7
2008-09-12reformat spacing on some property declarations. Take away the virtualSean Dague1-73/+33
2008-09-12* Patch http://opensimulator.org/mantis/view.php?id=2167Justin Clarke Casey1-0/+1
2008-09-12* Check in first part of http://opensimulator.org/mantis/view.php?id=2073Justin Clarke Casey7-171/+235
2008-09-12Mantis#2165. Thank you kindly, CMickeyB for a patch that:Charles Krinke1-18/+40
2008-09-11* Removed some legacy commentinglbsa711-44/+0
2008-09-11* Added small convenience function to recursively calculate total amounts of ...lbsa711-0/+15
2008-09-09* Adds OnGenericMessage and SendGenericMessage functionality to IClientAPI.Adam Frisby1-0/+7
2008-09-09Update svn properties, formatting cleanup.Jeff Ames4-8/+8
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague1-0/+141
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+4
2008-09-07Mantis #2142Melanie Thielker2-1/+17
2008-09-07* Improve login failure handling.Justin Clarke Casey1-21/+20
2008-09-07* minor: Clean up of logging messages to make following the client login proc...Justin Clarke Casey1-5/+8
2008-09-07* minor: just minor doc and tidy upJustin Clarke Casey2-1/+5
2008-09-06Mantis#2136. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-7/+5
2008-09-06* This changes gridcomms types back to our home grown wholy controlled types. Teravus Ovares2-4/+55
2008-09-06Mantis #2133Melanie Thielker11-14/+14
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares99-1347/+1190
2008-09-03Update svn properties.Jeff Ames1-56/+56
2008-09-02fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield1-1/+1