| Commit message (Expand) | Author | Age | Files | Lines |
| * | Batch labeled-response multiline responses•••Add calls to generate local or remote labeled-response batches to all
modules which generate multiple lines of response. In general, this is
only done once we've confirmed we will be sending multiple lines, to
avoid spurious batches which only contain single lines inside of the
batch, however some cases will always generate a batch regardless due to
ease of implementation.
This patch covers all of the "easy" cases; future patches will cover the
complicated ones: m_batch, m_message, and m_list.
| Ryan Schmidt | 2026-05-13 | 1 | -0/+2 |
| * | modules/m_oper.c: give a better error message for failure to find o:line•••The snotice sent to other opers can be misleading. For example, it will say
host mismatch even if the host is correct but the username is wrong, or if
the oper name given does not exist in the configuration.
| Aaron Jones | 2023-11-06 | 1 | -2/+2 |
| * | Allow privset-less OPER bursting | Ed Kellett | 2021-06-05 | 1 | -14/+22 |
| * | m_oper: receive ircd-seven-style opernames | Ed Kellett | 2021-06-05 | 1 | -1/+15 |
| * | add ConfigFileEntry.oper_secure_only, to require TLS to oper up (#76) | jess | 2020-11-18 | 1 | -0/+12 |
| * | Rename UMODE_SSLCLIENT, IsSSLClient | Ed Kellett | 2020-10-31 | 1 | -1/+1 |
| * | Propagate OPER•••Move opername and privset storage to struct User, so it can exist for
remote opers.
On /oper and when bursting opers, send:
:foo OPER opername privset
which sets foo's opername and privset. The contents of the privset on
remote servers come from the remote server's config, so the potential
for confusion exists if these do not match.
If an oper's privset does not exist on a server that sees it, it will
complain, but create a placeholder privset. If the privset is created by
a rehash, this will be reflected properly.
/privs is udpated to take an optional argument, the server to query, and
is now local by default:
/privs [[nick_or_server] nick]
| Ed Kellett | 2019-09-13 | 1 | -1/+32 |
| * | Use rb_* versions of nonportable string functions | Elizabeth Myers | 2016-04-05 | 1 | -1/+1 |
| * | common.h: raison d'ĂȘtre is gone, so out it goes.•••Fold whatever was left into ircd_defs.h
| Elizabeth Myers | 2016-03-23 | 1 | -1/+0 |
| * | 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 | -16/+14 |
| * | 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/+2 |
| * | AV2 descriptions for m_[no]* | Elizabeth Myers | 2016-03-07 | 1 | -1/+4 |
| * | 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 trailing whitespace from all .c and .h files.•••3134 bytes were removed.
| Keith Buck | 2014-03-03 | 1 | -3/+3 |
| * | Cope with rb_crypt() returning NULL. | Jilles Tjoelker | 2013-02-02 | 1 | -1/+1 |
| * | Clarify ERR_NOOPERHOST and convert it to use sendto_one_numeric(). | William Pitcock | 2010-02-17 | 1 | -3/+3 |
| * | Add support for client certificate fingerprints in o:lines. | William Pitcock | 2010-02-17 | 1 | -0/+19 |
| * | Update comments for parv[0] removal. | Jilles Tjoelker | 2009-01-18 | 1 | -1/+0 |
| * | Add need_ssl to auth{} and operator{}.•••Specifying need_ssl on auth{} denies the connection if
it is not SSL/TLS, much like need_ident or need_sasl.
Specifying need_ssl on operator{} refuses opering with
ERR_NOOPERHOST if the connection is not SSL/TLS.
from ircd-ratbox
| Jilles Tjoelker | 2008-09-07 | 1 | -0/+16 |
| * | crypt -> rb_crypt, fixing another gcc warning | Valery Yatsko | 2008-07-27 | 1 | -2/+1 |
| * | irc_string.h -> match.h, irc_string.h; includes changed | Valery Yatsko | 2008-04-20 | 1 | -1/+1 |
| * | s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it) | William Pitcock | 2008-04-02 | 1 | -1/+1 |
| * | libcharybdis includes gone. | Valery Yatsko | 2008-04-02 | 1 | -2/+0 |
| * | [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/+172 |