2
I Use This!
High Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- m_pass.c: remove handling of parv[4] as server IDs are sent within SERVER for quite a while now More... over 1 year ago
- m_server.c: six arg SID/SERVER is now mandatory, which means ircd-hybrid is now no longer link compatible to 8.2.33 and below More... over 1 year ago
- reslib.h: documentation updates More... over 1 year ago
- channel_mode.h, channel_mode.c: change `parv` to char*[] in the chm_* mode handlers More... over 1 year ago
- tls_gnutls.h: update documentation More... over 1 year ago
- client.h: update documentation More... over 1 year ago
- Removed the `Q` and `V` extbans again as these can by bypassed easily even with services-locked channel ban masks More... over 1 year ago
- More documentation updates More... over 1 year ago
- client.h: minor documentation update More... over 1 year ago
- Get rid of the SecretChannel macro More... over 1 year ago
- Fix copyright headers in some places More... over 1 year ago
- Get rid of the PrivateChannel macro More... over 1 year ago
- channel_mode.c: the channel modes cpsLOQSTV now require chanop status and higher More... over 1 year ago
- Update help/extban to reflect the new `Q` and `V` extbans More... over 1 year ago
- Update NEWS.md More... over 1 year ago
- autoreconf More... over 1 year ago
- Add extban `$V` of type acting. This extban prevents matching users from using the `INVITE` command. More... over 1 year ago
- numeric.c: fixes to the `ERR_MLOCKRESTRICTED` message string More... over 1 year ago
- Implement channel mode `V`. `INVITE` cannot be used on channels with that mode set. More... over 1 year ago
- m_knock.c: only allow knocking if channel is +i regardless of what +k/+l is set to More... over 1 year ago
- Add .gitignore file More... over 1 year ago
- Bump version to 8.2.43 More... over 1 year ago
- Update NEWS.md More... over 1 year ago
- m_who.c:who_send(): use the `z` flag instead of `S` for flagging TLS clients More... over 1 year ago
- Update NEWS.md More... over 1 year ago
- Update NEWS.md and README.md More... over 1 year ago
- Removed the old ERR_NONONREG numeric and use ERR_CANNOTSENDTOUSER instead More... over 1 year ago
- Update NEWS.md More... over 1 year ago
- m_who.c: fixed broken logic where `WHO mask` wouldn't report anything as pointed out by @progval in gh issue #39 More... over 1 year ago
- m_who.c: fixed issue where `WHO nick` on invisible clients wouldn't work as described in PR #38 More... over 1 year ago