]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-07-07 brainAdded cmode_s, skeleton mode handler for channel mode +s.
2006-07-07 omMore stuff for m_pgsql in, provider-side API stuff...
2006-07-07 omchange std::string's to const std::string references...
2006-07-07 brainAdded InspSocket::WantWrite(), InspSocket::OnWriteReady...
2006-07-07 ommodules.*: Put some void* back to char*, sorry if they...
2006-07-04 brainAdd pippijn under code contributors for m_connflood
2006-07-03 brainAdded docs for conflood
2006-07-03 omChange InspSocket's private members to only be protecte...
2006-07-03 brainSomeone made silence require 1 parameter, so no way...
2006-07-03 brainAdd m_connflood, pippijn's connect throttle module...
2006-07-03 omCleanups, change ugly if(\!*line.c_str()) to if(line...
2006-07-03 omJust to be really anal, typo fix in comment
2006-07-03 omTypo fixes to all the others too =/
2006-07-03 omMake spanningtree compile again >_<
2006-07-03 omTypo fix
2006-07-02 brainEnhance with new numerics for latest turkish moron...
2006-07-01 brainrelocate the Move* methods to private: where they belon...
2006-07-01 brainMake WritePID a public function of class InspIRCd
2006-07-01 brainMove SetSignals(), Start() and DaemonSeed() into privat...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-07-01 omReplace rather craq'y loop with a couple of std::string...
2006-07-01 w00tforward port of r4092
2006-06-30 brainTweak to IS_LOCAL macro to exclude invalid fd's that...
2006-06-30 brain*** Interesting fix ***
2006-06-29 specialForward port of CullList and my bragging rights
2006-06-29 omAnd add the include to make all the modules compile...
2006-06-29 omThis already adds the file and line number itself,...
2006-06-29 omYou don't need to cast a char* to a char* to put it...
2006-06-29 omRemove hardcoded filename prefix to log message, with...
2006-06-29 omChange log() to a #define, the real symbol is now do_lo...
2006-06-29 omConvert char* to const char* in InspSocket constructor...
2006-06-28 specialAdded missing return in Server::UnpublishFeature()
2006-06-28 specialAdded SQLQuery::GetError() and removed a lot of space...
2006-06-28 brainMore stuff for allowing hostnames in <bind> and <link...
2006-06-28 brainAllow binding to hosts again in <bind> and <link>
2006-06-27 brainAdd m_services_account
2006-06-27 brainCommenting
2006-06-27 brainWe can re-enable special's security fix now - note...
2006-06-27 brainAdded auto-binding, picks the first ip in the <bind...
2006-06-27 brainTemporarily disable special's security improvement...
2006-06-25 brainExtra safety for user lists to not keep bad pointers...
2006-06-24 brainDont allow /REMOVE of a uline, dont allow /REMOVE of...
2006-06-24 brainForwardport of safety fixes for Write* functions
2006-06-23 specialForward port of samode edits
2006-06-23 omRemove un-needed cast, I have a horrible feeling I...
2006-06-23 w00tm_services_account - now with 100 percent more elite.
2006-06-22 specialI'm famous :>
2006-06-22 specialForward port of server link DDoS/oper flood fix
2006-06-22 specialFix for ./inspircd restart not working half the time
2006-06-21 brainAdded Server::PublishFeature(),
2006-06-20 brainClass Request and class Event now take a void* in their...
2006-06-20 brainDon't allow non-ulines to kick ulines from channels...
2006-06-19 w00tForward-port CBAN expiry fix
2006-06-17 brainOn remote kill, send KILL notice. mIRC doesnt seem...
2006-06-17 brainBring forward fix for w00t.
2006-06-17 w00tFinished m_check. I am the best. It only took me 3...
2006-06-16 brainNow only logs commands from local opers, that are oper...
2006-06-16 omFix for m_ssl_openssl dying if the DH params file doesn...
2006-06-15 brainTweaks
2006-06-15 brainChange to stdint
2006-06-15 brainHelper script for rpath of mysql
2006-06-15 brainNow uses mysql_config and mysql_rpath.pl
2006-06-15 brainNicer SQLQuery::Sanitise
2006-06-15 brainLook at this further later - 64 bit fixes
2006-06-13 omRemove reference to secret ChatSpike CC # detection...
2006-06-12 brainIf the <ALLOW> or <DENY> tag specifies an ip, and this...
2006-06-08 brainTest commit
2006-06-08 brainFix for mode string getting cut, breaks on some +L
2006-06-07 brainFix for segfault if a user quits before their ident...
2006-06-05 brainFix for collisions when clock is out
2006-06-04 brainFix for an/a and vowel detection in "is an ircop" numer...
2006-06-03 brainFix for bug found by douglas - when replace= is undefin...
2006-06-01 brainFixed logic for OnWhois "is using SSL" numeric. Was...
2006-05-31 brainPrevent crash when displaying error for server already...
2006-05-30 brainApply mirq's optimization patches
2006-05-24 brainCorresponding forward-port
2006-05-24 brainMore debugging
2006-05-24 brainPrevent SYNCTS bounce
2006-05-24 brainMore debug tracking
2006-05-24 brainALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be...
2006-05-16 brainCheck for failed epoll or kqueue
2006-05-14 nenolod- Documentation fix: SELinux is not a distribution...
2006-05-14 brainBroken kline matching in connect code (reported by...
2006-05-11 brainFix bug when knocking on non-existent channel
2006-05-11 brainIncrease length of dhost
2006-05-10 brainFix output corruption when host is exactly 64 chars...
2006-05-10 brainFix for crash on: /OS RAW PUSH non-existent-nick :...
2006-05-08 brainFixed to work with -j 3
2006-05-07 brainLet ulines do NOTICE/PRIVMSG $* without oper again...
2006-05-07 omLeaChim is a grammer nazee
2006-05-07 brainAdded satmd's multi-channel patch, and matched with...
2006-05-07 omAdd new arguments to ./inspircd, 'screendebug' starts...
2006-05-06 brainFixed char* -> std::string typo
2006-05-06 brainOper logging module -- this still needs test compiling...
2006-05-06 brainIgnore EAGAIN when write()ing
2006-05-03 brainChecks for negative fd's when adding them to the socket...
2006-05-03 brainReturn false was missing
2006-05-02 brainNew header at the top of this file clarifying gplv2...
2006-05-02 brainForwardport (yes those do happen).
2006-05-01 brainNeed checks in two places for escaping to work.
next