mumble/src
Robert Adam 5b83d0fe45
Merge PR #6170: REFAC(plugins): Unified Mumble plugin headers
Having different include files that are needed (and which are inter-dependent) to create your own plugin, makes things harder than it needs to be.

Therefore, all plugin header files (those for the "new" (1.4) plugin framework anyway) have been combined into one header file. Thus, developers now only have to download a single file and include that instead of having to figure out what files to download and what to include where.

Taking the chance, the version number has been removed from the header file's name. This allows one to track changes made to the API via git (which is not quite as easy if you create a new file every time you make a change).
2023-10-06 08:59:01 +02:00
..
benchmarks MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
crypto MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
mumble Merge PR #6170: REFAC(plugins): Unified Mumble plugin headers 2023-10-06 08:59:01 +02:00
mumble_exe MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
murmur FIX(server): Actually use the settings provided pluginmessagelimit and -burst 2023-04-26 13:41:22 +02:00
tests MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ACL.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ACL.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Ban.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Ban.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ByteSwap.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Channel.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Channel.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ChannelListenerManager.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ChannelListenerManager.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
CMakeLists.txt BUILD(cmake): Fix detection of unbundled GSL 2023-08-18 10:18:50 -04:00
Connection.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Connection.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
CryptState.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
EnvUtils.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
EnvUtils.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
FFDHE.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
FFDHE.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Group.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Group.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HostAddress.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HostAddress.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HTMLFilter.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
HTMLFilter.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
License.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
License.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
LogEmitter.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
LogEmitter.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Mumble.proto MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
MumbleConstants.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
MumbleProtocol.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
MumbleProtocol.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
MumbleUDP.proto MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Net.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Net.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
OSInfo.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
OSInfo.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PacketDataStream.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PasswordGenerator.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PasswordGenerator.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PlatformCheck.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
PlatformCheck.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProcessResolver.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProcessResolver.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProtoUtils.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ProtoUtils.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
QtUtils.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
QtUtils.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SelfSignedCertificate.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SelfSignedCertificate.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerAddress.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerAddress.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolver.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolver.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolverRecord.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
ServerResolverRecord.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SignalCurry.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSL.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSL.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSLLocks.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
SSLLocks.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Timer.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Timer.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
UnresolvedServerAddress.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
UnresolvedServerAddress.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
User.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
User.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Utils.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Version.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Version.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
VolumeAdjustment.cpp MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
VolumeAdjustment.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
win.h MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00