summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-05-20A few minor fixes, some copy constructor stuff, misnamed channelmanager const...brain
2008-05-20char -> std::string conversionw00t
2008-05-19More correctly state the lookup arrays as unsigned char, not charbrain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-19Convert channel banlist members to std::stringbrain
2008-05-19Convert connection::hostbrain
2008-05-19Fix logic being backwards (so every user was always away and an oper, except ...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-18Remove .c_str()'s in match() calls that are no longer needed as match() nativ...brain
2008-05-13Check for windows drive letters on the start of paths and treat them the same...brain
2008-05-11cleanup an old unused varpeavey
2008-05-09Convert CIDR matching and wildcard matching to operate on std::stringsbrain
2008-05-08Add call to protocol interface to get useful info on the server map. Return a...brain
2008-05-07Masterful rewrite of User::AddBuffer to remove a string copy (and make more e...w00t
2008-05-07Make u_listmode more sensible and make it properly use WriteNumeric, and a fe...brain
2008-05-05Okay, this was good in theory, but totally and utterly fucked in implementati...w00t
2008-05-05fix some unitialised vectors and tidy up a bit.peavey
2008-05-04Convert a whole bunch morepeavey
2008-05-04Convertingpeavey
2008-05-04Update comments for new apibrain
2008-05-04Fix unused HandleServer to use new system too, and update comments to match apibrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-05-02Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checksbrain
2008-05-01Convert to SimpleUserModeHandler and SimpleChannelModeHandlerbrain
2008-05-01Simple user/channel mode patchbrain
2008-04-21Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.w00t
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-20Fix RemoveCommands to remove all commands (this function had some really odd ...brain
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-17Add potential for local-only snotices and use them for the ones that should b...w00t
2008-04-16Implement our own dllmain. if this works and gets rid of error at 70 modules,...brain
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-13Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash.brain
2008-04-12Fixes for bug #515, update existing in-use connect tags on the fly in rehashbrain
2008-04-12Trunk fix for bug #505 reported by nenolodbrain
2008-04-11(untested) don't move newconfig to ServerConfig::config_data until its been v...brain
2008-04-11Remove 'default log' and <options:loglevel> (wtf?)brain
2008-04-11Patch from Brain fixing broken stuffw00t
2008-04-11Much faster way of checking if the user is 4in6, avoid strncmp in User::GetIP...brain
2008-04-10Comment small API change (returning -1 from OnCheckBan to explicitly deny the...brain
2008-04-09AddClient -> AddUser, to be consistantw00t
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-07Add extra stuff for w00t, AutoApplyToUserList method for XLineFactorybrain
2008-04-07This should probably be tested, but makes a whole lot more sense like this (u...brain
2008-04-07We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff)brain
2008-04-04The start of extended bans infrastructure: syntax is e.g. +b n:w00tdiff@*, ba...w00t
2008-04-04Remove deprecated InspIRCd::Log() method so people don't use it etcw00t
2008-04-04Remote server PRIVMSG/NOTICE to nickname supportbrain
2008-04-04Remove two useless methods, chanlog is b0rked at the moment.w00t