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
/
protocolinterface.cpp
Age
Commit message (
Expand
)
Author
2008-07-18
Set parent to empty if there is no parent, pippijn, does this fix your duplic...
w00t
2008-07-12
Add <gecos> field to <server> in XML stats output, also add to ProtoServer. F...
w00t
2008-06-01
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, ...
brain
2008-05-08
Add call to protocol interface to get useful info on the server map. Return a...
brain
2008-04-17
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...
w00t
2008-04-05
Remove debug, thanks for reminding me danieldg
brain
2008-04-05
Fix crash in MODE when sent for a user, with only one parameter (which is wro...
brain
2008-04-04
Whoops, thanks w00t
brain
2008-04-04
Make it buildable
brain
2008-04-04
Remote server PRIVMSG/NOTICE to nickname support
brain
2008-04-04
Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNot...
brain
2008-04-04
Make all our modules use the new stuff rather than the send_ events
brain
2008-04-04
The rest of the server protocol interface and fix a warning in m_rline
brain
2008-04-04
Add basic stuff for protocol interface and implement a couple of the methods....
brain