summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-03-16Wtf, ive found the source of the drift, it adds the old delta to the new!brain
2007-03-16Different timesync, dont use yetbrain
2007-03-15Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver...brain
2007-03-15Someone is getting slapped for this; the new hidesplits/hidebans behavior doe...special
2007-03-11Remove stray "Notice:" - text only changebrain
2007-03-11Fixed a crash with a malformed server-to-server NICK command, thanks dmbspecial
2007-03-11Just commentsbrain
2007-03-11Comments only.brain
2007-03-11Bump protocol revisionbrain
2007-03-10This now makes RemoveStatus remove *everything* as pointed out by jilles. Thi...brain
2007-03-10Add a TODO commentbrain
2007-03-10Whoops, fix a silly bug i just introduced :pbrain
2007-03-10Move FJOIN propogation above the FMODEs generated by winning an FJOINbrain
2007-03-10Fix typobrain
2007-03-10HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:brain
2007-03-08Take away a uline specific check in fmode, which might explain why desyncs be...brain
2007-03-08Change options:notimesync to options:timesync -> reverse its meaning and defa...brain
2007-03-06This properly fixes options:hidebans and options:hidesplits by providing the ...brain
2007-03-03Fix m_services_account logout by allowing meta with empty data field. Tracker...peavey
2007-02-25Ensure that simplemodes are sent first (jilles requested this)brain
2007-02-25Bans are bursted using a large string buffer to save on write() calls, so the...brain
2007-02-11Special *slap* seems to have set this to true :/brain
2007-02-11Allow for nick!user@host in TOPIC information.brain
2007-02-07Support port binding herebrain
2007-02-06And fix typo.brain
2007-02-06Make use of new AAAA->A resolvingbrain
2007-02-06Stuff to allow resolving of AAAA record, and on failure try A recordbrain
2007-02-06Fix resolving of security ips to allow for ipv4 resolution when built for ipv6brain
2007-02-05Heavy state of debug. If you are a developer, please avoid making use of this...brain
2007-01-30Add strerror(errno) to port bind failure on TreeSocketbrain
2007-01-28Remove debug, add a few commentsbrain
2007-01-28Fix broken openssl outbound connects.brain
2007-01-27Potential desync on "nick collision at same time as fjoin" fixbrain
2007-01-19Fix dependenciesbrain
2007-01-19Split out rconnect command into its own file (this ones already a command han...brain
2007-01-19Split this up even more, much smaller files that are easier for gcc to digestbrain
2007-01-18A readme file, mainly for devs.brain
2007-01-18Move this over to left margin now, is no longer part of a huge inlined classbrain
2007-01-18Remove space indentsbrain
2007-01-18Add all this crapolabrain
2007-01-18Much more tidyup, and yes, tons more to gobrain
2007-01-18Start of splitting up. WARNING: This is far from tidy or finished in terms of...brain
2007-01-18Whoops, and commit this :pbrain
2007-01-18Move some stuff into utils.hbrain
2007-01-18Start of moving m_spanningtree into a dir so we can split it, cutting down ra...brain