1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated binaries More... about 12 years ago
Add a check and some debug logging for cases where a request for profiles using UUID.Zero for the agentID More... about 12 years ago
Changes for classified ads: Fixed updating and getting/saving parcel name.
Kevin Cozens
as kcozens
More... over 12 years ago
Fix issue: null references when looking up friend on home grid (not HG friend) More... over 12 years ago
Make module play nice with older installations More... over 12 years ago
Some bug fixes, updated dll as well. More... over 12 years ago
Update needed ini configuration examples More... over 12 years ago
Re-applied the whitespace and formatting changes from revision 92 that were lost in the commit of revision 93.
Kevin Cozens
as kcozens
More... over 12 years ago
Updated dll More... over 12 years ago
update prebuild.xml More... over 12 years ago
Moving some functions from core for HG user info More... over 12 years ago
Whitespace and formatting changes.
Kevin Cozens
as kcozens
More... over 12 years ago
Applied patch (#438) from BlueWall Slade to fix indentation issues.
Kevin Cozens
as kcozens
More... over 12 years ago
Applied patch from BlueWall Slade which adds support for HG enabled grids.
Kevin Cozens
as kcozens
More... over 12 years ago
Updated to use the new module loading method.
Kevin Cozens
as kcozens
More... over 12 years ago
Applied corrected patch from BlueWall Slade that updates prebuild.xml to newer build system. (See bug #434)
Kevin Cozens
as kcozens
More... over 12 years ago
Reverted r85 commit. Wrong file had been attached to bug report.
Kevin Cozens
as kcozens
More... over 12 years ago
Fixed line endings in OpenSimProfile/Modules/ProfileModule/OpenProfile.cs
Kevin Cozens
as kcozens
More... over 12 years ago
Applied BlueWall Slade's patch to update prebuild.xml to newer build system. (See bug #434)
Kevin Cozens
as kcozens
More... over 12 years ago
Stripped carriage returns from line endings. Set SVN properties on PHP and SQL files.
Kevin Cozens
as kcozens
More... over 12 years ago
Replaced deprecated (as of PHP 5.3.0) function mysql_escape_string with mysql_real_escape_string.
Kevin Cozens
as kcozens
More... over 12 years ago
Changed "<?" to "<?php" for those not set to use short tags.
Kevin Cozens
as kcozens
More... over 12 years ago
Updated pre-compiled DLL using a copy of the file used in osgrid.
Kevin Cozens
as kcozens
More... about 13 years ago
OpenSimProfile/Modules/ProfileModule/OpenProfile.cs - Use targetid returned in results from XML RPC query when getting notes. (This was included in the changes of revision 79 in opensim-069 branch)
Kevin Cozens
as kcozens
More... over 13 years ago
webroot/sql/update-usernotes.sql - Forgot to drop old primary key when addding unique key
Kevin Cozens
as kcozens
More... over 13 years ago
OpenSimProfile/Modules/ProfileModule/OpenProfile.cs - In RequestAvatarProperties() get the target avatars data and not ones own.
Kevin Cozens
as kcozens
More... over 13 years ago
webroot/profile.php - Create usersettings record if none exists on user_preferences_request - Changed capitalization on boolean constants
Kevin Cozens
as kcozens
More... over 13 years ago
OpenSimProfile/Modules/ProfileModule/OpenProfile.cs: - Check for null from GetScenePresence() before using one of its member items (Spotted by RevolutionSmythe)
Kevin Cozens
as kcozens
More... over 13 years ago
OpenSimProfile/Modules/ProfileModule/OpenProfile.cs: - Check if notes hash is null when notes data was requested by viewer. This fixes the notes profile tab in viewer.
Kevin Cozens
as kcozens
More... over 13 years ago
webroot/profile.php: - Return all the expected values when requesting avatar properties - Removed a line used during debugging that was left in by mistake
Kevin Cozens
as kcozens
More... over 13 years ago