summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-09Revert repeat timer to old one, to make sure it only runs if list was actuall...peavey
2007-01-09Add specialization for ConvToStr on a single char, return std::string(in,1) :pbrain
2007-01-09This is better, and proved workingbrain
2007-01-09This is a bit betterbrain
2007-01-09Overloaded template classes for mucho improved ConvToStr speedbrain
2007-01-09TimeSyncTimer now uses repeat timer.peavey
2007-01-09Assigning a std::string var initially to "" is pointless.brain
2007-01-09Make safelist use repeat timer.peavey
2007-01-09Tidy up (optimize, improve) chanrec::WriteChannelWithServbrain
2007-01-09Tidy up an if/then/else chain into a switchbrain
2007-01-09Cache channel max bans value to save an O(n) loop of match() on every ban (et...brain
2007-01-08cmd_whowas now uses the shiny new repeating timer.peavey
2007-01-08Tweaks to mode parserbrain
2007-01-08Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...brain
2007-01-08 user->WriteServ( "371 %s :. o O ( The Inspire Internet Relay Chat Ser...brain
2007-01-08Someone forgot to add clearcache to the makefile install (thanks AnMaster)special
2007-01-08getpidfile was not working at all. Fix it to work as intended.peavey
2007-01-08Move whowas containers into whowas class to avoid all cpp files including cmd...peavey
2007-01-08Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...brain
2007-01-08Now even less leakage on add.peavey
2007-01-08Oh, this tweak is for w00t -- rehash will remove expired items from the dns c...brain
2007-01-07Update a comment, and touch a header just to make people rebuild stuff >:)brain
2007-01-07If the result is cached, dont bother waiting for the dns timeout, release the...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07And its all done and working!brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07Tidy up old MaintainWhoWas.peavey
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2007-01-07Fix m_testcommand which tries to use an undefined pointer as ServerInstancebrain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-07Rename all the classes in m_httpd to be HttpServer etc,brain
2007-01-07Make this use the newer format of class Request (this module was still using ...brain
2007-01-07Make this compile.peavey
2007-01-07Added m_http_client - this is incomplete and won't work at all, don't try to ...special
2007-01-07Adding CIDR support to m_check: as easy as adding a 'true' to match()brain
2007-01-07add internal cmdhandler that will make it easy to move stuff out of core and ...peavey
2007-01-06Whoopsbrain
2007-01-06Dont try and show idle time of remote opers in STATS Pbrain
2007-01-06Fix remote opers not being added to all_opers.peavey
2007-01-06Fix modecount on remote NICKw00t
2007-01-06Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ...w00t
2007-01-06Extra check so that we dont get -O-s when doing:brain
2007-01-06Fix for bug #186 reported by peaveybrain
2007-01-06Fix minor NICK / modes issue that goes against our public spec, and crashes d...w00t
2007-01-06Fix desync with halfop and voice when opped (this happens because we were ORi...brain
2007-01-06*slaps self* for not test compilingbrain
2007-01-06Fix crash when unloading ssl module on shutdown -- there are no port objects ...brain
2007-01-06Try this AnMasterbrain
2007-01-06Fix oper count, we cant decrement ModeCount('o') from the userrec destructor ...brain