| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Store config values in a map instead of a unique vector of pairs. | 2016-12-08 | 3 | -15/+14 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1211 from SaberUK/master+override•••Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 39 | -62/+62 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. | 2017-07-12 | 39 | -62/+62 | ||
| * | | | | | | Merge pull request #677 from Robby-/master-dnsblzline•••[master] m_dnsbl: Correct the address in the Z-line snomask message. | 2017-07-12 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | m_dnsbl: Correct the address in the Z-line snomask message. | 2014-06-23 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #1337 from SaberUK/master+merge•••Merge v2.0.23 and v2.0.24 into master. | 2017-07-12 | 10 | -14/+106 | ||
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge v2.0.23 and v2.0.24 into master. | 2017-07-09 | 10 | -14/+106 | ||
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | | Release v2.0.24 v2.0.24 | 2017-05-18 | 1 | -1/+1 | ||
| | | * | | | | | m_override: fix parentheses compiler warning | 2017-05-17 | 1 | -1/+1 | ||
| | | * | | | | | Merge pull request #1094 from SISheogorath/insp20+fixed-Override•••fix override issue | 2017-05-17 | 1 | -1/+2 | ||
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | fix channel rank issue | 2016-12-10 | 1 | -1/+2 | ||
| | | * | | | | | | Merge pull request #1328 from Adam-/insp20+sakick•••m_sakick: remove unused "Unable to kick" notice | 2017-05-17 | 1 | -8/+0 | ||
| | | |\ \ \ \ \ \ | ||||||
| | | | * | | | | | | m_sakick: remove unused "Unable to kick" notice•••This has never worked due to the channel lookup using the user's nick | 2017-05-11 | 1 | -8/+0 | ||
| | | * | | | | | | | Merge pull request #1284 from Adam-/insp20+preregcloak•••m_cloaking: don't apply cloak to already cloaked users during registration | 2017-05-17 | 1 | -0/+4 | ||
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | m_cloaking: don't apply cloak to already cloaked users during registration•••This can happen if services set a vhost during registration (like with SASL) | 2017-05-17 | 1 | -0/+4 | ||
