1.8.7p1

From The Fairy Garden MUSH
Jump to navigation Jump to search

Version 1.8.7 patchlevel 1 Nov 20 2018

Minor Changes

* `help/search` takes a `/brief` switch to display just the names of matching entries. [SW]
* help full text search includes @ and + in tokens, so things like `help/search "@force"` work as expected. Also enabled porter stemming of search phrases (Searching for *wizard* matches *wizards*). Noticed by [MG]. [SW]
* Add `help/find` which mimics the pre-1.8.7 behavior of `help/search`. Suggested by [MG]. [SW]

Fixes

* `connrecord()` returns an error if extended connection logging is disabled. [SW]
* `connlog()` didn't handle future dates very well. [SW]
* dbtools programs couldn't handle attributes with quote marks in the name. Reported by [MG]. [SW,1228]
* `@http` requests in-progress during a `@shutdown/reboot` would leak sockets. [SW,1246]
* `lattrp()` and similar functions didn't behave the same with attribute trees as 1.8.6. Reported by Mercutio. [SW,1233]
* Recursive calls to `json_map()` were broken. Reported by Mercutio [SW,1252]
* Fixed a potential overflow bug in `@search`. Reported by eery. [MG]