aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* reference.conf: Formatting consistency fixes. HEAD masterGravatar Ben C2017-12-291-5/+5
* Update src/ircd_parser.y to add some new units of time and data.Gravatar Ben C2017-12-061-17/+29
* genssl should create signed-certificates for just over 10 years, not just shy...Gravatar Ben C2017-12-061-2/+2
* Address a couple of inconsistentencies.Gravatar Ben C2017-12-062-4/+4
* Add a per oper block{} (o-line) configuration file option where if defined, a...Gravatar Ben C2017-11-175-1/+56
* m_whois: Add hide_uids_in_whois option, default to "yes." This information i...Gravatar Ben C2017-11-087-8/+30
* Merge pull request #1 from GLolol/patch-1•••messages.h: fix terminology when displaying UIDsGravatar Ben2017-11-081-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.Gravatar James Lu2017-11-071-2/+2
|/
* CREDITS: Update the URL to use HTTPS, although mainly just to test out the ne...Gravatar Ben C2017-10-281-1/+1
* Update the copyright in "INSTALL" although mainly just to test out the new Gi...Gravatar Ben C2017-10-281-1/+1
* Update the NEWS.Gravatar Ben C2017-10-241-0/+4
* src/s_user: Fix a minor problem where clients with the CHGHOST cap would stil...Gravatar Ben C2017-10-241-1/+1
* Update the NEWS file.Gravatar Ben C2016-09-041-0/+8
* m_sasl: Ensure the AUTHENTICATE parameter doesn't include a colon at the begi...Gravatar Ben C2016-09-041-6/+11
* m_why: Prevent a doubling of 461 numerics in some cases.Gravatar Ben C2016-08-201-8/+1
* NEWS: Further clarification.Gravatar Ben C2016-07-011-2/+3
* NEWS: The news file is horribly out of date.Gravatar Ben C2016-07-011-1/+92
* m_whois: Should always show the connecting IP and hostname to self+opers, reg...Gravatar Ben C2016-06-201-12/+30
* m_whois: Show snomasks in numeric 379, RPL_WHOISMODES if applicable.Gravatar Ben C2016-06-201-1/+12
* m_stats: Remote "/stats f" should work for NetAdmins.Gravatar Ben C2016-06-201-2/+22
* m_info.c: Include server description in /info.Gravatar Ben C2016-06-191-0/+6
* chmode.c: Channel admins should be able to view channel +eI lists without ope...Gravatar Ben C2016-06-191-1/+1
* Fix DHparams memory leak.Gravatar Ben C2016-05-151-3/+3
* Update READMEGravatar Ben C2016-05-151-6/+6
* Update makerelease.sh, chmod 700 application.sh and makerelease.sh.Gravatar Ben C2016-05-152-33/+34
* src/match.c: Should be > 128 .. silly typo that went unnoticed for too long.Gravatar Ben C2016-05-131-1/+2
* m_sasl: CAP DEL should be sent whether SaslServ quits (if it's unloaded) or i...Gravatar Ben C2016-04-071-4/+3
* chmode.c: When use_(admin|halfop|owner) is disabled, don't permit opers with ...Gravatar Ben C2016-04-041-0/+21
* chmode.c: Don't permit removing +beIq listmodes that aren't set to begin with...Gravatar Ben C2016-04-041-0/+2
* m_sasl: Fix it so CAP DEL is actually sent when cap-notify is enabled.Gravatar Ben C2016-03-061-1/+15
* Hopefully actually fix ChanServ voicing, knock on wood.Gravatar Ben C2016-01-211-2/+2
* .gitignore: libratbox/src/version.c doesn't need to be kept since it's create...Gravatar Ben C2016-01-213-128/+2
* Make voicing from ChanServ actually work again, fixing a silly bug introduced...Gravatar Ben C2016-01-211-22/+24
* Update the README, it was overdue for an update.Gravatar Ben C2016-01-181-1/+9
* Development version is 1.2.0-dev now.Gravatar Ben C2016-01-172-10/+10
* Fix a couple typos in example.conf.Gravatar Ben C2016-01-171-2/+2
* Version 1.1.0 has been released!Gravatar Ben C2016-01-172-10/+10
* m_invite and m_uninvite: Suppress the channel notice on invite for clients wi...Gravatar Ben C2016-01-172-4/+4
* Release Candidate 4Gravatar Ben C2016-01-172-10/+10
* m_priv and s_user - oper_up: Show oper privs 10 at a time on multiple lines.Gravatar Ben C2016-01-172-3/+78
* chmode.c: Don't permit setting prefix modes on users if the target user alrea...Gravatar Ben C2016-01-151-1/+31
* Add a can_self_devoice configuration option, defaulting to yes. Not really s...Gravatar Ben C2016-01-146-2/+17
* Permit self-devoicing regardless of operator status.Gravatar Ben C2016-01-141-1/+33
* HELP: Add a help file for ban forwards.Gravatar Ben C2016-01-144-43/+66
* chmode.c: Channel mode +g should probably require op or higher as well.Gravatar Ben C2016-01-142-3/+3
* HELP: Update cmode to reflect the changes in the last two commits.Gravatar Ben C2016-01-141-10/+14
* chmode.c: Channel modes +k and +l also now require op or higher to be (un)set.Gravatar Ben C2016-01-141-2/+2
* chmode.c: Channel modes +f, +F, and +Q now require op or higher to be (un)set.Gravatar Ben C2016-01-131-1/+18
* s_user.c: s/was using oper block/was opered as/ ; s/using oper block/opered a...Gravatar Ben C2016-01-131-2/+2
* m_info: Make autochanmodes actually show up in it, after unreverting the bett...Gravatar Ben C2016-01-133-2/+26