- Update dependencies
- Allow passing in custom extension options
- Fix compatibility with older node versions (< 12)
- Increase the system sleep detection timeout to match the socket ping timeout application setting (airdcpp-web/airdcpp-share-monitor#2)
- Set the process title to match the extension name
- Monitor existence of the parent process by using the provided process id argument instead of sending socket messages (requires the latest application version)
- Add support for signaling when the extension has been initialized (
airdcpp.signalReady
property in package.json) - Pass web
server
information object to the extension (address
string +secure
boolean)
- Add a missing runtime dependency for RemoteExtension
- Migrate to TypeScript
- Log the supplied command line args on startup
- Managed extensions: request the extension to be restarted in case of unclean socket disconnects (airdcpp-web/airdcpp-webclient#356)
- Change the chat filter example script to use the new chat command API listeners
- Update
airdcpp-apisocket
to version 2.3.0 - Update all dependencies