index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Communications
/
Local
/
LocalLoginService.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
2008-09-06
1
-6
/
+6
*
* Fixed a bug that occurred if your home region wasn't logged in, in standalo...
Teravus Ovares
2008-08-26
1
-12
/
+30
*
Mantis#904. Thank you kindly, Jonc for a patch that solves:
Charles Krinke
2008-08-21
1
-3
/
+9
*
* refactor: Remove now redundant inventory server url being passed to GetInve...
Justin Clarke Casey
2008-07-24
1
-1
/
+1
*
* minor: Rename IInterGridInventoryServices since it's inter service rather t...
Justin Clarke Casey
2008-07-24
1
-4
/
+4
*
* refactor: break out inter grid inventory services further
Justin Clarke Casey
2008-07-23
1
-4
/
+4
*
more work on the support for multiple inventory servers.
MW
2008-06-28
1
-1
/
+1
*
dr scofield's warning safari:
Dr Scofield
2008-06-27
1
-1
/
+1
*
Formatting cleanup.
Jeff Ames
2008-05-16
1
-23
/
+23
*
* Cleaned namespaces of entire solution. OpenSim directories now correspond w...
Adam Frisby
2008-05-01
1
-1
/
+1
*
From: Dr Scofield <hud@zurich.ibm.com>
Justin Clarke Casey
2008-04-25
1
-12
/
+60
*
* Optimised using statements and namespace references across entire project (...
Adam Frisby
2008-04-21
1
-7
/
+4
*
renaming of attributes in UserAgentData for readability
Sean Dague
2008-04-10
1
-4
/
+4
*
changing UserAgentData to use properties. This caused more
Sean Dague
2008-04-10
1
-4
/
+4
*
further renaming of properties for clarity
Sean Dague
2008-04-10
1
-2
/
+2
*
moved fields to properties for UserDataProfile, which was
Sean Dague
2008-04-10
1
-15
/
+15
*
more refactoring, this time on InventoryFolderBase
Sean Dague
2008-04-07
1
-7
/
+7
*
* Minor: If a user exists but has no inventory in standalone, automatically c...
Justin Clarke Casey
2008-03-31
1
-35
/
+20
*
* Refactor: Remove unused inventory methods, some of which weren't properly i...
Justin Clarke Casey
2008-03-29
1
-1
/
+1
*
* Send full inventory folder skeleton to standalone client logins rather than...
Justin Clarke Casey
2008-03-28
1
-1
/
+2
*
* Refactor: Rename CreateInventoryData() to GetInventorySkeleton()
Justin Clarke Casey
2008-03-28
1
-1
/
+2
*
* Remove pointless boolean on AgentInventory.CreateRootFolder()
Justin Clarke Casey
2008-03-28
1
-1
/
+1
*
* Massaging CAPS setup/teardown log messages
Justin Clarke Casey
2008-03-25
1
-1
/
+5
*
* Start passing around a region server's http port in RegionInfo.
Justin Clarke Casey
2008-03-23
1
-0
/
+4
*
Another poxy patch which consists mainly of logging changes (some already com...
Justin Clarke Casey
2008-03-20
1
-1
/
+2
*
Formatting cleanup. Minor refactoring.
Jeff Ames
2008-03-18
1
-2
/
+2
*
* Added the ability to type the partial name of a region in the start locatio...
Teravus Ovares
2008-03-18
1
-0
/
+2
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+25
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-1
/
+0
*
Building on Joha's update...
Teravus Ovares
2008-03-18
1
-2
/
+16
*
Change handler001 through handler009 to more
Charles Krinke
2008-03-02
1
-4
/
+4
*
* Converted the last of the events to the private delegate instance method to...
Teravus Ovares
2008-02-22
1
-2
/
+5
*
Minor cleanup.
Jeff Ames
2008-02-20
1
-1
/
+1
*
Some changes to remove some of the direct calls to CommsManager from Scene, s...
MW
2008-02-16
1
-1
/
+1
*
* Made new Framework.Constants class, added RegionSize member.
Adam Frisby
2008-02-14
1
-2
/
+2
*
Converted logging to use log4net.
Jeff Ames
2008-02-05
1
-5
/
+7
*
Refactor only: serve stats objects directly through StatsManager singleton
Justin Clarke Casey
2008-02-04
1
-2
/
+2
*
* Add very basic initial login stats to the user server
Justin Clarke Casey
2008-01-25
1
-4
/
+6
*
* This update enables the web_login method.
Teravus Ovares
2008-01-09
1
-1
/
+6
*
* You can add and remove a friend in standalone now within the same simulator...
Teravus Ovares
2008-01-01
1
-2
/
+16
*
Standard library folders can now be configued in the xml in inventory/OpenSim...
Justin Clarke Casey
2007-12-31
1
-1
/
+3
*
* Optimized usings
lbsa71
2007-12-27
1
-7
/
+7
*
Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W...
Jeff Ames
2007-12-20
1
-5
/
+5
*
Put out a more comprehensible message when user authentication fails than the...
Justin Clarke Casey
2007-12-15
1
-4
/
+8
*
removed some duplicate hard-coded port numbers. changed ports to uint.
Jeff Ames
2007-12-06
1
-2
/
+1
*
Some work on being able to set/send a users Buddylist info. (added handling c...
MW
2007-11-13
1
-0
/
+4
*
* Optimized usings
lbsa71
2007-10-30
1
-23
/
+26
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
1
-4
/
+2
*
nice catch by chi11ken that I was setting the wrong property
Sean Dague
2007-10-22
1
-1
/
+1
*
Bug fix, so that local loginserver (in standalone mode) can set a start posit...
MW
2007-10-22
1
-1
/
+2
[next]