| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | m_modeaccess, channel mode +W, allows the prefix required to set a mode to be... | 2010-08-03 | 1 | -0/+143 | ||
| * | Add <options:nameonlymodes> | 2010-08-03 | 30 | -86/+50 | ||
| * | Change chanprotect settings so it is possible to permit +q to grant +q withou... | 2010-08-03 | 1 | -93/+23 | ||
| * | Allow autoop to use long names | 2010-08-03 | 1 | -22/+23 | ||
| * | Read FJOIN lines more sensibly | 2010-08-03 | 1 | -39/+21 | ||
| * | Fix ban/invex entries in 005 line | 2010-08-03 | 2 | -2/+2 | ||
| * | Allow named modes to be disabled with <disabled:modes> | 2010-08-03 | 1 | -33/+11 | ||
| * | GnuTLS cleanup | 2010-08-03 | 1 | -35/+14 | ||
| * | New I/O hook API•••This removes some pointless Module:: entries, uses the ServiceProvider lookup API for bind tags, and allows GnuTLS to use custom certificates per bind or link block using: <bind ssl="gnutls" ssl_cert="signed" ...> <ssl_cert name="signed" certfile="my.cert.pem" keyfile="my.key.pem"> | 2010-08-03 | 10 | -1183/+730 | ||
| * | Remove useless return value from OnUserRegister | 2010-08-03 | 11 | -42/+30 | ||
| * | Remove SetMode functions by letter, add IsModeSet query by name | 2010-08-03 | 1 | -1/+1 | ||
| * | Make the rest of the channel mode letters changeable | 2010-08-03 | 11 | -68/+30 | ||
| * | Extend ChanModes to use a modestacker for output | 2010-08-03 | 5 | -71/+31 | ||
| * | Convert ban list elements to be Extensible | 2010-08-03 | 7 | -14/+14 | ||
| * | Drop redundant PREFIX check for protocol 1202+ | 2010-08-03 | 1 | -1/+1 | ||
| * | Make named mode permissions a subset of all permissions | 2010-08-03 | 1 | -8/+0 | ||
| * | Strip channel mode Z from list sent to 1201-compat servers | 2010-08-03 | 2 | -59/+72 | ||
| * | Display mode Z in 004/005 line | 2010-08-03 | 1 | -1/+0 | ||
| * | Show available named modes on /PROP * | 2010-08-03 | 1 | -0/+16 | ||
| * | Convert allowed oper-only modes to use names instead of letters | 2010-08-03 | 1 | -10/+6 | ||
| * | Show listmodes in CHECK output | 2010-08-03 | 1 | -2/+27 | ||
| * | Add the rest of the <modeletters> support | 2010-08-03 | 7 | -127/+92 | ||
| * | Send mode lists in netburst | 2010-08-03 | 1 | -5/+20 | ||
| * | Sort CAPAB CHANMODES and USERMODES | 2010-08-03 | 1 | -3/+3 | ||
| * | Add support for <modeletters> config block to adjust mode letters | 2010-08-03 | 19 | -65/+74 | ||
| * | Allow listmodes to be viewed via PROP | 2010-08-03 | 1 | -5/+16 | ||
| * | Remove duplicate mode sending on processed modes | 2010-08-03 | 3 | -38/+3 | ||
| * | Fixes from characterless mode test | 2010-08-03 | 2 | -26/+9 | ||
| * | Implement missing modechange constructors | 2010-08-03 | 9 | -8/+13 | ||
| * | Remove duplication of some huge functions | 2010-08-03 | 5 | -25/+0 | ||
| * | Fixups for s2s sync (currently limited to lettered modes) | 2010-08-03 | 7 | -77/+45 | ||
| * | Update InspIRCd::SendMode to take a modestacker | 2010-08-03 | 2 | -103/+14 | ||
| * | Module compilation fixups | 2010-08-03 | 17 | -259/+46 | ||
| * | Change storage of +b list to match the other listmodes | 2010-08-03 | 1 | -415/+0 | ||
| * | Introduce ModeID | 2010-08-03 | 5 | -55/+46 | ||
| * | 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 | 2010-02-19 | 2 | -53/+0 | ||
| * | Compile fix for m_ldapauth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12495 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-18 | 1 | -3/+4 | ||
| * | Allow SASL messages to be targeted at the services server•••<sasl target="services.example.net"> will avoid broadcasting all authentication messages across the network, which improves security. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12494 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-18 | 6 | -21/+75 | ||
| * | Support multiple certificates in GnuTLS certificate chain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12491 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-18 | 1 | -7/+16 | ||
| * | Fix double-erase of iterator if a server dies and times out at the same time•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12490 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-18 | 1 | -1/+1 | ||
| * | Add <chanhistory:maxlines> to specify the maximum allowed size of channel his...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12488 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 1 | -5/+19 | ||
| * | Check for <user>:<password> for ldap auth in /PASS password if ident/nickname...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12486 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 1 | -9/+27 | ||
| * | Allow STARTTLS to be disabled via <gnutls starttls="no">•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12485 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 1 | -2/+13 | ||
| * | Hide SSL= line of 005 if <gnutls:showports>/<openssl:showports> is false•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12484 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 2 | -24/+32 | ||
| * | Fix routing of prefix-channel messages now that 2.0 sends to status and above...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12483 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-17 | 2 | -2/+11 | ||
| * | Change is-using-SSL numeric to 671 to match more other IRCds•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12482 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -1/+1 | ||
| * | Change is-using-SSL numeric to 275 to match other IRCds•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12481 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -1/+1 | ||
| * | Bug #645 was correct behavior on the client's part, the IRC STARTTLS standard...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12480 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -6/+2 | ||
| * | Delete 0-user permanent channels that are being set -P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12475 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -22/+3 | ||
| * | Incrementing the counter in a loop is useful to prevent it being an infinite ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12474 e03df62e-2008-0410-955e-edbf42e46eb7 | 2010-02-16 | 1 | -0/+1 | ||
