| Branch | Commit message | Author | Age | |
|---|---|---|---|---|
| insp2 | Update irctest git commit and Anope version. | 5 months | ||
| insp4 | m_sslinfo - fix /WEBIRC without secure | 7 days | ||
| Tag | Download | Author | Age | |
| v4.11.0 | commit b186fa16ae... | 5 weeks | ||
| v5.0.0dev5 | commit 1dd77bc1b2... | 5 weeks | ||
| v5.0.0dev4 | commit ba225e6f6f... | 2 months | ||
| v4.10.1 | commit a4a374c015... | 3 months | ||
| v4.10.0 | commit 3ab48f688c... | 3 months | ||
| v5.0.0dev3 | commit a1fa2020b1... | 3 months | ||
| v5.0.0dev2 | commit 9165f85778... | 4 months | ||
| v4.9.0 | commit 4786b4fb0d... | 7 months | ||
| v4.8.0 | commit 704b642bc1... | 11 months | ||
| v5.0.0dev1 | commit fe2a94bcc2... | 11 months | ||
| [...] | ||||
| Age | Commit message | Author | Files | Lines |
| 2018-01-12 | Release v3.0.0 alpha 5. v3.0.0a5 | 1 | -1/+1 | |
| 2018-01-07 | Fix some char signedness oversights when using bitsets. | 3 | -8/+9 | |
| 2018-01-07 | Add user mode +z for ssl-only private messages.•••Closes #468. | 4 | -14/+117 | |
| 2018-01-06 | Strip commas from channel keys like Charybdis and others do. | 1 | -1/+14 | |
| 2018-01-06 | Rework 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. | 30 | -226/+322 | |
| 2018-01-03 | Improve 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. | 2 | -24/+60 | |
| 2018-01-03 | Fix m_chanhistory sending the history notice directly to the user.•••Closes #1452. | 3 | -1/+14 | |
| 2018-01-03 | Make 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. | 4 | -13/+12 | |
| 2017-12-31 | Increase the config default for <chanhistory:maxlines> to 50. | 2 | -2/+2 | |
| 2017-12-29 | Don't hardcode mode characters which are sent in 005 tokens. | 3 | -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 | ||||
