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_testnet.cpp
Age
Commit message (
Expand
)
Author
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-12-02
Attach to events and register services in init()
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-02-28
Fix misspelling
danieldg
2010-02-20
Restore <options:exemptchanops> with long names
danieldg
2010-02-19
Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...
danieldg
2010-02-12
Remove possible references to deleted User objects due to DNS lookups
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-11-11
Add fine-grained command flood controls
danieldg
2009-10-25
Add vtable cross-check code (known to work with GCC 4.4 x86_64)
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-21
Move all local-only fields to LocalUser
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-09-27
SendQ bugfixes
danieldg