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
/
Addons
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Can delete the Offline Messages sent to/from a user.
Oren Hurvitz
2014-01-16
4
-0
/
+37
*
In the offline message table, store the sender.
Oren Hurvitz
2014-01-16
2
-3
/
+3
*
Fixed offline IM
Oren Hurvitz
2014-01-16
1
-8
/
+4
*
refactor: replace verbose checks with String.IsNullOrEmpty where applicable.
Justin Clark-Casey (justincc)
2013-11-15
2
-3
/
+3
*
Bump OPenSimulator version and assembly versions up to 0.8.0 Dev
Justin Clark-Casey (justincc)
2013-10-04
2
-2
/
+2
*
Restore group membership check for HG users in QueryAccess.
Diva Canto
2013-09-05
1
-3
/
+6
*
minor: Eliminate one of the duplicate 'have's in the HG message telling the u...
Justin Clark-Casey (justincc)
2013-08-13
1
-1
/
+1
*
Don't try and send group updates to NPCs via event queue, since NPCs have no ...
Justin Clark-Casey (justincc)
2013-08-12
1
-3
/
+7
*
Group notices bug fix: use a new IM for each member of the group, otherwise t...
Diva Canto
2013-08-05
1
-2
/
+2
*
Groups: Better warning messages to the user.
Diva Canto
2013-07-28
2
-3
/
+11
*
Group chat: prevent a situation where dupe IMs could occur.
Diva Canto
2013-07-28
1
-9
/
+3
*
Group chat: guard against duplicate sends
Diva Canto
2013-07-28
1
-4
/
+5
*
Changing the visibility test in groups service to be UUID.Zero.ToString() ins...
Diva Canto
2013-07-28
4
-5
/
+9
*
Same issue.
Diva Canto
2013-07-28
1
-0
/
+1
*
Same issue as previous commit.
Diva Canto
2013-07-28
2
-14
/
+17
*
Fix an issue where HG members of groups weren't seeing the entire membership ...
Diva Canto
2013-07-28
1
-2
/
+20
*
Removed commented lines and useless debug message
Diva Canto
2013-07-28
1
-16
/
+0
*
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...
Diva Canto
2013-07-28
1
-21
/
+6
*
This makes group search work (Groups V2).
Diva Canto
2013-07-28
5
-1
/
+87
*
More on group chat: only root agents should subscribe to OnInstantMessage, or...
Diva Canto
2013-07-27
1
-1
/
+14
*
More bug fixes on group chat
Diva Canto
2013-07-27
1
-15
/
+19
*
Several major improvements to group (V2) chat. Specifically: handle join/drop...
Diva Canto
2013-07-27
6
-191
/
+292
*
Trying to decrease the lag on group chat. (Groups V2 only)
Diva Canto
2013-07-26
1
-16
/
+24
*
Decreased the time of group cache to 1 min, because it was getting on my nerv...
Diva Canto
2013-07-24
1
-1
/
+1
*
Improvement of fetching name in groups
Diva Canto
2013-07-23
1
-11
/
+10
*
minor: remove some mono compiler warnings in new groups code
Justin Clark-Casey (justincc)
2013-07-08
4
-8
/
+1
*
Add "show caps stats by user" and "show caps stats by cap" console commands t...
Justin Clark-Casey (justincc)
2013-07-08
3
-3
/
+3
*
Groups V2: charge for group creation only after the group has been successful...
Diva Canto
2013-06-30
1
-1
/
+4
*
minor: remove mono compiler warning in OfflineIMService
Justin Clark-Casey (justincc)
2013-06-18
1
-1
/
+1
*
More on mantis #6666 -- Groups V2 remote connector.
Diva Canto
2013-06-09
1
-7
/
+4
*
Groups V2 -- fix mantis #6666
Diva Canto
2013-06-08
1
-0
/
+3
*
Mantis #6620 (removed debug message)
Diva Canto
2013-06-07
1
-1
/
+1
*
Update the money framework to allow sending the new style linden "serverside ...
Melanie
2013-05-25
1
-1
/
+1
*
Groups: Improve error handling on remote connector.
Diva Canto
2013-05-13
1
-4
/
+9
*
Fixes mantis #6636 -- Groups
Diva Canto
2013-05-13
2
-1
/
+7
*
Groups: make some methods protected.
Diva Canto
2013-04-25
1
-7
/
+7
*
Switched to using the other Util function with a default value.
Diva Canto
2013-02-27
1
-1
/
+2
*
Moved the HG default variables out of [Startup] and into their own section [H...
Diva Canto
2013-02-27
1
-1
/
+1
*
Mantis #6552 -- stricter error (crash) if server URL is malformed.
Diva Canto
2013-02-25
1
-5
/
+2
*
Fixes mantis #6551 -- misspelled key name. Also fixed an issue with the roles...
Diva Canto
2013-02-25
4
-3
/
+16
*
Added new Util function for reading config vars that's more generic than the ...
Diva Canto
2013-02-22
1
-1
/
+1
*
Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...
Diva Canto
2013-02-21
1
-4
/
+4
*
Updated AssemblyInfo.cs for Groups and OfflineIM to 0.7.6.*. Removed Assembly...
Diva Canto
2013-02-19
2
-4
/
+2
*
First commit of Diva Groups. The Data bits went to OpenSim.Data core, the res...
Diva Canto
2013-02-19
17
-0
/
+8712
*
Offline IM: moved the Data and MySQL bits to the corresponding places in core...
Diva Canto
2013-02-19
3
-141
/
+0
*
One more sql statement on migration #2 for offline im, to really clean up thi...
Diva Canto
2013-02-18
1
-0
/
+1
*
Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll
Diva Canto
2013-02-18
9
-0
/
+1016