]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
kick_channel -> chanrec::KickUser(), server_kick_channel -> chanrec::ServerKickUser()
[user/henk/code/inspircd.git] / src / inspircd.cpp
2006-08-08 brainExtra checking that the fd's we pass to SocketEngine...
2006-08-07 brainBail if we couldn't bind any ports (when did this get...
2006-08-07 brainThe segfaults on missing init_module symbol are now...
2006-08-07 brainAdded some hax :( to prevent invalid symbols. It seems...
2006-08-07 brainRemove dependent commands BEFORE deleting the Module...
2006-08-06 brainSyntax notice on bad commandline
2006-08-06 brainAdd -notraceback startup option, disables automatic...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-06 brainFix CIDR functions so they work
2006-08-04 brainExtra debug
2006-08-02 brainMove more stuff into class DNS
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-08-01 brainStuff to make user host resolving use class Resolver...
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-19 brainChange stats recv/send to double, so they can hold...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainDisable test suite
2006-07-16 brainImproved this a lot
2006-07-16 brainThis should be faster, we read it like a stream now...
2006-07-16 brainirc::tokenstream is a token parser which using std...
2006-07-12 brainFinal test.
2006-07-12 brainTest
2006-07-12 brainMirroring test
2006-07-12 brainTest commit (this should be auto synched to staffbox)
2006-07-12 brainTest commit
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-11 brainFix my last broken commit
2006-07-11 brainMove openSockfd[] into ServerConfig
2006-07-01 brainrelocate the Move* methods to private: where they belon...
2006-07-01 brainMake WritePID a public function of class InspIRCd
2006-07-01 brainMove SetSignals(), Start() and DaemonSeed() into privat...
2006-06-29 specialForward port of CullList and my bragging rights
2006-06-29 omYou don't need to cast a char* to a char* to put it...
2006-06-29 omRemove hardcoded filename prefix to log message, with...
2006-05-03 brainReturn false was missing
2006-05-02 brainNew header at the top of this file clarifying gplv2...
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-20 brainFixes for lib dirs
2006-04-20 brainExecinfo stuff
2006-04-09 omShuffle some more includes around, const reference...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-04-07 omSlight optimisation to config reader, looks nicer even...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 w00ttrivial: Made a slight error on that last commit, misse...
2006-04-03 brainTest fixes for cpu eating issue
2006-03-25 brainBugfix for bug #101 being as the fix was just one simpl...
2006-03-22 brainStack overflow prevention allows deeper recursion
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-16 brainFix to warning line 218
2006-03-16 brainCatch std::bad_alloc program wide (to catch out nazi...
2006-03-13 brainObscure bug of the week: InspIRCd crashes when given...
2006-03-11 brainChecks and stuff :p
2006-03-11 brainRe-enterant safety
2006-03-11 brainRemoved lots of claptrap debug in a well tested old...
2006-03-09 brainDelete unknown sockets on sight
2006-03-07 brainWhat MUPPET made stdin, stdout and stderr FILE* pointer...
2006-03-07 brainclose stdin, stderr and stdout rather than freopen...
2006-03-07 brainBuffer flush time now under 0.5 secs
2006-03-07 brainFlush user buffers more often (every 30 iterations)
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-07 brainAdded a 'max depth' to stop recursive issue
2006-03-06 brainChanged return to break in mainloop for better efficiency
2006-03-02 brainFix to prevent recursive call to DoBackgroundTimer
2006-02-27 brainAnd now the final result of all this tweaking comes...
2006-02-27 brainTweaks
2006-02-27 brainTest two
2006-02-27 brainConstant eating 20% cpu since last nights commit -...
2006-02-26 brainFixes and tweaks
2006-02-26 brainSafety stuff
2006-02-26 brainMoved the contents of the mainloop into a function...
2006-02-26 brainFix for segfault if name of file left off commandline
2006-02-26 brainAnd fixes for typos
2006-02-26 brainAdded ability to provide -logfile parameter on commandline
2006-02-23 brainLook-behind for missed timers up to 2 minutes (if your...
2006-02-23 brainMoved timer stuff from OnBackgroundTimer to InspTimer...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-22 brainSAFELIST 005 token is now part of m_safelist not the...
2006-02-22 brainChanged triggering time of OnBackgroundTimer to 5 secs...
2006-02-19 brainReturn false after catching a module exception
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-18 brainAdded MAXPARA=32 to 005 (no other ircd has this, or...
2006-02-15 w00t- Manually bump revision ID, apparantly it's stopped...
2006-02-08 brainIncreased how often socket timeout checks occur which...
2006-02-07 brain005 update, removed duplicate WALLCHOPS reported by...
2006-02-03 brainCheck for time going BACKWARDS (yes. really.)
2006-02-03 brainAdded "FNC WALLVOICES WALLCHOPS" to 005 numeric,
2006-02-03 brainAdded '%' to STATUSMSG
2006-02-03 brain*EXPERIMENTAL* <options:hidesplits> ircu-style quit...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-01-30 brainDont check paths on cygwin
2006-01-27 brainRemoved unused variable char* target
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-26 brainRemoved excessive debug for something thats now fixed
2006-01-25 brainFixed to not have ohv in CHANMODES type A,
2006-01-25 brainAdded PRIORITY_BEFORE and PRIORITY_AFTER (see src/modul...
next