]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-28 peaveyAdd support for LOCKSERV/UNLOCKSERV to block/open for...
2006-12-28 peaveyAdd m_dnsbl to example conf.
2006-12-28 peaveyTidyup and is now a vendor module.
2006-12-28 peaveyWhoops unused variable.
2006-12-28 peaveyAdd cleanup of objects on readconf and in destructor.
2006-12-28 peaveyRemove an extra delete that caused a segfault.
2006-12-26 peaveyFix deprotectself=no not working.
2006-12-26 brainBeta 8 track! (oh, and there are now officially more...
2006-12-26 brainCrux!
2006-12-26 brainhave configure detect SOMAXCONN and store it in a strin...
2006-12-26 brainAdd defaults for a ton of config vars, fix indentation...
2006-12-26 brainChange to use std::string::iterator rather than making...
2006-12-26 peaveyJust a little tweak so trigger values makes more sense.
2006-12-26 peaveyDocument new blockcaps options in example conf.
2006-12-26 peaveyAdd support for config option for percent and minimum...
2006-12-26 peaveyAdd some defaults to serverconfig, removing need to...
2006-12-26 peaveyAdd Template itoa to convert integer to char*
2006-12-26 peaveyEven more typos from Tyler...
2006-12-26 peaveyAnother minor typo discovered by Tyler.
2006-12-26 peaveyAlso add support for default values for ConfValueBool...
2006-12-26 peaveyFix small typo found by Tyler.
2006-12-26 peaveyTidyup a few var inits for whowas and ircu style prefix.
2006-12-26 peaveyAdd possibility to define default value for ConfValue...
2006-12-25 peaveyFix m_httpd always crashing in destructor if no active...
2006-12-25 peaveyCosmetic fix to stats z output.
2006-12-24 brainFix ISON with multiple lines of ISON response, canonize...
2006-12-24 brainFix broken +G for AnMaster (thanks for pointing out...
2006-12-24 brainCorrectly ignore commented out includes
2006-12-24 brainDouble whoops
2006-12-24 brainWhoops!
2006-12-24 brainSQLQuery operator% and operator, now support any data...
2006-12-24 brainTidyup
2006-12-24 brainTidyup
2006-12-24 brainAdd new people to /info
2006-12-24 brainTidyup Leet Caps Like This, and display PID when perfor...
2006-12-24 brainMake gdb ignore sighup too
2006-12-24 brainAnd fix obligitary brainfarts
2006-12-24 brainWhoops, crash on sighup due to passing null argv and...
2006-12-24 brainFix the launcher for two situations:
2006-12-24 brainDamnit, the comment caused a conflict :<
2006-12-24 brainw00t was right, freebsd needs <getopt.h> too
2006-12-24 brainAdded a comment /* GNUs smell */ to an #ifdef linux...
2006-12-24 brainChange argument parsing to use getopt_long_only().
2006-12-24 brainFix --with-max-clients not taking a parameter (reported...
2006-12-24 peaveyFix a bug in whowas that could desync list.
2006-12-24 peaveyAdd whowas usage to stats z.
2006-12-24 brainNeither should this
2006-12-24 brainRelatively small typo fix
2006-12-24 brainAdd call for OnGarbageCollect to the hourly cleanup
2006-12-24 brainAdd OnGarbageCollect method
2006-12-24 brainDo garbage collection of hash map automatically every...
2006-12-24 brainFix loop when quitting multiple users (this is probably...
2006-12-23 brainBetter checks for NULL log handles
2006-12-23 brainWe can't log in SocketEngine::DelFd(), because the...
2006-12-23 brainCrash on /rehash fixed (old code in here passed NULL...
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:
next