summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2015-02-04m_spanningtree Fix TreeRoot UserCount being possibly wrong if loaded after st...Attila Molnar
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-25m_spanningtree Rewrite PING logic to use TimersAttila Molnar
2015-01-24m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor()Attila Molnar
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-21m_abbreviation Fix typo in numeric textAttila Molnar
2015-01-21Merge pull request #961 from SaberUK/insp20+fix-snoticeAttila 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-19m_operprefix Fix force joined opers not being given the operprefix modeAttila 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-17m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain...Attila Molnar
2015-01-14Merge branch 'master+stfjoinforward'Attila Molnar
2015-01-10Remove some unnecessary NULL checksAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila 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-03Fix a snotice in m_spanningtree incorrectly using an unsigned long.Peter Powell
2014-12-29Fix a regression in m_cloakingThomas Fargeix
2014-12-27m_check Fix non-standard format specifier %s passed to strftime() causing pro...Attila Molnar
2014-12-15Change type of some associative containers to their flat versions, including ...Attila Molnar
2014-12-15Add typedef PrivSet for OperInfo::AllowedOperCommands and AllowedPrivsAttila Molnar
2014-12-15Merge branch 'master+callerid' into master+flatmapAttila Molnar
2014-12-10m_httpd On module unload close all connections hooked by the module being unl...Attila Molnar
2014-12-10m_callerid Change CallerIdDataSet (wholistsme) to be a vectorAttila Molnar
2014-12-10m_callerid Add typedefs for containers in callerid_dataAttila Molnar
2014-12-10m_callerid Simplify code interacting with containersAttila Molnar
2014-12-08Merge branch 'master+timeout'Attila Molnar
2014-12-07Link m_ldap against libldap_rAdam
2014-12-07Fix warnings in m_ssl_openssl about the use of `long long` on C++03.Peter Powell
2014-11-30Don't submit a reload worker if the module doing the reload is scheduled for ...Attila Molnar
2014-11-03m_flashpolicyd, m_httpd Store sockets in a intrusive listAttila Molnar
2014-11-03m_flashpolicyd, m_httpd Handle timeouts using the Timer systemAttila Molnar
2014-11-03m_httpd Clean up HttpServerSocket constructorAttila Molnar
2014-11-03m_httpd Remove unused containerAttila Molnar
2014-11-03m_httpd Always timeout connections, set default timeout to 10 secondsAttila Molnar
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar