summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-10m_spanningtree Create new TreeServers for incoming connections only when they...attilamolnar
2013-04-09Remove some uline checks that ran after an IS_LOCAL() checkattilamolnar
2013-04-05Don't attempt to unload or reload modules that are waiting to be unloadedattilamolnar
2013-04-05Fix LUSERS not working in a PURE_STATIC buildattilamolnar
2013-04-01cmd_stats List opers without iterating the whole userlistattilamolnar
2013-04-01cmd_invite Check if the inviting user is on the channel before potentially te...attilamolnar
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
2013-03-23win: Made config, modules, data, and log paths configurable.Adam
2013-03-20Fix infinite loop when all DNS request slots are in useattilamolnar
2013-03-20Add support for mandatory tags in included config filesattilamolnar
2013-03-20m_spanningtree Fix incoming channel modes being lost for 0-user permanent cha...attilamolnar
2013-03-20m_permchannels Load channels from the config only at module load time and onl...attilamolnar
2013-03-19m_connflood Ignore e-lined usersattilamolnar
2013-03-15Link win32_memory too inspircd tooAdam
2013-03-15m_ssl_openssl Make it clear that a CA file is not mandatoryattilamolnar
2013-03-15Modified m_timedbans to behave more like setting mode +b manually.ShutterQuick
2013-03-14Replace Windows build system and installer with cmakeAdam
2013-03-11Remove dead code from DNSattilamolnar
2013-03-11m_connectban Switch to OnSetUserIP hook to handle cgiirc users properly, igno...attilamolnar
2013-03-11Fix m_dnsbl not checking cgiirc users when the cgiirc address is elinedattilamolnar
2013-03-11Either store the Resolver in DNS::AddResolverClass() or delete it before retu...attilamolnar
2013-03-11Stop user initialization when the user is marked as quitting after OnSetUserIPattilamolnar
2013-03-11m_dnsbl Fix connecting users timeouting when a dnsbl result is in the dns cacheattilamolnar
2013-03-09Merge pull request #437 from SaberUK/insp20+doxygen-updateAttila Molnar
2013-03-08Update Doxyfile for the latest version of Doxygen.Peter Powell
2013-03-03cmd_lusers Be smart and know how many invisible users are there without itera...attilamolnar
2013-03-03cmd_lusers Use of size() instead of counting elementsattilamolnar