index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Permissions
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...
Justin Clark-Casey (justincc)
2013-04-09
1
-1
/
+1
*
Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...
Justin Clark-Casey (justincc)
2013-04-06
1
-0
/
+2
*
Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask
Melanie
2013-03-26
1
-0
/
+1
*
Moved permissions config vars out of [Startup] into [Permissions]. Backwards ...
Diva Canto
2013-03-01
1
-21
/
+33
*
One more module converted: PermissionsModule.
Diva Canto
2012-11-11
1
-112
/
+155
*
Lower warn logging on not having friends/group module on permissions to debug.
Justin Clark-Casey (justincc)
2012-06-20
1
-2
/
+2
*
Put all debug console commands into a single Debug section rather than scatte...
Justin Clark-Casey (justincc)
2012-06-15
1
-1
/
+1
*
minor: Remove redundant EstateOwner != UUID.Zero check in IsAdministrator bec...
Justin Clark-Casey (justincc)
2012-05-17
1
-8
/
+6
*
If a Grid God teleports then include the Godlike teleport flag. This can affe...
Oren Hurvitz
2012-04-27
1
-9
/
+22
*
refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...
Justin Clark-Casey (justincc)
2012-04-17
1
-1
/
+1
*
Add simple login test with online friends. Add IFriendsModule.GrantRights() ...
Justin Clark-Casey (justincc)
2012-03-30
1
-6
/
+4
*
Rework Diva's patch to simplify it
Melanie
2012-03-22
1
-2
/
+10
*
Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...
Melanie
2012-03-22
1
-32
/
+2
*
Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...
Diva Canto
2012-03-22
1
-2
/
+32
*
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
2012-03-08
1
-3
/
+3
*
Fix problem with dragging child part inventory item to user inventory.
Justin Clark-Casey (justincc)
2012-02-21
1
-19
/
+3
*
short circuit the expensive parts of the permission checking code
Mic Bowman
2012-02-13
1
-1
/
+6
*
Fix bug where objects could not be set to a new group if the group had been c...
Justin Clark-Casey (justincc)
2011-12-17
1
-3
/
+9
*
Improve some of the debug help messages
Justin Clark-Casey (justincc)
2011-11-29
1
-3
/
+2
*
For clients that are entering a simulator from initial login, stop executing ...
Justin Clark-Casey (justincc)
2011-11-15
1
-2
/
+1
*
When creating an OAR, optionally exclude objects according to their permissions
Oren Hurvitz
2011-09-12
1
-37
/
+52
*
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
2011-09-01
1
-1
/
+1
*
Fixed serverside_object_permission default value confliction
Makopoppo
2011-07-23
1
-1
/
+1
*
Make default serverside_object_permissions = true since this better matches u...
Justin Clark-Casey (justincc)
2011-07-01
1
-1
/
+1
*
Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...
Diva Canto
2011-05-21
1
-15
/
+26
*
When setting media on a prim values, use generic object permissions instead o...
Justin Clark-Casey (justincc)
2011-03-14
1
-2
/
+2
*
Revamp the viewer -> banlist packet processing so fix a number of bugs.
Melanie
2010-12-13
1
-53
/
+3
*
Fix a typo
Melanie
2010-09-21
1
-3
/
+3
*
Refactor script create permission into the perms module
Melanie
2010-09-21
1
-5
/
+23
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-11
/
+11
*
Merge branch 'moap'
Justin Clark-Casey (justincc)
2010-08-06
1
-2
/
+87
|
\
|
*
Fix problem where changes to media textures for prims duplicated by shify cop...
Justin Clark-Casey (justincc)
2010-07-28
1
-6
/
+6
|
*
provide config option for media on a prim
Justin Clark-Casey (justincc)
2010-07-26
1
-2
/
+2
|
*
fix previous media interact serverside checking. perform very basic serversi...
Justin Clark-Casey (justincc)
2010-07-26
1
-5
/
+25
|
*
implement serverside checks for media texture navigation in order to stop nau...
Justin Clark-Casey (justincc)
2010-07-26
1
-1
/
+20
|
*
factor out soon to be common media permissions check code
Justin Clark-Casey (justincc)
2010-07-26
1
-4
/
+9
|
*
implement prim media control permissions serverside in order to stop bad clients
Justin Clark-Casey (justincc)
2010-07-26
1
-1
/
+42
*
|
Allow gods and estate managers/owners to be unaffected by parcel bans
Melanie Thielker
2010-07-29
1
-0
/
+1
|
/
*
Fix some symbol errors
Melanie
2010-04-30
1
-2
/
+2
*
Fix link security issue
Melanie
2010-04-30
1
-3
/
+3
*
If a transfer request is received for a task inventory item asset, then route...
Justin Clark-Casey (justincc)
2010-04-19
1
-6
/
+11
*
check group membership and powers with the groups module rather than just the...
Justin Clark-Casey (justincc)
2010-04-05
1
-12
/
+27
*
Fix a nullref in permissions when returning objects via right-click
Melanie
2010-03-20
1
-2
/
+2
*
Flesh out the new permission method
Melanie
2010-03-18
1
-4
/
+95
*
Unify a previous refactor of object return with the older solution. We
Melanie
2010-03-18
1
-65
/
+6
*
Reintroduce a check that was dropped from permissions
Melanie
2010-03-10
1
-1
/
+1
*
Cache UserLevel in ScenePresence on SP creation. Change IsAdministrator
Melanie
2010-03-09
1
-0
/
+8
*
* Typo fixes
John Hurliman
2010-03-09
1
-4
/
+5
*
Merge branch 'master' into presence-refactor
Melanie
2010-02-08
1
-4
/
+7
|
\
|
*
Revert "Updates all IRegionModules to the new style region modules."
Melanie
2010-01-29
1
-136
/
+76
[next]