aboutsummaryrefslogtreecommitdiffstats
path: root/src/coremods
Commit message (Expand)AuthorAgeFilesLines
...
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-2526-102/+99
* Fix some numericsGravatar Attila Molnar2016-02-241-1/+1
* Merge insp20Gravatar Attila Molnar2016-02-222-2/+10
* Fix build errors on CentOS 6 and OpenBSD.Gravatar Peter Powell2016-02-202-2/+2
* core_whois Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-53/+75
* cmd_names Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-17/+5
* cmd_names Inherit handler from SplitCommandGravatar Attila Molnar2015-12-302-6/+6
* core_ison Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-26/+16
* core_ison Inherit handler from SplitCommandGravatar Attila Molnar2015-12-301-4/+6
* core_ison Simplify handlerGravatar Attila Molnar2015-12-301-14/+7
* Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()Gravatar Attila Molnar2015-12-291-2/+2
* cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel•••Fixes issue #1117 reported by @ProgVal Gravatar Attila Molnar2015-12-281-4/+6
* Fix some whitespace issuesGravatar Attila Molnar2015-12-281-6/+6
* Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly Gravatar Attila Molnar2015-12-072-2/+2
* Add minimum channel rank and exception list parameters to the OnUserInvite hookGravatar Attila Molnar2015-12-061-3/+10
* cmd_invite Fire the OnUserInvite event before announcing the inviteGravatar Attila Molnar2015-12-061-1/+2
* cmd_invite Extend scope of the prefix character variableGravatar Attila Molnar2015-12-061-20/+17
* Remove <options:ircumsgprefix> entirelyGravatar Attila Molnar2015-12-061-8/+1
* Merge branch 'master+reloadmod'Gravatar Attila Molnar2015-12-011-14/+571
|\
| * core_reloadmodule Allow modules to handle reload failures of other modsGravatar Attila Molnar2015-11-261-0/+14
| * core_reloadmodule Allow modules to save and restore their own data when reloa...Gravatar Attila Molnar2015-11-261-2/+32
| * core_reloadmodule Save and restore module state (modes, extensions) on reloadGravatar Attila Molnar2015-11-261-0/+497
| * Handle module reloading in core_reloadmodule entirelyGravatar Attila Molnar2015-11-261-13/+29
* | core_whowas Purge nicks as soon as they no longer have any entriesGravatar Attila Molnar2015-11-231-7/+13
* | core_whowas Add WhoWas::Manager::PurgeNick()Gravatar Attila Molnar2015-11-231-16/+21
* | core_whowas Remove dead codeGravatar Attila Molnar2015-11-231-13/+8
|/
* info: Move ChrisTX and Shawn to former contributors section.Gravatar Robin Burchell2015-11-091-2/+2
* info: Update my copyright since I've touched this rather extensively.Gravatar Robin Burchell2015-11-091-1/+1
* info: Move SaberUK to Core Developers.•••Reflects reality, he's done a fair chunk of work. :) Gravatar Robin Burchell2015-11-091-2/+2
* info: Reflect reality, and move everyone who hasn't committed since 2010 to "...•••Self-explanatory, I hope. Gravatar Robin Burchell2015-11-091-1/+3
* info: Merge "Regular Contributors" and "Other Contributors" into "Active Cont...•••Neither of the two other titles were really informative, and this now gels with "Former Contributors". Gravatar Robin Burchell2015-11-091-5/+3
* info: Remove searchirc.com (now defunct), change irc-junkie credits to Asmo.•••Asmo was the guy who deserves thanks, not the site, per-se. Gravatar Robin Burchell2015-11-091-1/+1
* info: Move the early three of us to a "founding developers" section.•••Reflecting the reality that we are of some kind of importance, even if we aren't really doing much nowdays except sipping cocktails on the beach. Gravatar Robin Burchell2015-11-091-3/+5
* info: Move jackmcbarn from developers back to contributors.•••His last contribution was moving his name here, which doesn't seem to quite gel. Gravatar Robin Burchell2015-11-091-1/+1
* core_channel Implement invite (un)serializationGravatar Attila Molnar2015-11-022-1/+48
* Rewrite invite system•••- Moved out of core, now lives entirely in core_channel - Accessible using the provided API after including the appropriate header - Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS - Expiration of timed invites are implemented using Timers - When creating a new invite let a non-timed invite override a timed one Gravatar Attila Molnar2015-11-025-9/+321
* Move ServerConfig::InvBypassModes into core_channelGravatar Attila Molnar2015-11-021-1/+2
* Move handling of <options:invitebypassmodes> into core_channelGravatar Attila Molnar2015-11-021-1/+48
* Fail invalid dns responses instead of dropGravatar Adam2015-07-061-3/+12
* Merge branch 'master+movenames'Gravatar Attila Molnar2015-05-194-5/+106
|\
| * cmd_names Do the HasPrivPermission() check only in the NAMES handlerGravatar Attila Molnar2015-05-162-9/+8
| * Move Channel::UserList() from core to cmd_namesGravatar Attila Molnar2015-05-163-2/+77
| * Move topic and NAMES sending on join from core into core_channelGravatar Attila Molnar2015-05-161-0/+17
| * cmd_topic Extract code sending RPL_TOPIC and RPL_TOPICTIME into a functionGravatar Attila Molnar2015-05-162-2/+12
* | Move InspIRCd::SendError() to cmd_die•••Fix multiple ERROR messages being sent to unregistered users by removing the "Exiting with status..." message Gravatar Attila Molnar2015-05-173-2/+26
* | Move code that quits all users from InspIRCd::Cleanup() to cmd_dieGravatar Attila Molnar2015-05-171-0/+9
* | Encase the IPv6 address in `STATS p` with square brackets.•••This is a widely used format as without it the port is ambigious. Gravatar Peter Powell2015-05-171-0/+5
|/
* Merge pull request #1041 from SaberUK/master+ipv6-nameserver•••Fix IPv6 nameservers not being detected by the resolv.conf parser.Gravatar Attila Molnar2015-05-131-1/+1
|\
| * Fix IPv6 nameservers not being detected by the resolv.conf parser.•••This fixes #973. Forward port of #974. Gravatar Peter Powell2015-05-101-1/+1
* | core_dns Set the TTL of the cache entry to the lowest TTL in a set of Resourc...Gravatar Attila Molnar2015-05-131-1/+12