| Commit message (Expand) | Author | Age | Files | Lines |
| * | m_nick/m_sasl/m_user: restore check for mixing of client and server protocol | Simon Arlott | 2018-08-15 | 1 | -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)!
| Elizabeth Myers | 2016-03-28 | 1 | -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.
| Elizabeth Myers | 2016-03-09 | 1 | -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!
| Elizabeth Myers | 2016-03-09 | 1 | -1/+2 |
| * | m_time and m_user: Fix small typo | Andrew Wilcox | 2016-03-07 | 1 | -1/+1 |
| * | modules: Add AV2 descriptions to all m_u* 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 | -1/+1 |
| * | modules: chase MsgBuf API change | William Pitcock | 2016-02-10 | 1 | -2/+2 |
| * | Remove libratbox's snprintf.c, update related ircd code | Valerii Iatsko | 2016-02-10 | 1 | -1/+1 |
| * | Remove the unneeded username parameter to register_local_user(). | Jilles Tjoelker | 2015-09-13 | 1 | -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.
| Jilles Tjoelker | 2015-02-13 | 1 | -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.
| Keith Buck | 2013-09-10 | 1 | -0/+1 |
| * | Remove unused variable cruft. | Keith Buck | 2012-03-25 | 1 | -3/+1 |
| * | irc_string.h -> match.h, irc_string.h; includes changed | Valery Yatsko | 2008-04-20 | 1 | -1/+1 |
| * | legacy irc sprintf gone | Valery Yatsko | 2008-04-20 | 1 | -1/+0 |
| * | strlcpy -> rb_strlcpy | Valery Yatsko | 2008-04-20 | 1 | -2/+2 |
| * | DubString -> rb_strdup | Valery Yatsko | 2008-04-02 | 1 | -1/+1 |
| * | Argh, wrong replace caused by MS VS 2005 interface. | Valery Yatsko | 2008-04-02 | 1 | -1/+1 |
| * | ircsprintf -> rb_sprintf | William Pitcock | 2008-04-01 | 1 | -1/+1 |
| * | Get rid of User.server. | William Pitcock | 2007-11-20 | 1 | -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).
| jilles | 2007-04-15 | 1 | -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
| nenolod | 2007-01-24 | 1 | -0/+120 |