summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2024-02-11Replace Condition and Mutex with the C++11 standard equivalents.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
2024-02-11Consistently use time_t for the timer duration.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
2024-01-30Fix irc2sql and webcpanel not being put into the modules folder.Sadie Powell
2024-01-24Fix Clang and GCC disagreeing about whether a move is needed.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-11Fix some module names that were missed in commit 4056af00e3.Sadie Powell
2024-01-10Fix an oversight in build_subdir.Sadie Powell
2024-01-10Parse InspIRCd module names in a way which is 1206 compatible.Sadie Powell
2024-01-09Always build the stats modules.Sadie Powell
2024-01-09Bump the minimum OpenSSL version to 1.1.Sadie Powell
2024-01-09Always disable SSLv3 support, allow disabling TLSv1.[012].Sadie Powell
2024-01-09Drop support for ancient versions of GnuTLS.Sadie Powell
2024-01-09Update the default SSL filenames to use the Certbot names.Sadie Powell
2024-01-09Use native file extensions on macOS and Windows.Sadie Powell
2024-01-09Put modules into their own folder on Windows.Sadie Powell
2024-01-08Add a string overload of Channel::Kick.Sadie Powell
2024-01-08Add a string overload of User::SetModes.Sadie Powell
2024-01-08Add a string overload of Channel::SetModes.Sadie Powell
2024-01-08Fix various format string issues.Sadie Powell
2024-01-08Add a non-formatting overload of User::SetModesInternal.Sadie Powell
2024-01-08Mark format strings with the GNU printf attribute.Sadie Powell
2024-01-06Fix an oversight in the mysql module.Sadie Powell
2024-01-06Fix a sign conversion issue in the mysql module.Sadie Powell
2024-01-06Use auto in places where the type is unambiguous.Sadie Powell
2024-01-05Fix inconsistent capitalization of 'services'.Val Lorentz
2024-01-05Merge branch '2.0' into 2.1.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2024-01-01Fix a copy/paste error in the default channel settings.Sadie Powell
2023-12-21Remove an extraneous space in cs_xop.Sadie Powell
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
2023-11-30Add the UNBANME privilege to allow users to unban themselves.Sadie Powell
2023-11-26Fix some modules that weren't converted to the new socket ctor.Sadie Powell
2023-11-24Merge branch '2.0' into 2.1.Sadie Powell
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-11-16Fix chanserv/suspend info not being visible to regular users.Sadie Powell
2023-11-16Merge branch '2.0' into 2.1.Sadie Powell
2023-11-16Make the SASL PLAIN implementation more robust.Sadie Powell
2023-11-14Implement support for the ANONYMOUS SASL mechanism.Sadie Powell
2023-11-14Deduplicate account sending code in the inspircd module.Sadie Powell
2023-11-03Remove the two day X-line cap.Sadie Powell
2023-10-24Fix a missing override keyword.Sadie Powell