index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
treesocket1.cpp
Age
Commit message (
Expand
)
Author
2007-04-05
Fix for bug #199 (Feature request) submitted by owine. Ended up adding an ext...
brain
2007-04-02
This needs some general QA-ing. Add support to new parser (introduced in 1.1)...
brain
2007-03-24
Check validity (length) of all NICK parameters to make sure we're not introdu...
brain
2007-03-18
set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...
brain
2007-03-10
Whoops, fix a silly bug i just introduced :p
brain
2007-03-10
Move FJOIN propogation above the FMODEs generated by winning an FJOIN
brain
2007-03-10
Fix typo
brain
2007-03-10
HIGHLY EXPERIMENTAL: This needs heavy testing -- new FMODE behaviour:
brain
2007-03-08
Take away a uline specific check in fmode, which might explain why desyncs be...
brain
2007-02-25
Ensure that simplemodes are sent first (jilles requested this)
brain
2007-02-25
Bans are bursted using a large string buffer to save on write() calls, so the...
brain
2007-02-11
Allow for nick!user@host in TOPIC information.
brain
2007-02-07
Support port binding here
brain
2007-01-27
Potential desync on "nick collision at same time as fjoin" fix
brain
2007-01-19
Fix dependencies
brain
2007-01-19
Split this up even more, much smaller files that are easier for gcc to digest
brain