| Commit message (Expand) | Author | Files | Lines |
2014-03-26 | Remove unmaintained and unused YieldProlog scripting language | Justin Clark-Casey (justincc) | 16 | -15874/+0 |
2014-03-26 | minor: Add some doc to Scene.Backup() detailing its direct invocation if the ... | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2014-03-25 | Use the "X-Content-Encoding" header to indicate gzipped data, because old Ope... | Oren Hurvitz | 4 | -6/+20 |
2014-03-25 | Use the "Content-Encoding" header to indicate gzipped streams | Oren Hurvitz | 4 | -16/+15 |
2014-03-25 | In Core Profiles: as a fallback, try to get profiles from foreign grids using... | Oren Hurvitz | 2 | -2/+219 |
2014-03-25 | Always throw an exception if MakeRequest (used for HTTP POST) fails. (Previou... | Oren Hurvitz | 2 | -21/+12 |
2014-03-25 | Improved logging of HTTP requests | Oren Hurvitz | 3 | -49/+165 |
2014-03-25 | Fixed unit tests due to changes in the threadpool | Oren Hurvitz | 1 | -8/+19 |
2014-03-25 | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 7 | -12/+35 |
2014-03-25 | Changed LogThreadPool to have 4 logging levels. Added console command "debug ... | Oren Hurvitz | 2 | -19/+78 |
2014-03-25 | Added a watchdog to abort slow threads in the main thread pool | Oren Hurvitz | 1 | -11/+269 |
2014-03-25 | LogThreadPool: when the thread is for ProcessPacketMethod, also log the packe... | Oren Hurvitz | 2 | -4/+13 |
2014-03-25 | Refactored DebugFlagsEnum | Oren Hurvitz | 1 | -5/+14 |
2014-03-25 | Automatically start logging FireAndForget activity if the threadpool is full | Oren Hurvitz | 1 | -4/+19 |
2014-03-25 | Added debug flag: LogThreadPool. It makes us log every use of the main thread... | Oren Hurvitz | 1 | -29/+114 |
2014-03-25 | Don't fail to enable permissions modules correctly if there is any leading or... | Justin Clark-Casey (justincc) | 2 | -3/+5 |
2014-03-24 | Fixed Debug command for Groups. (Use of wrong capitalization caused *two* "de... | Oren Hurvitz | 1 | -1/+1 |
2014-03-24 | If prim region crossing fails then don't delete the prim from the original re... | Oren Hurvitz | 1 | -1/+8 |
2014-03-24 | Fixed parsing of coalesced objects if the XML starts with an XML Declaration ... | Oren Hurvitz | 1 | -44/+45 |
2014-03-24 | In Load OAR, correctly restore group-owned objects | Oren Hurvitz | 1 | -3/+3 |
2014-03-24 | In Load OAR: Zero isn't a valid Group ID | Oren Hurvitz | 1 | -4/+2 |
2014-03-24 | During Load OAR, fix the User and Group ID's in objects that are embedded in ... | Oren Hurvitz | 1 | -53/+77 |
2014-03-24 | Refactored Load IAR: created a generic mechanism to modify the SOG's as they ... | Oren Hurvitz | 2 | -47/+86 |
2014-03-24 | HGAssetService searches for the "HomeURI" setting in several sections: Startu... | Oren Hurvitz | 1 | -4/+4 |
2014-03-24 | If updating a user's profile notes fails then return an error | Oren Hurvitz | 1 | -4/+4 |
2014-03-24 | Fixed updating usersettings in the database | Oren Hurvitz | 1 | -2/+2 |
2014-03-24 | Don't show hidden groups in search results | Oren Hurvitz | 1 | -3/+3 |
2014-03-24 | Check settings for groups module | Oren Hurvitz | 1 | -1/+9 |
2014-03-24 | When searching for users, don't add users from the local cache if they have a... | Oren Hurvitz | 1 | -2/+3 |
2014-03-24 | Trim search queries (for users, groups, etc.). I have found that sometimes th... | Oren Hurvitz | 2 | -2/+4 |
2014-03-24 | Fixed: OnRegionInfoChange was never triggered | Oren Hurvitz | 1 | -3/+0 |
2014-03-24 | Save to database these parcel updates: Force Owner, Abandon Request, Reclaim.... | Oren Hurvitz | 1 | -0/+4 |
2014-03-24 | Refactored: ExternalRepresentationUtils should be the only place where the "C... | Oren Hurvitz | 4 | -8/+24 |
2014-03-24 | When updating the CreatorId of an inventory item, automatically update the Cr... | Oren Hurvitz | 1 | -1/+4 |
2014-03-24 | Moved the linkage between LoginService and HGInventoryService to the config file | Oren Hurvitz | 1 | -4/+5 |
2014-03-24 | When a user logs-in, automatically create the Suitcase folder | Oren Hurvitz | 2 | -15/+23 |
2014-03-24 | Fixed unit tests for delinking objects | Oren Hurvitz | 1 | -13/+21 |
2014-03-24 | When logging in UserAgentServiceConnector, always log the original server URL... | Oren Hurvitz | 1 | -20/+22 |
2014-03-24 | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 6 | -13/+48 |
2014-03-24 | Better error messages | Oren Hurvitz | 7 | -29/+28 |
2014-03-24 | Removed "hacktastic" code that is no longer needed. | Oren Hurvitz | 1 | -21/+0 |
2014-03-24 | When linking two groups, and then deleting the combined group: delete *all* o... | Oren Hurvitz | 3 | -17/+41 |
2014-03-23 | BulletSim: fix problem where axis constraints were also constraining | Robert Adams | 1 | -3/+5 |
2014-03-22 | Fix negative stat for Active Scripts | Dev Random | 1 | -2/+3 |
2014-03-22 | Reverting "Set default name for mute list" that was pushed by mistake. | Kevin Cozens | 1 | -1/+1 |
2014-03-22 | Reverting "Pass method to offline.php" commit that was pushed by mistake. | Kevin Cozens | 1 | -2/+2 |
2014-03-22 | Pass method to offline.php using ?blah instead of /blah/. Avoids issue with A... | Kevin Cozens | 1 | -2/+2 |
2014-03-22 | Set default name for mute list module as shown in OpenSim.ini.example | Kevin Cozens | 1 | -1/+1 |
2014-03-22 | BulletSim: Fix jumping while running. Was unintentional taking way all upward... | Vegaslon | 1 | -1/+1 |
2014-03-22 | Allow the setting from the environment to take effect if no explicit setting ... | Melanie | 1 | -5/+19 |