aboutsummaryrefslogtreecommitdiffstats
path: root/modules/m_oper.c
Commit message (Expand)AuthorAgeFilesLines
* 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. Gravatar Ryan Schmidt2026-05-131-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. Gravatar Aaron Jones2023-11-061-2/+2
* Allow privset-less OPER burstingGravatar Ed Kellett2021-06-051-14/+22
* m_oper: receive ircd-seven-style opernamesGravatar Ed Kellett2021-06-051-1/+15
* add ConfigFileEntry.oper_secure_only, to require TLS to oper up (#76)Gravatar jess2020-11-181-0/+12
* Rename UMODE_SSLCLIENT, IsSSLClientGravatar Ed Kellett2020-10-311-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] Gravatar Ed Kellett2019-09-131-1/+32
* Use rb_* versions of nonportable string functionsGravatar Elizabeth Myers2016-04-051-1/+1
* common.h: raison d'ĂȘtre is gone, so out it goes.•••Fold whatever was left into ircd_defs.h Gravatar Elizabeth Myers2016-03-231-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. Gravatar Elizabeth Myers2016-03-091-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! Gravatar Elizabeth Myers2016-03-091-2/+2
* AV2 descriptions for m_[no]*Gravatar Elizabeth Myers2016-03-071-1/+4
* 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 trailing whitespace from all .c and .h files.•••3134 bytes were removed. Gravatar Keith Buck2014-03-031-3/+3
* Cope with rb_crypt() returning NULL.Gravatar Jilles Tjoelker2013-02-021-1/+1
* Clarify ERR_NOOPERHOST and convert it to use sendto_one_numeric().Gravatar William Pitcock2010-02-171-3/+3
* Add support for client certificate fingerprints in o:lines.Gravatar William Pitcock2010-02-171-0/+19
* Update comments for parv[0] removal.Gravatar Jilles Tjoelker2009-01-181-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 Gravatar Jilles Tjoelker2008-09-071-0/+16
* crypt -> rb_crypt, fixing another gcc warningGravatar Valery Yatsko2008-07-271-2/+1
* irc_string.h -> match.h, irc_string.h; includes changedGravatar Valery Yatsko2008-04-201-1/+1
* s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it)Gravatar William Pitcock2008-04-021-1/+1
* libcharybdis includes gone.Gravatar Valery Yatsko2008-04-021-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 Gravatar nenolod2007-01-241-0/+172