From 4c6b7c70ce61cb431df07780eba935eca529a65b Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 7 Dec 2005 18:32:31 +0000 Subject: Added Metadata API (for transferring extensibles over a network transparent to the protocol) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2253 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 58c950411..f47a2cb4e 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -368,6 +368,10 @@ void Module::OnGetServerDescription(std::string servername,std::string &descrip void Module::OnSyncUser(userrec* user, Module* proto, void* opaque) { }; void Module::OnSyncChannel(chanrec* chan, Module* proto, void* opaque) { }; void Module::ProtoSendMode(void* opaque, int target_type, void* target, std::string modeline) { }; +void Module::OnSyncChannelMetaData(chanrec* chan, Module* proto,void* opaque, std::string extname) { }; +void Module::OnSyncUserMetaData(userrec* user, Module* proto,void* opaque, std::string extname) { }; +void Module::OnDecodeMetaData(int target_type, void* target, std::string extname, std::string extdata) { }; +void Module::ProtoSendMetaData(void* opaque, int target_type, void* target, std::string extname, std::string extdata) { }; void Module::OnWallops(userrec* user, std::string text) { }; void Module::OnChangeHost(userrec* user, std::string newhost) { }; void Module::OnChangeName(userrec* user, std::string gecos) { }; -- cgit v1.3.1-10-gc9f91