summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
AgeCommit message (Expand)Author
2007-07-25Turn IsIdent into a functorbrain
2007-07-25Add stuff for functors. Currently, as a test case only InspIRCd::IsNick has b...brain
2007-07-23Remove darwin hax from 1.2w00t
2007-07-23Add some documentationw00t
2007-07-23Sanity check: we don't want to deal with Config being invalid while loggingw00t
2007-07-23Tidyup a bunch of stuff that was using userrec::modes directly rather than us...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-21Apply patch from BuildSmart that fixes a few issues on Mac with the logfile p...peavey
2007-06-09Change some = "" to clear() and some == "" to .empty()brain
2007-05-26Brok.brain
2007-05-21Reorder includes, dont worry there is method to my madness (i hope)brain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-13Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel.w00t
2007-04-06More information in error when a module cant be loadedbrain
2007-01-06*slaps self* for not test compilingbrain
2007-01-06Fix oper count, we cant decrement ModeCount('o') from the userrec destructor ...brain
2006-12-30Add unregistered user counter, this may also fix the (minor) m_conn_lusers sh...brain
2006-12-29Fix for w00tbrain
2006-12-29Add counter system for umodes to get rid of some O(n)brain
2006-12-23Crash on /rehash fixed (old code in here passed NULL, 0 as argc, argv, this i...brain
2006-12-23Hash rehashing changebrain
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-23Refactored /RESTART (and added InspIRCd::Restart(reason))brain
2006-12-18std::string something = "";brain
2006-12-18Whack a warning (unused var)brain
2006-12-18Then, realize you got your subtraction back to front.brain
2006-12-18Really clever VOODOO.brain
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-12-12Avoid pointless vsnprintf() when our loglevel doesnt meet requirementsbrain
2006-12-11Finally got read buffering working properlybrain
2006-10-28Add 'dest' parameter to OnWhoisLine, contains the user being whois'ed (we nee...brain
2006-10-28Add support for OnWhoisLine, which allows modules to change or drop any line ...brain
2006-10-23Give some actual information when the log file fails to openspecial
2006-10-06And fix typosbrain
2006-10-06tidy up WriteModebrain
2006-10-02IsNick moved to helperfuncs.cpp, makes a lot more sense than inspircd.cppw00t
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-18Missing a space in log messagesbrain
2006-08-18NONBLOCKING LOGGER!brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11extern time_t TIME -> InspIRCd::Time()brain
2006-08-10Move all_opers into class InspIRCdbrain
2006-08-10Mass-tidyup of module global vars, theyre no longer global vars.brain
2006-08-10Move tons more stuff into class InspIRCd*, make signal handler functions stat...brain
2006-08-10Move AllModulesReportReady into a private method of class InspIRCdbrain