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
/
rconnect.cpp
Age
Commit message (
Expand
)
Author
2020-01-11
Update copyright headers.
InspIRCd Robot
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2016-03-01
Send NOTICEs that can go to both local and remote users with User::WriteRemot...
Attila Molnar
2013-08-17
m_spanningtree Remove SpanningTreeUtilities* fields and parameters
attilamolnar
2013-05-14
Add method for writing server notices.
Peter Powell
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-12
m_spanningtree RCONNECT handler: Fix error reporting to remote users
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-18
PreCommand/PostCommand are local-only hooks
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2010-01-02
Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-09-21
Fix RSQUIT/RCONNECT routing
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
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-12-15
Fix naming convention to be consistant. (cmd_ -> Command)
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-06-06
More spanningtree tweaks
brain
2008-05-18
Convert m_spanningtree
aquanight
2008-05-05
fix some unitialised vectors and tidy up a bit.
peavey
2008-05-05
Conversions
aquanight
2008-05-05
Convert m_spanningtree
aquanight
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-02-13
Slight API tweak. Change Command to take char * instead of char in it's const...
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-10-15
class command_t -> class Command. Whey :D
w00t
2007-08-28
Remove unneeded headers from spanningtree. This was done to the rest of the s...
w00t
2007-07-16
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
peavey
2007-07-16
'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...
peavey
2007-05-21
Move inspircd.h to top
brain
2007-05-09
Make RCONNECT accept a glob for the first parameter. Thanks, HiroP :)
w00t
2007-04-07
Add licensing headers to files which are missing them and make sure they are ...
brain
2007-01-19
Fix dependencies
brain
2007-01-19
Split out rconnect command into its own file (this ones already a command han...
brain