| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deleted.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2581 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-19 | 1 | -2215/+0 |
| * | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2578 e03df62e-2... | brain | 2005-12-19 | 1 | -162/+164 |
| * | Added documentation for CullItem and CullList•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2466 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-15 | 1 | -1/+1 |
| * | Added new docs for class InspIRCd and globals.h etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2451 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-14 | 1 | -162/+162 |
| * | Added extra docs for new config system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2417 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-14 | 1 | -162/+162 |
| * | Added new docs for class SocketEngine•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2339 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-12 | 1 | -161/+161 |
| * | Added new module docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2301 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-12-09 | 1 | -140/+1395 |
| * | Added new documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1966 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-11-27 | 1 | -175/+443 |
| * | Added docs for base: BoolSet•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1565 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-30 | 1 | -113/+113 |
| * | Added parameters•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1522 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-25 | 1 | -1/+1 |
| * | New methods, new docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-24 | 1 | -113/+113 |
| * | Added docs for hashcomp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-15 | 1 | -113/+113 |
| * | Re-added the dot graphs again•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1372 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-13 | 1 | -1/+1 |
| * | Added docs for new smaller memory footprint classes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1371 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-12 | 1 | -112/+112 |
| * | Documented new recvq and sendq stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1367 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-12 | 1 | -113/+113 |
| * | Added final documentation for inspircd Beta 4•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1322 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-07 | 1 | -101/+167 |
| * | New documentation!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-26 | 1 | -2/+35 |
| * | Added module message passing architecture•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1136 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-20 | 1 | -90/+125 |
| * | Added:•••OnMeshToken
MeshSendAll(std::string text);
MeshSendCommon(userrec* user, std::string text);
MeshSendAllAlive(std::string text);
MeshSendUnicast(std::string destination, std::string text);
MeshSendAllExcept(std::string target, std::string text);
MeshCheckChan(chanrec *c,std::string servername);
MeshCheckCommon(userrec* u,std::string servername);
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1112 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-16 | 1 | -0/+11 |
| * | Added extra parameter to OnRawMode in docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1110 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-16 | 1 | -3/+3 |
| * | New docs for API:•••int Module::OnRawMode(userrec* user, char mode, std::string param, bool adding, int pcnt);
int Module::OnCheckInvite(userrec* user, chanrec* chan);
int Module::OnCheckKey(userrec* user, chanrec* chan, std::string keygiven);
int Module::OnCheckLimit(userrec* user, chanrec* chan);
int Module::OnCheckBan(userrec* user, chanrec* chan);
void Module::OnStats(char symbol);
int Module::OnChangeLocalUserHost(userrec* user, std::string newhost);
int Module::OnChangeLocalUserGECOS(userrec* user, std::string newhost);
int Module::OnLocalTopicChange(userrec* user, chanrec* chan, std::string topic);
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1106 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-15 | 1 | -0/+99 |
| * | Removed some deprecated documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1101 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-15 | 1 | -1/+1 |
| * | New documentation on today's new methods etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1096 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-14 | 1 | -1/+56 |
| * | Updated to support OnSendList•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1073 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-13 | 1 | -0/+11 |
| * | Added Server::AddGLine•••Added Server::AddKLine
Added Server::AddZLine
Added Server::AddQLine
Added Server::AddELine
Added Server::DelGLine
Added Server::DelKLine
Added Server::DelZLine
Added Server::DelQLine
Added Server::DelELine
Added Server::Duration
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1071 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-13 | 1 | -2/+13 |
| * | Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1024 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-09 | 1 | -7/+7 |
| * | New docs to match extra module Version class stuff, etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1008 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-07 | 1 | -56/+58 |
| * | Added new documentation for ELine class and OnUserPostNick method•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@977 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-04 | 1 | -14/+25 |
| * | Added DNS class to documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@952 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-02 | 1 | -1/+1 |
| * | Updated documentation (manpages)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@936 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-01 | 1 | -47/+80 |
| * | Documentation update•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-03-25 | 1 | -78/+89 |
| * | Added manpages•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@778 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-02 | 1 | -0/+312 |