]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-23 brainDont sleep if there is a diedelay of 0
2006-12-23 brainFix exit in wrong place, and add new exitcodes.h
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-23 brainProgram termination (including SIGTERM) now calls InspI...
2006-12-23 brainFix issue where the last module to be loaded wasnt...
2006-12-23 brainCut down on debug on restart
2006-12-23 brainUse GetModuleCount() rather than the member var
2006-12-23 brainFix glitch when restarting on 2nd pass of module unload
2006-12-23 brainAdd more comments.
2006-12-23 brainClose client sockets too (do these last)
2006-12-23 brainUnload as many modules as we can on restart, and close...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
2006-12-22 peaveychange userrec int timeout to time_t since it's a times...
2006-12-22 brainUninitialized values: fun for ALL the family this xmas...
2006-12-22 brainAdd ConvToInt() template to go with ConvToStr() that...
2006-12-22 brainLine 1582 configreader.cpp
2006-12-22 brainRemove useless debug
2006-12-22 brainRefactor connect allow/deny lines
2006-12-22 brainReduce logging caused by mode changes
2006-12-22 brainFix for alias var names within aliases
2006-12-22 specialFixed to compile properly with -O; keep in mind that...
2006-12-21 specialRemoved a pointless check in ./configure --clean that...
2006-12-21 brainFix for bug #180, logging is not threadsafe, mutex...
2006-12-21 brainAnd back onto the SVN track...
2006-12-21 brainBeta 6, patchlevel 1 (lets try this again.)
2006-12-21 peaveyProper fix for CS server crash, forgot to delete chanre...
2006-12-21 peaveyCrude hotfix to what's been crashing chatspike
2006-12-21 specialThis should fix the issue with unsetting +J
2006-12-19 brainWhen we handle a READ event on a user, return immediately.
2006-12-19 w00tFix server prefix on JOIN.
2006-12-18 w00tAvoid no such nick on non oper attempting to view modes...
2006-12-18 brainstd::string something = "";
2006-12-18 brainWhack a warning (unused var)
2006-12-18 brainThen, realize you got your subtraction back to front.
2006-12-18 brainReally clever VOODOO.
2006-12-18 brainRefactor dns.cpp to use an array of request types rathe...
2006-12-18 w00tFix bug in m_dnsbl: Only the first <dnsbl> tag would...
2006-12-17 brainFix for new m_helpop
2006-12-17 brainAdvance the version number to beta7+SVN
2006-12-17 brainBranch for beta 6 Juletre
2006-12-17 brainFix this (at last) to only log commands which are operonly
2006-12-17 brainAdd this:
2006-12-17 brainCorrectly send TS in JOIN so that services packages...
2006-12-17 brainAdd a message to the makefile, when starting the build...
2006-12-17 brainDont use FJOIN to join users to channels outside the...
2006-12-17 brainUse $^O rather than chomp(`uname`); - use perl's neat...
2006-12-17 peaveyMake RemoveCommand private.
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-17 brainHandle removal of permenant svsholds
2006-12-17 brainFix potential crash, not enough parameters for va_arg...
2006-12-17 peaveyFix a little = turned into a ==
2006-12-17 peaveyUse safe iter for deleting while iterating
2006-12-17 brainsomeone test this please
2006-12-17 brainIf the caller said no linefeeds, dont bail, instead...
2006-12-17 brainFinally document <insane> tag, we've had this since...
2006-12-16 brainAdd format="" value, at request of Emeric.
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-16 brainAdd stuff so that the core catches CoreException properly
2006-12-16 brainAllow linefeeds in this module in one value
2006-12-16 brainTidy up text formatting
2006-12-16 brainChange m_helpop to use the new boolean flag in ReadConf...
2006-12-16 brainAdd an optional parameter to ConfigReader::ReadValue...
2006-12-16 brainFix all the left out examples that dont get copied...
2006-12-16 brainAdd some comments to explain whats going off in one...
2006-12-16 brainNot sending capab when theres no transport module attac...
2006-12-16 brainGet rid of HelpopException, use ModuleException thats...
2006-12-16 w00tw00t: the power to rewrite modules in the leap of a...
2006-12-16 peaveyMake SNO notice for +o global
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-16 peaveyMake irc::spacify take 'const char*' instead of 'char*'
2006-12-16 brainLinefeeds in quotes, just for w00t.
2006-12-16 peaveyRemove libIRCDaes.so from install
2006-12-16 w00tUsermode +G allowed opers to change other user's modes...
2006-12-16 brainFix setting of * for bans in m_messageflood, this has...
2006-12-15 w00tRemove doc/supported, it's obsoleted by the wiki. Happy...
2006-12-15 w00ts/ChatSpike/InspIRCd/ development team
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-12-15 w00tStill more massive commit fun. Headers in include/...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-15 brainTry harder to make sure the ERROR string gets sent...
2006-12-15 brainCleaning up irrelevent stuff in channels.cpp
2006-12-14 brainRemove commented out FlushWriteBuf()
2006-12-14 brainRemove misc debug
2006-12-14 brainFix silly bug of the day.
2006-12-14 brainRemove FlushWriteBuffer() from DoBackgroundUserStuff...
2006-12-14 brainCPU Usage percent in stats z! yay!
2006-12-14 brainChange how users are quit if they get a write error...
2006-12-14 brainRefactor userrec::chans.
2006-12-14 brainRefactoring:
2006-12-13 brainFix m_watch to properly use OnCleanup, and to delete...
2006-12-13 brainFix configure stuff AGAIN.
2006-12-13 brainOn now-ancient freebsd 5.2.1, fix the compile by forcin...
2006-12-13 brainComments
2006-12-13 brainTurn watchlist back to map. watchlist is small, watchen...
2006-12-13 brainChange m_watch to use hash_map rather than map, because...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
next