aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* partially fixing avatar appearance codeDr Scofield2009-05-121-58/+62
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-8/+8
* RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1Dr Scofield2009-05-071-51/+51
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-071-106/+673
* * If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey2009-05-051-36/+4
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-052-5/+5
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-0414-5/+16
* * Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey2009-05-041-6/+23
* Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON StatsDahlia Trimble2009-05-041-0/+2
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-0/+2
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-291-1/+1
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-291-9/+67
* From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net>Dr Scofield2009-04-291-41/+191
* From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-271-1/+287
* Add copyright headers. Formatting cleanup.Jeff Ames2009-04-271-45/+45
* Getting rid of -hypergrid=true on the command line. This config now goes insi...diva2009-04-271-15/+1
* Remove some debug messages I have forgotten to take out.Homer Horwitz2009-04-261-2/+0
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-242-2/+450
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-4/+11
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey2009-04-221-27/+9
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ...Justin Clarke Casey2009-04-221-7/+10
* * Fix the other windows build break. Hopefully that shoudl be the last oneJustin Clarke Casey2009-04-221-0/+1
* * Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2009-04-221-0/+4
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-1/+4
* * Run RemoteAdminPlugin user info queries through cache service rather than d...Justin Clarke Casey2009-04-171-10/+18
* Adds a new REST service /admin/regioninfo/ --- will return aDr Scofield2009-04-172-0/+144
* Add a console command facility to the RemoteAdmin plugin.Melanie Thielker2009-04-151-0/+47
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-5/+5
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+20
* Fix ordering of operations: First initialize everything, then add regionsHomer Horwitz2009-04-131-0/+6
* * Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey2009-04-081-4/+4
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-052-0/+205
* * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-releaselbsa712009-04-012-4/+4
* * Refactored out and de-duplicated Base64ToString(string)lbsa712009-03-311-7/+1
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-311-1/+1
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-1/+2
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-276-49/+67
* * De-duplicated login service some morelbsa712009-03-201-19/+0
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-192-1/+2
* merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, addingDr Scofield2009-03-121-117/+28
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+1
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-102-37/+46
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-102-222/+272
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-21/+21
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-03-101-4/+4
* Added a output message to CreateCommsManagerPlugin for when a user tries to r...MW2009-03-061-36/+46
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-031-17/+16
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-32/+28
* Added more error info to CreateCommsManagerPlugin.MW2009-03-021-0/+1
* Added some debug output to CreateCommsManagerPluginMW2009-03-021-1/+11