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
/
compat.cpp
Age
Commit message (
Expand
)
Author
2013-04-13
m_spanningtree Remove redundant first parameter of PING/PONG
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to FTOPIC
attilamolnar
2013-04-13
m_spanningtree Add channel timestamp to channel METADATA
attilamolnar
2013-04-13
m_spanningtree Introduce IJOIN and RESYNC
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-19
Add RAWIO log level which is more verbose than DEBUG
danieldg
2010-02-25
Don't strip ENCAP from WHOISNOTICE, it will delink 1.2 servers
danieldg
2010-02-04
Fix FIDENT response forging to run prior to the ENCAP strip
danieldg
2010-02-03
Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 servers
danieldg
2010-01-24
Fix ENCAP stripping, was incorrectly checking for " CHGHOST" and similar comm...
danieldg
2010-01-19
Extbans can be VF_OPTCOMMON as they do not desync on module add/remove
danieldg
2010-01-17
Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation...
danieldg
2010-01-15
Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON
danieldg
2010-01-15
Remove VF_COMMON from mode-provider modules (no longer needed due to better C...
danieldg
2010-01-14
Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege...
danieldg
2010-01-14
Verify cloak keys match during CAPAB negotiation
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-03
Remove m_halfop from list in compat linking mode
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-10-01
Change SWHOIS to OPTCOMMON, remove m_operinvex
danieldg
2009-10-01
ENCAP removal for supported protocol 1201 commands
danieldg
2009-09-21
Don't try to write to dead users, add debug to SquitServer, and remove a stri...
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Add away timestamp to the AWAY message sent server-server
danieldg
2009-09-02
Add 1201 protocol compatability for SAVE
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