]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/helperfuncs.cpp
...because every now and again, i have to do a massive commit.
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgMove command-line items to CommandLineConf
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-13 danieldgChange to new execution directory structure
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-08-12 danieldgFixes for config reader
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-23 brainFix m_nationalchars using a copy and paste of my unsafe...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-28 w00tMake this less confusing for us and users
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-06 w00tChange extban seperator in 005 to match charybdis and...
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-07-16 specialApplied patch by psychon to make AddExtBanChar correctl...
2008-07-14 w00tAdd InspIRCd::AddExtBanChar() to avoid copypasta.
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 aquanightComment and improve check for access to ~/.inspircd...
2008-05-03 aquanightMake creation of ~/.inspircd properly check for EEXIST
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-12 brainFixes for default log. It is now called ~/.inspircd...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-04-04 w00tRemove deprecated InspIRCd::Log() method so people...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-15 aquanightMerge warning about InspIRCd::Log()
2008-02-15 aquanightMake -nofork work properly with logging now.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-10 aquanightCode for loading <log method=file> tags from config...
2008-02-10 aquanightPer-logstream loglevels.
2008-02-10 brainw00t br0ked it! :p
2008-02-09 w00tNew logging implementation. Also write messages about...
2008-02-02 w00tMove some stuff to usermanager, remove a little header...
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-17 w00tMove a number of methods from class InspIRCd to class...
2008-01-16 w00tValidate <server:id> on startup if provided, thx Brain
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-22 w00tRemove a wrapper, it's easy to read as is :p
2007-10-22 w00tMove InspIRCd::IsValidMask() to helperfuncs.cpp
2007-10-15 w00tMove some other stuff to helperfuncs (uline related...
2007-10-15 w00tMove InspIRCd::Duration from command_parse to helperfuncs
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-09-26 specialFixed bug #404; this was caused by recieving multiple...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-27 brainAdd FindNickOnly, that wont fall through to uid checks...
2007-08-27 brainAdd uuid hash_map - its management is automatic via...
2007-08-27 brainFix obligotary typos
2007-08-27 brainWhen a numeric nick is passed to FindNick, we call...
2007-08-27 w00tFix me not being able to code..
2007-08-27 w00tAdd InspIRCd::FindUUID() methods. Currently, these...
2007-08-23 brainRaft of fixes so that inspircd can call Cleanup() and...
2007-08-23 brainFix segfault on 'cant open logfile' on startup, on...
2007-07-25 brainTurn IsIdent into a functor
2007-07-25 brainAdd stuff for functors. Currently, as a test case only...
2007-07-23 w00tRemove darwin hax from 1.2
2007-07-23 w00tAdd some documentation
2007-07-23 w00tSanity check: we don't want to deal with Config being...
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-21 peaveyApply patch from BuildSmart that fixes a few issues...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-05-26 brainBrok.
2007-05-21 brainReorder includes, dont worry there is method to my...
2007-05-20 w00t- Modify ServerConfig::GetFullProgDir to just return...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-13 w00tMove IsIdent() into helperfuncs.cpp along with IsNick...
2007-04-06 brainMore information in error when a module cant be loaded
2007-01-06 brain*slaps self* for not test compiling
2007-01-06 brainFix oper count, we cant decrement ModeCount('o') from...
2006-12-30 brainAdd unregistered user counter, this may also fix the...
2006-12-29 brainFix for w00t
2006-12-29 brainAdd counter system for umodes to get rid of some O(n)
2006-12-23 brainCrash on /rehash fixed (old code in here passed NULL...
2006-12-23 brainHash rehashing change
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-23 brainRefactored /RESTART (and added InspIRCd::Restart(reason))
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-15 w00tJesus, look who's the commit whore today. More header...
2006-12-12 brainAvoid pointless vsnprintf() when our loglevel doesnt...
2006-12-11 brainFinally got read buffering working properly
2006-10-28 brainAdd 'dest' parameter to OnWhoisLine, contains the user...
2006-10-28 brainAdd support for OnWhoisLine, which allows modules to...
2006-10-23 specialGive some actual information when the log file fails...
2006-10-06 brainAnd fix typos
2006-10-06 braintidy up WriteMode
2006-10-02 w00tIsNick moved to helperfuncs.cpp, makes a lot more sense...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-18 brainMissing a space in log messages
next