| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix up invite checking code and add m_inviteextban | Jackmcbarn | 2010-08-16 | 1 | -1/+3 |
| * | Remove GetClass(), access MyClass directly when needed | Daniel De Graaf | 2010-08-15 | 1 | -1/+1 |
| * | Replace dynamic_cast with faster explicit type marking | Daniel De Graaf | 2010-08-14 | 1 | -1/+1 |
| * | 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 | 1 | -15/+18 |
| * | Allow use of key on +ik channels to join without needing invite | Daniel De Graaf | 2010-08-14 | 1 | -6/+8 |
| * | Remove duplicated settings now solely defined by the <connect> class | Daniel De Graaf | 2010-08-13 | 1 | -19/+8 |
| * | Prevent kicks of users who have a protecting low-rank prefix set | Daniel De Graaf | 2010-08-07 | 1 | -20/+25 |
| * | Call OnCheckJoin for override joins so hooks are still run | Daniel De Graaf | 2010-08-05 | 1 | -15/+6 |
| * | Prevent kicking people you do not have permission to deprivilege | Daniel De Graaf | 2010-08-04 | 1 | -2/+4 |
| * | Add some comments, fix an uninitialized variable | Daniel De Graaf | 2010-08-04 | 1 | -1/+1 |
| * | Change m_redirect to redirect on any denied join | Daniel De Graaf | 2010-08-04 | 1 | -13/+7 |
| * | Send error message to users on failed join | Daniel De Graaf | 2010-08-04 | 1 | -0/+8 |
| * | Change to use a permission-based OnCheckJoin hook instead of OnUserPreJoin | Daniel De Graaf | 2010-08-04 | 1 | -57/+42 |
| * | Change kick permission to check rank prior to allowing module overrides | Daniel De Graaf | 2010-08-03 | 1 | -15/+11 |
| * | Get rid of more useless assign() invocations | Daniel De Graaf | 2010-08-03 | 1 | -21/+13 |
| * | Get rid of char* argument for channel name | Daniel De Graaf | 2010-08-03 | 1 | -11/+9 |
| * | Change UserChanList to an intrusive-style linked list | Daniel De Graaf | 2010-08-03 | 1 | -3/+3 |
| * | Make irc::string faster and less wasteful•••Change irc::string from an std::basic_string typedef to a wrapper around
an std::string, to avoid unneeded copies in assign().
| Daniel De Graaf | 2010-08-03 | 1 | -7/+9 |
| * | Add <options:cyclehostsfromuser> to configure source for mode changes on host... | Daniel De Graaf | 2010-08-03 | 1 | -2/+1 |
| * | Move "topic" permisison back to "exempt/topiclock" like 2.0 | Daniel De Graaf | 2010-08-03 | 1 | -13/+8 |
| * | Funnel access checks through the OnPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -4/+4 |
| * | Create OnChannelPermissionCheck hook | Daniel De Graaf | 2010-08-03 | 1 | -20/+23 |
| * | Add m_opflags | Daniel De Graaf | 2010-08-03 | 1 | -9/+2 |
| * | Force granted prefixes like +o to be specified in <options:defaultmodes> | Daniel De Graaf | 2010-08-03 | 1 | -2/+4 |
| * | Restore <options:exemptchanops> with long names | Daniel De Graaf | 2010-08-03 | 1 | -2/+1 |
| * | Remove SetMode functions by letter, add IsModeSet query by name | Daniel De Graaf | 2010-08-03 | 1 | -12/+6 |
| * | Extend ChanModes to use a modestacker for output | Daniel De Graaf | 2010-08-03 | 1 | -37/+16 |
| * | Convert ban list elements to be Extensible | Daniel De Graaf | 2010-08-03 | 1 | -3/+3 |
| * | Fixes from characterless mode test | Daniel De Graaf | 2010-08-03 | 1 | -4/+3 |
| * | Add support for parsing named mode changes from +Z to core | Daniel De Graaf | 2010-08-03 | 1 | -2/+9 |
| * | Change storage of +b list to match the other listmodes | Daniel De Graaf | 2010-08-03 | 1 | -9/+24 |
| * | Change Channel mode storage to index by ModeID | Daniel De Graaf | 2010-08-03 | 1 | -29/+37 |
| * | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12497 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-19 | 1 | -16/+7 |
| * | Allow exemptchanops to modify the channel access level needed to bypass +t•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12413 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -7/+7 |
| * | Don't enforce access control on remote users for topic changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12376 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-05 | 1 | -24/+17 |
| * | Search for correct access level for mode changes, remove hardcoded halfop ref...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12265 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-16 | 1 | -1/+1 |
| * | ...because every now and again, i have to do a massive commit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2010-01-11 | 1 | -1/+1 |
| * | Disallow adding prefix-mode when it is already set (fixes bug #935)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12245 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-01-09 | 1 | -4/+5 |
| * | Add ModeHandler* versions of channel mode access•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12133 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-15 | 1 | -24/+25 |
| * | Send %#chan messages to all members ranked at least halfop, not just those th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12046 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-11-06 | 1 | -5/+5 |
| * | Get rid of ModePair•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-24 | 1 | -1/+3 |
| * | Make User::uuid and User::server const•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11962 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-23 | 1 | -10/+0 |
| * | Use Config->MaxChans as the default if class does not define maxchans•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11946 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -1/+4 |
| * | Move all local-only fields to LocalUser•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11944 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-21 | 1 | -16/+12 |
| * | Fix channel deletion on user quit and automatic removal of mode "z"•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11934 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-20 | 1 | -30/+16 |
| * | Cull channels, warn when Extensible objects are not culled as they must be•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11901 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-18 | 1 | -32/+27 |
| * | Get rid of a bunch of memory-wasting C-style strings•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-10-03 | 1 | -9/+11 |
| * | Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exe...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11778 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-29 | 1 | -1/+1 |
| * | Remove InspIRCd* parameters and fields•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-26 | 1 | -29/+29 |
| * | Change match direction of extbans to allow stacking•••This allows you create stacked bans like:
+b m:r:*bot* to mute anyone with bot in their gecos
+e S:j:+#staff to allow voices in #staff to use color
It also deprecates extban M, which can be implemented using m:R:
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11711 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2009-09-13 | 1 | -45/+33 |