]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include
Add <gecos> field to <server> in XML stats output, also add to ProtoServer. Fixes...
[user/henk/code/inspircd.git] / include /
2008-07-12 w00tAdd <gecos> field to <server> in XML stats output,...
2008-07-12 w00tFix for #564
2008-07-12 w00tRemove individual read buffers inside of BufferedSocket...
2008-07-12 w00tAdd User::GetCIDRMask(int range), will be used for...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tConvert API to use std::string, fixes my slight bug...
2008-07-11 w00tPull in limits.h to fix PATH_MAX problems, thanks to...
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-07-02 w00tBack out the incomplete linebuffering stuff that should...
2008-07-02 w00tForward port r9946: make SVSHOLD silent to avoid useles...
2008-07-01 peaveyinclude limits to get correct PATH_MAX where available
2008-06-21 brainChange the value of number of secs in a year to be...
2008-06-18 brainMeasure bandwidth statistics from the socket engine...
2008-06-15 brainDefined too early
2008-06-15 brainDefine PATH_MAX if its not already defined
2008-06-12 pippijnMAXBUF messes these up
2008-06-12 pippijnfixed
2008-06-12 pippijnoptimise string comparison.. this time I've done it...
2008-06-12 pippijnrevert for now..
2008-06-12 pippijnfor real
2008-06-12 pippijnwe are C++, not C
2008-06-12 pippijnoptimise string-to-literal comparison while we are...
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-06-12 brainFix to allow namespace std { namespace tr1 {
2008-06-12 brainThis should do the job, dont quote me on it.
2008-06-09 brainSomething we can do in 1.2 that we cant really do neatl...
2008-06-08 brainCheck for invalid characters in keys, will catch config...
2008-06-06 brainm_abbreviation completed. :)
2008-06-06 brainAllow changing of command string and parameter vector...
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-26 brainDont increment maxmodes at finalisation, it isnt used...
2008-05-25 brainAll the limits were one less than specified in the...
2008-05-25 brainAdd parsing of <limits> tag and finish documenting...
2008-05-25 brainCompile fixes, was forced to move some stuff around
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-20 brainA few minor fixes, some copy constructor stuff, misname...
2008-05-20 w00tchar -> std::string conversion
2008-05-19 brainMore correctly state the lookup arrays as unsigned...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainConvert channel banlist members to std::string
2008-05-19 brainConvert connection::host
2008-05-19 w00tFix logic being backwards (so every user was always...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-18 brainRemove .c_str()'s in match() calls that are no longer...
2008-05-13 brainCheck for windows drive letters on the start of paths...
2008-05-11 peaveycleanup an old unused var
2008-05-09 brainConvert CIDR matching and wildcard matching to operate...
2008-05-08 brainAdd call to protocol interface to get useful info on...
2008-05-07 w00tMasterful rewrite of User::AddBuffer to remove a string...
2008-05-07 brainMake u_listmode more sensible and make it properly...
2008-05-05 w00tOkay, this was good in theory, but totally and utterly...
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert a whole bunch more
2008-05-04 peaveyConverting
2008-05-04 brainUpdate comments for new api
2008-05-04 brainFix unused HandleServer to use new system too, and...
2008-05-04 brainConversion of command handler params from "const char...
2008-05-02 brainOptimize MODE #chan b etc, avoid a 256 byte memset...
2008-05-01 brainConvert to SimpleUserModeHandler and SimpleChannelModeH...
2008-05-01 brainSimple user/channel mode patch
2008-04-21 w00tHack, hack, hack, hack hack. Hack hack. Probably fix...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-20 brainFix RemoveCommands to remove all commands (this functio...
2008-04-17 w00tRemove SpanningTreeProtocolInterface::SendOperNotice...
2008-04-17 w00tAdd potential for local-only snotices and use them...
2008-04-16 brainImplement our own dllmain. if this works and gets rid...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-15 brainSee configreader.cpp line 764 to see how to declare...
2008-04-13 brainPort a bunch of methods of InspIRCd to functors. IsChan...
2008-04-12 brainFixes for bug #515, update existing in-use connect...
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-11 brain(untested) don't move newconfig to ServerConfig::config...
2008-04-11 brainRemove 'default log' and <options:loglevel> (wtf?)
2008-04-11 w00tPatch from Brain fixing broken stuff
2008-04-11 brainMuch faster way of checking if the user is 4in6, avoid...
2008-04-10 brainComment small API change (returning -1 from OnCheckBan...
2008-04-09 w00tAddClient -> AddUser, to be consistant
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-07 brainAdd extra stuff for w00t, AutoApplyToUserList method...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 brainWe were lucky this one didnt bring down the whole devne...
2008-04-04 w00tThe start of extended bans infrastructure: syntax is...
2008-04-04 w00tRemove deprecated InspIRCd::Log() method so people...
2008-04-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainChange the function name because gcc is dumb :/
2008-04-04 brainA convenience function for ProtocolInterface::SendMode...
2008-04-04 brainThe rest of the server protocol interface and fix a...
2008-04-04 brainAdd basic stuff for protocol interface and implement...
2008-04-03 brainFix socketengine select to work with arsey compilers...
2008-04-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainFix peavey and w00ts bug they found by removing the...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-04-02 w00tFix all this crap - it actually works now (we pray..)
2008-04-02 w00tBetter generation. This is still fucked up, but less...
2008-04-02 w00tUnneeded
2008-04-01 w00tInitialise a variable correctly to avoid valgrind warning
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 w00tRemove deprecated BufferedSocket::MarkAsClosed()
next