aboutsummaryrefslogtreecommitdiffstats
path: root/modules/m_accept.c
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+4
* 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/+3
* Do a few more AV2 descriptions in modules.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 libratbox's snprintf.c, update related ircd codeGravatar Valerii Iatsko2016-02-101-1/+1
* Remove trailing whitespace from all .c and .h files.•••3134 bytes were removed. Gravatar Keith Buck2014-03-031-4/+4
* Remove some unused variables.•••Found with llvm static analyzer. Gravatar Jilles Tjoelker2009-03-011-2/+1
* Update comments for parv[0] removal.Gravatar Jilles Tjoelker2009-01-181-1/+0
* strtoken -> rb_strtok_r (with arguments order changes)Gravatar Valery Yatsko2008-04-201-4/+3
* legacy irc sprintf goneGravatar Valery Yatsko2008-04-201-1/+0
* More changes for libratbox.Gravatar Jilles Tjoelker2008-04-011-2/+2
* Change over some dlink functions.Gravatar Jilles Tjoelker2008-04-011-2/+2
* ircsprintf -> rb_sprintfGravatar William Pitcock2008-04-011-1/+1
* start making this compileGravatar William Pitcock2008-04-011-3/+3
* [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/+264