Age | Commit message (Expand) | Author |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Use CheckTimeStamp to merge modes on netburst | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-04-29 | Overloading SetMode seems to cause the compiler to interpret "" as a bool and... | danieldg |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-04-17 | Fix SetModeParam to use std::string and handle edge cases. | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Disallow any messageflood parameter where x < 2 in +f x:y, prevents moronic b... | brain |
2008-11-24 | Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by c... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-10-10 | Fix messageflood not working (bug #615). Big thanks to dz. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | More done | brain |
2008-05-05 | Conversions | aquanight |
2008-04-06 | Fix bug #509 reported by Casey: bans were not applied on non-opped users (1.2... | w00t |
2008-04-06 | Fix a silly bug we never thought was a bug, in m_messageflood - the message t... | w00t |
2008-04-04 | Change the function name because gcc is dumb :/ | brain |
2008-04-04 | Whoops, fix typo | brain |
2008-04-04 | A convenience function for ProtocolInterface::SendMode that just takes a stri... | brain |
2008-04-04 | Make all our modules use the new stuff rather than the send_ events | brain |
2008-03-24 | Finally change all the Version() objects | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-18 | Phew. Fix a bunch of method sigs to stop warnings. | w00t |