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
/
ftopic.cpp
Age
Commit message (
Expand
)
Author
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-05-13
Show correct server source to users on FTOPIC and FMODE
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-05
Better Way(TM) of doing easy routing of commands with a user based source. Th...
w00t
2008-08-05
Forward-port r10098 and r10099, fixing anope+inspircd=ftopic ddos. Thanks to ...
w00t
2008-05-25
First phase of conversion to dynamic limits on all the lengths, configured vi...
brain
2008-05-19
Convert channel::name to std::string, this was a beastie!
brain
2008-04-06
Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s...
brain
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-03
Fix trivial desync with FTOPIC: if topic is identical, we still need to broad...
w00t
2008-02-03
Split treesocket1 into a number of smaller files
w00t