| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core_stub: add stubs for the SUMMON and USERS commands. | 2019-01-07 | 1 | -2/+48 | |
| * | Update the names in the /INFO credits.•••- Add linuxdaemon to Active Contributors. - Move Sheogorath to Active Contributors. | 2019-01-04 | 1 | -3/+2 | |
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 6 | -6/+39 | |
| * | Add the <maxlist> tag and switch ListModeBase to always use it.•••The old method of doing this was: 1. Extremely inconsistently used. Some list modes used <banlist> and some used their own config tag. 2. Not documented in the slightest. There was a small reference to <maxbans> for the ban mode but nothing else. 3. In some cases conflicting with other config tags. The chanfilter module defined a <chanfilter> tag for general config whilst also using it for the max list settings. The new <maxlist> tag avoids these issues entirely. | 2018-12-19 | 2 | -2/+2 | |
| * | Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs | 2018-12-19 | 8 | -62/+83 | |
| * | Alphabetically sort the modes in MAXLIST tokens.•••This isn't strictly necessary but we do it for other modes in 005 so lets do it for MAXLIST too. | 2018-12-17 | 1 | -1/+4 | |
| * | Fix a typo in core_user. | 2018-12-15 | 1 | -1/+1 | |
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | 2018-12-12 | 2 | -3/+3 | |
| * | Fix overly escaping MOTDs if they are in more than one connect class. | 2018-12-10 | 3 | -2/+24 | |
| * | Fix the OnSendWhoLine event being completely broken with WHOX. | 2018-11-15 | 1 | -25/+6 | |
| * | Fix the syntax description for the WHO command.•••Thanks to @KoraggKnightWolf for reporting this. | 2018-11-11 | 1 | -1/+1 | |
| * | Move <security:userstats> into core_stats. | 2018-10-01 | 1 | -3/+10 | |
| * | Move <security:genericoper> into core_whois. | 2018-10-01 | 1 | -1/+10 | |
| * | Move <security:hideulinekills> into core_oper. | 2018-10-01 | 3 | -1/+5 | |
| * | Move <security:hidekills> into core_oper. | 2018-10-01 | 3 | -6/+15 | |
| * | Switch all core modules still using COMMAND_INIT to MODULE_INIT. | 2018-09-23 | 5 | -5/+89 | |
| * | Don't update the idle timer when a user replies to a CTCP.•••Closes #1305. | 2018-08-26 | 1 | -6/+16 | |
| * | Implement proper CTCP parsing in MessageDetails. | 2018-08-26 | 1 | -3/+71 | |
| * | Send the 001-004 numerics and MOTD/LUSERS from core_info.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-22 | 1 | -1/+99 | |
| * | Fix a few things that should be marked as override but aren't. | 2018-08-21 | 1 | -1/+1 | |
| * | Remove the OnInfo event.•••This is not used by anything and On{Post,Pre}Command hooks can be used if people really want to add stuff to INFO. | 2018-08-14 | 1 | -1/+1 | |
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 10 | -56/+511 | |
| * | Add an accessor for the last mode change list to ModeParser.•••GetLastParse will be going away soon. | 2018-08-13 | 1 | -1/+1 | |
| * | Convert AWAY to use cross-module events and clean up slightly.•••OnSetAway has been replaced with four events. OnUserPreAway and OnUserPreBack can be used to deny an away state change and/or change the away message of a local user. OnUserAway and OnUserBack allow modules to be notified that a user's away state has changed. | 2018-08-12 | 2 | -12/+33 | |
| * | Pass the Extensible container to ExtensionItem::free(). | 2018-08-12 | 1 | -2/+2 | |
| * | Remove support for static modules.•••This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | 2018-07-31 | 1 | -4/+0 | |
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 4 | -7/+8 | |
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 2 | -3/+3 | |
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | 2018-07-26 | 48 | -112/+112 | |
| * | Remove Log() calls made unnecessary by the previous commit. | 2018-07-20 | 2 | -8/+0 | |
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -0/+7 | |
| * | Add the family() member to the sockaddrs union. | 2018-07-18 | 2 | -6/+6 | |
| * | Merge branch 'insp20' into master. | 2018-07-15 | 1 | -1/+0 | |
| * | Implement support for the WHOX extension.•••This is a massive rewrite of core_who which was initially developed by Adam in 2014. I have rebased and cleaned it up and tightened up compliance with the specifications. Co-authored-by: Adam <Adam@anope.org> | 2018-07-12 | 1 | -282/+469 | |
| * | Switch core_dns validation to use InspIRCd::IsHost. | 2018-07-10 | 1 | -6/+1 | |
| * | Add a silent option to <options:restrictbannedusers>.•••This is useful when dealing with spambots that switch method when they receive ERR_CANNOTSENDTOCHAN. | 2018-07-10 | 2 | -5/+7 | |
| * | Use !empty() instead of 'size() > 0' when checking parameter count. | 2018-07-03 | 1 | -1/+1 | |
| * | Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.•••This is necessary to allow m_ircv3_echomessage to pretend that a message was echoed successfully. This is useful as it doesn't let spammers know that their message was blocked. | 2018-04-16 | 1 | -0/+9 | |
| * | Add range checking to ConfigTag::getFloat. | 2018-04-16 | 1 | -1/+1 | |
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 2 | -3/+3 | |
| * | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). | 2018-04-11 | 1 | -1/+1 | |
| * | Optimize some behaviour in the core (#1476). | 2018-04-09 | 1 | -1/+1 | |
| * | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| * | Move OnStats from the core to a cross-module event.•••Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | 2018-04-08 | 2 | -4/+17 | |
| * | Refactor m_sqloper to be a full opers.conf replacement (#983).•••m_sqloper now supports dynamic fields, works with m_sslinfo, and works with /stats o. | 2018-04-06 | 1 | -3/+3 | |
| * | Prioritize checking for +ikl last to match previous behavior (#1474). | 2018-03-31 | 1 | -0/+1 | |
| * | Move <security:announceinvites> to core_channel. | 2018-03-31 | 3 | -4/+35 | |
| * | Move checking for +ikl from the core to to core_channel. | 2018-03-31 | 1 | -0/+47 | |
| * | Do not send unset topics on channel join per RFC (#1469)•••Fixes #1091. | 2018-03-25 | 1 | -1/+1 | |
| * | Separate secret and private channels on whois for non-opers (#1447)•••Separate secret and private channels on WHOIS for all users. - Move the config parsing from the core to core_whois. - Replace <security:operspywhois> with an oper privilege. - Introduce <options:splitwhois> to split WHOIS channel lists. Closes #969. | 2018-03-25 | 1 | -17/+65 |
