Age | Commit message (Expand) | Author |
2006-07-10 | - Add usermode +n for notice masks - our implementation of snomasks. We're no... | w00t |
2006-07-10 | Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher() | brain |
2006-07-09 | send_mode event for spanningtree (this will be backported to stable as its re... | brain |
2006-07-09 | Tweak mode parser so that oper-only modes are only enforced on local clients,... | brain |
2006-07-08 | Fixed pointless dereference spotted by Foamy | brain |
2006-07-08 | Implement DisplayList virtual method calls, and implement it in cmode_b | brain |
2006-07-08 | Add usermode +o, with special checking so that an oper may only remove the mo... | brain |
2006-07-08 | Forgot return;s | brain |
2006-07-08 | Added DisplayCurrentModes which will display the modes of a channel or nick | brain |
2006-07-08 | Fix typos | brain |
2006-07-08 | Add code to display umode changes when they occur | brain |
2006-07-08 | Added usermodes +swi. | brain |
2006-07-08 | Remove comemnted-out GiveVoice and TakeVoice | brain |
2006-07-08 | Add cmode +v - that's all the RFC channel modes done now | brain |
2006-07-08 | Remove the TakeHops and GiveHops from comments | brain |
2006-07-08 | Add support for cmode +h | brain |
2006-07-08 | Tidyup, and add numeric 472 "unknown mode char" | brain |
2006-07-08 | Fix for permissions :p | brain |
2006-07-08 | Put back security checks so non-ops cant set modes again :p | brain |
2006-07-08 | Integrate +o into handlers | brain |
2006-07-08 | Add cmode +o (op/deop) and in the process change a lot of char* to const char... | brain |
2006-07-08 | Add channelmode +l | brain |
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 |