]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2006-07-07 brainAdd support for channelmode +i
2006-07-07 brainAdd cmode_n and cmode_t
2006-07-07 brainTypoed a const
2006-07-07 brainAdd channel modes +n and +t
2006-07-07 brainSave ourselves 3 dereferences
2006-07-07 brainClean 'removed' bans too
2006-07-07 brainTidier than a trinary op
2006-07-07 brainMove BanItem into the class
2006-07-07 brainRemove the transposition of @ and ! stuff, doesnt work...
2006-07-07 brainAvoid throwing a std::out_of_range exception when given...
2006-07-07 braintoomanyexclamation and toomanyat are no longer required...
2006-07-07 brainFix to check for colon (accidentally typed pos_of_dot)
2006-07-07 brainMask cleaning.
2006-07-07 brainMake +b use CleanMask()
2006-07-07 brainStarted work on ModeParser::CleanMask()
2006-07-07 brainComments
2006-07-07 brainA bit more debugging
2006-07-07 brain'Activate' +m by putting it in the constructor
2006-07-07 brainAdded cmode_m (channel mode +m)
2006-07-07 brainFix syntax example
2006-07-07 brainGCC defines and <hash_map> -> "hash_map.h"
2006-07-07 brainTidy up space indents so Om and w00t dont murder me
2006-07-07 brainFix listmodes and modes with params
2006-07-07 brainAdd mode +b to active list
2006-07-07 brainfix channel mode +b
2006-07-07 brainMode +b stuff, probably wont work yet
2006-07-07 brainTidied up checking in ModeParser::AddMode() and added...
2006-07-07 brainAdd cmode_p (private)
2006-07-07 brainInitialize mode handlers and watchers to 0 in the const...
2006-07-07 brainAaaand, correct all the obligitary typos
2006-07-07 brainAdded masking stuff.
2006-07-07 brainAdded hashing stuff to hold both user and channel modes...
2006-07-07 brainMode parser WORKS! (for simple non-parameterized channe...
2006-07-07 brainDummy framework to insert the class for channelmode +s
2006-07-07 brainHeader for cmode_s.cpp
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...
next