| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.0.0 alpha 4. v3.0.0a4 | 2017-12-11 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'insp20' into master. | 2017-12-11 | 3 | -8/+2 | |
| |\ | |||||
| | * | Add length checking to GetExtBanStatus and m_banexception. | 2017-11-28 | 2 | -2/+2 | |
| | | | | | | | | | | | As far as I can tell this is not a problem as all ban masks are canonicalised but its better to be safe than sorry. | ||||
| | * | Merge pull request #1413 from B00mX0r/insp20 | 2017-11-15 | 1 | -6/+0 | |
| | |\ | | | | | | | Fix referring to sqloper and sqlauth as extras in modules.conf.example. | ||||
| | | * | Fix referring to sqloper and sqlauth as extras in modules.conf | 2017-11-14 | 1 | -6/+0 | |
| | |/ | |||||
| * | | Merge pull request #1423 from B00mX0r/master+override_umode | 2017-12-11 | 2 | -4/+34 | |
| |\ \ | | | | | | | Add optional oper override umode +O. | ||||
| | * | | Add optional oper override umode +O. | 2017-12-11 | 2 | -4/+34 | |
| | | | | |||||
| * | | | Ensure that ModeParser doesn't try to process a non-existent mode. | 2017-12-11 | 1 | -0/+6 | |
| |/ / | | | | | | | This fixes #1431 and closes #1432. | ||||
| * | | Require that the services server be configured in <sasl:target>. | 2017-12-10 | 1 | -1/+5 | |
| | | | | | | | | | Closes #1430. | ||||
| * | | Extract RFC modes from the core to core_channel and core_user. | 2017-12-10 | 18 | -189/+163 | |
| | | | |||||
| * | | Clean up numeric usage in WHOIS and WHOWAS. | 2017-12-09 | 4 | -18/+40 | |
| | | | | | | | | | | | | | | | | | | | | | - Add constants for all of the used numerics. - Switch RPL_CHANNELSMSG from 336 to 651 to avoid a conflict with RPL_INVITELIST from ircd-hybrid. - Switch RPL_WHOWASIP from 379 to 652 to avoid a conflict with RPL_WHOISMODES from UnrealIRCd. | ||||
| * | | Add names for a bunch more numerics. | 2017-12-09 | 7 | -9/+54 | |
| | | | |||||
| * | | Clean up m_password_hash slightly. | 2017-12-03 | 1 | -26/+21 | |
| | | | | | | | | | | | | | - Get rid of MakeHash and inline the logic into the actual handler. - Return CMD_FAILURE when password hashing fails for some reason. - Change the module name and description to be more accurate. | ||||
| * | | Send a snotice when m_filter kills or G-Lines a client. | 2017-12-03 | 1 | -0/+2 | |
| | | | | | | | | | Closes #1264. | ||||
| * | | Add SSL cert info to connect class debug log. | 2017-12-03 | 1 | -0/+2 | |
| | | | | | | | | | Closes #634. | ||||
| * | | Removed config option for +L redirect. | 2017-12-03 | 2 | -34/+7 | |
| | | | | | | | | | Closes #466. | ||||
| * | | Move OnSync{Channel,Network,User} to ServerEventListener. | 2017-12-03 | 5 | -43/+34 | |
| | | | |||||
| * | | Rename the spanningtree module header to server. | 2017-12-03 | 5 | -13/+13 | |
| | | | | | | | | | | | In the future we will have server linking modules that are not the spanningtree module. | ||||
| * | | Merge pull request #1417 from B00mX0r/master+fix_1416 | 2017-12-03 | 1 | -4/+15 | |
| |\ \ | | | | | | | Fix m_cloaking umode desync | ||||
| | * | | Fix m_cloaking umode syncing | 2017-11-26 | 1 | -4/+15 | |
| | | | | | | | | | | | | | Servers will now correctly show whether a remote user has +x or not. | ||||
| * | | | Merge pull request #1428 from Chewsterchew/patch-1 | 2017-12-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Remove extra double quote (") from modules.conf | ||||
| | * | | | Remove extra double quote (") | 2017-12-02 | 1 | -1/+1 | |
| |/ / / | |||||
| * | | | Bump the minimum versions of GnuTLS to 2.0.0 and OpenSSL to 1.0.0. | 2017-11-30 | 2 | -12/+2 | |
| | | | | | | | | | | | | | Old TLS libraries should not be used anymore due to security risks. | ||||
| * | | | Improve TLS security configuration in m_ssl_openssl. | 2017-11-30 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Always disable SSLv3. Unreal has already done this so clients will have to upgrade anyway. - Disable TLSv1.0 by default. Various security standards (e.g. PCI DSS) are already planning on sunsetting this so we should too. | ||||
| * | | | Merge INSPIRCD_MODULE and INSPIRCD_TARGET. | 2017-11-29 | 2 | -12/+13 | |
| | | | | |||||
| * | | | Use ERR_INVALIDUSERNAME rather than ERR_NEEDMOREPARAMS in USER. | 2017-11-28 | 1 | -5/+7 | |
| | | | | | | | | | | | | | This numeric is a lot more friendly for clients to deal with. | ||||
| * | | | Assume that RUSAGE_SELF is always defined. | 2017-11-27 | 1 | -6/+0 | |
| | | | | | | | | | | | | | | | | This was added for Red Hat 7 which was released in 2000(!) which nobody should be using anymore. | ||||
| * | | | Merge pull request #1421 from B00mX0r/master+fix_extbans | 2017-11-27 | 1 | -1/+4 | |
| |\ \ \ | |/ / |/| | | Fix action extbans not triggering (resolves #1420) | ||||
| | * | | Fix action extbans not triggering | 2017-11-26 | 1 | -1/+4 | |
| |/ / | | | | | | | This fixes a reversion from ebe5b20 | ||||
| * | | Convert the remaining things away from the caller/handler API. | 2017-11-25 | 6 | -378/+12 | |
| | | | |||||
| * | | Convert GenRandom to std::function. | 2017-11-25 | 4 | -13/+14 | |
| | | | |||||
| * | | Convert IsChannel to std::function. | 2017-11-25 | 4 | -14/+15 | |
| | | | |||||
| * | | Convert IsIdent to std::function. | 2017-11-25 | 3 | -9/+11 | |
| | | | |||||
| * | | Convert IsNick to std::function. | 2017-11-25 | 5 | -14/+16 | |
| | | | |||||
| * | | Fix a minor typo in core_channel. | 2017-11-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove the preconfigured Charybdis and UnrealIRCd module files. | 2017-11-22 | 4 | -708/+0 | |
| | | | | | | | | | | | These are extremely outdated. If we want to ship these then they should be redone from scratch. | ||||
| * | | Add the override keyword in places that it is missing. | 2017-11-21 | 130 | -373/+371 | |
| | | | | | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | | Inherit non-core connect class settings properly. | 2017-11-20 | 1 | -1/+26 | |
| | | | | | | | | | Based partially on a patch by Attila. | ||||
| * | | Improve LIST and implement more extended list features. | 2017-11-17 | 2 | -13/+110 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Move the ISUPPORT token from the core into core_user and start sending the SAFELIST token to let clients know that they can safely run LIST on big servers. - Add support for the channel creation time (C), topic set time (T), and inverted glob match (N) filters as specified in the draft-hardy-irc-isupport-00 specification. - Clean up the logic for filtering channels by user count. | ||||
| * | | Fix a ton of -Wsign-conversion warnings. | 2017-11-17 | 48 | -100/+116 | |
| | | | |||||
| * | | Add events which are fired when a service is added or deleted. | 2017-11-16 | 3 | -53/+34 | |
| | | | |||||
| * | | Add a class which encapsulates the concept of token lists. | 2017-11-13 | 5 | -34/+186 | |
| | | | |||||
| * | | Release v3.0.0 alpha 3. v3.0.0a3 | 2017-11-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Unite SSL service providers and SSL profile classes | 2017-11-13 | 5 | -159/+219 | |
| | | | |||||
| * | | Only subclass Simple{Channel,User}ModeHandler when necessary. | 2017-11-13 | 13 | -158/+40 | |
| | | | |||||
| * | | Add the m_ircv3_sts module which implements the IRCv3 STS spec. | 2017-11-13 | 2 | -0/+202 | |
| | | | |||||
| * | | Merge tag 'v2.0.25' into master. | 2017-11-12 | 17 | -53/+61 | |
| |\| | |||||
| | * | Release v2.0.25 v2.0.25 | 2017-11-12 | 1 | -1/+1 | |
| | | | |||||
| | * | Don't mess with the encoding of extras modules in modulemanager. | 2017-11-12 | 1 | -2/+2 | |
| | | | | | | | | | | | This fixes installing extras modules such as m_qrcode which contain characters from outside of the Unicode Basic Multilingual Plane. | ||||
| | * | Various minor documentation fixes. | 2017-11-12 | 4 | -17/+18 | |
| | | | | | | | | | | | | | | | | | | | | | - Remind admins that not setting a DIE/RESTART password does not disable use of those commands. - Remove references to 1.2 and modules being able to create custom logging methods. This was never implemented in the 2.0 branch. - Remove references to an SASL improvement that was reverted. - Update various InspIRCd website links to use HTTPS over HTTP. - Update a link to the IRCv3 website to point to the new website. | ||||
