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
/
OptionalModules
/
Avatar
/
Concierge
/
ConciergeModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-04-02
Comment out some startup logging lines to make up for the one I added earlier...
Justin Clark-Casey (justincc)
1
-7
/
+2
2010-03-19
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...
Dan Lake
1
-1
/
+1
2010-03-19
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...
Dan Lake
1
-24
/
+15
2009-08-10
Replace the Replaceable modules name
Melanie
1
-1
/
+1
2009-07-11
fixing warning re ReplacableInterface()
Dr Scofield
1
-1
/
+1
2009-07-10
Committing the interface change and the addition to the modules to get
Melanie Thielker
1
-0
/
+5
2009-07-10
Remove all references to HttpServer from CommsManager (all incarnations)
Melanie Thielker
1
-2
/
+2
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-25
dropping attendee list keeping from Concierge, relying on
Dr Scofield
1
-87
/
+26
2009-05-23
* Pipes requestors IP address through all XmlRpcRequest delegates. This is ne...
Adam Frisby
1
-1
/
+1
2009-05-22
converting Chat module and Concierge module to new style region modules
Dr Scofield
1
-23
/
+55
2009-02-20
Update svn properties, add copyright headers, minor formatting cleanup.
Jeff Ames
1
-3
/
+3
2009-02-17
- additional code to get ConciergeModule to do truly async broker updates
Dr Scofield
1
-13
/
+63
2009-02-13
fixing crash due to make-child and make-root stepping on each other's toes
Dr Scofield
1
-7
/
+16
2009-02-10
fixing ConciergeModule to follow coding conventions
Dr Scofield
1
-106
/
+106
2009-02-10
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
Dr Scofield
1
-2
/
+2
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-02-03
* Address http://opensimulator.org/mantis/view.php?id=3076 by actually elimin...
Justin Clarke Casey
1
-2
/
+2
2009-02-03
* Fission SceneObjectTests into basic and linking sets
Justin Clarke Casey
1
-1
/
+1
2009-02-02
Minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-01-30
reporting original request URI if HttpWebRequest failed, adding
Dr Scofield
1
-11
/
+18
2009-01-30
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-01-30
fixing: client gets logged out when concierge's broker returns 500
Dr Scofield
1
-2
/
+19
2009-01-28
fix: client gets logged out when concierge's broker returns 500
Dr Scofield
1
-4
/
+11
2009-01-26
(no commit message)
Dr Scofield
1
-1
/
+1
2009-01-26
(no commit message)
Dr Scofield
1
-1
/
+1
2009-01-26
~ fixing bugs in ConciergeServer.py test code
Dr Scofield
1
-1
/
+1
2009-01-26
+ adding URI substitution for concierges broker URI
Dr Scofield
1
-2
/
+4
2009-01-26
~ turning synchronous broker update into asynchronous one
Dr Scofield
1
-3
/
+11
2009-01-26
~ fix: Concierge reports avatar leaving region twice
Dr Scofield
1
-3
/
+1
2009-01-26
~ extending attendee list to include agent name
Dr Scofield
1
-10
/
+45
2009-01-26
adding timestamp as ISO 8601
Dr Scofield
1
-2
/
+2
2009-01-26
adding XML sniplet generation (start of)
Dr Scofield
1
-0
/
+16
2009-01-26
starting draft attendee list notification support.
Dr Scofield
1
-0
/
+27
2008-11-06
- fixes comparison of struct against null (no no no)
Dr Scofield
1
-32
/
+32
2008-11-03
* mionr: correct CONTRIBUTORS file for Plugh
Justin Clarke Casey
1
-2
/
+2
2008-11-03
* minor: fussy little change to put colons in some log output
Justin Clarke Casey
1
-12
/
+12
2008-11-03
* minor: don't need to null check config source in clientstack settings since...
Justin Clarke Casey
1
-1
/
+0
2008-10-30
From: Alan Webb (alan_webb@us.ibm.com)
Dr Scofield
1
-10
/
+0
2008-10-27
* minor: remove mono compiler warnings
Justin Clarke Casey
1
-9
/
+9
2008-10-27
Update svn properties, minor formatting cleanup.
Jeff Ames
1
-3
/
+3
2008-10-23
removing unused method from ConciergeModule. adding attendee list
Dr Scofield
1
-47
/
+169
2008-10-21
adding "welcome" support to Concierge: allows to specify via
Dr Scofield
1
-8
/
+60
2008-10-20
cleaning up IRCBridgeModule to allow for configuration from in-world,
Dr Scofield
1
-42
/
+139
2008-10-03
This changeset changes the way chat from client is routed:
Dr Scofield
1
-26
/
+40
2008-09-30
initial version of a meeting concierge module.
Dr Scofield
1
-0
/
+213