]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Update core_stats.cpp
[user/henk/code/inspircd.git] / src /
2014-05-12 WindowsUserUpdate core_stats.cpp
2014-05-10 Adamm_ldap: time out LDAP queries
2014-05-06 Attila MolnarRemove needless checks from Invitation::Find()
2014-04-26 Attila MolnarRemove redundant IS_LOCAL() checks discovered by static...
2014-04-20 Attila MolnarChange the OnNamesListItem() hook to return ModResult
2014-04-16 Attila Molnarm_spanningtree Add ServerCommand::ExtractTS() to conver...
2014-04-16 Attila Molnarm_spanningtree Throw an exception on protocol violation...
2014-04-14 Attila MolnarRemove WALLCHOPS and WALLVOICES ISUPPORT tokens
2014-04-14 Attila Molnarcore_lusers Don't capitalize "local users" and "global...
2014-04-14 Attila Molnarm_sajoin, m_sapart Support a comma separated list of...
2014-04-14 Attila Molnarm_sajoin Abort and report if the target user is already...
2014-04-14 Attila Molnarm_spanningtree Fix routing of unicast messages
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-11 Peter PowellImplement support for numeric character references.
2014-04-11 Peter PowellClean up a bunch of legacy code in the Poll socketengine.
2014-04-11 Attila Molnarm_filter Allow exemption of messages sent to nicks...
2014-04-11 Attila Molnarm_filter Rename config key used in exemptfromfilter...
2014-04-11 Attila Molnarm_filter Rename exemptfromfilter field to exemptedchans...
2014-04-11 Attila Molnarm_filter Use case insensitive compare for exempted...
2014-04-09 Attila Molnarm_services_account Remove now needless workaround added...
2014-04-09 md_5Fix m_cgiirc to set the user's host straight away when...
2014-04-09 Attila MolnarAvoid double Membership lookup in Channel::UserList()
2014-04-09 Attila MolnarMove checks determining whether a user is allowed to...
2014-04-09 Attila MolnarEliminate usage of has_one in Channel::UserList()
2014-04-08 Attila Molnarm_blockcaps Get rid of needless cast, use unsigned...
2014-04-08 Attila Molnarm_blockcaps Simplify CTCP ACTION (/me) detection
2014-04-08 Attila Molnarm_spanningtree Don't rely on "m_sha256.so" being loaded...
2014-04-08 Attila Molnarm_spanningtree Remove the (now) undocumented disablehma...
2014-04-07 Attila MolnarMerge insp20
2014-04-06 Attila MolnarRelease 2.0.16
2014-04-06 Attila MolnarFix IPv6 address handling in 6aaf7047297b739377e7d509cb...
2014-04-04 Attila MolnarFix snotice about disabled command usage being sent...
2014-04-04 Attila MolnarAdd REG_ALL checks to treat unregistered users as nonex...
2014-04-03 Attila Molnarm_override Deduplicate code
2014-04-02 Attila MolnarRemove unused User::WriteCommonExcept()
2014-04-02 Attila MolnarMove User::SendAll() into core_privmsg
2014-04-02 Attila MolnarRemove User::WriteTo() functions; use User::WriteFrom...
2014-03-31 Attila MolnarCheck if Membership::GetPrefixChar() returns 0 before...
2014-03-28 Attila MolnarConvert the global list of dynamic reference pointers...
2014-03-27 Attila Molnarm_watch Validate targ before use, noticed while rewriti...
2014-03-26 Attila Molnarm_globalload Don't pass a callback to ModuleManager...
2014-03-25 Attila Molnarm_httpd Fix typo noticed by @SaberUK
2014-03-25 Attila MolnarChange storage of UserManager::all_opers to be a vector
2014-03-25 Attila MolnarAdd typedef OperList to UserManager for use with all_opers
2014-03-24 Attila MolnarAdd stdalgo::delete_all() that deletes all elements...
2014-03-24 Attila MolnarCull ident sockets instead of immediate delete, add...
2014-03-23 Attila Molnarm_operprefix Don't set +y on the oper if hideoper is...
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-17 Attila Molnarm_connectban Don't depend on the definition of clonemap
2014-03-15 Attila MolnarFix invalid iterator use when removing modes in ModuleM...
2014-03-15 Attila MolnarChange allocation of InspIRCd::Timers to be physically...
2014-03-15 Attila MolnarChange allocation of UserManager::clientlist to be...
2014-03-15 Attila MolnarAdd UserManager::GetUsers()
2014-03-14 Attila MolnarChange allocation of UserManager::uuidlist to be physic...
2014-03-14 Attila MolnarChange allocation of InspIRCd::chanlist to be physicall...
2014-03-14 Attila MolnarAdd InspIRCd::GetChans(), remove ChannelCount()
2014-03-14 Attila Molnarm_permchannels Remove pointless cleanup ceremony in...
2014-03-13 Attila MolnarFix NAMES list getting truncated on servers having...
2014-03-13 Attila MolnarBackport "Refactor Channel::UserList() to use std:...
2014-03-12 Attila MolnarDeduplicate and move the *MatchesEveryone() functions...
2014-03-11 Attila Molnarcmd_names Allow opers having the channels/auspex priv...
2014-03-10 Attila MolnarImprove detection for non-cidr masks to prevent unwante...
2014-03-09 Attila Molnarcmd_quit Display quit messages of remote users
2014-03-09 Attila MolnarMove the wallops mode from the core into core_wallops
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Peter PowellFix m_permchannels not prepending the path when reading...
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-03-06 Attila MolnarUpdate detection in module loading commands that relied...
2014-03-06 Attila MolnarMove UNLOADMODULE handler into core_loadmodule
2014-03-06 Attila MolnarCreate the core_stub module
2014-03-05 Attila MolnarLoad core_*.so instead of cmd_*.so
2014-03-05 Attila MolnarCreate the core_xline module
2014-03-05 Attila MolnarCreate the core_user module
2014-03-05 Attila MolnarCreate the core_oper module
2014-03-05 Attila MolnarCreate the core_info module
2014-03-05 Attila MolnarCreate the core_channel module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/
2014-03-04 Attila MolnarRemove out of date doc and fix typo in commands/cmd_...
2014-03-03 Attila Molnarm_spanningtree Remove remains of the KeepNickTS workaround
2014-03-03 Attila MolnarUpdate nick timestamps in User::ChangeNick(), pass...
2014-03-02 Attila Molnarm_spanningtree Do pointer comparison before deleting...
2014-03-02 Attila Molnarm_spanningtree Don't send snotices to servers about...
2014-03-01 Attila MolnarFix NULL dereference on rehash when there is a fatal...
2014-02-27 Attila MolnarRemove REG_ALL checks from User::SharesChannelWith()
2014-02-27 Attila Molnarcmd_topic Remove redundant NULL check
2014-02-27 GoogolplexedGive m_connectban a configurable ban message
2014-02-26 Daniel VassdalSimplify /SAJOIN syntax and add permission for joining...
2014-02-26 Attila Molnarm_chanfilter Remove needless mode parameter is empty...
2014-02-26 Attila Molnarm_cycle Remove redundant IS_LOCAL() check
2014-02-25 Attila Molnarcmd_kill Remove now needless check that prevented KILLi...
2014-02-25 Attila Molnarcmd_kill Hide server notices if the source is ulined
2014-02-25 Attila Molnarm_svshold Hide server notices by default
2014-02-23 Attila MolnarThrow an exception if ModeParser::AddMode() fails
2014-02-23 GoogolplexedMoving CGIIRC to a new snomask (w)
2014-02-22 Attila MolnarAdd ModeParser::GetModes(), returns all user/chanmodes
2014-02-21 Attila MolnarIndex Channel::modes and User::modes with the id of...
2014-02-21 Attila MolnarAssign an id to user modes, parameter chanmodes and...
2014-02-21 Attila MolnarReplace mode letter parameter of OnRawMode() with a...
next