Age | Commit message (Expand) | Author |
2006-07-08 | Add chmode +k, cut down includes in use in mode.cpp | brain |
2006-07-08 | Comments | brain |
2006-07-07 | Add support for channelmode +i | brain |
2006-07-07 | Add cmode_n and cmode_t | brain |
2006-07-07 | Save ourselves 3 dereferences | brain |
2006-07-07 | Remove the transposition of @ and ! stuff, doesnt work right and not a good e... | brain |
2006-07-07 | Avoid throwing a std::out_of_range exception when given a ban without ! or @ ... | brain |
2006-07-07 | Fix to check for colon (accidentally typed pos_of_dot) | brain |
2006-07-07 | Mask cleaning. | brain |
2006-07-07 | Started work on ModeParser::CleanMask() | brain |
2006-07-07 | A bit more debugging | brain |
2006-07-07 | 'Activate' +m by putting it in the constructor | brain |
2006-07-07 | GCC defines and <hash_map> -> "hash_map.h" | brain |
2006-07-07 | Fix listmodes and modes with params | brain |
2006-07-07 | Add mode +b to active list | brain |
2006-07-07 | fix channel mode +b | brain |
2006-07-07 | Mode +b stuff, probably wont work yet | brain |
2006-07-07 | Tidied up checking in ModeParser::AddMode() and added a humorous comment abou... | brain |
2006-07-07 | Initialize mode handlers and watchers to 0 in the constructor, or mucho pain ... | brain |
2006-07-07 | Aaaand, correct all the obligitary typos | brain |
2006-07-07 | Added hashing stuff to hold both user and channel modes in the watcher/handle... | brain |
2006-07-07 | Mode parser WORKS! (for simple non-parameterized channel modes) | brain |
2006-07-07 | Dummy framework to insert the class for channelmode +s | brain |
2006-07-07 | Header for cmode_s.cpp | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-10 | Typedef an ugly iterator, dont send mode string if no modes were in the outpu... | brain |
2006-04-10 | Typo fixes, move some stuff about | brain |
2006-04-10 | INSERT foot INTO mouth WHERE user='Brain' | brain |
2006-04-10 | I hate HATE HATE templates. | brain |
2006-04-10 | istringstream not ostringstream | brain |
2006-04-10 | Extra allowance for modes which have different number of params when being se... | brain |
2006-04-10 | Start of new mode parser | brain |
2006-04-09 | Om's way is better and lets watchers change mode parameters for the modes the... | brain |
2006-04-09 | Start of mode parser refactoring | 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-04-02 | Undo me screwing stuff up | om |
2006-04-02 | Add amd64/linux to list of OS'es tested, but mainly CIA test :P | om |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-10 | Set bitfields on servermode | brain |
2006-03-09 | Mostly formatting cleanup, rename a 'Ptr' to a more meaningful 'chan', remove... | om |
2006-03-09 | UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVI... | brain |
2006-03-09 | Modes the wrong way around | brain |
2006-03-09 | Added userrec::modebits - fast way of checking if user has +swi rather than a... | brain |
2006-03-09 | Grant and revoke now use iterators | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-08 | Got rid of all that ugly char* cast crap (todo: change docs to reflect change) | brain |
2006-03-08 | More optimisations, memory saving, use the char* loop everywhere else seems t... | om |
2006-03-08 | Avoid some ugly casts and save (well..system dependant..) about...3 bytes of ... | om |