mirror of
https://github.com/anope/anope.git
synced 2026-06-30 07:36:36 +02:00
Changed the versioning system to use git
This commit is contained in:
@@ -77,7 +77,6 @@ class BSAct : public Module
|
||||
BSAct(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSAct());
|
||||
}
|
||||
|
||||
@@ -87,7 +87,6 @@ class BSAssign : public Module
|
||||
BSAssign(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSAssign);
|
||||
}
|
||||
|
||||
@@ -268,7 +268,6 @@ class BSBadwords : public Module
|
||||
BSBadwords(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSBadwords);
|
||||
}
|
||||
|
||||
@@ -409,7 +409,6 @@ class BSBot : public Module
|
||||
BSBot(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSBot());
|
||||
}
|
||||
|
||||
@@ -85,7 +85,6 @@ class BSBotList : public Module
|
||||
BSBotList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSBotList());
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ class BSHelp : public Module
|
||||
BSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSHelp());
|
||||
}
|
||||
|
||||
@@ -225,7 +225,6 @@ class BSInfo : public Module
|
||||
BSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSInfo());
|
||||
}
|
||||
|
||||
@@ -380,7 +380,6 @@ class BSKick : public Module
|
||||
BSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSKick());
|
||||
}
|
||||
|
||||
@@ -83,7 +83,6 @@ class BSSay : public Module
|
||||
BSSay(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSSay());
|
||||
}
|
||||
|
||||
@@ -207,7 +207,6 @@ class BSSet : public Module
|
||||
BSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSSet());
|
||||
}
|
||||
|
||||
@@ -65,7 +65,6 @@ class BSUnassign : public Module
|
||||
BSUnassign(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(BotServ, new CommandBSUnassign);
|
||||
}
|
||||
|
||||
@@ -604,7 +604,6 @@ class CSAccess : public Module
|
||||
CSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSAccess());
|
||||
|
||||
@@ -567,7 +567,6 @@ class CSAKick : public Module
|
||||
CSAKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSAKick());
|
||||
}
|
||||
|
||||
@@ -102,7 +102,6 @@ class CSBan : public Module
|
||||
CSBan(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSBan("BAN"));
|
||||
this->AddCommand(ChanServ, new CommandCSBan("KB"));
|
||||
|
||||
@@ -170,7 +170,6 @@ class CSClear : public Module
|
||||
CSClear(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSClear());
|
||||
}
|
||||
|
||||
@@ -108,7 +108,6 @@ class CSDrop : public Module
|
||||
CSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSDrop());
|
||||
}
|
||||
|
||||
@@ -121,7 +121,6 @@ class CSForbid : public Module
|
||||
CSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSForbid());
|
||||
}
|
||||
|
||||
@@ -67,7 +67,6 @@ class CSGetKey : public Module
|
||||
CSGetKey(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSGetKey());
|
||||
}
|
||||
|
||||
@@ -64,7 +64,6 @@ class CSHelp : public Module
|
||||
CSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSHelp());
|
||||
}
|
||||
|
||||
@@ -163,7 +163,6 @@ class CSInfo : public Module
|
||||
CSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSInfo());
|
||||
}
|
||||
|
||||
@@ -86,7 +86,6 @@ class CSInvite : public Module
|
||||
CSInvite(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSInvite());
|
||||
}
|
||||
|
||||
@@ -88,7 +88,6 @@ class CSKick : public Module
|
||||
CSKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSKick("KICK"));
|
||||
this->AddCommand(ChanServ, new CommandCSKick("K"));
|
||||
|
||||
@@ -168,7 +168,6 @@ public:
|
||||
CSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(ChanServ, new CommandCSList());
|
||||
}
|
||||
|
||||
@@ -402,7 +402,6 @@ class CSModes : public Module
|
||||
CSModes(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSOp());
|
||||
|
||||
@@ -122,7 +122,6 @@ class CSRegister : public Module
|
||||
CSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSRegister());
|
||||
|
||||
@@ -113,7 +113,6 @@ class CSSASet : public Module
|
||||
CSSASet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSSASet("SASET"));
|
||||
|
||||
@@ -64,7 +64,6 @@ class CSSetNoexpire : public Module
|
||||
CSSetNoexpire(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SASET");
|
||||
|
||||
@@ -118,7 +118,6 @@ class CSSet : public Module
|
||||
CSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSSet("SET"));
|
||||
|
||||
@@ -84,7 +84,6 @@ class CSSetBanType : public Module
|
||||
CSSetBanType(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -78,7 +78,6 @@ class CSSetDescription : public Module
|
||||
CSSetDescription(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -85,7 +85,6 @@ class CSSetEMail : public Module
|
||||
CSSetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -85,7 +85,6 @@ class CSSetEntryMsg : public Module
|
||||
CSSetEntryMsg(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -112,7 +112,6 @@ class CSSetFounder : public Module
|
||||
CSSetFounder(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetKeepTopic : public Module
|
||||
CSSetKeepTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -156,7 +156,6 @@ class CSSetMLock : public Module
|
||||
CSSetMLock(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetOpNotice : public Module
|
||||
CSSetOpNotice(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetPeace : public Module
|
||||
CSSetPeace(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -128,7 +128,6 @@ class CSSetPersist : public Module
|
||||
CSSetPersist(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetPrivate : public Module
|
||||
CSSetPrivate(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -86,7 +86,6 @@ class CSSetRestricted : public Module
|
||||
CSSetRestricted(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetSecure : public Module
|
||||
CSSetSecure(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -89,7 +89,6 @@ class CSSetSecureFounder : public Module
|
||||
CSSetSecureFounder(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetSecureOps : public Module
|
||||
CSSetSecureOps(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -91,7 +91,6 @@ class CSSetSignKick : public Module
|
||||
CSSetSignKick(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -114,7 +114,6 @@ class CSSetSuccessor : public Module
|
||||
CSSetSuccessor(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -83,7 +83,6 @@ class CSSetTopicLock : public Module
|
||||
CSSetTopicLock(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -85,7 +85,6 @@ class CSSetURL : public Module
|
||||
CSSetURL(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -121,7 +121,6 @@ class CSSetXOP : public Module
|
||||
CSSetXOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = FindCommand(ChanServ, "SET");
|
||||
|
||||
@@ -67,7 +67,6 @@ class CSStatus : public Module
|
||||
CSStatus(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -185,7 +185,6 @@ class CSSuspend : public Module
|
||||
CSSuspend(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSSuspend());
|
||||
|
||||
@@ -89,7 +89,6 @@ class CSTopic : public Module
|
||||
CSTopic(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSTopic());
|
||||
|
||||
@@ -79,7 +79,6 @@ class CSUnban : public Module
|
||||
CSUnban(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSUnban());
|
||||
|
||||
@@ -624,7 +624,6 @@ class CSXOP : public Module
|
||||
CSXOP(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(ChanServ, new CommandCSSOP());
|
||||
|
||||
@@ -516,7 +516,6 @@ class DBPlain : public Module
|
||||
DBPlain(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(DATABASE);
|
||||
|
||||
Implementation i[] = { I_OnReload, I_OnDatabaseRead, I_OnLoadDatabase, I_OnDatabaseReadMetadata, I_OnSaveDatabase, I_OnModuleLoad };
|
||||
|
||||
@@ -318,7 +318,6 @@ class EMD5 : public Module
|
||||
EMD5(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
@@ -15,7 +15,6 @@ class ENone : public Module
|
||||
ENone(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
@@ -323,7 +323,6 @@ class EOld : public Module
|
||||
EOld(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
@@ -171,7 +171,6 @@ class ESHA1 : public Module
|
||||
ESHA1(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
@@ -251,7 +251,6 @@ class ESHA256 : public Module
|
||||
ESHA256(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(ENCRYPTION);
|
||||
|
||||
ModuleManager::Attach(I_OnEncrypt, this);
|
||||
|
||||
@@ -65,7 +65,6 @@ class HSDel : public Module
|
||||
HSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSDel());
|
||||
|
||||
@@ -70,7 +70,6 @@ class HSDelAll : public Module
|
||||
HSDelAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSDelAll());
|
||||
|
||||
@@ -58,7 +58,6 @@ class HSGroup : public Module
|
||||
HSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSGroup());
|
||||
|
||||
@@ -42,7 +42,6 @@ class HSHelp : public Module
|
||||
HSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSHelp());
|
||||
|
||||
@@ -124,7 +124,6 @@ class HSList : public Module
|
||||
HSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSList());
|
||||
|
||||
@@ -54,7 +54,6 @@ class HSOff : public Module
|
||||
HSOff(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSOff());
|
||||
|
||||
@@ -68,7 +68,6 @@ class HSOn : public Module
|
||||
HSOn(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSOn());
|
||||
|
||||
@@ -162,7 +162,6 @@ class HSSet : public Module
|
||||
HSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSSet());
|
||||
|
||||
@@ -160,7 +160,6 @@ class HSSetAll : public Module
|
||||
HSSetAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(HostServ, new CommandHSSetAll());
|
||||
|
||||
@@ -82,7 +82,6 @@ class MSCancel : public Module
|
||||
MSCancel(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSCancel());
|
||||
}
|
||||
|
||||
@@ -98,7 +98,6 @@ class MSCheck : public Module
|
||||
MSCheck(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSCheck());
|
||||
}
|
||||
|
||||
@@ -165,7 +165,6 @@ class MSDel : public Module
|
||||
MSDel(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
}
|
||||
};
|
||||
|
||||
@@ -43,7 +43,6 @@ class MSHelp : public Module
|
||||
MSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSHelp());
|
||||
}
|
||||
|
||||
@@ -211,7 +211,6 @@ class MSInfo : public Module
|
||||
MSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSInfo());
|
||||
}
|
||||
|
||||
@@ -169,7 +169,6 @@ class MSList : public Module
|
||||
MSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSList());
|
||||
}
|
||||
|
||||
@@ -154,7 +154,6 @@ class MSRead : public Module
|
||||
MSRead(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSRead());
|
||||
}
|
||||
|
||||
@@ -82,7 +82,6 @@ class MSRSend : public Module
|
||||
MSRSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSRSend());
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@ class MSSend : public Module
|
||||
MSSend(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSSend());
|
||||
}
|
||||
|
||||
@@ -69,7 +69,6 @@ class MSSendAll : public Module
|
||||
MSSendAll(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSSendAll());
|
||||
}
|
||||
|
||||
@@ -264,7 +264,6 @@ class MSSet : public Module
|
||||
MSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(MemoServ, new CommandMSSet());
|
||||
|
||||
@@ -66,7 +66,6 @@ class MSStaff : public Module
|
||||
MSStaff(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
this->AddCommand(MemoServ, new CommandMSStaff());
|
||||
}
|
||||
|
||||
@@ -173,7 +173,6 @@ class NSAccess : public Module
|
||||
NSAccess(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSAccess());
|
||||
|
||||
@@ -147,7 +147,6 @@ class NSAList : public Module
|
||||
NSAList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSAList());
|
||||
|
||||
@@ -120,7 +120,6 @@ class NSDrop : public Module
|
||||
NSDrop(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSDrop());
|
||||
|
||||
@@ -113,7 +113,6 @@ class NSForbid : public Module
|
||||
NSForbid(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSForbid());
|
||||
|
||||
@@ -79,7 +79,6 @@ class NSGetEMail : public Module
|
||||
NSGetEMail(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSGetEMail());
|
||||
|
||||
@@ -82,7 +82,6 @@ class NSGetPass : public Module
|
||||
NSGetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSGetPass());
|
||||
|
||||
@@ -95,7 +95,6 @@ class NSGhost : public Module
|
||||
NSGhost(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSGhost());
|
||||
|
||||
@@ -292,7 +292,6 @@ class NSGroup : public Module
|
||||
NSGroup(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSGroup());
|
||||
|
||||
@@ -58,7 +58,6 @@ class NSHelp : public Module
|
||||
NSHelp(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSHelp());
|
||||
|
||||
@@ -118,7 +118,6 @@ class NSIdentify : public Module
|
||||
NSIdentify(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSIdentify("IDENTIFY"));
|
||||
|
||||
@@ -212,7 +212,6 @@ class NSInfo : public Module
|
||||
NSInfo(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSInfo());
|
||||
|
||||
@@ -219,7 +219,6 @@ class NSList : public Module
|
||||
NSList(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSList());
|
||||
|
||||
@@ -90,7 +90,6 @@ class NSLogout : public Module
|
||||
NSLogout(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSLogout());
|
||||
|
||||
@@ -116,7 +116,6 @@ class NSRecover : public Module
|
||||
NSRecover(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSRecover());
|
||||
|
||||
@@ -380,7 +380,6 @@ class NSRegister : public Module
|
||||
NSRegister(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSRegister());
|
||||
|
||||
@@ -98,7 +98,6 @@ class NSRelease : public Module
|
||||
NSRelease(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSRelease());
|
||||
|
||||
@@ -68,7 +68,6 @@ class NSResetPass : public Module
|
||||
NSResetPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
if (!Config.UseMail)
|
||||
|
||||
@@ -242,7 +242,6 @@ public:
|
||||
NSSASet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *c = new CommandNSSASet("SASET");
|
||||
|
||||
@@ -75,7 +75,6 @@ class NSSendPass : public Module
|
||||
NSSendPass(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
this->AddCommand(NickServ, new CommandNSSendPass());
|
||||
|
||||
@@ -226,7 +226,6 @@ class NSSet : public Module
|
||||
NSSet(const std::string &modname, const std::string &creator) : Module(modname, creator)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetVersion(VERSION_STRING);
|
||||
this->SetType(CORE);
|
||||
|
||||
Command *set = new CommandNSSet("SET");
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user