summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/privmsg.cpp
AgeCommit message (Expand)Author
2009-09-02Don't pass NULL source for hooks invoked from server-sourced PRIVMSG/NOTICEdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-05-18Convert m_spanningtreeaquanight
2008-04-04Allow for custom prefixes as status chars in /notice @#chan etc. Up until now...brain
2008-04-04Whoops, wrong pointer. write out 500 lines 'i will check my code twice', brain.brain
2008-04-04Whoops, this would be bad if not fixed :pbrain
2008-04-04Support for remote NOTICE/PRIVMSG with server origin and user targetbrain
2008-04-04Add safety check for nonexistent server in receiving server origin privmsg (s...brain
2008-04-04Server origin PRIVMSG and NOTICE now supported by protocol. Will add interfac...brain
2008-04-04Server origin privmsg, UNTESTED - will test in a minbrain