summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-21m_rline Switch to OnUserRegister hook to disconnect banned users earlierattilamolnar
2013-04-21m_filter, m_rline Remove rlines and filters when the regex engine changes or ...attilamolnar
2013-04-21m_spanningtree Move CacheTimer into utilsattilamolnar
2013-04-21Timer changes and TimerManager enhancementsattilamolnar
2013-04-21m_filter Fix memory leak on unloadattilamolnar
2013-04-21Log some internal errors on DEFAULT loglevel instead of DEBUG, log detected e...attilamolnar
2013-04-21m_permchannels Workaround for alphabetical module initialization orderattilamolnar
2013-04-21Don't crop the channel name if it's too long in Channel::Channel()attilamolnar
2013-04-20Merge pull request #495 from SaberUK/master+fix-libcppAttila Molnar
2013-04-19Immediately stop processing whenever we detect and handle a RecvQ overrunattilamolnar
2013-04-19Fix uuids getting truncated in the nick hash in UserManager::AddUser() if nic...attilamolnar
2013-04-19m_ident Invalidate cache after changing User::identattilamolnar
2013-04-19m_callerid Allow messaging yourself while +g regardless of the ACCEPT listattilamolnar
2013-04-19Fix building with libc++.Peter Powell
2013-04-18m_spanningtree Fix IS_LOCAL() check in OnRehash handlerattilamolnar
2013-04-18m_callerid Ignore duplicate entries when unserializing callerid_dataattilamolnar
2013-04-18m_callerid Fix bookkeeping error introduced when unserializing callerid_dataattilamolnar
2013-04-17Fix Windows buildattilamolnar
2013-04-16Fix m_ssl_gnutls and perhaps some other things on Windows by recognizing WSAE...Adam
2013-04-16m_kicknorejoin Store and compare uuids instead pointersattilamolnar
2013-04-16m_kicknorejoin Limit time to 30m by defaultattilamolnar
2013-04-16m_kicknorejoin Minor improvementsattilamolnar
2013-04-16Close listening sockets regardless of the return value of shutdown()attilamolnar
2013-04-16Do not enable SO_LINGER on our socketsattilamolnar
2013-04-14Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a...attilamolnar
2013-04-14Simplify UID generation logicattilamolnar
2013-04-14Extract UID/SID generation logic into a new class: UIDGeneratorattilamolnar
2013-04-13Remove const char* versions of InspIRCd::FindNick()/FindNickOnly()/FindUUID()...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