Age | Commit message (Expand) | Author |
2010-03-15 | Use CycleHostsFromUser for on-join modes too (m_autoop) | danieldg |
2010-03-07 | Make "topiclock" exemption only apply when +t is set | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-19 | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n... | danieldg |
2010-02-09 | Allow exemptchanops to modify the channel access level needed to bypass +t | danieldg |
2010-02-05 | Don't enforce access control on remote users for topic changes | danieldg |
2010-01-16 | Search for correct access level for mode changes, remove hardcoded halfop ref... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2009-11-15 | Add ModeHandler* versions of channel mode access | danieldg |
2009-11-06 | Send %#chan messages to all members ranked at least halfop, not just those th... | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-21 | Use Config->MaxChans as the default if class does not define maxchans | danieldg |
2009-10-21 | Move all local-only fields to LocalUser | danieldg |
2009-10-20 | Fix channel deletion on user quit and automatic removal of mode "z" | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-29 | Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exe... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |
2009-09-13 | Fix GetPrefixChar returning empty if a non-prefix mode was used | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible... | danieldg |
2009-09-13 | Simplify ModeHandler constructor | 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 | Remove double prefix conversion from Channel::RawWriteAllExcept | danieldg |
2009-09-13 | Membership* changes | danieldg |
2009-09-05 | Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo... | w00t |
2009-09-05 | Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot... | w00t |
2009-09-02 | inline Channel::IsModeSet | danieldg |
2009-09-02 | Rip out VisData in preparation for replacing it with more flexible hooks | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove a few unneeded string copies in the PRIVMSG path | danieldg |
2009-09-02 | Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi... | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-08-15 | Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a8ad by dKingston, (add... | w00t |
2009-08-13 | Merge patch from dKingston for missing TOPIC numeric, also replace the litera... | brain |
2009-08-12 | Fixes for config reader | danieldg |
2009-06-30 | Check for oper max chans before user max chans, fixes code weirdness and bug ... | w00t |
2009-05-13 | Use a FakeUser source for server-sourced commands in spanningtree | danieldg |
2009-04-29 | Overloading SetMode seems to cause the compiler to interpret "" as a bool and... | danieldg |
2009-04-24 | Fix crash from unregistered users joining a channel, discovered by Namegduf | 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-23 | Check IsBanned even when the ban list is empty, so that module hooks get call... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-02-14 | Nuke trailing spaces | peavey |