]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_who.cpp
Remove an extern, partly because it's unused, partly because it then gets shadowed...
[user/henk/code/inspircd.git] / src / cmd_who.cpp
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-09 brainFixed to correctly use iterator
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-02 brainTypo that didn't look like a typo :p
2006-03-02 brainAdded IS_SINGLE, see comment in include/inspircd.h
2006-03-02 brainAdded charlcat which appends a single char to a char...
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-06 brainPedantic tweak to /WHO (this actually needs rewriting...
2006-01-18 brainTest-fix for crazy's bug (/who 0 * as oper while on...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainSplit all commands into seperate files and redid comman...