]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Refactor userrec::chans.
[user/henk/code/inspircd.git] / src / modules.cpp
2006-12-14 brainRefactor userrec::chans.
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-09 brainAdd OnRawSocketConnect, we've not had it till now becau...
2006-12-05 brainDocument FindInterface, PublishInterface, UnpublishInte...
2006-12-05 brainFix up brokage
2006-12-05 brainUntested, undocumented PublishInterface, UnpublishInter...
2006-12-05 brainChange this a LOT.
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd OnBuildExemptList, which is used to build an exempt...
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-11-21 peaveyfix for bug #175, change OnUserRegister to return int...
2006-10-31 specialRemoved OnRawMode - this hasn't been called at all...
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-01 brainNow with binary versioning goodness
2006-10-01 specialAdded OnPostJoin, which is (at the moment) almost exact...
2006-09-25 brainWhoops, patch
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainMove all of the xline stuff into class XLineManager...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainCommitting this as a rollback point - does not compile
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainPublishFeature, FindFeature, FindModule, PriorityBefore...
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainFixes and removal of Server::GetServerName()
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-10 brainRemove Server::Server() and Server::~Server()
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainuserrec and chanrec now have their own independent...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainMove socket_ref and module_sockets vectors/arrays into...
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-09 braincommon_channels -> userrec::SharesChannelWith()
2006-08-08 brainImprove Write functions, and change some stuff from...
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainuserrec::UpdateNickHash(), userrec::ForceNickChange...
2006-08-08 brainkill_link() and Server::QuitUser() -> userrec::QuitUser...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-08 brainadd_channel -> chanrec::JoinUser()
2006-08-08 brainChange to chanrec::PartUser. As with KickUser and Serve...
2006-08-08 brainCheck return values
2006-08-08 brainkick_channel -> chanrec::KickUser(), server_kick_channe...
2006-08-02 brainMove more stuff into class DNS
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-27 brain* Fix Server::SendMode to actually work again.
2006-07-23 brainIn the constructor which doesnt set Request::id, we...
2006-07-23 omAdd an ID field to Request and a GetId() method, takes...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-12 brainTest framework in m_testcommand, add interface
2006-07-10 brainContentSize speedups
2006-07-10 brainFugly code band-aid^H^H^H^H^Hfix
2006-07-10 brainAdd FileReader::ContentSize and FileReader::Contents
2006-07-10 brainAdd interface to AddModeWatcher and DelModeWatcher...
2006-07-10 brainFix for compiler warning
2006-07-09 brainFix whoopsies
2006-07-09 brainAdded Server::GetModuleName(), Module* to filename
2006-07-08 brainPort m_blockcaps to new api, remove OnExtendedMode...
2006-07-08 brainRemove Server::AddExtendedMode and Server::AddExtendedL...
2006-07-08 specialForward port of fix for Add*Line to apply automatically
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 omchange std::string's to const std::string references...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-06-28 specialAdded missing return in Server::UnpublishFeature()
2006-06-21 brainAdded Server::PublishFeature(),
2006-06-20 brainClass Request and class Event now take a void* in their...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 omAll new shiny config parser, there's probably some...
2006-03-11 brainFixes
2006-03-11 brainForceuy close fix
2006-03-11 brainMissed some stuff
2006-03-11 brainconst std::string &
2006-03-11 brainStart of conversion to const refs for std::strings...
2006-03-09 omConvert more by-values to const references, optimise...
2006-03-09 brainFixed to correctly use iterator
next