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_check.cpp
Age
Commit message (
Expand
)
Author
2006-08-04
Change to using userrec::ip as a sockaddr to store port, ip and address famil...
brain
2006-08-01
Clone counting works with ipv6 now
brain
2006-08-01
The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...
brain
2006-08-01
Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...
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-08
Refactored user modes to work like the channel modes - core and module data n...
brain
2006-06-17
Finished m_check. I am the best. It only took me 3 months :)
w00t
2006-04-24
Fix various typos and warnings
brain
2006-04-12
Delete spanningtree_ng for now, it breaks cygwin compile - and has no changes...
w00t
2006-03-27
Experimental (it compiles..) channel support for /check. Not yet finished, bu...
w00t
2006-03-26
Remove unnecessary casting.
w00t
2006-03-10
Now requires inspircd.h for ConvToStr templated function
brain
2006-03-07
w00t may want to check this works
brain
2006-03-07
For the record, it's 17 lines - not 5.
w00t
2006-03-07
More work on /check.. now gives basic information on a user, no channel list ...
w00t
2006-03-07
Initial revision of /check - doesn't do anything yet
w00t