]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Remove dead code from UserManager::AddUser()
[user/henk/code/inspircd.git] / src /
2015-02-22 Attila MolnarMerge pull request #1000 from ShutterQuick/master+281
2015-02-22 Daniel Vassdalm_sqloper.cpp: Add support for the `active` column
2015-02-19 Attila MolnarChange all occurrences of Inspire to InspIRCd
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-17 Attila MolnarMerge pull request #992 from SaberUK/insp20+fix-error...
2015-02-15 Attila MolnarEliminate constant return value of the all events versi...
2015-02-15 Attila MolnarConvert mods calling the old compat wrapper of ModuleMa...
2015-02-15 Attila MolnarRemove I_BEGIN from enum Implementation
2015-02-12 Attila Molnarm_spanningtree Pass Server* to the OnServerLink/OnServe...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-12 Attila Molnarm_httpd_stats Remove days/hours/mins/secs from <uptime>
2015-02-12 Attila Molnarm_httpd_stats Fix pointer being shown instead of server...
2015-02-11 Attila Molnarm_httpd Remove now unused variable "claimed"
2015-02-11 Attila MolnarRemove class Event and the OnEvent hook
2015-02-11 Attila MolnarConvert the spanningtree events to use the new cross...
2015-02-11 Attila MolnarRemove unused parameters from HTTPRequest constructor
2015-02-11 Attila MolnarConvert the HTTPd request event to use the new cross...
2015-02-11 Attila MolnarConvert the HTTPd ACL event to use the new cross-module...
2015-02-11 Attila MolnarConvert the SASL fallback event to use the new cross...
2015-02-11 Attila MolnarConvert the CAP event to use the new cross-module event...
2015-02-11 Attila MolnarAllow enabling/disabling caps via GenericCap::SetActive()
2015-02-11 Attila MolnarConvert the account login event to use the new cross...
2015-02-11 Attila MolnarAllow dynrefs to have an OnCapture() hook
2015-02-11 Attila MolnarEnsure all dynrefs with the same target resolve to...
2015-02-05 Attila MolnarMerge branch 'master+tlsversion'
2015-02-05 Attila MolnarMerge pull request #986 from StevenVanAcker/fix-initscript2
2015-02-05 Attila MolnarMerge pull request #984 from Renegade334/modules-exempt...
2015-02-05 Florian Pradenm_mysql Add charset config option
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-02-05 Renegade334modules/m_silence: Allow U-lined services to bypass...
2015-02-04 Attila Molnarcmd_userhost List 5 users in the reply even if the...
2015-02-04 Attila Molnarm_spanningtree Fix TreeRoot UserCount being possibly...
2015-02-02 Attila Molnarthreadengine_pthread Throw CoreExceptions instead of...
2015-01-29 Peter PowellFix xline reasons being truncated in m_xline_db.
2015-01-27 Attila Molnarm_ssl_gnutls, m_ssl_openssl Prepend TLS protocol versio...
2015-01-27 Attila Molnarm_ssl_gnutls, m_ssl_openssl Extract code that builds...
2015-01-26 Attila MolnarMerge branch 'master+foreachneighbor'
2015-01-25 Attila MolnarMerge branch 'master+cmdcleanup'
2015-01-25 Attila Molnarm_spanningtree Rewrite PING logic to use Timers
2015-01-24 Attila MolnarRemove needless checks from User::WriteCommon()/WriteCo...
2015-01-24 Attila Molnarm_ircv3 Implement WriteNeighboursWithExt() using User...
2015-01-24 Attila MolnarImplement User::WriteCommonRaw() using ForEachNeighbor()
2015-01-24 Attila MolnarImplement User::WriteCommonQuit() using ForEachNeighbor...
2015-01-24 Attila MolnarAdd User::ForEachNeighbor()
2015-01-24 Attila MolnarMove implementation of Command and CommandBase function...
2015-01-24 Peter PowellUse ERR_YOUREBANNEDCREEP instead of NOTICE when a user...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-23 Attila Molnarm_kicknorejoin Store kicked users in a vector
2015-01-23 Attila Molnarm_kicknorejoin Move logic that tracks kicked users...
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-22 Attila MolnarDisable typeid() calls unless INSPIRCD_ENABLE_RTTI...
2015-01-21 Attila Molnarm_abbreviation Fix typo in numeric text
2015-01-21 Attila MolnarFix numeric ERR_NOTREGISTERED not containing the user...
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-20 Attila Molnarm_spanningtree Remove public TreeServer methods that...
2015-01-20 Attila Molnarm_spanningtree Get rid of some boilerplate
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-19 Attila Molnarm_operprefix Fix force joined opers not being given...
2015-01-19 Attila MolnarDon't bind ports after an unsuccessful rehash
2015-01-18 Attila Molnarm_services_account Replace dynamic_cast with static_cas...
2015-01-18 Attila Molnarm_spanningtree Only unserialize() METADATA if the objec...
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2015-01-17 Attila Molnarm_hideoper Fix wrong /WHO output for hidden opers if...
2015-01-17 Attila MolnarFix elines not matching elined users when rechecking...
2015-01-17 Attila MolnarMerge pull request #968 from ShutterQuick/insp20+sporder
2015-01-17 Daniel Vassdalcmd_list: Give +s precedence to +p
2015-01-17 Attila MolnarMerge pull request #966 from SaberUK/insp20+fix-error...
2015-01-16 Attila MolnarVerify that the chan in chanlist is in fact the same...
2015-01-16 Attila MolnarGracefully handle multiple Channel::CheckDestroy()...
2015-01-16 Peter PowellFix a blank error message when trying to load a module...
2015-01-14 Attila Molnarcmode_k Fix oversight in substr() conversion
2015-01-14 Attila MolnarMerge branch 'master+stfjoinforward'
2015-01-12 Attila MolnarAlways penalize clients executing a command which fails...
2015-01-12 Attila MolnarIncrease penalty for some core commands
2015-01-12 Attila MolnarFix harmless uninitialized variable usage on startup...
2015-01-11 Attila MolnarFix issues with some numerics introduced in the WriteNu...
2015-01-10 Attila MolnarStore iovec array on the stack instead of heap allocati...
2015-01-10 Attila MolnarRemove pointless fd == INT_MAX check from StreamSocket...
2015-01-10 Attila MolnarRemove some unnecessary NULL checks
2015-01-10 Attila MolnarReduce std::string::substr() usage
2015-01-10 Attila MolnarRemove the unused OnGlobalOper hook
2015-01-09 Attila Molnarm_spanningtree Increase maximum generated FJOIN line...
2015-01-09 Attila Molnarm_spanningtree Forward FJOINs with correct TS, modes...
2015-01-09 Attila Molnarm_spanningtree Change name and scope of commait in...
2015-01-09 Attila Molnarm_spanningtree Add overload for add() and has_room...
2015-01-09 Attila Molnarm_spanningtree Add CmdBuilder::push_raw() overload...
2015-01-09 Attila Molnarm_spanningtree Add source server parameter to CommandFJ...
2015-01-03 Peter PowellFix a snotice in m_spanningtree incorrectly using an...
2015-01-03 Attila MolnarMerge pull request #959 from Alef-Burzmali/master+fixcl...
2015-01-03 Attila Molnarcmd_invite Send RPL_AWAY after RPL_INVITING if the...
2014-12-30 Attila MolnarFix signon time of clients being off by dns_timeout...
2014-12-30 Attila MolnarFix User::age being incorrectly used in some places...
2014-12-29 Thomas FargeixFix a regression in m_cloaking
2014-12-27 Attila Molnarm_check Fix non-standard format specifier %s passed...
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-18 Attila MolnarMerge branch 'master+serverlimits'
2014-12-18 Attila MolnarMerge pull request #953 from SaberUK/master+configure...
2014-12-16 Attila MolnarDrop setter is empty check when displaying listmodes
next