webroot/sql/ossearch.sql:
- Added default value to 'mature' column.
webroot/sql/update-parcelsales.sql:
- Fixed syntax of SQL command that adds 'mature' column.
webroot/parser.php:
- Save region category in parcels table.
webroot/query.php:
- Fixed generation of SQL query used to search to parcels table.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@153 109abde3-1f22-4c10-b5d7-b6b0135cd00c
r141:
OpenSimSearch/Modules/SearchModule/OpenSearch.cs:
- Added comments about the origin of some of the constants used.
OpenSimSearch/OpenSim-addition.ini.example:
- Added note about extra lines to add to Modules section of OpenSim.ini file.
r140:
Eliminated the need to call fsockopen() to check if host is online.
r139:
Renamed lastcheck to nextcheck in hostsregister table to better reflect
its usage. Removed HTML tag from parser.php that got left in by mistake.
In register.php, reset nextcheck and checked when a host registers.
r138:
The data parser was getting stuck on a single entry in hostsregister table.
The lastcheck time wasn't enough to determine the next host to contact.
A column was added to hostsregister to track which hosts have been checked.
A host will not be checked again until all others have been checked.
CheckHost() routine was cleaned up. Always update hostsregister. GetURL()
now waits up to 10 seconds for connection and up to 30 seconds for data.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@142 109abde3-1f22-4c10-b5d7-b6b0135cd00c
- Don't try and parse XML if the load operation failed
- Capitalized SQL keywords
webroot/register.php:
- Reset failcounter when a region re-registers
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@135 109abde3-1f22-4c10-b5d7-b6b0135cd00c
- Check that XML has region data before trying to parse it.
- Code clean ups (possible memory leak, removed dead code, de-tabified file).
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@133 109abde3-1f22-4c10-b5d7-b6b0135cd00c
- Capitalize keywords in SQL queries.
webroot/sql/ossearch.sql:
- Change default for mature column of parcelsales table to PG.
webroot/sql/update-parcelsales.sql:
- Added this file to update existing an parcelsales table.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@126 109abde3-1f22-4c10-b5d7-b6b0135cd00c
when no classifieds exist in search database.
- In webroot/parser.php
o Save estate ID and region category in parcelsales table.
o Save object location in objects table.
o Minor formatting changes
- Trivial format change to one line of webroot/wiredux/README.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@124 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This might give lots of messaging on the console or webpage as error_logging is on to see where it goes wrong
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@115 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Beware: If you run a local grid, comment out the lines
$cleanquery1, $cleanquery2, $cleanquery3, $cleanquery4 to keep your internal regions safe.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@100 109abde3-1f22-4c10-b5d7-b6b0135cd00c
Please update your database with the update-hostregister.sql for this to work
(BETA test, do NOT use this in production systems)
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@98 109abde3-1f22-4c10-b5d7-b6b0135cd00c