]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
In visual studio, CRT crashes when strftime() is given an invalid format specifier...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-04-08 brainOddness
2008-04-08 brainExtra debug
2008-04-08 brainFix authentication logic, someone forgot to change...
2008-04-08 w00tChanges needed to get open-linking working.
2008-04-08 w00tFix compile error I introduced
2008-04-08 w00tComment tweakage
2008-04-08 w00tThis comment is slightly out of date: we do write to...
2008-04-08 w00tNo longer deprecated, just may not be used
2008-04-08 brainadd a couple of parenthesis to the password comparison...
2008-04-08 w00tAllow for open link networks (<link:name> to *) and...
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-04-08 w00tUpdate syntax
2008-04-08 w00tFinally apply my patch simplifying RSQUIT. Fixes bug...
2008-04-08 brainUgh, fixify. msms?
2008-04-07 brainWhen map says 0ms, make it read "<1ms" instead of 0...
2008-04-07 brainThis should probably be tested, but makes a whole lot...
2008-04-07 w00tShow SID on /map
2008-04-07 brainremote MAP reply is backwards :p
2008-04-07 w00tUse server names for introduction of servers, not SIDs
2008-04-06 brainFix fake direction in TOPIC, you cant use a uuid as...
2008-04-06 brainIts ok to allow remote map to non-opers now, found...
2008-04-06 brainFix bug where OPERTYPE does not propogate more than...
2008-04-06 brainRemote map only works for opers. Fix problem where...
2008-04-06 brainDebug
2008-04-06 brainThe map matrix must be static. For some reason it blows...
2008-04-06 w00tInitialise var (another valgrind warning)
2008-04-06 w00tRemote /MAP (that now doesn't confuse clients ;p)
2008-04-06 brainFix this up to convert deque to const char* const for...
2008-04-06 w00tRemote /MAP: caution, this doesn't compile
2008-04-06 brainRevert not-required hax
2008-04-06 brainFor some reason there was a FinishBurst in the encap...
2008-04-06 w00tMark ping answered when we get a two form reply
2008-04-06 w00tMake ping warnings and lag check global across all...
2008-04-05 w00tError message tweaking
2008-04-05 w00tRemove debug, fix DELLINE: args were the wrong way...
2008-04-05 w00tdebug
2008-04-05 brainSame here
2008-04-05 brainFix showing of sid/uid instead of nick or servername...
2008-04-05 w00tResolve collisions once, don't rely on every server...
2008-04-05 w00tFix multiple burst notifications in a better way (force...
2008-04-05 brainFix IDLE sending a nick rather than a uid. Atheme shoul...
2008-04-05 brainOnly finish bursting once, thanks AnMaster
2008-04-05 brainRemove debug, thanks for reminding me danieldg
2008-04-05 brainTweaks to make some errors show server name and not...
2008-04-05 w00tRedo the MODE warning stuff. Don't do some extra unneed...
2008-04-05 brainFix crash in MODE when sent for a user, with only one...
2008-04-04 brainFix broken fjoin, looks like we forgot something when...
2008-04-04 w00tSee this brain
2008-04-04 w00tAdd simple modes to FJOIN instead of sending a seperate...
2008-04-04 brainAllow for custom prefixes as status chars in /notice...
2008-04-04 brainFix lost messages, thanks w00t and peavey
2008-04-04 brainWhoops, thanks w00t
2008-04-04 brainWhoops, wrong pointer. write out 500 lines 'i will...
2008-04-04 brainMake it buildable
2008-04-04 brainWhoops, this would be bad if not fixed :p
2008-04-04 brainRemote server PRIVMSG/NOTICE to nickname support
2008-04-04 brainSupport for remote NOTICE/PRIVMSG with server origin...
2008-04-04 brainAdd safety check for nonexistent server in receiving...
2008-04-04 brainAdd protocol api functions: PI->WriteChannelPrivmsg...
2008-04-04 brainServer origin PRIVMSG and NOTICE now supported by proto...
2008-04-04 brainServer origin privmsg, UNTESTED - will test in a min
2008-04-04 brainNow rip out the old handler, and replace with an error...
2008-04-04 brainMake all our modules use the new stuff rather than...
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-02 brainFixes for bug #493, tidyups to clearing of channel...
2008-04-02 brainDOH! Fix my muppetry of a segfault, and fix some warnings
2008-04-01 w00tRemove call to FlushWriteBuffer from BufferedSocket...
2008-04-01 brainSpecial check in here now that forbids all use of MODE...
2008-04-01 w00tRemove this, it won't work (reliably), use ModeParser...
2008-04-01 w00tConfigurable prefixes for chanmodes +qa: prefixes can...
2008-03-31 specialPatch by brain; Fix crash when no parameters are given...
2008-03-30 brainMake sure CAPAB always comes before SERVER on either...
2008-03-30 w00tAWAY notification for WATCH. Numerics are now sent...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-30 brainWhack format warning, do these differ between gcc versi...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-24 brainAnd more of them
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-21 brainOnly valid targets for encap are now server ids
2008-03-21 brainFix encap bug, when a target is wildcard we shouldnt...
2008-03-21 brainGenerate warning if m_services_account.so and m_cap...
2008-03-21 brainForgot to commit this
2008-03-21 brainWhoops, forgot to tie ENCAP into receiver in treesocket
2008-03-21 brainThis seems to play nice now, but it seems we may have...
2008-03-21 brainPatch to change MODULES numerics, so we dont get a...
2008-03-21 brainENCAP stuff
2008-03-17 brainFix the warnings that are worth fixing, ignore the...
2008-03-08 brainFix multiple (useless) linefeeds on the end of ADDLINE...
2008-02-24 brainThis should fix remote rehash
2008-02-24 brainRollback complete! Everyone please go through the code...
2008-02-24 brainspanningtree now correctly uses OnReadConfig, so its...
2008-02-22 brainw00t broke it :p
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-17 brainw00t pointed out it needs doing here too
2008-02-17 brainI gots a better fix :p
next