summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2015-12-28Fix some whitespace issuesAttila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06cmd_invite Fire the OnUserInvite event before announcing the inviteAttila Molnar
2015-12-06cmd_invite Extend scope of the prefix character variableAttila Molnar
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2015-12-01Merge branch 'master+reloadmod'Attila Molnar
2015-11-26core_reloadmodule Allow modules to handle reload failures of other modsAttila Molnar
2015-11-26core_reloadmodule Allow modules to save and restore their own data when reloa...Attila Molnar
2015-11-26core_reloadmodule Save and restore module state (modes, extensions) on reloadAttila Molnar
2015-11-26Handle module reloading in core_reloadmodule entirelyAttila Molnar
2015-11-23core_whowas Purge nicks as soon as they no longer have any entriesAttila Molnar
2015-11-23core_whowas Add WhoWas::Manager::PurgeNick()Attila Molnar
2015-11-23core_whowas Remove dead codeAttila Molnar
2015-11-09info: Move ChrisTX and Shawn to former contributors section.Robin Burchell
2015-11-09info: Update my copyright since I've touched this rather extensively.Robin Burchell
2015-11-09info: Move SaberUK to Core Developers.Robin Burchell
2015-11-09info: Reflect reality, and move everyone who hasn't committed since 2010 to "...Robin Burchell
2015-11-09info: Merge "Regular Contributors" and "Other Contributors" into "Active Cont...Robin Burchell
2015-11-09info: Remove searchirc.com (now defunct), change irc-junkie credits to Asmo.Robin Burchell
2015-11-09info: Move the early three of us to a "founding developers" section.Robin Burchell
2015-11-09info: Move jackmcbarn from developers back to contributors.Robin Burchell
2015-11-02core_channel Implement invite (un)serializationAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2015-11-02Move ServerConfig::InvBypassModes into core_channelAttila Molnar
2015-11-02Move handling of <options:invitebypassmodes> into core_channelAttila Molnar
2015-07-06Fail invalid dns responses instead of dropAdam
2015-05-19Merge branch 'master+movenames'Attila Molnar
2015-05-17Move InspIRCd::SendError() to cmd_dieAttila Molnar
2015-05-17Move code that quits all users from InspIRCd::Cleanup() to cmd_dieAttila Molnar
2015-05-17Encase the IPv6 address in `STATS p` with square brackets.Peter Powell
2015-05-16cmd_names Do the HasPrivPermission() check only in the NAMES handlerAttila Molnar
2015-05-16Move Channel::UserList() from core to cmd_namesAttila Molnar
2015-05-16Move topic and NAMES sending on join from core into core_channelAttila Molnar
2015-05-16cmd_topic Extract code sending RPL_TOPIC and RPL_TOPICTIME into a functionAttila Molnar
2015-05-13Merge pull request #1041 from SaberUK/master+ipv6-nameserverAttila Molnar
2015-05-13core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc...Attila Molnar
2015-05-13core_dns Only clear the slot of the request if the object in the slot matches...Attila Molnar
2015-05-13core_dns Add DNS timeout timer in Process() not in DNS::Request constructorAttila Molnar
2015-05-13core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from headerAttila Molnar
2015-05-12Remove support for non-unloadable (VF_STATIC) modulesAttila Molnar
2015-05-12cmd_modules Don't show the memory addresses of Module objects to opersAttila Molnar
2015-05-10Fix IPv6 nameservers not being detected by the resolv.conf parser.Peter Powell
2015-05-04Merge branch 'master+whoiscontext'Attila Molnar
2015-05-04core_whois Fix numeric 319 not obeying MaxLineAttila Molnar
2015-05-01core_hostname_lookup Don't adjust DnsBad statsAttila Molnar
2015-04-28core_whois Simplify CommandWhois::SplitChanList()Attila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-28Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Attila Molnar
2015-04-27Merge branch 'master+dns'Attila Molnar