aboutsummaryrefslogtreecommitdiffstats
path: root/modules/m_user.c
Commit message (Expand)AuthorAgeFilesLines
* m_nick/m_sasl/m_user: restore check for mixing of client and server protocolGravatar Simon Arlott2018-08-151-1/+1
* Replace s_auth/blacklist stuff with authd calls•••This also does a lot of surgery on the conf system to reconfigure authd. /!\ WARNING! ACHTUNG! ADVERTENCIA! ATTENTION! AVVERTIMENTO! /!\ This code has not been run-time tested yet (though it compiles)! Gravatar Elizabeth Myers2016-03-281-2/+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-11/+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! Gravatar Elizabeth Myers2016-03-091-1/+2
* m_time and m_user: Fix small typoGravatar Andrew Wilcox2016-03-071-1/+1
* 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-1/+1
* Remove the unneeded username parameter to register_local_user().Gravatar Jilles Tjoelker2015-09-131-6/+1
* Ignore duplicate USER and PASS.•••If SASL starts using USER/PASS for unregistered clients, this change stops users from using one USER/PASS for SASL while using another for connecting. Gravatar Jilles Tjoelker2015-02-131-5/+5
* Remove s_assert definition from ircd_defs.h and add it to its own header.•••s_assert requires some higher-level functionality that shouldn't be present in ircd_defs.h. ircd_defs.h is used by ssld, which has no notion of logging or sending IRC messages. Additionally, some of the headers s_assert depends on result in conflicting definitions in ssld.c. This change also fixes the compile when using --enable-assert=soft. Gravatar Keith Buck2013-09-101-0/+1
* Remove unused variable cruft.Gravatar Keith Buck2012-03-251-3/+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
* strlcpy -> rb_strlcpyGravatar Valery Yatsko2008-04-201-2/+2
* DubString -> rb_strdupGravatar Valery Yatsko2008-04-021-1/+1
* Argh, wrong replace caused by MS VS 2005 interface.Gravatar Valery Yatsko2008-04-021-1/+1
* ircsprintf -> rb_sprintfGravatar William Pitcock2008-04-011-1/+1
* Get rid of User.server.Gravatar William Pitcock2007-11-201-1/+0
* [svn] Remove #define UFLAGS. We haven't allowed this•••undocumented extension to the IRC protocol for years (allowing an initial umode in USER). Gravatar jilles2007-04-151-4/+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 Gravatar nenolod2007-01-241-0/+120