summaryrefslogtreecommitdiff
path: root/src/helperfuncs.cpp
AgeCommit message (Expand)Author
2008-04-04Remove deprecated InspIRCd::Log() method so people don't use it etcw00t
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-15Merge warning about InspIRCd::Log()aquanight
2008-02-15Make -nofork work properly with logging now.aquanight
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-02-10Code for loading <log method=file> tags from config, but this still needs to ...aquanight
2008-02-10Per-logstream loglevels.aquanight
2008-02-10w00t br0ked it! :pbrain
2008-02-09New logging implementation. Also write messages about InspIRCd::Log() being d...w00t
2008-02-02Move some stuff to usermanager, remove a little header insanity, remove trace...w00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-17Move a number of methods from class InspIRCd to class UserManagerw00t
2008-01-16Validate <server:id> on startup if provided, thx Brainw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-10-23Pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-22Remove a wrapper, it's easy to read as is :pw00t
2007-10-22Move InspIRCd::IsValidMask() to helperfuncs.cppw00t
2007-10-15Move some other stuff to helperfuncs (uline related, and timestring)w00t
2007-10-15Move InspIRCd::Duration from command_parse to helperfuncsw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-09-26Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote...special
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Add uuid hash_map - its management is automatic via userrec constructors/dest...brain
2007-08-27Fix obligotary typosbrain
2007-08-27When a numeric nick is passed to FindNick, we call FindUUID insteadbrain
2007-08-27Fix me not being able to code..w00t
2007-08-27Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou...w00t
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-08-23Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inste...brain
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