]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
banexception, chanfilter and inviteexception should now be unloadable :)
[user/henk/code/inspircd.git] / include /
2006-09-02 brainbanexception, chanfilter and inviteexception should...
2006-09-02 brainAllow unloading of modules which implement modes!
2006-09-02 brainAdd chanrec::IsBanned() so that we dont have to keep...
2006-08-31 brainMade CountChannels faster. We use it in quite a few...
2006-08-31 omRemove extra/wrong qualifications, makes GCC 4.1 (at...
2006-08-31 brain*thwap* om for not fixing the bugs he finds :p
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-29 brainDocument SnomaskManager
2006-08-29 brainauto-set +s when +n is set (as +n requires +s) - allow...
2006-08-29 brainSnomask support cometh! and it leave a sticky white...
2006-08-29 brainSpanningtree tidyups
2006-08-28 brainUpdate comment
2006-08-28 brainConnect timeouts now work again, using InspSocket
2006-08-28 brainNote: connect() cant time out for inspsockets in this...
2006-08-28 brainAdd support for NAMESX
2006-08-25 brainAdd userrec::ChangeIdent (which we were missing) which...
2006-08-25 brainAdd <options:cyclehosts> which allows a user to appear...
2006-08-24 specialRenamed the OnGlobalConnect callback to OnPostConnect...
2006-08-23 brainModeParser::InsertMode is no longer required -- this...
2006-08-23 brainDocument ModeParser::FindPrefix() and chanrec::GetAllPr...
2006-08-23 brainMulti-prefix FJOIN, and allowing module-defined prefixe...
2006-08-23 brainMore prefixchar stuff.
2006-08-23 brainDocument mode prefixes
2006-08-23 brainSpotted problem: must clear out all prefixes attached...
2006-08-23 brainMode handlers handling listmodes where a listmode item...
2006-08-23 brainInherit ModuleMessage from Extensible, so users can...
2006-08-19 brainMake it virtual, in case someone ever wants to make...
2006-08-19 brainExtra comments about how the FileLogger class schedules...
2006-08-19 brainMissing vector.h
2006-08-19 brainI hate this header
2006-08-19 brainAdd multimap
2006-08-19 brainRemove users.h include from here
2006-08-18 brainMake DELETE inline so its about as fast as the define...
2006-08-18 brainChange #define DELETE to a template
2006-08-18 brainChange comment
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-18 brainDocument ListenSocket class
2006-08-18 brainTypos in the socketengines
2006-08-18 brainComments
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-17 brainAdd modules.h to cmd_connect.h
2006-08-17 brainuserrec::AddBuffer and userrec::Write end up copying...
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-12 brainDocument base modes
2006-08-12 brainExplain what ModeParser does
2006-08-12 brainDocument the nspace namespace
2006-08-12 brainDocument some missing xline stuff
2006-08-12 brainMore docs. Tons more docs. I need coffee and we're...
2006-08-12 brainDocument command_parse.h and CommandParser class
2006-08-12 brainDocument irc::socket namespace members/classes
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainDocument TimerManager class
2006-08-11 brainAdded comment about why its important to push_back...
2006-08-11 brainDocument XLineManager
2006-08-11 brainJust about enough docs to rebuild the docs page now
2006-08-11 brainTons more docs
2006-08-11 brainDocumentation of new chanrec functions
2006-08-11 brainDocument all the new methods (eventually there will...
2006-08-11 brainDocumented all of the functions in a basic manner here...
2006-08-11 brainMore comments
2006-08-11 brainTons of comments
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainFixed
2006-08-11 brainFix FOREACH_MOD macros
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 brainMove ReadBuffer into InspIRCd class
2006-08-11 brainMove whowas into InspIRCd
2006-08-11 brainRemoval of an extern
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
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 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMove all_opers into class InspIRCd
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 AllModulesReportReady into a private method of...
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
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 brainWhy is most of Server:: virtual?`
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 brainMove the socket functions like insp_ntoa into their...
2006-08-10 brainRelocate timer stuff into TimerManager class
2006-08-09 brainRemove readfile
2006-08-09 brainMove more stuff into userrec
next