| Commit message (Expand) | Author | Files | Lines |
2008-04-20 | * Added some more fixes, refactored SVNModule slightly. | Adam Frisby | 1 | -12/+31 |
2008-04-20 | * Added support for new "svn load-region <region name> [svn revision]" comman... | Adam Frisby | 1 | -0/+44 |
2008-04-20 | * Updates LSL2CS converter | Teravus Ovares | 8 | -4/+358 |
2008-04-20 | * Added experimental "svn load <revision>" command to allow you to load a reg... | Adam Frisby | 1 | -7/+38 |
2008-04-20 | * Fixed three compiler warnings introduced in the previous commit. | Adam Frisby | 1 | -1/+1 |
2008-04-20 | * Various SvnBackupModule fixes. | Adam Frisby | 1 | -1/+23 |
2008-04-19 | * Start catching rogue SocketExceptions which occur (at least on mono) when a... | Justin Clarke Casey | 1 | -0/+10 |
2008-04-19 | * Insert an OpenSim warning telling the user to ignore the ERROR assembly sca... | Justin Clarke Casey | 1 | -0/+3 |
2008-04-19 | Thank you kindly krtaylor for a patch to solve: | Charles Krinke | 6 | -7/+81 |
2008-04-19 | * Fix build break in previous revision | Justin Clarke Casey | 2 | -2/+2 |
2008-04-19 | * Several fixes for SvnBackupModule | Adam Frisby | 1 | -21/+53 |
2008-04-18 | * Insert some missing database locks for inventory and user data on mysql | Justin Clarke Casey | 2 | -7/+20 |
2008-04-18 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -42/+219 |
2008-04-18 | * Refactor: Remove redundant try/catch from asset request since this is now h... | Justin Clarke Casey | 1 | -47/+42 |
2008-04-18 | Mantis #851, 100% CPU on unhandlet HTTP event. Thanks cmickeyb. | Tedd Hansen | 1 | -9/+21 |
2008-04-18 | * Fixed two compiler warnings dealing with IPAddress equality. | Adam Frisby | 1 | -3/+1 |
2008-04-18 | * Added lock persistence | Teravus Ovares | 1 | -3/+4 |
2008-04-18 | Thank you, Melanie, very kindly for a patch that : | Charles Krinke | 1 | -2/+15 |
2008-04-17 | * Re-Fixed caps | Teravus Ovares | 11 | -285/+197 |
2008-04-17 | * Acks the first UseCircuitCode packet | Teravus Ovares | 3 | -1/+37 |
2008-04-17 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -5/+98 |
2008-04-17 | * Added "svn load" command to correspond "svn save". Will grab the latest rev... | Adam Frisby | 2 | -1/+13 |
2008-04-17 | * Added ITerrainModule interface to Terrain Module, and registered accordingl... | Adam Frisby | 2 | -1/+11 |
2008-04-17 | * Added a directory for the SVN module. More about to come.* SVNBackupModule | Adam Frisby | 2 | -40/+40 |
2008-04-17 | Update svn properties. Add copyright info to some source files. | Jeff Ames | 31 | -215/+1036 |
2008-04-17 | * Missed a file while committing. | Adam Frisby | 1 | -0/+8 |
2008-04-17 | * Committing first version of SVN Backup Module | Adam Frisby | 3 | -6/+178 |
2008-04-17 | * Patch from ChrisDown to fix odd results when using landmarks. Thanks Chris... | Teravus Ovares | 2 | -3/+3 |
2008-04-17 | * Implements 'Set Home to Here' | Teravus Ovares | 9 | -23/+205 |
2008-04-16 | moved the Thread.Sleep(500), to the correct side of the ar.AsyncWaitHandle.... | MW | 1 | -1/+1 |
2008-04-16 | * From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -2/+47 |
2008-04-16 | From: Alan M Webb <awebb@vnet.ibm.com> | Justin Clarke Casey | 1 | -13/+60 |
2008-04-16 | * From Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -4/+23 |
2008-04-16 | added a thread.Sleep(500) to OGS1GridServices.CheckRegion() , to try to help ... | MW | 1 | -0/+1 |
2008-04-16 | * Set default EstateSettings regionFlags to allow 'set home here', and 'creat... | Teravus Ovares | 1 | -1/+1 |
2008-04-16 | * Applying melanie's Landmark patch. Thanks Melanie! | Teravus Ovares | 8 | -34/+62 |
2008-04-16 | After reading Timer.cs in the mono source, I'm not | Sean Dague | 1 | -116/+118 |
2008-04-16 | Thank you very much, Kmeisthax for: | Charles Krinke | 6 | -3/+82 |
2008-04-15 | * A tweak of the caps system so that new caps have random paths instead of a ... | Teravus Ovares | 4 | -3/+46 |
2008-04-15 | fix types on nhibernate mappings for User bits | Sean Dague | 2 | -11/+12 |
2008-04-15 | * Fix mantis 975 - prim text > 255 chars | Justin Clarke Casey | 1 | -0/+8 |
2008-04-15 | * Tiny, tiny, login message refinement to reduce human parsing requirements | Justin Clarke Casey | 1 | -1/+1 |
2008-04-15 | * Make it easier to follow logins on the user server by changing and tidying ... | Justin Clarke Casey | 4 | -29/+35 |
2008-04-15 | * Send a meaningful response to both the user server console and the client i... | Justin Clarke Casey | 3 | -13/+43 |
2008-04-15 | Fixed LSL State support. | Teravus Ovares | 3 | -35/+57 |
2008-04-15 | From: Dr Scofield <hud@zurich.ibm.com> | Sean Dague | 2 | -0/+289 |
2008-04-15 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 2 | -23/+44 |
2008-04-15 | Update svn properties. | Jeff Ames | 4 | -201/+201 |
2008-04-15 | * Added support for serialising objects to ExportSerialisationModule via Seri... | Adam Frisby | 3 | -10/+23 |
2008-04-15 | * Fixes an issue with the BaseHttpServer in Linux | Teravus Ovares | 7 | -20/+92 |