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
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
2014-04-16
m_spanningtree Add ServerCommand::ExtractTS() to convert string to raw TS
Attila Molnar
2013-08-28
m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ...
attilamolnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to FTOPIC
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree FTOPIC handler: Keep only one topic if the two topic timestamp...
attilamolnar
2013-04-12
m_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_INVALID as appropiate
attilamolnar
2013-04-12
m_spanningtree atoi() to ConvToInt() conversion, add const where possible
attilamolnar
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