]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Dont allow an empty key (thanks stskeeps)
[user/henk/code/inspircd.git] / src /
2006-08-18 brainDont allow an empty key (thanks stskeeps)
2006-08-18 brainCorrectly return false on failure to fork
2006-08-18 brainChecking if child pid still exists, if it vanishes...
2006-08-18 brainWhen daemonizing, have parent process wait forever...
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 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-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 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 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 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 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 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
next