btcpayserver/BTCPayServer/Events
d11n 00cc16455c
App: Add events which the app subscribes to (#6435)
* App: Add events which the app subscribes to

Various events, which are relevant for the app to react to changes made on the server.

* Refactor events

* Do not extend NewBlockEvent

* Refactoring events

* Add store role events

* Refactoring: Rename StoreUserEvent

* Fix: Subscribe to UserEvent.Invited

---------

Co-authored-by: nicolas.dorier <nicolas.dorier@gmail.com>
2024-12-11 20:11:51 +09:00
..
AppEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
IHasInvoiceId.cs Move some code out of InvoiceNotificationManager into InvoiceEventSaverService 2020-11-06 22:24:02 +09:00
InvoiceDataChangedEvent.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
InvoiceEvent.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
InvoiceIPNEvent.cs Do not send email twice for bitpay API, log whether IPN is an ExtendedNotification. (Fix #968) 2022-01-12 00:26:12 +09:00
InvoiceNeedUpdateEvent.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
InvoiceNewPaymentDetailsEvent.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
InvoicePaymentMethodActivated.cs The Big Cleanup: Refactor BTCPay internals (#5809) 2024-04-04 16:31:04 +09:00
NBXplorerStateChangedEvent.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NewBlockEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
NewOnChainTransactionEvent.cs Remove additional cryptoCode from events (#6277) 2024-10-07 09:37:56 +09:00
SettingsChanged.cs Store Settings feature with own table (#3851) 2022-06-13 13:36:47 +09:00
StoreEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
StoreRoleEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
StoreUserEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
UserEvent.cs App: Add events which the app subscribes to (#6435) 2024-12-11 20:11:51 +09:00
WalletChangedEvent.cs Do not logs all internal events 2021-11-05 00:09:38 +09:00