aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Fixed three compiler warnings introduced in the previous commit.Adam Frisby2008-04-201-1/+1
* * Various SvnBackupModule fixes.Adam Frisby2008-04-201-1/+23
* * Start catching rogue SocketExceptions which occur (at least on mono) when a...Justin Clarke Casey2008-04-191-0/+10
* * Insert an OpenSim warning telling the user to ignore the ERROR assembly sca...Justin Clarke Casey2008-04-191-0/+3
* Thank you kindly krtaylor for a patch to solve:Charles Krinke2008-04-196-7/+81
* * Fix build break in previous revisionJustin Clarke Casey2008-04-192-2/+2
* * Several fixes for SvnBackupModuleAdam Frisby2008-04-191-21/+53
* * Insert some missing database locks for inventory and user data on mysqlJustin Clarke Casey2008-04-182-7/+20
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-181-42/+219
* * Refactor: Remove redundant try/catch from asset request since this is now h...Justin Clarke Casey2008-04-181-47/+42
* Mantis #851, 100% CPU on unhandlet HTTP event. Thanks cmickeyb.Tedd Hansen2008-04-181-9/+21
* * Fixed two compiler warnings dealing with IPAddress equality.Adam Frisby2008-04-181-3/+1
* * Added lock persistenceTeravus Ovares2008-04-181-3/+4
* Thank you, Melanie, very kindly for a patch that : Charles Krinke2008-04-181-2/+15
* * Re-Fixed caps Teravus Ovares2008-04-1711-285/+197
* * Acks the first UseCircuitCode packet Teravus Ovares2008-04-173-1/+37
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-171-5/+98
* * Added "svn load" command to correspond "svn save". Will grab the latest rev...Adam Frisby2008-04-172-1/+13
* * Added ITerrainModule interface to Terrain Module, and registered accordingl...Adam Frisby2008-04-172-1/+11
* * Added a directory for the SVN module. More about to come.* SVNBackupModuleAdam Frisby2008-04-172-40/+40
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-1731-215/+1036
* * Missed a file while committing.Adam Frisby2008-04-171-0/+8
* * Committing first version of SVN Backup ModuleAdam Frisby2008-04-173-6/+178
* * Patch from ChrisDown to fix odd results when using landmarks. Thanks Chris...Teravus Ovares2008-04-172-3/+3
* * Implements 'Set Home to Here' Teravus Ovares2008-04-179-23/+205
* moved the Thread.Sleep(500), to the correct side of the ar.AsyncWaitHandle....MW2008-04-161-1/+1
* * From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-161-2/+47
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-04-161-13/+60
* * From Kurt Taylor <krtaylor@us.ibm.com>Justin Clarke Casey2008-04-161-4/+23
* added a thread.Sleep(500) to OGS1GridServices.CheckRegion() , to try to help ...MW2008-04-161-0/+1
* * Set default EstateSettings regionFlags to allow 'set home here', and 'creat...Teravus Ovares2008-04-161-1/+1
* * Applying melanie's Landmark patch. Thanks Melanie!Teravus Ovares2008-04-168-34/+62
* After reading Timer.cs in the mono source, I'm notSean Dague2008-04-161-116/+118
* Thank you very much, Kmeisthax for:Charles Krinke2008-04-166-3/+82
* * A tweak of the caps system so that new caps have random paths instead of a ...Teravus Ovares2008-04-154-3/+46
* fix types on nhibernate mappings for User bitsSean Dague2008-04-152-11/+12
* * Fix mantis 975 - prim text > 255 charsJustin Clarke Casey2008-04-151-0/+8
* * Tiny, tiny, login message refinement to reduce human parsing requirementsJustin Clarke Casey2008-04-151-1/+1
* * Make it easier to follow logins on the user server by changing and tidying ...Justin Clarke Casey2008-04-154-29/+35
* * Send a meaningful response to both the user server console and the client i...Justin Clarke Casey2008-04-153-13/+43
* Fixed LSL State support.Teravus Ovares2008-04-153-35/+57
* From: Dr Scofield <hud@zurich.ibm.com>Sean Dague2008-04-152-0/+289
* From: dirk husemann <hud@zurich.ibm.com>Sean Dague2008-04-152-23/+44
* Update svn properties.Jeff Ames2008-04-154-201/+201
* * Added support for serialising objects to ExportSerialisationModule via Seri...Adam Frisby2008-04-153-10/+23
* * Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares2008-04-157-20/+92
* * Committing shell of a whole-region serialiser. This is not complete and wil...Adam Frisby2008-04-153-0/+188
* * Quick patch before I start on a bigger projectAdam Frisby2008-04-153-55/+61
* * Working towards notifying the client if the inventory service has failed, r...Justin Clarke Casey2008-04-145-15/+70
* * Fixed a few warnings.Teravus Ovares2008-04-1412-10/+347