| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Replace dynamic_cast with faster explicit type marking | Daniel De Graaf | 2010-08-14 | 8 | -19/+19 |
| * | Don't try to process mode changes with an invalid target | Daniel De Graaf | 2010-08-14 | 1 | -4/+7 |
| * | Recreate the Channel object during a TS reset•••This ensures that all obsolete metadata, modes, and other information
from the old channel is discarded on a TS reset.
| Daniel De Graaf | 2010-08-14 | 3 | -52/+68 |
| * | Allow use of key on +ik channels to join without needing invite | Daniel De Graaf | 2010-08-14 | 1 | -6/+8 |
| * | Enforce SendQ collapse to soft limit in 30 seconds•••This prevents a user from blocking the recv side of their socket,
and consuming memory for the full hardsendq until they time out.
| Daniel De Graaf | 2010-08-14 | 1 | -1/+17 |
| * | Add m_opmoderated - channel mode +U | Daniel De Graaf | 2010-08-13 | 1 | -0/+89 |
| * | Remove irc::sockets::sato*, duplicates of internal irc::sockets::sockaddrs fu... | Daniel De Graaf | 2010-08-13 | 6 | -18/+9 |
| * | Set the server name to the system hostname by default | Daniel De Graaf | 2010-08-13 | 1 | -0/+6 |
| * | <performance:maxwho> is no longer used, remove from config | Daniel De Graaf | 2010-08-13 | 1 | -2/+0 |
| * | Add mode-merge indicator to FMODE•••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 +.
| Daniel De Graaf | 2010-08-13 | 5 | -59/+60 |
| * | Remove duplicated settings now solely defined by the <connect> class | Daniel De Graaf | 2010-08-13 | 6 | -47/+23 |
| * | Remove Limits.Finalise(), doing this is completely incorrect | Daniel De Graaf | 2010-08-13 | 1 | -2/+0 |
| * | Don't send override notices on exemptchanops overrides | Daniel De Graaf | 2010-08-12 | 1 | -1/+4 |
| * | Improve quit messages resulting from <connect> blocks | Daniel De Graaf | 2010-08-12 | 1 | -4/+6 |
| * | Clean up some comments | Daniel De Graaf | 2010-08-12 | 2 | -22/+10 |
| * | Fix NotifyOpers setting not being applied correctly | Daniel De Graaf | 2010-08-11 | 1 | -10/+9 |
| * | Don't try to merge an unset of a parameterized mode | Daniel De Graaf | 2010-08-11 | 1 | -2/+2 |
| * | Fix compile error | Daniel De Graaf | 2010-08-10 | 1 | -1/+1 |
| * | Clear bot aliases on rehash | Daniel De Graaf | 2010-08-08 | 1 | -0/+1 |
| * | Let /LOCKSERV and /UNLOCKSERV be used remotely | Jackmcbarn | 2010-08-08 | 1 | -3/+41 |
| * | Don't source the umode -r on nickchange from the user, it will be denied | Daniel De Graaf | 2010-08-08 | 1 | -1/+1 |
| * | Fix compile warning on m_testnet | Daniel De Graaf | 2010-08-08 | 1 | -2/+4 |
| * | Stop hiding users when a prefix is set on them | Jens Voss | 2010-08-08 | 1 | -3/+22 |
| * | Don't try to tidy m_autoop entries (fixes extra !*@*) | Daniel De Graaf | 2010-08-08 | 1 | -0/+1 |
| * | Drop some unused files | Daniel De Graaf | 2010-08-08 | 4 | -26/+0 |
| * | Finish header file #include untangle | Daniel De Graaf | 2010-08-08 | 44 | -127/+18 |
| * | Ignore XML closing tags (</tag>) in case an XML generator is used to write co... | Daniel De Graaf | 2010-08-08 | 1 | -0/+11 |
| * | Don't choke on XML self-closing tags like <connect allow="*" /> | Daniel De Graaf | 2010-08-08 | 1 | -1/+6 |
| * | Change config format to use XML entities by default | Daniel De Graaf | 2010-08-08 | 1 | -1/+1 |
| * | Untagle the #include tree a bit | Daniel De Graaf | 2010-08-08 | 1 | -3/+0 |
| * | Finish m_serverbots | Daniel De Graaf | 2010-08-07 | 1 | -23/+56 |
| * | Add m_serverbots | Daniel De Graaf | 2010-08-07 | 1 | -0/+294 |
| * | Add ECHO command to m_alias for user feedback | Daniel De Graaf | 2010-08-07 | 1 | -3/+22 |
| * | Change m_override to require umode +O to be set to use | Daniel De Graaf | 2010-08-07 | 1 | -20/+50 |
| * | Compilation fix for m_operprefix | Daniel De Graaf | 2010-08-07 | 1 | -3/+3 |
| * | Move m_chanacl decision to the end to avoid possible conflicts with other mod... | Daniel De Graaf | 2010-08-07 | 1 | -1/+2 |
| * | Remove now obsolete noservices element | Jackmcbarn | 2010-08-07 | 1 | -13/+1 |
| * | Allow users to specify opflags in m_autoop | Daniel De Graaf | 2010-08-07 | 1 | -12/+3 |
| * | Allow customizing the operprefix rank | Jackmcbarn | 2010-08-07 | 1 | -3/+6 |
| * | Prevent kicks of users who have a protecting low-rank prefix set | Daniel De Graaf | 2010-08-07 | 21 | -45/+51 |
| * | Fix m_restrictchans not checking new channels | Daniel De Graaf | 2010-08-07 | 1 | -2/+2 |
| * | Give an error message to users denied by an ACL | Daniel De Graaf | 2010-08-06 | 1 | -1/+5 |
| * | Add <opflags> config tag | Daniel De Graaf | 2010-08-06 | 1 | -3/+14 |
| * | Fix permission check when a user has no opflags | Daniel De Graaf | 2010-08-06 | 1 | -0/+2 |
| * | Fix the permissions code to be a bit less confusing | Daniel De Graaf | 2010-08-06 | 4 | -40/+20 |
| * | Fix incorrect test in m_restrictchans | Daniel De Graaf | 2010-08-06 | 1 | -1/+1 |
| * | Fix more incorrect uses of perm.user when perm.source was intended | Daniel De Graaf | 2010-08-06 | 4 | -8/+8 |
| * | Fix incorrect membership being checked in m_chanacl | Daniel De Graaf | 2010-08-06 | 1 | -2/+2 |
| * | Set the dirty bit when +P is set/unset on a channel | Daniel De Graaf | 2010-08-06 | 1 | -4/+4 |
| * | Add m_saprop, oper-only version of /PROP | Jackmcbarn | 2010-08-06 | 1 | -0/+72 |