From 67e0e32b86885df705a92cdc971a6085c4a7c1ba Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 16 Apr 2014 13:20:39 +0200 Subject: m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS Throws a ProtocolException if the input is invalid --- src/modules/m_spanningtree/servercommand.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/modules/m_spanningtree/servercommand.h') diff --git a/src/modules/m_spanningtree/servercommand.h b/src/modules/m_spanningtree/servercommand.h index f99942079..524520a88 100644 --- a/src/modules/m_spanningtree/servercommand.h +++ b/src/modules/m_spanningtree/servercommand.h @@ -40,6 +40,15 @@ class ServerCommand : public CommandBase virtual CmdResult Handle(User* user, std::vector& parameters) = 0; virtual RouteDescriptor GetRouting(User* user, const std::vector& parameters); + + /** + * Extract the TS from a string. + * @param tsstr The string containing the TS. + * @return The raw timestamp value. + * This function throws a ProtocolException if it considers the TS invalid. Note that the detection of + * invalid timestamps is not designed to be bulletproof, only some cases - like "0" - trigger an exception. + */ + static time_t ExtractTS(const std::string& tsstr); }; /** Base class for server-to-server command handlers which are only valid if their source is a user. -- cgit v1.3.1-10-gc9f91