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
/
cmd_who.cpp
Age
Commit message (
Expand
)
Author
2006-03-09
Fixed to correctly use iterator
brain
2006-03-08
Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...
brain
2006-03-07
Whowas refactor - probably wont compile yet
brain
2006-03-02
Typo that didn't look like a typo :p
brain
2006-03-02
Added IS_SINGLE, see comment in include/inspircd.h
brain
2006-03-02
Added charlcat which appends a single char to a char* string (range checked)
brain
2006-02-15
Removed a whole lot of strchr's looking for mode +o where we can do if *user-...
brain
2006-02-06
Pedantic tweak to /WHO (this actually needs rewriting at some point -- its a ...
brain
2006-01-18
Test-fix for crazy's bug (/who 0 * as oper while on no channels)
brain
2006-01-15
Updated copyrights in headers etc using perl inplace edit
brain
2006-01-11
Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORS
brain
2005-12-22
Optimized out strcpys that copy empty strings (craq++)
brain
2005-12-16
Split all commands into seperate files and redid command system to take class...
brain