Age | Commit message (Expand) | Author |
2008-06-12 | fixed | pippijn |
2008-06-12 | optimise string comparison.. this time I've done it right.. sheesh shitty C++... | pippijn |
2008-06-12 | revert for now.. | pippijn |
2008-06-12 | for real | pippijn |
2008-06-12 | we are C++, not C | pippijn |
2008-06-12 | optimise string-to-literal comparison while we are at it | pippijn |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-06-12 | Fix to allow namespace std { namespace tr1 { | brain |
2008-06-12 | This should do the job, dont quote me on it. | brain |
2008-06-09 | Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for t... | brain |
2008-06-08 | Check for invalid characters in keys, will catch config errors earlier and cl... | brain |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-06-01 | Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ... | brain |
2008-05-26 | Dont increment maxmodes at finalisation, it isnt used in the same way | brain |
2008-05-25 | All the limits were one less than specified in the config, so now we postincr... | brain |
2008-05-25 | Add parsing of <limits> tag and finish documenting it, make all the values ma... | brain |
2008-05-25 | Compile fixes, was forced to move some stuff around | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-20 | A few minor fixes, some copy constructor stuff, misnamed channelmanager const... | brain |
2008-05-20 | char -> std::string conversion | w00t |
2008-05-19 | More correctly state the lookup arrays as unsigned char, not char | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-19 | Fix logic being backwards (so every user was always away and an oper, except ... | w00t |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-11 | cleanup an old unused var | peavey |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-05-07 | Masterful rewrite of User::AddBuffer to remove a string copy (and make more e... | w00t |
2008-05-07 | Make u_listmode more sensible and make it properly use WriteNumeric, and a fe... | brain |
2008-05-05 | Okay, this was good in theory, but totally and utterly fucked in implementati... | w00t |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | Convert a whole bunch more | peavey |
2008-05-04 | Converting | peavey |
2008-05-04 | Update comments for new api | brain |
2008-05-04 | Fix unused HandleServer to use new system too, and update comments to match api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-05-02 | Optimize MODE #chan b etc, avoid a 256 byte memset for duplicate mode checks | brain |
2008-05-01 | Convert to SimpleUserModeHandler and SimpleChannelModeHandler | brain |
2008-05-01 | Simple user/channel mode patch | brain |
2008-04-21 | Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though. | w00t |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-20 | Fix RemoveCommands to remove all commands (this function had some really odd ... | brain |
2008-04-17 | Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a... | w00t |
2008-04-17 | Add potential for local-only snotices and use them for the ones that should b... | w00t |
2008-04-16 | Implement our own dllmain. if this works and gets rid of error at 70 modules,... | brain |