Age | Commit message (Expand) | Author |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-06-28 | Added missing return in Server::UnpublishFeature() | special |
2006-06-21 | Added Server::PublishFeature(), | brain |
2006-06-20 | Class Request and class Event now take a void* in their constructor to save o... | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-03-11 | Fixes | brain |
2006-03-11 | Forceuy close fix | brain |
2006-03-11 | Missed some stuff | brain |
2006-03-11 | const std::string & | brain |
2006-03-11 | Start of conversion to const refs for std::strings in module api - A LOT OF S... | brain |
2006-03-09 | Convert more by-values to const references, optimise ConfigReader a bit | om |
2006-03-09 | Fixed to correctly use iterator | brain |
2006-03-08 | Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-07 | *TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ... | brain |
2006-03-07 | Fixed wtf-ery of Modules::SendTo - did i write this before WriteServ??? | brain |
2006-03-04 | Old stuff left behind | brain |
2006-03-04 | Tidyup of m_filter | brain |
2006-03-02 | Changed definition of CallHandler and CallCommandHandler for the ability to r... | brain |
2006-02-23 | Use ::AddTimer not AddTimer, or it calls this->AddTimer and loops | brain |
2006-02-23 | Fixed to work | brain |
2006-02-23 | Incorporating InspTimer into safelist as a test | brain |
2006-02-22 | Changed triggering time of OnBackgroundTimer to 5 secs (from 8) | brain |
2006-02-22 | Added m_safelist helper functions GetChannelCount and GetChannelIndex | brain |
2006-02-19 | Server::AddExtendedMode and Server::AddCommand will now throw exceptions when... | brain |
2006-02-07 | Experimental improved string handling in server links | brain |
2006-02-05 | Propogation of away messages across network (we dont bounce the numeric back ... | brain |
2006-02-04 | Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT... | brain |
2006-02-03 | Typo fixes #2 | brain |
2006-02-03 | This probably wont compile atm - add support for prefixed messages | brain |
2006-01-30 | Remainder of TYPE_OTHER metadata | brain |
2006-01-29 | Moved Write() call so that it can send the NICK message properly and force th... | brain |
2006-01-29 | Created OnPostOper that can be gauranteed to be called *after* opering (by AL... | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | brain |
2006-01-22 | Fixes to make server kicks work | brain |
2006-01-22 | Added facility for servers to send KICK message (ew, i hate this crap) | brain |
2006-01-22 | Added OnChannelDelete() method (called on KICK, PART or QUIT where a channel ... | brain |
2006-01-17 | Added support for part messages in the module API (and therefore between serv... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-14 | Added RemoveSocket as a test fix for merwins bug | brain |
2006-01-12 | Changed channel user lists from vector to map | brain |
2006-01-11 | Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS | brain |
2006-01-09 | Fix to naming scheme | brain |
2006-01-09 | Missing classname | brain |
2006-01-09 | Untested priority system for modules to move themselves to the start or end o... | brain |
2006-01-09 | Fixed warning about missing return value | brain |
2006-01-09 | *TEST* Oper-Only-Stats (not yet tested) | brain |