summaryrefslogtreecommitdiff
path: root/modules/operserv
AgeCommit message (Expand)Author
2024-11-25Fix pluralising languages which use the same plural for 0 as 1.Sadie Powell
2024-11-19Add a plural form overload of CommandSource::Reply.Sadie Powell
2024-08-14Automatically determine SQL column type from the field.Sadie Powell
2024-06-19Fix importing Atheme opers.Sadie Powell
2024-06-12Add support for looking up account information from a nick.Sadie Powell
2024-06-07Fix a memory leak in os_akill and os_sxline.Sadie Powell
2024-04-15Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.Sadie Powell
2024-03-19Allow using absolute paths in more places.Sadie Powell
2024-03-14Rework sending global notices.Sadie Powell
2024-03-12Merge branch '2.0' into 2.1.Sadie Powell
2024-03-12Simplify limit extraction code.Sadie Powell
2024-03-11Replace convertTo/stringify with non-throwing alternatives.Sadie Powell
2024-03-09Add a stats category for password encryption algorithms.Sadie Powell
2024-03-09Tweak the config default limits slightly.Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-27Make functions that don't use `this` static.Sadie Powell
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-02-22Route message tags into more message functions.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell