aboutsummaryrefslogtreecommitdiffstats
path: root/modules/m_userhost.c
Commit message (Expand)AuthorAgeFilesLines
* m_userhost: hide user's own IP if iline spoofedGravatar Ed Kellett2021-06-131-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. Gravatar Ed Kellett2019-09-121-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. Gravatar Elizabeth Myers2016-03-091-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! Gravatar Elizabeth Myers2016-03-091-2/+4
* modules: Add AV2 descriptions to all m_u* modulesGravatar Andrew Wilcox2016-03-071-1/+3
* Migrate remaining modules to AV2•••No descriptions yet. :( Gravatar Elizabeth Myers2016-03-071-1/+1
* Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao... Gravatar Elizabeth Myers2016-03-061-2/+0
* msg: remove last vestiges of the fakelag system. charybdis has never support...Gravatar William Pitcock2016-02-191-1/+1
* modules: chase MsgBuf API changeGravatar William Pitcock2016-02-101-2/+2
* Remove libratbox's snprintf.c, update related ircd codeGravatar Valerii Iatsko2016-02-101-4/+4
* Revert all presence-related changesGravatar Stephen Bennett2009-12-081-2/+2
* presence: Remove user.away, replaced by a metadata entry.•••Cache the metadata retrieval value where feasible for minimal performance impact. Gravatar William Pitcock2009-06-021-2/+2
* Replace parv[0] with source_p->name.Gravatar Jilles Tjoelker2009-01-171-1/+1
* irc_string.h -> match.h, irc_string.h; includes changedGravatar Valery Yatsko2008-04-201-1/+1
* legacy irc sprintf goneGravatar Valery Yatsko2008-04-201-1/+0
* ircsprintf -> rb_sprintfGravatar William Pitcock2008-04-011-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 Gravatar nenolod2007-01-241-0/+115