]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Clean up ModuleDLLManager from the Module::cull() method.
[user/henk/code/inspircd.git] / src / coremods /
2020-02-14 Sadie PowellClean up ModuleDLLManager from the Module::cull() method.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-02-02 Sadie PowellFix being able to see the modes of private/secret channels.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-30 Sadie PowellUse the default OnParameterMissing in ModeUserServerNot...
2020-01-22 Sadie PowellTweak the default motd/opermotd slightly.
2020-01-17 Sadie PowellImprove the DNS cache expiration log message.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-08 Peter PowellMove XLine garbage collection to core_xline.
2019-11-17 Peter PowellMake rehashing messages more consistent.
2019-10-22 Peter PowellFix some compiler errors in core_hostname_lookup.
2019-10-22 Peter PowellHandle more error cases in core_hostname_lookup.
2019-10-22 Peter PowellOn DNS fail reset connecting users hostname to their IP.
2019-10-21 Peter PowellImprove the core_hostname_lookup result log message.
2019-10-21 Peter PowellRemove duplicate code in core_hostname_lookup.
2019-10-21 Peter PowellGet rid of the ptrHosts extension item.
2019-10-13 Peter PowellAdd GetTypeStr to the DNS API.
2019-10-13 Peter PowellConvert a bunch of LocalUser* casts to IS_LOCAL.
2019-10-01 Peter PowellShow the list modes which have variable list lengths...
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-07-15 Peter PowellSend ERR_NOTEXTTOSEND in response to an empty GLOBOPS...
2019-07-03 Matt SchatzFix error message for splitwhois value.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-05 Matt SchatzAllow channels/auspex to see a secret channel topic...
2019-05-11 Peter PowellMove message access checks to OnUserPre{Tag,}Message.
2019-05-05 Robbycmd_names: Fix the syntax.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-21 RobbyFix grammar in unknown mode/snomask character messages.
2019-04-19 Peter PowellImprove the descriptions of various core modules.
2019-04-19 Peter PowellDemote core_ison and core_userhost to commands in core_...
2019-04-19 Peter PowellPromote cmd_mode to its own core module.
2019-04-19 Peter PowellRemove the OnNamesListItem event out of the core.
2019-04-18 Peter PowellFix some bugs in LIST constraint parsing.
2019-03-12 linuxdaemonRename GetFlagIndex -> GetFieldIndex
2019-03-12 linuxdaemonMove field lookup logic out of WhoData constructor
2019-03-12 linuxdaemonAdd Who::Request::GetFlagIndex to get field index
2019-02-20 linuxdaemonFix not showing all modes on a channel
2019-02-19 Peter PowellImplement support for IRCv3 client-to-client tags.
2019-02-18 Matt SchatzStart using DurationString() in X-line additions and
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-15 Peter PowellReplace GetServerPort() with server_sa.port().
2019-02-09 Peter PowellImplement support for SQUERY from RFC 2812.
2019-02-09 Peter PowellMove CommandMessage::Handle into the class definition.
2019-02-09 Peter PowellMove message handling code to Handle{Channel,Server...
2019-02-09 Peter PowellDeduplicate firing module events in core_message.
2019-02-08 Peter Powellcore_message: remove unnecessary inheritance logic.
2019-02-08 Peter PowellRename core_privmsg to core_message.
2019-02-07 Peter PowellFix an unintentionally inverted condition in core_oper.
2019-02-05 Peter PowellQuit users during cleanup instead of when /DIE is executed.
2019-02-05 Peter PowellMove <oper:class> and <oper:vhost> to core_oper.
2019-01-29 Peter PowellFix -Wnewline-eof warning.
2019-01-28 Peter PowellFix RPL_ADMINME not having the correct parameters.
2019-01-28 Peter PowellFix sending the modes in RPL_CHANNELMODEIS as one big...
2019-01-28 Peter PowellAdd ParamMode::IsParameterSecret and remove special...
2019-01-28 Peter PowellFix not checking for server names case insensitively.
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-24 Peter PowellFix overriding <options:exemptchanops> with the exemptc...
2019-01-24 Matt SchatzAdd the reason to xline removal notices. (#1545)
2019-01-24 Peter PowellImplement support for the extended tag space for client...
2019-01-23 Peter PowellDon't tell the user if DNS lookups are disabled.
2019-01-19 Peter PowellFix sending the entire VERSION output as a single param...
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2019-01-09 Peter Powellcore_privmsg: respect the exemption list when sending...
2019-01-09 Matt SchatzImprove X-line text consistency.
2019-01-07 Peter Powellcore_stub: add stubs for the SUMMON and USERS commands.
2019-01-04 Peter PowellUpdate the names in the /INFO credits.
2018-12-21 linuxdaemonOnly parse valid durations, don't treat invalid multipl...
2018-12-19 Peter PowellAdd the <maxlist> tag and switch ListModeBase to always...
2018-12-19 linuxdaemonMake more modules rehash atomically (#1535)
2018-12-17 Peter PowellAlphabetically sort the modes in MAXLIST tokens.
2018-12-15 Peter PowellFix a typo in core_user.
2018-12-12 Peter PowellFix conversion issues by replacing ConvToInt with ConvT...
2018-12-10 Peter PowellFix overly escaping MOTDs if they are in more than...
2018-11-15 Peter PowellFix the OnSendWhoLine event being completely broken...
2018-11-11 Peter PowellFix the syntax description for the WHO command.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-10-01 Peter PowellMove <security:userstats> into core_stats.
2018-10-01 Peter PowellMove <security:genericoper> into core_whois.
2018-10-01 Peter PowellMove <security:hideulinekills> into core_oper.
2018-10-01 Peter PowellMove <security:hidekills> into core_oper.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-23 Peter PowellSwitch all core modules still using COMMAND_INIT to...
2018-08-26 Peter PowellDon't update the idle timer when a user replies to...
2018-08-26 Peter PowellImplement proper CTCP parsing in MessageDetails.
2018-08-22 Peter PowellSend the 001-004 numerics and MOTD/LUSERS from core_info.
2018-08-21 Peter PowellFix a few things that should be marked as override...
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-08-13 Peter PowellRemove the OnInfo event.
2018-08-13 Peter PowellImplement IRCv3 message tag support.
2018-08-13 Peter PowellAdd an accessor for the last mode change list to ModePa...
2018-08-12 Peter PowellConvert AWAY to use cross-module events and clean up...
2018-08-12 Peter PowellPass the Extensible container to ExtensionItem::free().
2018-07-31 Peter PowellRemove support for static modules.
2018-07-30 Peter PowellRename User::fullname to realname and make it private.
2018-07-30 Peter PowellReplace most usages of "GECOS" with "real" or "real...
next