Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg |
2010-02-07 | Don't send GODMODE snomask for remote users (let SendGlobalSno handle that) | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-15 | Hide channel mode structures | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Replace OnAccessCheck with OnPreMode to remove a number of redundant checks | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-05 | Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo... | w00t |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-08-27 | override: pass handling back to the core to send numerics if join restriction... | w00t |
2009-06-02 | Change m_override to send snomasks globally | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-04 | Fix unnecessary heap allocation on rehash: stack allocated ConfigReader is fine. | w00t |
2009-04-03 | Textual fixes. Patch by Ankit. | peavey |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-08 | m_override: fix messages on multi-mode changes | danieldg |
2009-02-27 | Revert r10640, it blocked override notices unless they contained an op/deop/etc | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-24 | Fix some spaces as indent and one double space in m_override so that Ankit is... | psychon |
2009-01-22 | Fix bug #659, #524 and others: Allow operoverride to set +qa. Based on patch ... | w00t |
2009-01-15 | Prevent snotices being sent out for a completely empty mode | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Resolve a conflict by changing override to +s +G (godmode) instead of +s +O. | w00t |
2008-10-26 | fix for banwalk and keys reported by mix941 | peavey |
2008-10-13 | Don't send an override notice if no modes were actually applied, thanks Ankit. | w00t |
2008-10-08 | Apply patch from jmb, for bug #593. Snotices on override are now sent regardl... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-05 | Fix bug #584 (not with the provided patch) and stuff nobody really cares about | w00t |
2008-08-04 | Add TOPIC overriding to m_override, requested by Namegduf. | w00t |
2008-08-04 | Fix override snotices for KICK not being sent for some cases, reported by Nam... | w00t |
2008-07-20 | Remove custom members for +lk storage | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-08 | Fix #551 | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | More done | brain |
2008-05-05 | Convert more | peavey |
2008-04-26 | a long road of uniformed messages ;) | bricker |
2008-04-17 | Fix format fuckup I introduced (that warning shows one example of when it's u... | w00t |