]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Cache channel max bans value to save an O(n) loop of match() on every ban (etc) add
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-06 peaveyFix remote opers not being added to all_opers.
2007-01-06 w00tFix modecount on remote NICK
2007-01-06 w00tFix SVSJOIN desync (nothing too severe, don't panic...
2007-01-06 brainFix for bug #186 reported by peavey
2007-01-06 w00tFix minor NICK / modes issue that goes against our...
2007-01-06 brainTry this AnMaster
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2007-01-01 brainWhoops, forgot to put something back that i took out...
2007-01-01 brainAgain, dont use this yet
2007-01-01 brainDo not use these tweaks yet
2007-01-01 brainFix odd desync in FJOIN (this was some hax we put in...
2006-12-29 specialShould fix bug #183 (rconnect issues), thanks Bricker
2006-12-23 brainHash rehashing change
2006-12-19 w00tFix server prefix on JOIN.
2006-12-17 brainCorrectly send TS in JOIN so that services packages...
2006-12-17 brainDont use FJOIN to join users to channels outside the...
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-16 brainAdd some comments to explain whats going off in one...
2006-12-16 brainNot sending capab when theres no transport module attac...
2006-12-16 peaveyMake SNO notice for +o global
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-13 brainImprove the way 005 ISUPPORT is sent to users when...
2006-12-12 brainNew clone counting mechanism (this isnt tested yet)
2006-12-11 brainDebug stuff, and some minor fixes
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-10 brainRename ssl.h -> transport.h, as its now used for ziplinks
2006-12-09 brainDon't allow the user to define a non-existent transport...
2006-12-09 brainCorrectly report the transport names when server links...
2006-12-09 brainRemove AES
2006-12-09 brainMake it all work properly. Have it wait for handshake...
2006-12-09 brainIt works! WOO AND YAY! (this isnt finished yet, only...
2006-12-09 brainWhoops, some stuff was sdrawkcab!
2006-12-09 brainMove around the initialization stuff so it gets called...
2006-12-09 brainAdd stuff for <bind:transport> and <link:transport...
2006-12-09 brainEnumerate InspSocketHook modules
2006-12-09 brainAdd stuff so that TreeSockets can call any found hook...
2006-12-09 brainMove this
2006-12-03 brainAccount for channels with no modes set
2006-12-03 w00tRemote SQUIT, and god save the coder..
2006-11-30 brainFix typo that stops m_cban from working
2006-11-28 specialFixed a crash when spanningtree is given a blank line...
2006-11-27 brainO(n^n) is bad. O(log n) is better.
2006-11-27 brainBuildExemptList is becoming pretty ugly. grr.
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-24 brainIn answer to w00ts question, the channel might not...
2006-11-23 w00tFix #176, not sure how channel can't exist after being...
2006-11-22 w00tFix my fix, it crashed (thanks skenmy, sorry)
2006-11-21 w00tFix spurious deops on channel creation, pointed out...
2006-11-16 brainMake STATS i, y, c, n more relevent to 1.1
2006-11-13 brainModify server counts in /lusers to show number of serve...
2006-11-12 brainSlight hax. When bursting a channel - in the fmode...
2006-11-12 brainIf a new channel is created, after sending the FJOIN...
2006-11-12 brainAdded a notice that all people bumping the protocol...
2006-11-12 brainProtocl-Version bump to 1102
2006-11-12 brainOops, using wrong param
2006-11-12 brainMore funky stuff, SNONOTICE, MODENOTICE to go with...
2006-11-12 brainWhoops, stuff in the wrong place
2006-11-12 brainMake OPERNOTICE work right
2006-11-12 brainAdd send_opers event and OPERNOTICE command to send...
2006-11-12 brainYes, we do want to propogate the server mode
2006-11-12 brainAllow normal MODE from a server prefix
2006-11-11 brainEliminate two trivial compile warnings pointed out...
2006-11-11 brainDont allow overlapped ports in these files
2006-11-11 brainAdd irc::portparser, a class to parse port ranges in...
2006-11-11 brainSupport hybrid-style port ranges in spanningtree, too
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-11-10 brainAdd gline type, and <filter:duration> value to say...
2006-11-06 specialFixed broken syncing for glines and elines using idents...
2006-11-05 specialModified the server-to-server TIME command to report...
2006-11-05 specialMade the 'force' parameter to BURST and TIMESET upperca...
2006-11-05 specialAdded the <options:notimesync> flag to disable time...
2006-11-05 specialAdded time syncing! This is fairly simple - servers...
2006-11-04 brainone line tweak, if the prefix is empty, dont echo ...
2006-11-01 specialAdded the send_push event to m_spanningtree (send raw...
2006-11-01 brainNew events for special. Event id's "new_server" and...
2006-10-31 brainFix broken notice (relatively minor, the notice can...
2006-10-28 brainWhoops, wrong linfeed type on ADDLINE in netburst
2006-10-28 brainAllow admins to set the socket timeout on server connec...
2006-10-28 brainGive this one a go dotslasher, apply to ALL servers
2006-10-26 w00tDon't display this notice on an empty servername (which...
2006-10-23 w00tMore missing spaces (and unbreak compile)
2006-10-23 w00tFix bug experienced by satmd, remove space indents...
2006-10-22 brainBuffer more stuff up for each write by putting it into...
2006-10-22 brainFix sending bans on sync:
2006-10-21 w00tFix counts on spanningtree reload (this made /map look...
2006-10-21 brainGot it! I am teh 1337.
2006-10-21 brainTiny tweak
2006-10-20 brainConst refs
2006-10-19 brainReferences and stuff
2006-10-19 brainMore stuff changed to const ref
2006-10-19 brainConst ref frenzy!
2006-10-19 brainConst ref frenzy!
2006-10-19 brainOptimizations
2006-10-19 brainImprove WriteLine, this should be quite an improvement...
2006-10-19 brainUse rfind rather than find when chopping strings, its...
next