Age | Commit message (Expand) | Author |
2007-01-10 | SQLConn rewritten to use EventHandler instead of InspSocket. This is much nea... | peavey |
2007-01-10 | If we have a bitmask of 0 in apply_lines, dont even bother to run the function! | brain |
2007-01-10 | Also, if the line already existed, dont OR the value in, so that if all the s... | brain |
2007-01-10 | Clever stuff for applying lines (this needs testing); | brain |
2007-01-10 | Only send snotice if the eline doesnt exist yet | brain |
2007-01-10 | Improve speed of these, and only send out snotice if the gline doesnt already... | brain |
2007-01-10 | Typo | peavey |
2007-01-10 | Change stats z to show volountary and involountary seperately | brain |
2007-01-09 | Add a call to InvalidateCache() to fix this: | brain |
2007-01-09 | Made the real name value for /admin optional (line isn't displayed if not spe... | special |
2007-01-09 | Whoever added clearcache must have been asleep; they left the definition of i... | special |
2007-01-09 | Made m_denychans support wildcards | special |
2007-01-09 | Revert repeat timer to old one, to make sure it only runs if list was actuall... | peavey |
2007-01-09 | TimeSyncTimer now uses repeat timer. | peavey |
2007-01-09 | Assigning a std::string var initially to "" is pointless. | brain |
2007-01-09 | Make safelist use repeat timer. | peavey |
2007-01-09 | Tidy up (optimize, improve) chanrec::WriteChannelWithServ | brain |
2007-01-09 | Tidy up an if/then/else chain into a switch | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-08 | cmd_whowas now uses the shiny new repeating timer. | peavey |
2007-01-08 | Tweaks to mode parser | brain |
2007-01-08 | Add 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-08 | Move whowas containers into whowas class to avoid all cpp files including cmd... | peavey |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |
2007-01-08 | Now even less leakage on add. | peavey |
2007-01-08 | Oh, this tweak is for w00t -- rehash will remove expired items from the dns c... | brain |
2007-01-07 | If the result is cached, dont bother waiting for the dns timeout, release the... | brain |
2007-01-07 | Document dns caching, add a "bool cached" to OnLookupComplete method in Resol... | brain |
2007-01-07 | DNS caching stuff (almost done) | brain |
2007-01-07 | Tidy up old MaintainWhoWas. | peavey |
2007-01-07 | DNS Stuff - this wont work right yet, it will soon (tm) | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2007-01-07 | Fix m_testcommand which tries to use an undefined pointer as ServerInstance | brain |
2007-01-07 | Add TTL stuff to dns system (pass it to inherited objects) | brain |
2007-01-07 | Rename all the classes in m_httpd to be HttpServer etc, | brain |
2007-01-07 | Make this use the newer format of class Request (this module was still using ... | brain |
2007-01-07 | Make this compile. | peavey |
2007-01-07 | Added m_http_client - this is incomplete and won't work at all, don't try to ... | special |
2007-01-07 | Adding CIDR support to m_check: as easy as adding a 'true' to match() | brain |
2007-01-06 | Whoops | brain |
2007-01-06 | Dont try and show idle time of remote opers in STATS P | brain |
2007-01-06 | Fix remote opers not being added to all_opers. | peavey |
2007-01-06 | Fix modecount on remote NICK | w00t |
2007-01-06 | Fix SVSJOIN desync (nothing too severe, don't panic) noticed on CS, found by ... | w00t |
2007-01-06 | Extra check so that we dont get -O-s when doing: | brain |
2007-01-06 | Fix for bug #186 reported by peavey | brain |
2007-01-06 | Fix minor NICK / modes issue that goes against our public spec, and crashes d... | w00t |
2007-01-06 | Fix desync with halfop and voice when opped (this happens because we were ORi... | brain |
2007-01-06 | *slaps self* for not test compiling | brain |