summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Merge pull request #461 from SaberUK/master+header-cleanupAttila Molnar
2013-04-12Tidy up source files:Peter Powell
2013-04-12Merge pull request #488 from SaberUK/master+loglevel-renameAttila Molnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-11Merge pull request #487 from SaberUK/master+better-isupport-apiAttila Molnar
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-11Fix clang warning about IsOper()attilamolnar
2013-04-10Merge pull request #484 from SaberUK/insp20+fix-modulemanagerAttila Molnar
2013-04-10Fix ModuleManager error caused by a lack of arguments.Peter Powell
2013-04-10Run OnUnloadModule hook before starting to unregister services provided by th...attilamolnar
2013-04-10BanCache: Move expiration code into a function, call it from RemoveEntries()attilamolnar
2013-04-10BanCache: Remove BanCacheManager::RehashCache()attilamolnar
2013-04-10BanCache: Simplify BanCacheManager::RemoveEntries()attilamolnar
2013-04-10BanCache: Remove BanCacheHit::IP field, and BanCacheManager::RemoveHit()attilamolnar
2013-04-10BanCache: Do one hash lookup in BanCacheManager::AddHit()attilamolnar
2013-04-10BanCache: Don't repeat ourselves, one BanCacheManager::AddHit() and one BanCa...attilamolnar
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-10Update Window's .gitignoreAdam