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
/
include
/
commands
Age
Commit message (
Expand
)
Author
2007-03-09
/who tidyup - needs QA'ing
brain
2007-01-08
cmd_whowas now uses the shiny new repeating timer.
peavey
2007-01-08
Move whowas containers into whowas class to avoid all cpp files including cmd...
peavey
2007-01-08
Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...
brain
2007-01-07
Move all /WHOWAS related out of core and into cmd_whowas.
peavey
2006-12-07
Bad w00tie bad, /who isnt checking +s for channel /who!
brain
2006-10-06
Document a ton of classes (e.g. give them a short description for http://svn....
brain
2006-09-15
Annotations
brain
2006-09-15
Annotations
brain
2006-09-10
Spacify() the oper types
brain
2006-09-08
Allow QUIT to be used before we fully register the connection. This stops mir...
brain
2006-09-06
Command result codes. This isnt finished yet, still got to do most of the mod...
brain
2006-09-03
Add /RELOAD and move cmd_mode into its own command.
brain
2006-09-03
Auto loading of commands as shared objects via dlsym (very lightweight interf...
brain
2006-08-30
Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use
brain
2006-08-30
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
brain
2006-08-17
Add modules.h to cmd_connect.h
brain
2006-08-11
ConfigReader and FileReader now take InspIRCd* to their constructors
brain
2006-08-11
(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...
brain
2006-08-07
Change prototype of OneOfMatches
brain
2006-07-30
REMOTE STATS! WOOO AND YAY!
brain
2006-07-28
Finish off /WHO (i think it covers everything). Now has a few extra options
brain
2006-07-28
Add support for syntax of commands in place of the text 'Not enough parameter...
brain
2006-07-16
mass tidyup, change A LOT of stuff to const char** which was char** (such as ...
brain
2006-07-01
Change WriteChannelWithServ and it's _NoFormat to take a const char* serverna...
om
2006-04-20
Movement of cmd_* headers into include/commands (this is incomplete)
brain