Age | Commit message (Expand) | Author |
2008-07-12 | Remove a slightly odd comment | w00t |
2008-07-12 | peavey already fixed this with climits include, remove limits.h. Keep the war... | w00t |
2008-07-12 | Okay, and there's the working version of it. Extbans that don't work on users... | w00t |
2008-07-12 | Overload IsExtBanned to provide a *string matching* version, this finally ope... | w00t |
2008-07-12 | Add <cidr> block, and documentation in example config. | w00t |
2008-07-12 | Add XLineManager::DelAll to delete all lines of a given type. | w00t |
2008-07-12 | Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F... | w00t |
2008-07-12 | Fix for #564 | w00t |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-12 | Add User::GetCIDRMask(int range), will be used for CIDR throttling, etc. Also... | w00t |
2008-07-11 | Add OnCheckExtBan, will be used for exceptions to extbans | w00t |
2008-07-11 | Convert API to use std::string, fixes my slight bug from earlier and looks ti... | w00t |
2008-07-11 | Pull in limits.h to fix PATH_MAX problems, thanks to Uli Slachter (psychon)..... | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-07-02 | Back out the incomplete linebuffering stuff that shouldn't have been committed.. | w00t |
2008-07-02 | Forward port r9946: make SVSHOLD silent to avoid useless irritation to opers | w00t |
2008-07-01 | include limits to get correct PATH_MAX where available | peavey |
2008-06-21 | Change the value of number of secs in a year to be 31557600 for Duration() wi... | brain |
2008-06-18 | Measure bandwidth statistics from the socket engine (kiloBITS per second in, ... | brain |
2008-06-15 | Defined too early | brain |
2008-06-15 | Define PATH_MAX if its not already defined | brain |
2008-06-12 | MAXBUF messes these up | pippijn |
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 |