Age | Commit message (Expand) | Author |
2007-08-19 | Fix some /who oddities, fixes bug #383 amongst other issues. Nothing serious. | brain |
2007-08-10 | Fix non-opers using who on themselves when set +i | w00t |
2007-07-23 | Rename this function so it is self documenting | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-12 | Implement a way to disable options:maxwho, bug #348 | brain |
2007-05-21 | Reorder inspircd.h header to top | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-12 | While I'm on the macro warpath: start using IS_AWAY. Also, show the away mess... | w00t |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-10 | Slightly modify WHO <port> p to allow a port range, e.g. "WHO 6660-6669,7000,... | brain |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-09 | If we're having local, we need far too (f) | brain |
2007-05-09 | Add WHO flag 'l', show only local users | brain |
2007-05-09 | Fix slightly broken oper checks on +i | brain |
2007-05-09 | Add extra matches to /WHO. flags aiMp, away, ident, metadata, port number | brain |
2007-05-09 | Fix the other logic bug found by peavey | brain |
2007-05-09 | There was some real odd logic in here - thanks owine and HiroP | brain |
2007-05-04 | Fix /who to hide users marked invisibile in some way by a module | brain |
2007-03-13 | Fix /who thing that dmb spotted | brain |
2007-03-09 | /who tidyup - needs QA'ing | brain |
2007-03-09 | Apply <options:hidewhois> in /who results (bug #239); someone should clean up... | special |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-14 | Refactor userrec::chans. | brain |
2006-12-07 | Whoops | brain |
2006-12-07 | Bad w00tie bad, /who isnt checking +s for channel /who! | brain |
2006-11-15 | Add WHO flag 'm' to show users who have a mode sequence | brain |
2006-09-06 | Fix crashbug when /who'ing people who arent on a channel (chan->GetPrefixChar... | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-23 | More prefixchar stuff. | brain |
2006-08-18 | Odd bits and bobs to keep the numeric sane if the user is insane (like stskee... | brain |
2006-08-18 | Dont allow USERHOST (and new WHO) on unregistered users | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | brain |
2006-08-10 | Move all_opers into class InspIRCd | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | cmode(), cflags(), cstatus() -> chanrec::GetStatusChar(), chanrec::GetStatusF... | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-09 | Move clientlist and chanlist into InspIRCd* | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-04 | Fixed bug in new /who code spotted by jilles | brain |
2006-07-28 | Finish off /WHO (i think it covers everything). Now has a few extra options | brain |
2006-07-16 | Fixed it myself so i can carry on coding1 | brain |
2006-07-16 | More WHO | w00t |
2006-07-16 | WHO refactoring. In progress currently. | w00t |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |