| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix script error messages not showing up in viewer 3 and associated viewers. | Justin Clark-Casey (justincc) | 2012-10-25 | 1 | -2/+3 |
* | Relocate temporary debug message for sending group IMs to online members only... | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -4/+12 |
* | Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr... | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -7/+69 |
* | Fix build break from commit e469879 | Justin Clark-Casey (justincc) | 2012-10-20 | 1 | -1/+1 |
* | Add "debug groups verbose <true|false>" region console command | Justin Clark-Casey (justincc) | 2012-10-19 | 1 | -0/+29 |
* | minor: Increase attachment name field from 36 to 50 chars in "attachments sho... | Justin Clark-Casey (justincc) | 2012-10-19 | 1 | -1/+1 |
* | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2012-09-30 | 4 | -4/+1 |
* | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2012-09-30 | 4 | -1/+4 |
* | Don't fail to create an IRC nick if nick randomization is disabled in the IRC... | Justin Clark-Casey (justincc) | 2012-09-20 | 1 | -3/+3 |
* | script invocations cannot have void return type | SignpostMarv | 2012-09-17 | 1 | -9/+9 |
* | refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note... | SignpostMarv | 2012-09-08 | 2 | -2/+2 |
* | Let the temp attachment module add a command to allow attaching without permi... | Melanie | 2012-08-15 | 1 | -3/+38 |
* | Perform ownership transfer and permission propagation as well as needed | Melanie | 2012-08-14 | 1 | -0/+28 |
* | Move inititalization to RegionLoaded to avoid a module loading order issue | Melanie | 2012-08-14 | 1 | -8/+8 |
* | Implement the temp attachments. UNTESTED | Melanie | 2012-08-14 | 1 | -0/+44 |
* | Add the skeleton for the temp attachments module | Melanie | 2012-08-14 | 1 | -0/+82 |
* | Save membership fee to the database when a group is created. | Kevin Cozens | 2012-08-03 | 1 | -25/+25 |
* | Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi... | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+1 |
* | Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. | Justin Clark-Casey (justincc) | 2012-07-25 | 3 | -3/+3 |
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2012-07-11 | 2 | -4/+2 |
* | refactor: Rename ConsoleTableRow and ConsoleTableColumn to ConsoleDisplayTabl... | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -6/+6 |
* | refactor: rename ConsoleTable -> ConsoleDisplayTable for clarity | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -1/+1 |
* | Add ConsoleTable framework class for future uniform formatting of console out... | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -8/+26 |
* | Add "attachments" show console command that will show the server's record of ... | Justin Clark-Casey (justincc) | 2012-05-10 | 1 | -0/+177 |
* | Implement optional name and description on http stream handlers so that we ca... | Justin Clark-Casey (justincc) | 2012-05-03 | 2 | -48/+59 |
* | Remove mono compiler warning. Adjust message log to error from info | Justin Clark-Casey (justincc) | 2012-04-28 | 1 | -2/+2 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+1 |
* | Add online/offline indicator to "friends show" region console command. | Justin Clark-Casey (justincc) | 2012-04-24 | 1 | -3/+14 |
* | Added missing refresh of group membership client side cache to the groups mod... | Snoopy Pfeffer | 2012-04-05 | 1 | -1/+2 |
* | minor: remove some now unneeded code from FriendsCommandsModule | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -55/+0 |
* | Make default "show friends" console command show friends fetched from the fri... | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -4/+83 |
* | refactor: Move "friends show cache" console command out into separate Friends... | Justin Clark-Casey (justincc) | 2012-03-30 | 1 | -0/+165 |
* | minor: clean up some code formatting in VivoxVoiceModule.cs | Justin Clark-Casey (justincc) | 2012-03-27 | 1 | -54/+25 |
* | Two new scripting functions osInviteToGroup(userID) and osEjectFromGroup(user... | Snoopy Pfeffer | 2012-03-27 | 1 | -23/+99 |
* | User level based restrictions for HyperGrid teleports, asset uploads, group c... | Snoopy Pfeffer | 2012-03-27 | 1 | -2/+20 |
* | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -5/+5 |
* | Fix a race condition in the simian groups connector. When requests were | Mic Bowman | 2012-02-13 | 1 | -8/+63 |
* | Fix: get embedded objects from Notecard fails with activated FreeSwitchVoiceM... | PixelTomsen | 2012-02-14 | 1 | -3/+3 |
* | Remove IClientAPI from the money module. It was only used to pass in the | Melanie | 2012-01-28 | 1 | -1/+1 |
* | Add "app find <uuid-or-start-of-uuid>" command to find the appearance using a... | Justin Clark-Casey (justincc) | 2012-01-10 | 1 | -0/+50 |
* | Improve "app rebake" command to return a better message if no uploaded textur... | Justin Clark-Casey (justincc) | 2012-01-05 | 1 | -4/+9 |
* | Add "appearance rebake" command to ask a specific viewer to rebake textures f... | Justin Clark-Casey (justincc) | 2012-01-04 | 1 | -1/+39 |
* | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a... | Justin Clark-Casey (justincc) | 2011-12-19 | 1 | -30/+0 |
* | Migrate detailed "appearance show" report generation up to AvatarFactoryModul... | Justin Clark-Casey (justincc) | 2011-12-19 | 1 | -33/+1 |
* | Fix bug where objects couldn't be set back to the "none" group. | Justin Clark-Casey (justincc) | 2011-12-17 | 1 | -8/+13 |
* | 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 | -1/+26 |
* | Tunnel [GroupsModule] DebugEnabled setting down into XmlRpcGroupsServicesConn... | Justin Clark-Casey (justincc) | 2011-12-16 | 2 | -11/+10 |
* | minor: remove a mono compiler warning | Justin Clark-Casey (justincc) | 2011-12-09 | 1 | -1/+1 |
* | Make "show appearance" a synonym for "appearance show" | Justin Clark-Casey (justincc) | 2011-12-06 | 1 | -2/+8 |
* | In "appearance show", if a particular avatar is specified, print out texture ... | Justin Clark-Casey (justincc) | 2011-12-06 | 1 | -5/+35 |