summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-22Add the IRCv3 reply tag to messages sent as responses to a user.Sadie Powell
2024-02-22Store the source message identifier in CommandSource.Sadie Powell
2024-02-22Route message tags into more message functions.Sadie Powell
2024-02-22Fix some oversights in commit 82fa7e1467.Sadie Powell
2024-02-22Fix the NickServ help message showing a wrong min password length.Sadie Powell
Closes #357.
2024-02-22Increase minpasslen and maxpasslen slightly.Sadie Powell
2024-02-22Remove UplinkSocket::Message now nothing uses it.Sadie Powell
2024-02-22Convert protocol modules over to Uplink::Send.Sadie Powell
2024-02-22Rework SendModeInternal to be usable with Uplink::Send.Sadie Powell
2024-02-22Rework SendNumericInternal to be usable with Uplink::Send.Sadie Powell
2024-02-22Convert most core protocol handlers to use Uplink::Send.Sadie Powell
2024-02-22Add Uplink::Send, rework message formatting.Sadie Powell
This is the new way of sending messages to the uplink inspired by the work done in the old git master. This will allow us to do new things involving tags in the future.
2024-02-22Document IRCDProto::Parse.Sadie Powell
2024-02-22Inline, constify, and document GetProtocolName.Sadie Powell
2024-02-22Include tags in OnMessage.Sadie Powell
2024-02-21Fix a typo in cs_drop.TehPeGaSuS
2024-02-21Move IRCDProto member initializers to the header.Sadie Powell
2024-02-21Add a method to the ns_cert API for replacing a certificate.Sadie Powell
This will be used for upgrading certificate fingerprints when the InspIRCd 1206 protocol support is added.
2024-02-20Make ModuleManager::SetPriority more readable.Sadie Powell
2024-02-19Increase the size of the random codes in ns_register and ns_set.Sadie Powell
2024-02-19Require users to use a confirmation code when dropping channels.Sadie Powell
2024-02-17Remove a leftover use of the m_ module prefix.Robert Scheck
2024-02-17Merge branch '2.0' into 2.1.Sadie Powell
2024-02-17Mark as 2.0.16-git.Sadie Powell
2024-02-17Release 2.0.15.2.0.15Sadie Powell
2024-02-17Update the change log.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-02-17Prevent resetting the password of suspended accounts.Sadie Powell
Closes #351.
2024-02-17Fix some typos in the config change log.TehPeGaSuS
2024-02-17Bump for 2.1.3-git.Sadie Powell
2024-02-17Release 2.1.2.2.1.2Sadie Powell
2024-02-17Update the config changelog.Sadie Powell
2024-02-11Merge branch '2.0' into 2.1.Sadie Powell
2024-02-11Update the Windows dependencies.Sadie Powell
2024-02-11Add a GitHub security policy.Sadie Powell
2024-02-11Update the changelog.Sadie Powell
2024-02-11Remove some outdated development docs.Sadie Powell
2024-02-11Switch Thread to use the C++11 equivalent, remove win32/pthread.Sadie Powell
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
Most uses of Tick do not use the parameter and even when it is used it is always the same as CurTime.
2024-02-11Consistently use time_t for the timer duration.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
This was never actually changed from the default.
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2024-01-31Update the dutch language file.Robby
2024-01-31Update the dutch language file.Robby
2024-01-31Remove an extraneous space in cs_xop, part 2.Robby
2024-01-31Remove an extraneous space in cs_xop.Robby
2024-01-30Fix a typo in the PASSWORD_TOO_SHORT text string.Robby
2024-01-30Fix irc2sql and webcpanel not being put into the modules folder.Sadie Powell
2024-01-30Convert map/multimap/hash_map to an alias template.Sadie Powell