| Commit message (Expand) | Author | Age | Files | Lines |
| * | m_userhost: hide user's own IP if iline spoofed | Ed Kellett | 2021-06-13 | 1 | -8/+2 |
| * | Rework oper hiding•••As it stands, oper hiding is rather messy and inconsistent. Add
SeesOper(target, source), which is true iff target should appear as an
oper to source. If I haven't missed something, all commands that reveal
oper status now use the same logic.
general::hide_opers_in_whois is a special case, and affects /whois only.
general::hide_opers is introduced, and has the same effect as giving
everyone oper:hidden. All commands that reveal oper status respect both.
| Ed Kellett | 2019-09-12 | 1 | -2/+3 |
| * | Message handlers should return void.•••Also fix up some return values and stuff to use bool (or void if
nothing). I just did it whilst I was here.
According to jilles, the return value used to signify whether or not the
client had exited. This was error-prone and was fixed a long, long time
ago, but the return value was left int for historical reasons.
Since the return type is not used (and has no clear use case anyway),
it's safe to just get rid of it.
| Elizabeth Myers | 2016-03-09 | 1 | -4/+2 |
| * | Move module description headers to the top•••This is cleaner.
Note this was broken out of a much larger piece of work I did, so if
there's any problems, I apologise!
| Elizabeth Myers | 2016-03-09 | 1 | -2/+4 |
| * | modules: Add AV2 descriptions to all m_u* modules | Andrew Wilcox | 2016-03-07 | 1 | -1/+3 |
| * | Migrate remaining modules to AV2•••No descriptions yet. :(
| Elizabeth Myers | 2016-03-07 | 1 | -1/+1 |
| * | Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao...
| Elizabeth Myers | 2016-03-06 | 1 | -2/+0 |
| * | msg: remove last vestiges of the fakelag system. charybdis has never support... | William Pitcock | 2016-02-19 | 1 | -1/+1 |
| * | modules: chase MsgBuf API change | William Pitcock | 2016-02-10 | 1 | -2/+2 |
| * | Remove libratbox's snprintf.c, update related ircd code | Valerii Iatsko | 2016-02-10 | 1 | -4/+4 |
| * | Revert all presence-related changes | Stephen Bennett | 2009-12-08 | 1 | -2/+2 |
| * | presence: Remove user.away, replaced by a metadata entry.•••Cache the metadata retrieval value where feasible for minimal performance impact.
| William Pitcock | 2009-06-02 | 1 | -2/+2 |
| * | Replace parv[0] with source_p->name. | Jilles Tjoelker | 2009-01-17 | 1 | -1/+1 |
| * | irc_string.h -> match.h, irc_string.h; includes changed | Valery Yatsko | 2008-04-20 | 1 | -1/+1 |
| * | legacy irc sprintf gone | Valery Yatsko | 2008-04-20 | 1 | -1/+0 |
| * | ircsprintf -> rb_sprintf | William Pitcock | 2008-04-01 | 1 | -4/+4 |
| * | [svn] - the new plan:••• + branches/release-2.1 -> 2.2 base
+ 3.0 -> branches/cxxconversion
+ backport some immediate 3.0 functionality for 2.2
+ other stuff
| nenolod | 2007-01-24 | 1 | -0/+115 |