aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Voice (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-252-4/+4
|
* i'm extending the RestStreamHandler.Handler(...) signature to actually Dr Scofield2008-05-202-4/+8
| | | | | | | | | | | provide OSHttpRequest and OSHttpResponse to our REST handler. also, this adds proper RestPlugin.IsGod() checking against the X-OpenSim-Godkey HTTP request header. last, i added XML doc comments to RestPlugin.cs
* Formatting cleanup.Jeff Ames2008-05-161-1/+1
|
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-012-4/+4
| | | | with namespaces.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-012-488/+488
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-302-60/+68
|
* * Refactored Environment/Modules directory - modules now reside in their own ↵Adam Frisby2008-04-302-0/+482
directory with any associated module-specific classes. * Each module directory is currently inside one of the following category folders: Agent (Anything relating to do with Client<->Server communications.), Avatar (Anything to do with the avatar or presence inworld), Framework (Classes modules can use), Grid (Grid traffic, new OGS2 grid comms), Scripting (Scripting functions, etc), World (The enrivonment/scene, IE Sun/Tree modules.) * This should be moved into a seperate project file.