| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some legacy cruft•••- The hurt extension doesn't work well and is now supplanted by
m_quarantine
- ip_cloaking_old has been broken (causes segfaults) for years now,
remove it
- ip_cloaking_3.0 has hardcoded keys that require .c file edits to be
secure. Anyone using it will probably maintain their fork of this file
anyway, but it's not good for new people to use. Remove that too
- Remove LOCOPS and umode +l entirely; they serve no useful purpose on
unified networks. This also removes the no_locops extension since it
is now useless
| Ryan Schmidt | 2026-05-13 | 1 | -2/+0 |
| * | wallops: require new oper:wallops right (#110)•••Split oper:wallops right from oper:mass_notice. Update documentation and
examples to grant oper:wallops everywhere oper:mass_notice was granted.
closes #103 | Taavi Väänänen | 2021-01-28 | 1 | -2/+2 |
| * | 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 | -14/+8 |
| * | 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 for m_w* 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 | -2/+2 |
| * | modules: chase MsgBuf API change | William Pitcock | 2016-02-10 | 1 | -6/+6 |
| * | Remove trailing whitespace from all .c and .h files.•••3134 bytes were removed.
| Keith Buck | 2014-03-03 | 1 | -2/+2 |
| * | Update comments for parv[0] removal. | Jilles Tjoelker | 2009-01-18 | 1 | -1/+0 |
| * | modules: no more TS5 | William Pitcock | 2008-06-08 | 1 | -6/+0 |
| * | irc_string.h -> match.h, irc_string.h; includes changed | Valery Yatsko | 2008-04-20 | 1 | -1/+1 |
| * | Add mass_notice oper priv, enabled by default for compatibility.•••Controls /wallops and masked notices/privmsgs.
| Jilles Tjoelker | 2007-12-24 | 1 | -0/+7 |
| * | Don't allow faking adminwall via wallops, in case anyone loads it. | Jilles Tjoelker | 2007-12-17 | 1 | -1/+2 |
| * | [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/+124 |