| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed Windows build. | 2012-06-06 | 1 | -3/+0 | |
| | | | | | | | | | | | | | Squash commit of the following from 2.0: commit cbd0b938d1e6a24c082fd510f3f6bb45a1ba3ce0 commit d392720f7fe4e3a85aec0f431b24d852d186d353 commit 30477f569bbd21590ad0687b5f09012deeb2b40e commit 4707f65e75867e443cbab8a5dcb0379341537263 commit e37621e04ea3b80c6f57c89873e530506f8d5587 commit 92cac06fc2e4207614efe0292d6cdf2954ff30a9 Plus many additional 2.1 specific fixes. | ||||
| * | Replace copyright headers with headers granting specific authors copyright. | 2012-04-19 | 1 | -8/+20 | |
| | | | | | Fixes #61. | ||||
| * | Update copyright notices to 2011 | 2011-05-04 | 1 | -1/+1 | |
| | | |||||
| * | Allow listing of modes with +Z | 2011-02-24 | 1 | -11/+43 | |
| | | |||||
| * | Remove some gotos | 2010-11-27 | 1 | -2/+1 | |
| | | |||||
| * | Fix unsafe iteration in DelMode | 2010-11-09 | 1 | -4/+4 | |
| | | |||||
| * | Fix duplicate mode character error message | 2010-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Translate TR_NICK modes inside TryMode | 2010-09-28 | 1 | -3/+9 | |
| | | |||||
| * | Allow +Z to be used to list listmodes | 2010-09-15 | 1 | -0/+8 | |
| | | |||||
| * | Call OnParameterMissing when +Z is used if the given mode needs one | 2010-09-11 | 1 | -3/+9 | |
| | | |||||
| * | Clarify the configuration tag function names | 2010-08-22 | 1 | -2/+2 | |
| | | |||||
| * | Change modelist back to 2.0 definition to remove double-dereference in BanItem | 2010-08-21 | 1 | -16/+10 | |
| | | |||||
| * | Fix crash when m_chanregister is initialized prior to permchannels | 2010-08-21 | 1 | -0/+2 | |
| | | |||||
| * | Change ResolveModeConflict to a simpler parameter ordering function | 2010-08-18 | 1 | -2/+2 | |
| | | |||||
| * | Change ModeHandler::AccessCheck to use PermissionData | 2010-08-18 | 1 | -3/+2 | |
| | | |||||
| * | Fix unload of prefix modes not unsetting prefixes | 2010-08-15 | 1 | -0/+19 | |
| | | |||||
| * | Replace dynamic_cast with faster explicit type marking | 2010-08-14 | 1 | -5/+5 | |
| | | |||||
| * | Don't try to process mode changes with an invalid target | 2010-08-14 | 1 | -4/+7 | |
| | | |||||
| * | Add mode-merge indicator to FMODE | 2010-08-13 | 1 | -0/+3 | |
| | | | | | | | | | | This introduces explicit mode-merge request, rather than forcing all server-sourced mode changes to be merged. Syntax: :SID FMODE #chan TS =mode params For protocol 1202 and below, this is converted back to +. | ||||
| * | Don't try to merge an unset of a parameterized mode | 2010-08-11 | 1 | -2/+2 | |
| | | |||||
| * | Finish header file #include untangle | 2010-08-08 | 1 | -32/+1 | |
| | | |||||
| * | Prevent kicks of users who have a protecting low-rank prefix set | 2010-08-07 | 1 | -1/+1 | |
| | | |||||
| * | Change irc::modestacker output in FORMAT_PERSIST to always use long modes | 2010-08-06 | 1 | -1/+9 | |
| | | |||||
| * | Fix DelMode failing on modes using the default ↵ | 2010-08-05 | 1 | -5/+7 | |
| | | | | | ParamChannelModeHandler::OnModeChange | ||||
| * | Allow OnParameterMissing to fill in the missing parameter | 2010-08-05 | 1 | -3/+4 | |
| | | |||||
| * | Send error strings to users on mode change denials | 2010-08-03 | 1 | -0/+4 | |
| | | |||||
| * | Fix /MODE allowing anyone to change modes in channels | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Check maximum length of ban list for local users, not remote | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Funnel access checks through the OnPermissionCheck hook | 2010-08-03 | 1 | -3/+5 | |
| | | |||||
| * | Drop useless default OnModeChange handler | 2010-08-03 | 1 | -5/+0 | |
| | | |||||
| * | Allow m_autoop to grant channel flags, source its mode changes from the ↵ | 2010-08-03 | 1 | -3/+1 | |
| | | | | | joining user | ||||
| * | Cap masks and bans at 250 characters | 2010-08-03 | 1 | -0/+4 | |
| | | |||||
| * | Omit opflags from permchannel database | 2010-08-03 | 1 | -12/+18 | |
| | | |||||
| * | Add m_opflags | 2010-08-03 | 1 | -0/+21 | |
| | | |||||
| * | Fix modechange constructor | 2010-08-03 | 1 | -0/+1 | |
| | | |||||
| * | m_modeaccess, channel mode +W, allows the prefix required to set a mode to ↵ | 2010-08-03 | 1 | -31/+2 | |
| | | | | | be changed | ||||
| * | Add <options:nameonlymodes> | 2010-08-03 | 1 | -20/+28 | |
| | | |||||
| * | Allow digits 0-9 to be used as mode characters | 2010-08-03 | 1 | -10/+16 | |
| | | |||||
| * | Allow named modes to be disabled with <disabled:modes> | 2010-08-03 | 1 | -13/+8 | |
| | | |||||
| * | Extend ChanModes to use a modestacker for output | 2010-08-03 | 1 | -5/+11 | |
| | | |||||
| * | Convert ban list elements to be Extensible | 2010-08-03 | 1 | -15/+23 | |
| | | |||||
| * | Strip channel mode Z from list sent to 1201-compat servers | 2010-08-03 | 1 | -1/+2 | |
| | | |||||
| * | Display mode Z in 004/005 line | 2010-08-03 | 1 | -1/+5 | |
| | | |||||
| * | Better support for letterless modes | 2010-08-03 | 1 | -12/+12 | |
| | | |||||
| * | Convert allowed oper-only modes to use names instead of letters | 2010-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Add the rest of the <modeletters> support | 2010-08-03 | 1 | -0/+2 | |
| | | |||||
| * | Add support for <modeletters> config block to adjust mode letters | 2010-08-03 | 1 | -8/+16 | |
| | | |||||
| * | Add support for parsing named mode changes from +Z to core | 2010-08-03 | 1 | -6/+32 | |
| | | |||||
| * | Fix some mode letter sorting bugs | 2010-08-03 | 1 | -3/+9 | |
| | | |||||
| * | Implement missing modechange constructors | 2010-08-03 | 1 | -2/+21 | |
| | | |||||
