]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/helperfuncs.cpp
In the grand tradition of huge fucking commits:
[user/henk/code/inspircd.git] / src / helperfuncs.cpp
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
2006-08-18 brainNONBLOCKING LOGGER!
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainNow two types of log macro, log() and ilog(). log(...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-10 brainMove all_opers into class InspIRCd
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove tons more stuff into class InspIRCd*, make signal...
2006-08-10 brainMove AllModulesReportReady into a private method of...
2006-08-10 brainMove strlower into nspace namespace where hash<std...
2006-08-10 brainMove InsertMode into ModeParser
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainTidy up loglevel enum (remove some C-ish defines)
2006-08-09 braindo_log -> static void InspIRCd::Log() (with vararg...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWriteWallops() -> userrec::WriteWallops() (originates...
2006-08-08 brainWriteCommon() and WriteCommonExcept() -> userrec::Write...
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainAddOper() and DeleteOper() -> userrec::Oper() and userr...
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-08-06 brainSupport CIDR, CIDR zline, /oper and CIDR <connect>...
2006-08-04 brainChange to using userrec::ip as a sockaddr to store...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-07-28 brainChange all references to voodoo numbers (7, 3 etc)...
2006-07-28 brainChange some if fd > -1 to IS_LOCAL macro
2006-07-19 brainIncrease size to unsigned long
2006-07-19 brainCompletely remove need for memset.
2006-07-19 brainFix MOTD
2006-07-19 brainChange size of already_sent from char to int to work...
2006-07-19 brainSpeed up writecommon, writecommon_noformat, writechanne...
2006-07-19 brainFix motd with new buffering
2006-07-18 brainTried to implement sprintf that returns std::string...
2006-07-08 brainAdd userrec::HasMode, fix some typos.
2006-07-08 brainRefactored user modes to work like the channel modes...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-07-01 w00tforward port of r4092
2006-06-29 omChange log() to a #define, the real symbol is now do_lo...
2006-06-24 brainForwardport of safety fixes for Write* functions
2006-06-12 brainIf the <ALLOW> or <DENY> tag specifies an ip, and this...
2006-06-08 brainFix for mode string getting cut, breaks on some +L
2006-04-28 brainError checking of raise(), so that if theres no coredum...
next