]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-08-18 brainComments
2006-08-18 brainMove lowermap[] into a pre-initialised const array...
2006-08-18 brainDont allow USERIP (where loaded) on unregistered users
2006-08-18 brainDont allow USERHOST (and new WHO) on unregistered users
2006-08-18 brainDon't allow adding of invalid nicknames to watchlist
2006-08-18 brainGet rid of SocketEngine::Wait and array-copy, change...
2006-08-18 specialModified m_silence to take masks instead of nicknames...
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-18 specialForward port of /list pattern matching, reported by...
2006-08-17 brainOptimize tons more timer checking stuff
2006-08-17 brainDoSocketTimeouts and TickTimers only need to be called...
2006-08-17 brainAdd modules.h to cmd_connect.h
2006-08-17 brainJust comments
2006-08-17 brainFix typo
2006-08-17 brainuserrec::AddBuffer and userrec::Write end up copying...
2006-08-17 brainImprove userrec::AddBuffer (remove craq char to std...
2006-08-17 brainChange a std::string operator+= to append()
2006-08-17 brainOptimization and removal of casts (profiling stuff)
2006-08-16 brainCheck in eline, gline and kline for the @ which signifi...
2006-08-16 brainOptimizations
2006-08-16 brainWasnt checking channel name on ban deletion
2006-08-16 brainLeaChim please try this
2006-08-16 brainfree() REQUIRES casts to free const char*'s :<
2006-08-16 brainBecause the iterator can be whacked (and the item)...
2006-08-16 brainTweak: Setting server pointer isnt required
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
next