]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-08-13 brainIf +L is set without +l, dont forward users
2006-08-13 brainClear fd_ref_table and socket_ref arrays in the constructor
2006-08-12 brainSo i wonder why we've not had this problem sooner
2006-08-12 brainMake sure that the hostname isnt set after the timeout...
2006-08-12 brainThis commit is dedicated to Boo ;-pppppp
2006-08-12 omCatch exceptions from SQLresolver
2006-08-12 omComplain if we can't find the binary
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 brainRemove a blank line! WOO YAY! biggest commit all week!
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 brainSo is this one ;-ppp
2006-08-11 brainThis commit-o-gram is dedicated to boo, because i geek...
2006-08-11 brainSomehow, IMPORTANT changes got reverted.
2006-08-11 brainpeline/pxline etc stuff removed
2006-08-11 brainMove xline to before config system
2006-08-11 brainFixed
2006-08-11 brainFix FOREACH_MOD macros
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
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 brainChange to use InspIRCd::Time()
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 omNew API update
2006-08-11 brainUse pcre-config to detect pcre
2006-08-11 brainSomehow, i'd cp'd all these and was making local changes :/
2006-08-11 omUpdates to new API and small cleanup
2006-08-11 braincommands.cpp:extern InspIRCd* ServerInstance;
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainAnd fix a bug
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
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 brainMake it more readable
2006-08-10 brainMuch faster hash<string> for case-insensitive hashing...
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 omUpdates to new API
2006-08-10 omCast value to long instead of int, shouldn't break...
2006-08-10 omFix to new API
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 om#define IS_MINGW on..MinGW (*shock*)
2006-08-10 omDon't use -fPIC on MinGW platforms
2006-08-10 omAdd a few tidbits for MinGW, check for C:\ style paths...
2006-08-10 brainServer::GetConfig, Server::GetVersion -> removed
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-10 omChange to use the core perl module Cwd rather than...
2006-08-10 brainbad_alloc is thrown by reference not by value
2006-08-10 brainAdd a default exception handler around main()
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 brainPassing invalid instance to dns isnt a good idea
2006-08-09 brainFix passing wrong instance to resolver
2006-08-09 brainMove more stuff into userrec
2006-08-09 brainWrong version given in check it seems. Om can review...
2006-08-09 brainChange some resolver stuff.
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 omFixes for API changes
2006-08-09 omFix for when we hit PgSQL 9.x that I think actually...
next