]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/inspircd.cpp
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / inspircd.cpp
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...
2006-01-23 brainReordered some stuff to allow a clever trick
2006-01-22 brainUpdated 005 to show changeable MAXTARGETS
2006-01-22 brainWrong nicklen is shown in the 005 numeric, fixed (notic...
2006-01-15 brainAdded support for <options customversion> to customize...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-12 brainChanged channel user lists from vector to map
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2006-01-09 brainMissing classname
2006-01-09 brainFixed compile issue
2006-01-09 brainUntested priority system for modules to move themselves...
2006-01-04 brainRenumber the implement lists after a module is unloaded
2006-01-04 brainAdded a TODO
2006-01-03 brainAdded CASEMAPPING and CHARSET to ISUPPORT (005)
2005-12-30 brainChanged background stuff to occur more often
2005-12-30 brainOptimized out some more redundant va_args voodoo
2005-12-29 brainCached ISUPPORT
2005-12-29 brainChanged to MAX_DESCRIPTORS
2005-12-29 brainAdded counters for MAX_DESCRIPTORS etc which allows...
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-29 brainOptimizing to not use so much cpu with high user loads
2005-12-28 brainSignal handlers were not being set when -nofork was...
2005-12-26 brainFixed and implemented /modules debug <glob>
2005-12-26 brainFixed typo
2005-12-26 brainAdded global_implementation array, bypasses calls which...
2005-12-26 brainFixed support for implementation hooks
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-19 brainSSL is a fucking mess.
2005-12-18 brainAdded IOHookModule stuff to allow for different modules...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainAdded 'this' to LoadAllModules
2005-12-16 brainMoved serverstats* stats to InspIRCd class
2005-12-16 brainMoved LoadAllModules out of constructor, because value...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainMoved mode stuff into modeparser
2005-12-16 brainFixed, no longer need to call SetupCommandHandler,...
2005-12-16 brainChanged to use CommandParser for RemoveCommands
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainRenamed removecommands to remove_commands
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-16 brainMoved BoundPortCount into serverstats
next