nicotine+:master

Last commit made on 2025-12-10
Get this branch:
git clone -b master https://git.launchpad.net/nicotine+

Branch merges

Branch information

Name:
master
Repository:
lp:nicotine+

Recent commits

d39e86a... by slook <email address hidden>

chathistory.py: avoid showing incorrect offline status icon (#3570)

Since historic private chat users are not explicitly watched it cannot be known for sure if they are really 'Offline' or just not being watched, so blank the icon for rows without an open chat tab.

34fac31... by Mat

Implement 'Auto-Buddy Room Members' plugin (#3562)

Automatically adds members in watched private rooms as buddies.

dc87132... by Mat

chathistory.py: stop watching history users for status updates

To avoid potentially sending a large number of messages to the sever
on login. We will use status updates from other contexts instead.

86d768c... by Mat

GUI: always enable CSD on Windows

SSD are broken right now, and I don't have the patience to debug
them.

Closes #3569

2e6496d... by slook <email address hidden>

fastconfigure.py: set rescan_required flag after rescan (#3567)

80b2343... by Mat

preferences.py: don't attempt to uninstall internal plugin

a42f2ee... by Mat

preferences.py: show plugin uninstall dialog when pressing Delete key

456dce8... by Mat

Support installing/uninstalling plugins within Nicotine+ (#3559)

Implements a native plugin installation feature that accepts Zip
archives containing a PLUGININFO file.

c4de9be... by Mat

dialogs/download.py: fix initial selection of files

bd951ad... by Mat

GUI: remove dead code