XSearch results: they trickle in from peers for a minute or more. Call get_search_results again for a fuller picture.
XFolder downloads: these ask the peer for the folder listing first, so the files appear in list_downloads a few seconds later. Requests that get no answer are reported as timed out in nicotine_status after 3 minutes.
XNicotine+ 3.3 large folders: for folders over 100 files, Nicotine+ also shows its own confirmation dialog. The bridge queues the files regardless, and duplicate queue entries are ignored.
XHeadless use: nicotine --headless runs Nicotine+ without a GUI. Enable the plugin once from the GUI first, since the setting persists.
XProtocol: one JSON request per connection, of the form {"method": ..., "params": {...}}. See the HANDLERS table in the plugin to add methods.