| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed documentation to add parameters•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1523 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-25 | 138 | -320/+429 |
| * | Added parameters•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1522 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-25 | 138 | -1017/+1322 |
| * | New methods, new docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-24 | 144 | -4428/+5934 |
| * | Updated to keep lowermap const within hashcomp.cpp•••Updated docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1401 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-15 | 4 | -0/+180 |
| * | New docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1399 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-15 | 139 | -205/+207 |
| * | Added docs for hashcomp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1396 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-15 | 157 | -4356/+5119 |
| * | Created new html docs (new css)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1373 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-05-13 | 133 | -261/+576 |
| * | 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 | 237 | -242/+883 |
| * | 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 | 129 | -3532/+3532 |
| * | 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 | 126 | -2704/+3221 |
| * | 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 | 126 | -3085/+4115 |
| * | New documentation!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-26 | 126 | -2439/+3177 |
| * | 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 | 127 | -2280/+3485 |
| * | 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 | 120 | -1404/+1910 |
| * | 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 | 120 | -124/+130 |
| * | 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 | 120 | -1389/+1896 |
| * | Removed some deprecated documentation (html)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1102 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-15 | 251 | -617/+226 |
| * | 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 | 122 | -1370/+1753 |
| * | Updated to support OnSendList•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1073 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-13 | 122 | -1346/+1407 |
| * | 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 | 122 | -934/+1982 |
| * | 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 | 122 | -442/+529 |
| * | 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 | 122 | -2858/+3277 |
| * | 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 | 123 | -1495/+1841 |
| * | 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 | 121 | -414/+1642 |
| * | Updated documentation (html)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@937 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-04-01 | 114 | -2213/+2403 |
| * | Documentation update•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@899 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2005-03-25 | 117 | -8723/+9982 |
| * | documentation update for updated return values of OnUserPreJoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@776 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-01 | 110 | -391/+437 |
| * | Added documentation of new ConfigReader methods suggested by Azhrarn for sanity•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@772 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-01 | 111 | -459/+887 |
| * | Added extra docs to cover OnUserSync etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@769 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-01 | 131 | -1657/+4762 |
| * | Added Module::OnAccessCheck•••Added ListMode support
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@758 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-05-01 | 104 | -1362/+2052 |
| * | Added base.cpp, fixed documentation for userrec::HasPermission•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@757 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-30 | 102 | -311/+526 |
| * | Added manpages, extra docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@753 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-30 | 101 | -112/+257 |
| * | Added more documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@751 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-29 | 111 | -175/+178 |
| * | Documentation update for class 'Extensible'•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@749 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-29 | 122 | -442/+762 |
| * | Added new documentation for XLine etc•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@718 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-24 | 127 | -1224/+8337 |
| * | Documentation update•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@668 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-19 | 88 | -997/+975 |
| * | More documentation updates•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@630 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-17 | 80 | -85/+96 |
| * | Added new documentation to cover ircd_connector•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@629 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-17 | 92 | -1480/+2775 |
| * | New documentation for new ConfigReader methods•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@457 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-08 | 80 | -369/+459 |
| * | Added new documentation•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@424 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-07 | 82 | -1144/+1353 |
| * | Updated docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@411 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-06 | 79 | -686/+819 |
| * | Added support for SVS-style Server class methods for modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@400 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-06 | 81 | -838/+1389 |
| * | Changed documentation to match change in OnExtendedMode with a void*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@384 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-05 | 79 | -178/+178 |
| * | New documentation to document user/channel mode handling•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@380 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-04 | 90 | -1082/+1619 |
| * | New stylesheet (grey shades)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@363 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-03 | 1 | -0/+50 |
| * | Added support for module-defined chanmodes with no parameters•••Fixed minor typo in example conf
Added new stylesheet and docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@362 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-03 | 78 | -953/+1093 |
| * | Updated documentation to document Server::SendMode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@356 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-02 | 79 | -537/+956 |
| * | Added support for modules to create commands - this needs a proof-of-concept ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@351 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2004-04-02 | 83 | -1060/+2099 |
| * | Updated docs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@171 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2003-03-30 | 71 | -176/+197 |
| * | Added DOT files to documentation for class diagrams (pretteh!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@169 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2003-03-30 | 147 | -840/+1696 |