summaryrefslogtreecommitdiff
path: root/src/cmd_who.cpp
AgeCommit message (Expand)Author
2006-04-20Move to new include pathbrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-09Fixed to correctly use iteratorbrain
2006-03-08Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ...brain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-02Typo that didn't look like a typo :pbrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-06Pedantic tweak to /WHO (this actually needs rewriting at some point -- its a ...brain
2006-01-18Test-fix for crazy's bug (/who 0 * as oper while on no channels)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain