| Commit message (Expand) | Author | Age | Files | Lines |
| * | reference.conf: Formatting consistency fixes. HEAD master | Ben C | 2017-12-29 | 1 | -5/+5 |
| * | Update src/ircd_parser.y to add some new units of time and data. | Ben C | 2017-12-06 | 1 | -17/+29 |
| * | genssl should create signed-certificates for just over 10 years, not just shy... | Ben C | 2017-12-06 | 1 | -2/+2 |
| * | Address a couple of inconsistentencies. | Ben C | 2017-12-06 | 2 | -4/+4 |
| * | Add a per oper block{} (o-line) configuration file option where if defined, a... | Ben C | 2017-11-17 | 5 | -1/+56 |
| * | m_whois: Add hide_uids_in_whois option, default to "yes." This information i... | Ben C | 2017-11-08 | 7 | -8/+30 |
| * | Merge pull request #1 from GLolol/patch-1•••messages.h: fix terminology when displaying UIDs | Ben | 2017-11-08 | 1 | -2/+2 |
| |\ |
|
| | * | messages.h: fix terminology when displaying UIDs•••These are technically UIDs, not EUIDs (which is the S2S command).
Also make the WHOIS line for the user's UID follow the standard "[nick] is/has xyz" format. | James Lu | 2017-11-07 | 1 | -2/+2 |
| |/ |
|
| * | CREDITS: Update the URL to use HTTPS, although mainly just to test out the ne... | Ben C | 2017-10-28 | 1 | -1/+1 |
| * | Update the copyright in "INSTALL" although mainly just to test out the new Gi... | Ben C | 2017-10-28 | 1 | -1/+1 |
| * | Update the NEWS. | Ben C | 2017-10-24 | 1 | -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 |
| * | Update the NEWS file. | Ben C | 2016-09-04 | 1 | -0/+8 |
| * | m_sasl: Ensure the AUTHENTICATE parameter doesn't include a colon at the begi... | Ben C | 2016-09-04 | 1 | -6/+11 |
| * | m_why: Prevent a doubling of 461 numerics in some cases. | Ben C | 2016-08-20 | 1 | -8/+1 |
| * | NEWS: Further clarification. | Ben C | 2016-07-01 | 1 | -2/+3 |
| * | NEWS: The news file is horribly out of date. | Ben C | 2016-07-01 | 1 | -1/+92 |
| * | m_whois: Should always show the connecting IP and hostname to self+opers, reg... | Ben C | 2016-06-20 | 1 | -12/+30 |
| * | m_whois: Show snomasks in numeric 379, RPL_WHOISMODES if applicable. | Ben C | 2016-06-20 | 1 | -1/+12 |
| * | m_stats: Remote "/stats f" should work for NetAdmins. | Ben C | 2016-06-20 | 1 | -2/+22 |
| * | m_info.c: Include server description in /info. | Ben C | 2016-06-19 | 1 | -0/+6 |
| * | chmode.c: Channel admins should be able to view channel +eI lists without ope... | Ben C | 2016-06-19 | 1 | -1/+1 |
| * | Fix DHparams memory leak. | Ben C | 2016-05-15 | 1 | -3/+3 |
| * | Update README | Ben C | 2016-05-15 | 1 | -6/+6 |
| * | Update makerelease.sh, chmod 700 application.sh and makerelease.sh. | Ben C | 2016-05-15 | 2 | -33/+34 |
| * | src/match.c: Should be > 128 .. silly typo that went unnoticed for too long. | Ben C | 2016-05-13 | 1 | -1/+2 |
| * | m_sasl: CAP DEL should be sent whether SaslServ quits (if it's unloaded) or i... | Ben C | 2016-04-07 | 1 | -4/+3 |
| * | 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 |
| * | m_sasl: Fix it so CAP DEL is actually sent when cap-notify is enabled. | Ben C | 2016-03-06 | 1 | -1/+15 |
| * | Hopefully actually fix ChanServ voicing, knock on wood. | Ben C | 2016-01-21 | 1 | -2/+2 |
| * | .gitignore: libratbox/src/version.c doesn't need to be kept since it's create... | Ben C | 2016-01-21 | 3 | -128/+2 |
| * | Make voicing from ChanServ actually work again, fixing a silly bug introduced... | Ben C | 2016-01-21 | 1 | -22/+24 |
| * | Update the README, it was overdue for an update. | Ben C | 2016-01-18 | 1 | -1/+9 |
| * | Development version is 1.2.0-dev now. | Ben C | 2016-01-17 | 2 | -10/+10 |
| * | Fix a couple typos in example.conf. | Ben C | 2016-01-17 | 1 | -2/+2 |
| * | Version 1.1.0 has been released! | Ben C | 2016-01-17 | 2 | -10/+10 |
| * | m_invite and m_uninvite: Suppress the channel notice on invite for clients wi... | Ben C | 2016-01-17 | 2 | -4/+4 |
| * | Release Candidate 4 | Ben C | 2016-01-17 | 2 | -10/+10 |
| * | m_priv and s_user - oper_up: Show oper privs 10 at a time on multiple lines. | Ben C | 2016-01-17 | 2 | -3/+78 |
| * | 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 | 6 | -2/+17 |
| * | Permit self-devoicing regardless of operator status. | Ben C | 2016-01-14 | 1 | -1/+33 |
| * | HELP: Add a help file for ban forwards. | Ben C | 2016-01-14 | 4 | -43/+66 |
| * | chmode.c: Channel mode +g should probably require op or higher as well. | Ben C | 2016-01-14 | 2 | -3/+3 |
| * | HELP: Update cmode to reflect the changes in the last two commits. | Ben C | 2016-01-14 | 1 | -10/+14 |
| * | 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 | 3 | -2/+26 |