Age | Commit message (Expand) | Author |
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 |
2006-04-20 | Move to new include path | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
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 |