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
/
capab.cpp
Age
Commit message (
Expand
)
Author
2009-11-03
Remove AllowHalfop item from server config
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Add modules to the VF_COMMON list in backwards compatability link mode, trans...
danieldg
2009-09-02
Add s2s backward compatability for protocol changes
danieldg
2009-09-02
Make VF_OPTCOMMON module mismatches a fatal link error by default
danieldg
2009-09-02
Add VF_OPTCOMMON for optionally common modules
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Strip SUPPORT_IP6LINKS #define
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-08-17
Allow forward linking compatability by accepting higher protocol version numb...
danieldg
2009-04-21
Abort link early when mismatched modules are detected so that the error messa...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-02-27
Fix previous module mismatch message; "remote" is misleading when sent as an ...
danieldg
2009-02-24
Clarify module mismatch message
danieldg
2009-01-02
Update copyrights for 2009.
w00t
2008-10-27
Add user/channel mode synchronisation detection to CAPAB - link will now drop...
w00t
2008-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-25
First phase of conversion to dynamic limits on all the lengths, configured vi...
brain
2008-04-18
Make the CAPAB sender in spanningtree more readable
aquanight
2008-03-30
Make sure CAPAB always comes before SERVER on either side of the link at all ...
brain
2008-02-11
Remove many unneeded headers from spanningtree files
w00t
2008-02-03
Split treesocket1 into a number of smaller files
w00t