Age | Commit message (Expand) | Author |
2006-07-23 | Add an ID field to Request and a GetId() method, takes const char* and return... | om |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-12 | Test framework in m_testcommand, add interface | brain |
2006-07-10 | ContentSize speedups | brain |
2006-07-10 | Add FileReader::ContentSize and FileReader::Contents | brain |
2006-07-10 | Try to make this serve some static content | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-10 | Add interface to AddModeWatcher and DelModeWatcher into class Server | brain |
2006-07-09 | Fix whoopsies | brain |
2006-07-09 | Added Server::GetModuleName(), Module* to filename | brain |
2006-07-08 | Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events e... | brain |
2006-07-08 | Remove Server::AddExtendedMode and Server::AddExtendedListMode, replace with ... | brain |
2006-07-07 | change std::string's to const std::string references for *Feature() funcs | om |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-06-30 | Tweak to IS_LOCAL macro to exclude invalid fd's that are > MAX_DESCRIPTORS | brain |
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-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-04 | All new shiny config parser, there's probably some bugs there somewhere but h... | om |
2006-03-12 | Commented a lot of stuff that hasnt been commented since 1.0.2 | 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-08 | Removed deprecated Server::IsOnChannel (was a C++-ish wrapper to the C-ish ha... | brain |
2006-03-07 | *TEST* Server::DumpText - Dump a *stringstream* to a user with a std::string ... | brain |
2006-03-02 | Changed definition of CallHandler and CallCommandHandler for the ability to r... | brain |
2006-02-23 | Fixed to work | brain |
2006-02-23 | Incorporating InspTimer into safelist as a test | brain |
2006-02-22 | Added m_safelist helper functions GetChannelCount and GetChannelIndex | brain |
2006-02-19 | Removed unneeded {}'s | brain |
2006-02-19 | Testing \exception doxygen tag that *should* work | brain |
2006-02-19 | Forgot to commit this? | brain |
2006-02-19 | Apparently to catch descendent classes we need to catch a reference to the pa... | brain |
2006-02-19 | Made a booboo | brain |
2006-02-19 | Added exception handling for module loading | brain |
2006-02-05 | Propogation of away messages across network (we dont bounce the numeric back ... | brain |
2006-02-05 | Commented on new return value of OnUserPreKick for explicitly allowing kicks | brain |
2006-02-04 | Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT... | 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-30 | Added support for TYPE_OTHER metadata, where void* target will be NULL, e.g. ... | brain |
2006-01-29 | Created OnPostOper that can be gauranteed to be called *after* opering (by AL... | brain |
2006-01-28 | Fixed uninitialized ExtMode::list | brain |
2006-01-25 | Documented some functions that were missing comments | brain |
2006-01-25 | Added PRIORITY_BEFORE and PRIORITY_AFTER (see src/modules/m_hostchange.cpp fo... | 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 |