]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Fixes and tweaks
[user/henk/code/inspircd.git] / src /
2006-02-26 brainFixes and tweaks
2006-02-26 brainFixed bursting stuff a little
2006-02-26 brainMade this safer, dont try and yield back when sending...
2006-02-26 brainSafety stuff
2006-02-26 brainAnd more
2006-02-26 brainNow the obligotary typo fixes
2006-02-26 brainYields back to user processing to give users a chance...
2006-02-26 brainMoved the contents of the mainloop into a function...
2006-02-26 brainRemoved setpriority()
2006-02-26 brainTweaks
2006-02-26 brainMoved to irc::string for commands in server-server...
2006-02-26 brainWhoops, overriding EVERY command!
2006-02-26 brainWarning fixes
2006-02-26 brainMissing include
2006-02-26 brainAdded m_operwho, allows opers to list everyone
2006-02-26 brainFixed Server* Srv stuff in these too, although by defau...
2006-02-26 brainHow did this random stray '1' get in here before the...
2006-02-26 brainServer* Srv marked static or moved to private member...
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-26 brainLowercase the servername automatically
2006-02-25 brainTypo found by gcc 4 warnings
2006-02-25 brainInclude tweaks
2006-02-25 brainAuto-lowercase all server names read in from <link...
2006-02-24 brainAnother tweak for port
2006-02-24 brainNow sends out warning when oper on a remote server...
2006-02-24 brainOne character brain-wave fix (had idea at work)
2006-02-24 brainWrong address being bound by InspSocket when binding...
2006-02-23 omDecide that it wasn't quite appropriate :(
2006-02-23 omAdd entirely pointful smiley to comment
2006-02-23 brainAdded comment
2006-02-23 brainiTypo (like a typo, but with crazy blue sides)
2006-02-23 brainLook-behind for missed timers up to 2 minutes (if your...
2006-02-23 brainRemoved bit of logging that said the timer was ticking...
2006-02-23 brainMoved LIST header
2006-02-23 brainAnd the typo.
2006-02-23 brainlistusers has to be global now (ugh)
2006-02-23 brainMoved timer stuff from OnBackgroundTimer to InspTimer...
2006-02-23 brainUse ::AddTimer not AddTimer, or it calls this->AddTimer...
2006-02-23 brainFixed to work
2006-02-23 brainIncorporating InspTimer into safelist as a test
2006-02-23 brainFixes
2006-02-23 brainFirst revision of new timer code, not in the makefile...
2006-02-22 brainOptimized a little
2006-02-22 brainForce burst to end if a remote server pings us, or...
2006-02-22 brainImproved calculation to account for server name on...
2006-02-22 brainPerm elines (<exception> tag) not being applied - fixed
2006-02-22 brainSAFELIST 005 token is now part of m_safelist not the...
2006-02-22 brainFix typos :p
2006-02-22 brainCleanups on module unload or user /QUIT
2006-02-22 brainAdded m_safelist. This was originally w00t's code,...
2006-02-22 brainChanged triggering time of OnBackgroundTimer to 5 secs...
2006-02-22 brainAdded m_safelist helper functions GetChannelCount and...
2006-02-22 brainOh yae, Oh Yae, back in old days of yore, Ye Brain...
2006-02-21 w00tAdded which word is blocked to the numeric
2006-02-21 w00tAdded 'is a registered nick' to whois
2006-02-21 brainIts true i cant count! :P this one i spotted in testing.
2006-02-21 brainMore error descriptives
2006-02-21 brainMade error more understandable on 'file not found'
2006-02-21 brainMAXMODES wasn't being enforced
2006-02-21 brainMissing include
2006-02-21 brainEnforce 64 char dns limits
2006-02-21 brainTests for channel ghosting?
2006-02-21 brainFixed
2006-02-21 brainFix for ambiguity in function name here
2006-02-21 brainAdded second form of find() taking const char*, which...
2006-02-21 brainImproved speed of Find() by passing reference to std...
2006-02-21 w00tIt didn't, there was more strlcpy
2006-02-21 w00tFix this, I think.
2006-02-20 brainLets fix it right this time (and annoy ol with more...
2006-02-20 brainUser kicks being ignored!!!
2006-02-20 brainFix to stop new code treating all KICK messages as...
2006-02-20 brainPropogation of remote kicks (testy test)
2006-02-20 brainFix for hide-ulines in /links
2006-02-19 brainAIEEE fucking overloaded operators
2006-02-19 brainMore tweaks
2006-02-19 brainTweaks
2006-02-19 brainAdded + and == operators between std::string and irc...
2006-02-19 brainRemoved the 'one of' check for <dns>
2006-02-19 brainThrows exception on failed GetIOHook()
2006-02-19 brainAdded check for if the servername contains a '.', if...
2006-02-19 brainMoved to 1.0.2+SVN
2006-02-19 brainMoved to 1.0.1 release
2006-02-19 brainThis was back to front and threw an exception when...
2006-02-19 brainReturn false after catching a module exception
2006-02-19 brainI repeat, missing semicolons are bad
2006-02-19 brainMissing semicolons are bad.
2006-02-19 brainServer::AddExtendedMode and Server::AddCommand will...
2006-02-19 brainMore exception throwing in constructors
2006-02-19 brainAdded FilterException and throw code
2006-02-19 brainAdded exception thrower
2006-02-19 brainApparently to catch descendent classes we need to catch...
2006-02-19 brainAdded exception handling for module loading
2006-02-19 brainShould fix case insensitivity issue
2006-02-19 w00t- Don't allow invalid channel names in /mode #chan...
2006-02-18 brainAdded MAXPARA=32 to 005 (no other ircd has this, or...
2006-02-16 brainBad maths, bad! go sit in the corner
2006-02-16 brainMore debug
2006-02-16 brainNew tweak doesnt work yet, dont use
next