summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2013-04-14Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...attilamolnar
2013-04-13m_spanningtree Remove redundant first parameter of PING/PONGattilamolnar
2013-04-13m_spanningtree Ignore hopcount in incoming SERVER command, always send 0 at b...attilamolnar
2013-04-13m_spanningtree Netburst: If a topic was ever set, send it even if it's emptyattilamolnar
2013-04-13Merge pull request #476 from SaberUK/master+allowcoreunloadAttila Molnar
2013-04-13m_spanningtree Add channel timestamp to FTOPICattilamolnar
2013-04-13m_spanningtree Add channel timestamp to channel METADATAattilamolnar
2013-04-13Add <security:allowcoreunload>.Peter Powell
2013-04-13m_spanningtree Introduce IJOIN and RESYNCattilamolnar
2013-04-13m_spanningtree Bump protocol version and remove unused CAPAB CAPABILITIES ent...attilamolnar
2013-04-13Channel::JoinUser() and Channel::ForceChan() changesattilamolnar
2013-04-13OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*attilamolnar
2013-04-13Remove the deprecated invite APIattilamolnar
2013-04-12m_spanningtree Remove unneeded #includesattilamolnar
2013-04-12m_spanningtree FJOIN handler: Refactor, update docattilamolnar
2013-04-12m_spanningtree Netburst: Refactor SendChannelModes()attilamolnar
2013-04-12m_spanningtree Change both prefix and first parameter of SQUIT to be a SIDattilamolnar
2013-04-12m_spanningtree Remove encapsulation on UserCount/OperCountattilamolnar
2013-04-12m_spanningtree Introduce new function to send channel messagesattilamolnar
2013-04-12m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...attilamolnar
2013-04-12m_spanningtree Utils: Move code that creates a full line from its components ...attilamolnar
2013-04-12m_spanningtree FTOPIC handler: Keep only one topic if the two topic timestamp...attilamolnar
2013-04-12m_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_INVALID as appropiateattilamolnar
2013-04-12m_spanningtree atoi() to ConvToInt() conversion, add const where possibleattilamolnar
2013-04-12m_spanningtree RSQUIT handler: Don't reimplement sending messages to remote u...attilamolnar
2013-04-12m_spanningtree RCONNECT handler: Fix error reporting to remote usersattilamolnar
2013-04-12m_spanningtree Netburst: Rework SendFJoins()attilamolnar
2013-04-12m_spanningtree Netburst: Remove expiration check from SendXLines()attilamolnar
2013-04-12m_spanningtree UID handler: Log and drop the link when a server introduces a ...attilamolnar
2013-04-12m_spanningtree UID handler: Remove dead codeattilamolnar
2013-04-12m_spanningtree FMODE handler: Reworkattilamolnar
2013-04-12m_spanningtree IDLE handler: Rewriteattilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-10Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()attilamolnar
2013-04-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-04-09Remove some uline checks that ran after an IS_LOCAL() checkattilamolnar
2013-04-09Move most whois related code from the core into cmd_whoisattilamolnar
2013-04-09XLine: Provide a default implementation for DisplayExpiry()attilamolnar
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-08Remove OnAddBan and OnDelBan hooksattilamolnar
2013-04-05Fixed grammar in whois output for +k'd services.Shawn Smith
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-02m_geoip: Fix compilationChrisTX
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
2013-04-01Move member variables from User to LocalUserattilamolnar
2013-04-01Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...attilamolnar
2013-04-01Convert IsSID() to a static member function, modules shouldn't override itattilamolnar