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
/
save.cpp
Age
Commit message (
Expand
)
Author
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-17
Convert some usages of ato[il] to use ConvToNum.
Peter Powell
2015-12-07
Remove some IS_SERVER() checks
Attila Molnar
2014-07-26
m_spanningtree Set the TS of the uuid nick to the same value on collision
Attila Molnar
2014-07-26
m_spanningtree Only accept uuids in SAVE
Attila Molnar
2014-07-03
User::ChangeNick() cannot fail if the new nick is the uuid, document this and...
Attila Molnar
2014-07-03
Remove now needless User::ForceNickChange()
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-08-15
Remove $ModDep comments
attilamolnar
2013-05-18
Change the signature of User::ForceNickChange() to accept const std::string& ...
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2012-12-15
Add IS_SERVER() and REG_ALL checks to (mostly oper only) commands taking a ta...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-08
Update Event and Request APIs
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Add SAVE s2s protocol command
danieldg