]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src
Remove references to inspircd_io from these, stop configure making all the modules...
[user/henk/code/inspircd.git] / src /
2006-04-08 omRemove references to inspircd_io from these, stop confi...
2006-04-08 omObsolete
2006-04-08 omRemove uneccessary socket includes now included in...
2006-04-08 omHelps to svn add these too :P
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-08 omRemove some unused headers and unneeded casts
2006-04-08 nenolod- first steps towards a working IPv6 port. I'll work...
2006-04-08 nenolod- fork off spanningtree module for UUID stuffs :o
2006-04-07 omMake WriteServ use WriteServ_NoFormat, code duplication...
2006-04-07 omSlight optimisation to config reader, looks nicer even...
2006-04-07 omSame error message somewhere else, and actually define...
2006-04-07 omChange error message so it's not 'out of range' when...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-04-04 brainMore verbose error output
2006-04-04 brainConnection refused bug is FIXED!!!!
2006-04-04 omRemove 'validation' for server description and network...
2006-04-04 brainBad brain bad
2006-04-04 brainTweaks to hopefully prevent 100% cpu use issue
2006-04-04 brainMissing helperfuncs and someone took writeopers out...
2006-04-04 omAnd the bit I missed... :/
2006-04-04 omRemove a load of unneeded debugging output
2006-04-04 brainJust indentation tidyups, dont worry i didnt break...
2006-04-04 omOptimisations
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-04 omAdd WriteOpers_NoFormat, now to remember what I wanted...
2006-04-04 omExtra error detection, thwap me if this comes up with...
2006-04-04 omRemove duplicate error messages
2006-04-04 omDie properly on included config file errors
2006-04-04 omUndo the last tweak, which broke it, and show filenames...
2006-04-04 omcombine a couple of if()'s
2006-04-04 omRemove some random unneeded casts
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-04 w00ttrivial: Made a slight error on that last commit, misse...
2006-04-04 w00tForward port the removal of -nolimit (doesn't seem...
2006-04-04 omundo w00t's screwup
2006-04-04 w00tThis doesn't belong in userprocess.cpp. :P
2006-04-03 brainTest fixes for cpu eating issue
2006-04-03 omFix Odin & Dune's obscure bug when you have the name...
2006-04-03 omInitialise OperSpyWhois value to false, just in case.
2006-04-03 omRemove un-needed strlen and pointer in duration()
2006-04-03 omsplit_clist will never send lines over 512 chars, also...
2006-04-03 brainFix to prevent adding empty phrases to +g list
2006-04-03 brainCopy of 1_0_stable fix for malformed (>64 chars) hostnames.
2006-04-02 omUndo me screwing stuff up
2006-04-02 omAdd amd64/linux to list of OS'es tested, but mainly...
2006-04-01 brainFixes for stability of connects (these didnt make it...
2006-03-30 omMake the comment make sense ;<
2006-03-30 omMake chlist() use an ostringstream, should be faster
2006-03-30 omAdd configuration option <options:operspywhois> to...
2006-03-30 omMake /whois code a little prettier, make /whowas show...
2006-03-28 brainBackport of 100% cpu on connection refused bug
2006-03-28 omCleanups. Don't have a colon with no part reason. Param...
2006-03-27 brainRemove debugging
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-27 brainFix for desync in channels with keys a'la services
2006-03-27 brain"I'm a tester, honest!" :p
2006-03-27 omIndentation fixes, and stop it snoticing on every join...
2006-03-27 omif(chan->limit >= Srv->CountUsers(chan)) snotice &...
2006-03-27 w00tExperimental (it compiles..) channel support for /check...
2006-03-27 w00tFounders CANNOT be kicked, so don't let them be removed...
2006-03-27 w00tRemove unused variable
2006-03-27 w00tRemoved unused check for valid channel name - if it...
2006-03-27 w00ttrivial: Slight reformat of expiry of line message
2006-03-26 brain->1.1.0
2006-03-26 brainRegressed buffering code
2006-03-26 brainRemoval of DoOneIteration stuff
2006-03-26 brainAll software threading stuff *disabled*
2006-03-26 brainIS_LOCAL check on flushwritebuf
2006-03-26 brainListening sockets are now explicitly nonblocking just...
2006-03-26 w00tRemove unnecessary casting.
2006-03-25 w00tPossible fix for a desync condition
2006-03-25 brainkill_link safety checks
2006-03-25 brainBugfix for bug #101 being as the fix was just one simpl...
2006-03-22 w00tRemoval of software threading idea in CullList. Nice...
2006-03-22 brainStack overflow prevention allows deeper recursion
2006-03-21 brainunsigned long -> unsigned int: unsigned int should...
2006-03-21 brainTidyup: (unsigned) cast to more explicit (unsigned...
2006-03-20 brainWhy does EVERYONE forget to include helperfuncs.h?
2006-03-20 brainTrivial: ServerPrivmsgAll() sending Notices
2006-03-19 brainTrivial: 401 numeric for m_remove when nick or channel...
2006-03-19 brainSomeone doesnt validate their input.... ;-p
2006-03-19 brainDon't permit non-opers to /NOTICE $* and /PRIVMSG ...
2006-03-19 brainLUSERS oper count was broken and reporting the oper...
2006-03-19 brainTook out ability to issue parameterless helpop
2006-03-19 brainCheck for link tags with undefined ipaddr fields (for...
2006-03-19 brainSomeone didnt know how to check for no parameters ...
2006-03-18 brainTest fix for topic loop
2006-03-18 brainAllow adding of new client ports via /REHASH.
2006-03-18 brainSee previous change
2006-03-18 brainNo RFC says anything about hiding channels containing...
2006-03-17 omTidy up around the ex AMD64 'fix'
2006-03-17 omDid the same thing here :/
2006-03-17 omGiving printf formats and not giving it arguments for...
2006-03-17 omAMD64 warning 'fix' which tested fine when I added...
2006-03-16 brainFix to warning line 218
2006-03-16 brainCatch std::bad_alloc program wide (to catch out nazi...
2006-03-15 brainPass int not userrec
2006-03-15 brainCasting to keep gcc happy
2006-03-15 brainTypo in copy/paste from safelist
2006-03-15 brainAdded preliminary m_antibear.cpp, a security module...
next