Age | Commit message (Expand) | Author |
2014-09-26 | Reject parameters that begin with a colon in Channel::SetDefaultModes() | Attila Molnar |
2014-09-26 | Don't try to set a mode in Channel::SetDefaultModes() if it needs a parameter... | Attila Molnar |
2014-03-13 | Fix NAMES list getting truncated on servers having an excessively long server... | Attila Molnar |
2014-03-13 | Backport "Refactor Channel::UserList() to use std::string" | Attila Molnar |
2014-01-21 | Fix some logically dead code which was found by Coverity. | Peter Powell |
2014-01-04 | Show +i users on a channel to opers having the channels/auspex priv who do /N... | Attila Molnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-04-21 | Don't crop the channel name if it's too long in Channel::Channel() | attilamolnar |
2013-02-11 | Fix exactly <limits:maxchan> long channel names being truncated | attilamolnar |
2012-10-31 | Don't send quitting users in RPL_NAMREPLY, fixes desyncing clients who join a... | Adam |
2012-10-03 | Check if the mask is long enough before accessing it when checking extbans | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-07-13 | Change debug message in Invitation::Find() to output expiration time as a str... | attilamolnar |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-05-30 | Merge pull request #166 from Robby-/insp20-cfgcorrections | Robin Burchell |
2012-05-30 | Add more documentation about logging, aswell as make text, tab and space corr... | Robby- |
2012-05-29 | Fix printf-style WriteAllExcept not obeying serversource parameter | attilamolnar |
2012-05-29 | Silence the MODE too if a join was silenced by a module not just the JOIN | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix unused variables reported by the clang static analyzer. | Peter Powell |
2010-09-30 | Fix kick level check to scan all status modes and not skip checks for modeles... | Daniel De Graaf |
2010-09-28 | Fix kicking permisisons - GetPrefixChar returns the prefix, not the mode char... | Daniel De Graaf |
2010-08-04 | Prevent kicking people you do not have permission to deprivilege | Daniel De Graaf |
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 |