summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-04Move whowas settings into cmd_whowas from ConfigReaderattilamolnar
2013-04-04Make cmd_whowas act like a module, remove special handlingattilamolnar
2013-04-03Convert InspIRCd::Duration() to be staticattilamolnar
2013-04-02Merge pull request #460 from SaberUK/master+genssl-bugfixAttila Molnar
2013-04-02Fix a small typo in genssl.Peter Powell
2013-04-02Merge pull request #459 from ChrisTX/insp20+fixgeoipAttila Molnar
2013-04-02m_geoip: Fix compilationChrisTX
2013-04-02Merge pull request #456 from SaberUK/master+gensslAttila Molnar
2013-04-02Extract SSL generation to a tool which can be shipped by distros.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Ignore empty sid in ServerConfig::Fill()attilamolnar
2013-04-01Merge pull request #452 from SaberUK/master+nuke-hashmapAttila Molnar
2013-04-01Move member variables from User to LocalUserattilamolnar
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
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
2013-04-01Remove more deprecated codeattilamolnar
2013-04-01Merge pull request #454 from SaberUK/master+misc-improvementsAttila Molnar
2013-04-01Merge pull request #455 from SaberUK/master+deprecation-macroAttila Molnar
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Purge the deprecated chanprotect module.Peter Powell
2013-04-01Remove some dead code:Peter Powell
2013-04-01Add macro for marking methods as deprecated.Peter Powell
2013-04-01Fix linker error when linking spanningtree caused by 56cae0f3a484cbcb20569b68...Adam
2013-04-01Purge the deprecated hash_map from existance.Peter Powell
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2013-03-31Rewrote caller.h to be more C++11 ish, currently commented out pending whenev...Adam
2013-04-01New API versionattilamolnar
2013-04-01Change User::GetIPString() to return const std::string&attilamolnar
2013-04-01m_samode Require an oper privilege to change the user modes of other usersattilamolnar
2013-04-01Send LUSERS before MOTDattilamolnar
2013-04-01Change the default value of <options:cyclehosts> to noattilamolnar
2013-04-01Remove legacy code, mostly related to 1.2 compatibilityattilamolnar
2013-03-31Mark as version 2.2attilamolnar
2013-03-31Minor update to example configsattilamolnar
2013-03-29Release 2.0.11attilamolnar
2013-03-29cmd_kill Send snotice to servers when both the oper and the victim are on the...attilamolnar
2013-03-29Update doc and fix the description of m_allowinviteattilamolnar
2013-03-29m_ldapoper Make the module actually workattilamolnar
2013-03-29m_ldapoper Fix memory leakattilamolnar
2013-03-28Fix premature overwriting of OLDTIME that resulted in time drifts never being...attilamolnar
2013-03-27cmd_lusers Fix miscountingattilamolnar
2013-03-26Merge pull request #443 from ShutterQuick/sasl_externalAttila Molnar
2013-03-25Added support for EXTERNALDaniel Vassdal
2013-03-25m_xline_db Fix pointless excessive stack usage in ReadDatabase()attilamolnar
2013-03-25m_xline_db Major enhancementsattilamolnar
2013-03-25Accept -c as a command line argument (equivalent to --config)attilamolnar
2013-03-25Win32: Rewrite the service wrapperChrisTX
2013-03-24Initialize the FakeClient pointer in InspIRCd::InspIRCd()attilamolnar
2013-03-24m_timedbans Notice halfops and above when a timed ban is placedattilamolnar