aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
insp2Update irctest git commit and Anope version.Gravatar Sadie Powell5 months
insp4m_sslinfo - fix /WEBIRC without secureGravatar steering72537 days
 
TagDownloadAuthorAge
v4.11.0commit b186fa16ae...Gravatar Sadie Powell5 weeks
v5.0.0dev5commit 1dd77bc1b2...Gravatar Sadie Powell5 weeks
v5.0.0dev4commit ba225e6f6f...Gravatar Sadie Powell2 months
v4.10.1commit a4a374c015...Gravatar Sadie Powell3 months
v4.10.0commit 3ab48f688c...Gravatar Sadie Powell3 months
v5.0.0dev3commit a1fa2020b1...Gravatar Sadie Powell3 months
v5.0.0dev2commit 9165f85778...Gravatar Sadie Powell4 months
v4.9.0commit 4786b4fb0d...Gravatar Sadie Powell7 months
v4.8.0commit 704b642bc1...Gravatar Sadie Powell11 months
v5.0.0dev1commit fe2a94bcc2...Gravatar Sadie Powell11 months
[...]
 
AgeCommit messageAuthorFilesLines
2018-01-12Release v3.0.0 alpha 5. v3.0.0a5Gravatar Peter Powell1-1/+1
2018-01-07Fix some char signedness oversights when using bitsets.Gravatar Peter Powell3-8/+9
2018-01-07Add user mode +z for ssl-only private messages.•••Closes #468. Gravatar Shawn Smith4-14/+117
2018-01-06Strip commas from channel keys like Charybdis and others do.Gravatar Peter Powell1-1/+14
2018-01-06Rework message handling.•••- Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. Gravatar Peter Powell30-226/+322
2018-01-03Improve the method that blockcaps uses to block messages.•••Previously it had a list of upper case letters and assumed that all other characters were lower case. This method is flawed as it can be evaded by using non-alphanumeric characters. The new method takes a list of lower case letters as well as upper case letters and ignores any letters which are not listed in one of the two lists. The majority of the code for this was borrowed from the m_anticaps module in inspircd-extras. Gravatar Peter Powell2-24/+60
2018-01-03Fix m_chanhistory sending the history notice directly to the user.•••Closes #1452. Gravatar Peter Powell3-1/+14
2018-01-03Make InspIRCd::Format return std::string instead of const char*.•••Using the latter is problematic as if you don't copy the return value before calling Format again your formatted message will be overwritten by something else. This bug was observed in m_callerid where InspIRCd::Format was being used for formatting two arguments the latter of which was being overwritten with the former. We could have preserved the return type and just copied the string but then callers would have had to deallocate the string once they have finished with it which is an undesirabable burden to put on callers. Gravatar Peter Powell4-13/+12
2017-12-31Increase the config default for <chanhistory:maxlines> to 50.Gravatar Peter Powell2-2/+2
2017-12-29Don't hardcode mode characters which are sent in 005 tokens.Gravatar Peter Powell3-3/+3
[...]
 
Clone
https://cgit.space/~steering/inspircd++.git
https://cgit.dn42/~steering/inspircd++.git
http://cgitspacea7m5fmo5stfwxkykfbrjcecevl6z3xm5u7nfppuiigqoeyd.onion/~steering/inspircd++.git
http://cgit.i2p/~steering/inspircd++.git