Age | Commit message (Expand) | Author |
2005-04-12 | Added OnBackgroundTimer method, ticks every 5 seconds approximately | brain |
2005-04-12 | Added Server::PseudoToUser and Server::UserToPseudo | brain |
2005-04-09 | Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us... | brain |
2005-04-07 | /LOADMODULE and /UNLOADMODULE all successfully working! | brain |
2005-04-07 | Started work on /UNLOADMODULE, resource tracking and flags in Version class | brain |
2005-04-05 | Major optimizations! | brain |
2005-04-04 | Added the module method OnUserPostNick for capturing a nickchange AFTER it ha... | brain |
2005-03-27 | Made config parsing code a bit more lenient | brain |
2005-03-25 | Added implementation of strlcpy and strlcat for systems that dont have it | brain |
2005-03-25 | Fixes for GCC3.4 and namespaces (must rerun configure!) | brain |
2005-03-25 | Changed occurances of vector to std::vector | brain |
2005-03-25 | Added a lot of config error checking | brain |
2004-09-11 | Security audit based on RATS output | brain |
2004-05-22 | Added support for changing of text within OnUserPreNotice and OnUserPreMessag... | brain |
2004-05-22 | Added remainder of OnUserPreInvite stuff | brain |
2004-05-22 | Added OnUserPreInvite method for use with +V etc | brain |
2004-05-16 | Updated header comments | brain |
2004-05-09 | Added support for /RESTART (currently has a bug, do not use) | brain |
2004-05-08 | Removed some debug stuff | brain |
2004-05-01 | Added documentation of new ConfigReader methods suggested by Azhrarn for sanity | brain |
2004-05-01 | Provided modules with the ability to sync data on a netjoin | brain |
2004-05-01 | Added Module::OnAccessCheck | brain |
2004-04-27 | Added m_alias module which provides command aliases. | brain |
2004-04-23 | Fixed typo in this file | brain |
2004-04-23 | a|KK|y bitching | brain |
2004-04-22 | Added more services stuff | brain |
2004-04-22 | Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic... | brain |
2004-04-20 | ConfigReader fixes to cope with tab characters (why didnt we notice this befo... | brain |
2004-04-19 | added mode.h/mode.cpp and seperated mode functions into it | brain |
2004-04-17 | Added calls to sched_yield() to cut down processor usage - won't work in *bsd | brain |
2004-04-12 | Added 'a' amd 'b' server link tokens (change gecos, change host) | brain |
2004-04-12 | Added '@' (WALLOPS) link token | brain |
2004-04-11 | Added 'i' and 't' type link datagrams | brain |
2004-04-10 | Added J, P and Q type datagrams | brain |
2004-04-10 | Added server to server 'J' token | brain |
2004-04-08 | Added ConfigReader::EnumValues() (requested by Craig) | brain |
2004-04-08 | Fixes to connection pooling... this brain misunderstood the parameters to sel... | brain |
2004-04-07 | Fixed bug where putting too many spaces in a privmsg disconnected the user | brain |
2004-04-07 | Added Server::CountUsers function | brain |
2004-04-07 | Added preliminary support for ConfigReader::Verify at request of the slug :p | brain |
2004-04-07 | Added servernotice back to the user, informing them | brain |
2004-04-07 | Stability fixes | brain |
2004-04-07 | Fixed config reader to cache its files instead of re-reading them for each ac... | brain |
2004-04-06 | typo fixes | brain |
2004-04-06 | OnUserPre* api fixes | brain |
2004-04-06 | Added OnUserPreMessage and OnUserPreNotice events (not tested yet) | brain |
2004-04-06 | Added support for SVS-style Server class methods for modules | brain |
2004-04-05 | Added support for OnWhois, OnOper, OnInfo and SendToModeMask in the API | brain |
2004-04-05 | Modified the Module::OnExtendedMode() method to use a void* as its target whi... | brain |
2004-04-04 | Completed support for module-handled umodes | brain |