summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-05Merge pull request #971 from SaberUK/master+numeric-xlineAttila Molnar
2015-02-05modules/m_silence: Allow U-lined services to bypass silence masksRenegade334
2015-01-29Fix xline reasons being truncated in m_xline_db.Peter Powell
2015-01-27m_ssl_gnutls, m_ssl_openssl Prepend TLS protocol version to ciphersuite stringAttila Molnar
2015-01-27m_ssl_gnutls, m_ssl_openssl Extract code that builds a ciphersuite string int...Attila Molnar
2015-01-26Merge branch 'master+foreachneighbor'Attila Molnar
2015-01-25Merge branch 'master+cmdcleanup'Attila Molnar
2015-01-25m_spanningtree Rewrite PING logic to use TimersAttila Molnar
2015-01-24Remove needless checks from User::WriteCommon()/WriteCommonRaw()Attila Molnar
2015-01-24m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()Attila Molnar
2015-01-24Implement User::WriteCommonRaw() using ForEachNeighbor()Attila Molnar
2015-01-24Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManagerAttila Molnar
2015-01-24Add User::ForEachNeighbor()Attila Molnar
2015-01-24Move implementation of Command and CommandBase functions into a source fileAttila Molnar
2015-01-24Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.Peter Powell
2015-01-23Merge branch 'master+no-rtti'Attila Molnar
2015-01-23m_kicknorejoin Store kicked users in a vectorAttila Molnar
2015-01-23m_kicknorejoin Move logic that tracks kicked users into KickRejoinDataAttila Molnar
2015-01-22Merge branch 'master+exttype' into master+no-rttiAttila Molnar
2015-01-22Disable typeid() calls unless INSPIRCD_ENABLE_RTTI is definedAttila Molnar
2015-01-20m_spanningtree Remove public TreeServer methods that are only called from Tre...Attila Molnar
2015-01-20m_spanningtree Get rid of some boilerplateAttila Molnar
2015-01-18m_services_account Replace dynamic_cast with static_cast as we know the objec...Attila Molnar
2015-01-18m_spanningtree Only unserialize() METADATA if the object type matches Extensi...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-16Verify that the chan in chanlist is in fact the same object as us in Channel:...Attila Molnar
2015-01-16Gracefully handle multiple Channel::CheckDestroy() calls on the same objectAttila Molnar
2015-01-14cmode_k Fix oversight in substr() conversionAttila Molnar
2015-01-14Merge branch 'master+stfjoinforward'Attila Molnar
2015-01-11Fix issues with some numerics introduced in the WriteNumeric() conversion and...Attila Molnar
2015-01-10Store iovec array on the stack instead of heap allocating it for the lifetime...Attila Molnar
2015-01-10Remove pointless fd == INT_MAX check from StreamSocket::DoWrite()Attila Molnar
2015-01-10Remove some unnecessary NULL checksAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2015-01-10Remove the unused OnGlobalOper hookAttila Molnar
2015-01-09m_spanningtree Increase maximum generated FJOIN line size to 510Attila Molnar
2015-01-09m_spanningtree Forward FJOINs with correct TS, modes and userlistAttila Molnar
2015-01-09m_spanningtree Change name and scope of commait in FJOIN handlerAttila Molnar
2015-01-09m_spanningtree Add overload for add() and has_room(), giving more flexibility...Attila Molnar
2015-01-09m_spanningtree Add CmdBuilder::push_raw() overload for rangesAttila Molnar
2015-01-09m_spanningtree Add source server parameter to CommandFJOIN::Builder constructorAttila Molnar
2015-01-03Merge pull request #959 from Alef-Burzmali/master+fixcloakingAttila Molnar
2015-01-03cmd_invite Send RPL_AWAY after RPL_INVITING if the target user is awayAttila Molnar
2014-12-29Fix a regression in m_cloakingThomas Fargeix
2014-12-19Merge branch 'master+listmode'Attila Molnar
2014-12-19Merge branch 'master+flatmap'Attila Molnar
2014-12-16Drop setter is empty check when displaying listmodesAttila Molnar
2014-12-16Display listmodes in the order in which they are in the container instead of ...Attila Molnar
2014-12-16Change listmode storage type to vectorAttila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar