aboutsummaryrefslogtreecommitdiffstats
path: root/include/msg.h
Commit message (Collapse)AuthorAgeFilesLines
* remove LAST in comment too; it's a bit pointlessGravatar jesopo2020-04-191-1/+1
|
* rectify comment for Message handler indexesGravatar jesopo2020-04-191-1/+1
|
* Partially update a commentGravatar Elizabeth Myers2016-04-061-1/+1
|
* More cleanupGravatar Matt Ullman2016-03-231-1/+1
|
* config.h delenda estGravatar Elizabeth Myers2016-03-191-1/+1
|
* Message handlers should return void.Gravatar Elizabeth Myers2016-03-091-6/+6
| | | | | | | | | | | | 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.
* Remove $Id tags from everything.Gravatar Elizabeth Myers2016-03-061-2/+0
| | | | These are obsolete and none have changed since 10 years gao...
* msg: remove last vestiges of the fakelag system. charybdis has never ↵Gravatar William Pitcock2016-02-191-7/+2
| | | | supported fakelag.
* ircd: change MessageHandler to include a MsgBuf pointer at the front for tag ↵Gravatar William Pitcock2016-02-101-8/+9
| | | | access
* include: add msgbuf.h for future msgbuf apiGravatar William Pitcock2016-02-091-2/+1
|
* Update comments for parv[0] removal.Gravatar Jilles Tjoelker2009-01-181-3/+3
|
* Make Message.cmd a const pointer.Gravatar Jilles Tjoelker2008-04-081-1/+1
|
* It compiles, ship it.Gravatar William Pitcock2007-12-021-1/+1
|
* [svn] - the new plan:Gravatar nenolod2007-01-241-0/+152
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff