| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update src/ircd_parser.y to add some new units of time and data. | Ben C | 2017-12-06 | 1 | -17/+29 |
| * | Add a per oper block{} (o-line) configuration file option where if defined, a... | Ben C | 2017-11-17 | 1 | -0/+10 |
| * | m_whois: Add hide_uids_in_whois option, default to "yes." This information i... | Ben C | 2017-11-08 | 2 | -0/+4 |
| * | src/s_user: Fix a minor problem where clients with the CHGHOST cap would stil... | Ben C | 2017-10-24 | 1 | -1/+1 |
| * | chmode.c: Channel admins should be able to view channel +eI lists without ope... | Ben C | 2016-06-19 | 1 | -1/+1 |
| * | src/match.c: Should be > 128 .. silly typo that went unnoticed for too long. | Ben C | 2016-05-13 | 1 | -1/+2 |
| * | chmode.c: When use_(admin|halfop|owner) is disabled, don't permit opers with ... | Ben C | 2016-04-04 | 1 | -0/+21 |
| * | chmode.c: Don't permit removing +beIq listmodes that aren't set to begin with... | Ben C | 2016-04-04 | 1 | -0/+2 |
| * | Hopefully actually fix ChanServ voicing, knock on wood. | Ben C | 2016-01-21 | 1 | -2/+2 |
| * | Make voicing from ChanServ actually work again, fixing a silly bug introduced... | Ben C | 2016-01-21 | 1 | -22/+24 |
| * | m_priv and s_user - oper_up: Show oper privs 10 at a time on multiple lines. | Ben C | 2016-01-17 | 1 | -1/+28 |
| * | chmode.c: Don't permit setting prefix modes on users if the target user alrea... | Ben C | 2016-01-15 | 1 | -1/+31 |
| * | Add a can_self_devoice configuration option, defaulting to yes. Not really s... | Ben C | 2016-01-14 | 3 | -2/+4 |
| * | Permit self-devoicing regardless of operator status. | Ben C | 2016-01-14 | 1 | -1/+33 |
| * | chmode.c: Channel mode +g should probably require op or higher as well. | Ben C | 2016-01-14 | 1 | -2/+2 |
| * | chmode.c: Channel modes +k and +l also now require op or higher to be (un)set. | Ben C | 2016-01-14 | 1 | -2/+2 |
| * | chmode.c: Channel modes +f, +F, and +Q now require op or higher to be (un)set. | Ben C | 2016-01-13 | 1 | -1/+18 |
| * | s_user.c: s/was using oper block/was opered as/ ; s/using oper block/opered a... | Ben C | 2016-01-13 | 1 | -2/+2 |
| * | m_info: Make autochanmodes actually show up in it, after unreverting the bett... | Ben C | 2016-01-13 | 2 | -2/+22 |
| * | Revert "Revert "Replace autochanmodes logic with that of Charybdis. Resolves...•••This reverts commit 96313c6e8ade88cb891ce8e9fe73b6d99e764bbc.
| Ben C | 2016-01-13 | 3 | -18/+41 |
| * | Make the can_kick_deop logic respect the halfops_can_dehalfop_others setting. | Ben C | 2016-01-10 | 1 | -1/+2 |
| * | Fix halfop permissions so those who should be able to set it, can. | Ben C | 2016-01-10 | 1 | -5/+4 |
| * | Refactor the can_kick_deop code to make it work with stacked prefixes. Not m... | Ben C | 2016-01-06 | 1 | -7/+24 |
| * | Fix numeric 004 RPL_MYINFO to actually list all channel modes that take an ar... | Ben C | 2016-01-04 | 3 | -4/+19 |
| * | It is 2016 now, update the copyrights. | Ben C | 2016-01-01 | 2 | -2/+2 |
| * | Show Nick!Ident@Host in numeric 001 the way many other IRCds do. | Ben C | 2015-12-31 | 1 | -1/+2 |
| * | Make /stats P on remote servers show the IPs to NetAdmins. | Ben C | 2015-12-30 | 1 | -1/+1 |
| * | chmode: chm_throttle - Add somewhat arbitrary limits on +j to prevent insane ... | Ben C | 2015-12-29 | 1 | -0/+8 |
| * | m_list: Default channel display threshold is now configurable and no longer h... | Ben C | 2015-12-27 | 2 | -0/+2 |
| * | sslproc: Garbage collect dead ssld resources each minute, not every 20 minutes. | Ben C | 2015-12-27 | 1 | -1/+1 |
| * | Reduce even more clean_nick() code duplication. Import Charybdis commit 2d28... | Ben C | 2015-12-27 | 1 | -0/+31 |
| * | ssl: SSL ciphers supported is now configurable. Import Charybdis commits c17... | Ben C | 2015-12-27 | 4 | -15/+19 |
| * | Import Charybdis commit b5b4a0e - client: use sequential connection ids for s... | Ben C | 2015-12-26 | 5 | -48/+88 |
| * | Revert "Replace autochanmodes logic with that of Charybdis. Resolves certain...•••This reverts commit 1d7db300d36c5ac49b27652bcb931b1da4db644b.
This commit introduces nastier issues. This issue will be revisited at a later time.
| Ben C | 2015-12-25 | 3 | -41/+18 |
| * | Replace autochanmodes logic with that of Charybdis. Resolves certain issues ... | Ben C | 2015-12-24 | 3 | -18/+41 |
| * | Show SSL cipher string on connect to SSL users. | Ben C | 2015-12-23 | 1 | -0/+4 |
| * | Show cipher string in /whois for SSL users. Import Charybdis commits ebe33db... | Ben C | 2015-12-23 | 1 | -0/+29 |
| * | Import Charybdis commits 408a29c and 196740c. Some cleanups from Ratbox 3.1. | Ben C | 2015-12-19 | 1 | -24/+24 |
| * | Import extb_combi combination extban with much tighter restrictions. I will ... | Ben C | 2015-12-19 | 1 | -4/+2 |
| * | Add mode direction to chmode.c - get_channel_access() and get_channel_access ... | Ben C | 2015-12-15 | 2 | -8/+26 |
| * | Make CertFP hash configurable and support SHA512 and SHA256 in addition to SH... | Ben C | 2015-12-14 | 3 | -9/+46 |
| * | Import Charybdis commit bbccb09. - All SSL/TLS listeners shall be defer_accept. | Ben C | 2015-12-12 | 1 | -10/+9 |
| * | Call the umode_changed hook on ENCAP USERMODE invocation as well. | Ben C | 2015-12-11 | 1 | -1/+10 |
| * | Import Charybdis commit 4a5330b - IRCv3.2 chghost support. | Ben C | 2015-12-11 | 1 | -7/+10 |
| * | Import Charybdis commit 583f064 | Ben C | 2015-11-26 | 3 | -18/+22 |
| * | Explicitly deny '0' as a channel name when disable_join_0 is set to YES. | Ben C | 2015-11-22 | 1 | -0/+9 |
| * | Mode setting override notices should appear only once, not once for each serv... | Ben C | 2015-11-17 | 1 | -1/+1 |
| * | Move some more ISUPPORT values into their respective modules. | Ben C | 2015-11-15 | 1 | -6/+1 |
| * | Import Charybdis commit 439bf4d | Ben C | 2015-11-15 | 1 | -1/+0 |
| * | Back out of remote channel join notices for now. - May be revisited at a late... | Ben C | 2015-11-02 | 1 | -2/+0 |