| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix the casemap name not being copied to the new ServerConfig. | 2017-10-05 | 1 | -0/+1 | ||
| * | | Fix RPL_SERVERVERSION treating the modes as a single parameter. | 2017-10-04 | 2 | -3/+5 | ||
| * | | Switch the WEBIRC command to use SplitCommand. | 2017-10-01 | 1 | -7/+7 | ||
| * | | Remove support for the pass, passfirst, identfirst cgiirc types.•••These methods are not supported by any widely used gateways that I can find. If your gateway uses this then you should rewrite it to use the webirc method. For more details see the IRCv3 WEBIRC specification at http://ircv3.net/specs/extensions/webirc.html. | 2017-09-27 | 1 | -69/+15 | ||
| * | | Convert Disabled[CU]Modes to use a bitset instead of a char array. | 2017-09-18 | 3 | -11/+9 | ||
| * | | Add ModeParser::IsModeChar to standardise mode validation. | 2017-09-18 | 2 | -10/+11 | ||
| * | | Change FailedPortList to store a sockaddrs/int instead of string. | 2017-09-12 | 3 | -4/+3 | ||
| * | | Store the server endpoint as a sockaddrs in ListenSocket. | 2017-09-12 | 4 | -22/+9 | ||
| * | | Get rid of irc::sockets::satoap().•••This function is being misused in all but one scenario. It isn't really worth keeping IMO. | 2017-09-12 | 4 | -14/+5 | ||
| * | | Clean up the <security:runas{user,group}> code.•••- Get rid of unnecessary temporary values. - Remove an erroneous usage comment. - Reset errno before the call to setgroups. - Unify the two stage initialisation of g/u. | 2017-09-12 | 1 | -27/+12 | ||
| * | | Move operquit out of the core and into core_user. | 2017-09-11 | 3 | -5/+6 | ||
| * | | Implement support for configurable casemapping & default to ASCII. | 2017-09-08 | 4 | -8/+36 | ||
| * | | Move RPL_SYNTAX to 650 to prevent a collision with RPL_TEXT.•••Also move the command name to a parameter so that it is more easily parseable by software. | 2017-09-06 | 1 | -1/+1 | ||
| * | | Convert uncontroversial anonymous numerics to use constants. | 2017-09-06 | 9 | -18/+66 | ||
| * | | Change the numerics used by /COMMANDS to avoid a collision. | 2017-09-06 | 1 | -0/+7 | ||
| * | | Improve the /MODULES output. | 2017-09-06 | 3 | -5/+14 | ||
| * | | Add support for length arguments in getString. | 2017-09-03 | 3 | -7/+13 | ||
| * | | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 13 | -17/+17 | ||
| * | | Move <dns:timeout> out of the core. | 2017-09-03 | 2 | -3/+1 | ||
| * | | Add a ConfigTag* parameter to the ServerPaths constructor.•••This is used to directly read the settings from the config tag like how ServerLimits works. | 2017-09-03 | 1 | -4/+10 | ||
| * | | Remove module file extensions from user-visible messages. | 2017-08-27 | 6 | -6/+6 | ||
| * | | Update a bunch of references to the old command modules. | 2017-08-27 | 2 | -2/+2 | ||
| * | | Match against core_*.so when looking for core modules. | 2017-08-27 | 2 | -2/+2 | ||
| * | | Make the build reproducible by removing time related macros.•••The compile time on boot is not accurate as it will only change when the translation unit containing it is edited. The startup time in RPL_SERVERCREATED is a lot more useful than the compilation time. ngIRCd also implements this behaviour. | 2017-08-26 | 2 | -2/+2 | ||
| * | | m_chghost: use an iterator instead of a NULL-checking loop. | 2017-08-16 | 1 | -3/+1 | ||
| * | | m_sethost: check the length first for consistency with CHGHOST. | 2017-08-16 | 1 | -6/+6 | ||
| * | | m_sethost: use length() instead of counting in the loop. | 2017-08-16 | 1 | -3/+2 | ||
| * | | Remove <alias:matchcase> and associated code.•••This was never documented and seems pretty useless. | 2017-08-13 | 2 | -47/+2 | ||
| * | | Change the maximum nick/user size to match other implementations. | 2017-08-13 | 1 | -2/+2 | ||
| * | | Use RPL_LUSEROP instead of the raw numeric in m_hideoper. | 2017-08-11 | 1 | -2/+2 | ||
| * | | Fix a broken distro constraint in the m_ssl_openssl PackageInfo. | 2017-08-11 | 1 | -1/+1 | ||
| * | | Purge code for Windows XP and MSVC pre-2015. | 2017-08-06 | 3 | -6/+6 | ||
| * | | Merge pull request #1351 from SaberUK/master+webirc•••Allow filtering WebIRC connections into a connect class by gateway. | 2017-08-05 | 1 | -6/+27 | ||
| |\ \ | ||||||
| | * | | Allow filtering WebIRC connections into a connect class by gateway. | 2017-06-22 | 1 | -6/+27 | ||
| * | | | Fix the server failing to rehash when <server:name> is unset. | 2017-07-30 | 1 | -6/+8 | ||
| * | | | Fix exceptions not having a line ending when appending to errmsg. | 2017-07-30 | 1 | -1/+1 | ||
| * | | | Merge pull request #1271 from SaberUK/master+exemption•••Move the OnCheckExemption hook out of the core. | 2017-07-27 | 19 | -79/+162 | ||
| |\ \ \ | ||||||
| | * | | | Move the OnCheckExemption hook out of the core. | 2017-03-20 | 19 | -79/+162 | ||
| * | | | | Replace the deprecated MAXBANS token with MAXLIST. | 2017-07-24 | 3 | -1/+36 | ||
| * | | | | Add DEFAULT_LIST_SIZE for the default list mode size. | 2017-07-24 | 1 | -2/+2 | ||
| * | | | | cmd_kill: deduplicate logic | 2017-07-12 | 1 | -20/+12 | ||
| * | | | | cmd_kill: log all kills from or to remote users | 2017-07-12 | 1 | -1/+11 | ||
| * | | | | cmd_kill: correct notices to show as a remote kill when a remote oper kills a... | 2017-07-12 | 1 | -11/+2 | ||
| * | | | | cmd_kill: rename u to target | 2017-07-12 | 1 | -12/+12 | ||
| * | | | | cmd_kill: don't show kill path in KILL messages to users | 2017-07-12 | 1 | -4/+2 | ||
| * | | | | cmd_kill: reshuffle | 2017-07-12 | 1 | -70/+68 | ||
| * | | | | Merge pull request #1270 from SaberUK/master+sasl•••Always append the SSL fingerprint even if EXTERNAL is not used. | 2017-07-12 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | Always append the SSL fingerprint even if EXTERNAL is not used. | 2016-12-22 | 1 | -1/+1 | ||
| * | | | | | Remove an unused variable in m_cloaking. | 2017-07-12 | 1 | -1/+0 | ||
| * | | | | | Merge pull request #1267 from SaberUK/master+config•••Store config values in a map instead of a unique vector of pairs. | 2017-07-12 | 3 | -15/+14 | ||
| |\ \ \ \ \ | ||||||
