aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/Search (follow)
Commit message (Collapse)AuthorAgeFilesLines
* basic search: fix people search, add some cachingUbitUmarov2019-10-141-5/+44
|
* viewers group search page size is 100 ( and not way to detect other value, ↵UbitUmarov2019-10-131-1/+9
| | | | so hardwired)
* mantis 8598: filter dead groups from group search. honor querystart request. ↵UbitUmarov2019-10-131-2/+27
| | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-1/+1
|
* Trim search queries (for users, groups, etc.). I have found that sometimes ↵Oren Hurvitz2014-03-241-1/+3
| | | | | | the viewer adds a space at the end, which causes searches to fail. Resolves http://opensimulator.org/mantis/view.php?id=6935
* Removed commented lines and useless debug messageDiva Canto2013-07-281-1/+0
|
* Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵Diva Canto2013-07-281-0/+198
handler from both Groups modules in core, and replaced them with an operation on IGroupsModule.