Age | Commit message (Expand) | Author |
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 | Convert the output limit back to the parameter | 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 | ModeHandler documented | 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 | Typoed a const | brain |
2006-07-07 | Add channel modes +n and +t | brain |
2006-07-07 | Save ourselves 3 dereferences | brain |
2006-07-07 | Clean 'removed' bans too | brain |
2006-07-07 | Tidier than a trinary op | brain |
2006-07-07 | Move BanItem into the class | 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 | toomanyexclamation and toomanyat are no longer required here | brain |
2006-07-07 | Fix to check for colon (accidentally typed pos_of_dot) | brain |
2006-07-07 | Mask cleaning. | brain |
2006-07-07 | Make +b use CleanMask() | brain |
2006-07-07 | Started work on ModeParser::CleanMask() | brain |
2006-07-07 | Comments | brain |
2006-07-07 | A bit more debugging | brain |
2006-07-07 | 'Activate' +m by putting it in the constructor | brain |
2006-07-07 | Added cmode_m (channel mode +m) | brain |
2006-07-07 | Fix syntax example | brain |
2006-07-07 | GCC defines and <hash_map> -> "hash_map.h" | brain |
2006-07-07 | Tidy up space indents so Om and w00t dont murder me | 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 | Add cmode_p (private) | 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 masking stuff. | 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-07-07 | Added cmode_s, skeleton mode handler for channel mode +s. | brain |
2006-07-07 | More stuff for m_pgsql in, provider-side API stuff semi-done | om |
2006-07-07 | change std::string's to const std::string references for *Feature() funcs | om |
2006-07-07 | Added InspSocket::WantWrite(), InspSocket::OnWriteReady() and private data me... | brain |
2006-07-07 | modules.*: Put some void* back to char*, sorry if they were only like that be... | om |
2006-07-04 | Add pippijn under code contributors for m_connflood | brain |
2006-07-03 | Added docs for conflood | brain |
2006-07-03 | Change InspSocket's private members to only be protected, I couldn't find any... | om |