Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | basic search: fix people search, add some caching | UbitUmarov | 2019-10-14 | 1 | -5/+44 |
| | |||||
* | viewers group search page size is 100 ( and not way to detect other value, ↵ | UbitUmarov | 2019-10-13 | 1 | -1/+9 |
| | | | | so hardwired) | ||||
* | mantis 8598: filter dead groups from group search. honor querystart request. ↵ | UbitUmarov | 2019-10-13 | 1 | -2/+27 |
| | | | | Viewers are very broken on this, seems protocol was made by someone with no idea about lludp | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | Trim search queries (for users, groups, etc.). I have found that sometimes ↵ | Oren Hurvitz | 2014-03-24 | 1 | -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 message | Diva Canto | 2013-07-28 | 1 | -1/+0 |
| | |||||
* | Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ↵ | Diva Canto | 2013-07-28 | 1 | -0/+198 |
handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. |