]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Merge insp20
[user/henk/code/inspircd.git] / src / coremods /
2016-08-17 Attila MolnarMerge insp20
2016-08-15 Adamcore_hostname_lookup: find answer record of the correct...
2016-06-27 Attila MolnarMerge pull request #1187 from SaberUK/master+431
2016-06-27 Peter PowellFix a minor oversight in ERR_NONICKNAMEGIVEN.
2016-06-27 Attila MolnarMerge pull request #1186 from SaberUK/master+build...
2016-06-27 Attila MolnarMerge pull request #1182 from SaberUK/master+431
2016-06-22 Peter PowellFix sending the wrong numeric when an empty new nick...
2016-04-11 Attila MolnarRefactor topic setting logic to go through Channel...
2016-04-04 Attila MolnarMerge pull request #1167 from SaberUK/master+collision
2016-04-04 Peter PowellRename PURE_STATIC to INSPIRCD_STATIC.
2016-03-29 Attila MolnarMerge branch 'master+stroute'
2016-03-29 Attila MolnarMerge pull request #1165 from Adam-/master+dnssource
2016-03-29 Adamcore_dns: allow configuring source address
2016-03-29 Attila MolnarEnsure server names passed to some commands are really...
2016-03-29 Attila Molnarcore_info Deduplicate code by inheriting some commands...
2016-03-29 Attila Molnarcore_info Add class ServerTargetCommand
2016-03-19 Attila MolnarFix oversights in the WriteNumeric() parameter conversion
2016-02-26 Attila MolnarMerge branch 'master+writenumeric-who'
2016-02-26 Attila MolnarAdd RPL_WHOREPLY to the list of numerics
2016-02-26 Attila MolnarSend WHO reply numerics with User::WriteNumeric(),...
2016-02-26 Attila MolnarReturn ModResult from the OnSendWhoLine hook
2016-02-25 Attila MolnarAdd RPL_ISON, RPL_USERIP and RPL_USERHOST to the list...
2016-02-25 Attila Molnarcore_userhost Send numeric with User::WriteNumeric()
2016-02-25 Attila Molnarcmd_commands Send the RPL_COMMANDS numeric with User...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarConvert WhoisContext::SendLine() calls to pass the...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-24 Attila MolnarFix some numerics
2016-02-22 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge pull request #1139 from johanna-a/master
2016-02-20 Attila MolnarMerge pull request #1142 from SaberUK/master+fixes
2016-02-20 Peter PowellFix build errors on CentOS 6 and OpenBSD.
2016-01-03 Attila MolnarMerge branch 'master+numericbuilder'
2015-12-30 Attila Molnarcore_whois Switch to Numeric::Builder
2015-12-30 Attila Molnarcmd_names Switch to Numeric::Builder
2015-12-30 Attila Molnarcmd_names Inherit handler from SplitCommand
2015-12-30 Attila Molnarcore_ison Switch to Numeric::Builder
2015-12-30 Attila Molnarcore_ison Inherit handler from SplitCommand
2015-12-30 Attila Molnarcore_ison Simplify handler
2015-12-29 Attila MolnarConvert remaining NOTICEs implemented using WriteServ...
2015-12-28 Attila Molnarcmd_part Send ERR_NOTONCHANNEL if the user is not on...
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-07 Attila MolnarRemove some IS_SERVER() checks
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarAdd minimum channel rank and exception list parameters...
2015-12-06 Attila Molnarcmd_invite Fire the OnUserInvite event before announcin...
2015-12-06 Attila Molnarcmd_invite Extend scope of the prefix character variable
2015-12-06 Attila MolnarRemove <options:ircumsgprefix> entirely
2015-12-02 Attila MolnarMerge branch 'master+serviceinit'
2015-12-01 Attila MolnarMerge branch 'master+reloadmod'
2015-12-01 Attila MolnarMerge branch 'master+whowas-purge-empty'
2015-11-26 Attila Molnarcore_reloadmodule Allow modules to handle reload failur...
2015-11-26 Attila Molnarcore_reloadmodule Allow modules to save and restore...
2015-11-26 Attila Molnarcore_reloadmodule Save and restore module state (modes...
2015-11-26 Attila MolnarHandle module reloading in core_reloadmodule entirely
2015-11-23 Attila Molnarcore_whowas Purge nicks as soon as they no longer have...
2015-11-23 Attila Molnarcore_whowas Add WhoWas::Manager::PurgeNick()
2015-11-23 Attila Molnarcore_whowas Remove dead code
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-09 Robin Burchellinfo: Move ChrisTX and Shawn to former contributors...
2015-11-09 Robin Burchellinfo: Update my copyright since I've touched this rathe...
2015-11-09 Robin Burchellinfo: Move SaberUK to Core Developers.
2015-11-09 Robin Burchellinfo: Reflect reality, and move everyone who hasn't...
2015-11-09 Robin Burchellinfo: Merge "Regular Contributors" and "Other Contribut...
2015-11-09 Robin Burchellinfo: Remove searchirc.com (now defunct), change irc...
2015-11-09 Robin Burchellinfo: Move the early three of us to a "founding develop...
2015-11-09 Robin Burchellinfo: Move jackmcbarn from developers back to contributors.
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila Molnarcore_channel Implement invite (un)serialization
2015-11-02 Attila MolnarRewrite invite system
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-11-02 Attila MolnarMove handling of <options:invitebypassmodes> into core_...
2015-07-06 AdamFail invalid dns responses instead of drop
2015-06-25 Attila MolnarMerge pull request #1059 from OVERdrive-IRC/m_repeat...
2015-05-19 Attila MolnarMerge branch 'master+movenames'
2015-05-17 Attila MolnarMove InspIRCd::SendError() to cmd_die
2015-05-17 Attila MolnarMove code that quits all users from InspIRCd::Cleanup...
2015-05-17 Attila MolnarMerge pull request #1048 from SaberUK/master+ipv6-stats
2015-05-17 Peter PowellEncase the IPv6 address in `STATS p` with square brackets.
2015-05-16 Attila Molnarcmd_names Do the HasPrivPermission() check only in...
2015-05-16 Attila MolnarMove Channel::UserList() from core to cmd_names
2015-05-16 Attila MolnarMove topic and NAMES sending on join from core into...
2015-05-16 Attila Molnarcmd_topic Extract code sending RPL_TOPIC and RPL_TOPICT...
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila Molnarcore_dns Set the TTL of the cache entry to the lowest...
2015-05-12 Attila Molnarcore_dns Only clear the slot of the request if the...
2015-05-12 Attila Molnarcore_dns Add DNS timeout timer in Process() not in...
2015-05-12 Attila Molnarcore_dns Make MAX_REQUEST_ID unsigned, move it to core_...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-12 Attila Molnarcmd_modules Don't show the memory addresses of Module...
2015-05-10 Attila MolnarMerge insp20
2015-05-10 Peter PowellFix IPv6 nameservers not being detected by the resolv...
2015-05-04 Attila MolnarMerge branch 'master+whoiscontext'
2015-05-04 Attila Molnarcore_whois Fix numeric 319 not obeying MaxLine
2015-05-01 Attila Molnarcore_hostname_lookup Don't adjust DnsBad stats
2015-04-28 Attila Molnarcore_whois Simplify CommandWhois::SplitChanList()
2015-04-28 Attila MolnarMove OnWhois* events to core_whois, add Whois::Context
next