summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* m_modeaccess, channel mode +W, allows the prefix required to set a mode to be...Gravatar Daniel De Graaf2010-08-031-0/+143
* Add <options:nameonlymodes>Gravatar Daniel De Graaf2010-08-0330-86/+50
* Change chanprotect settings so it is possible to permit +q to grant +q withou...Gravatar Daniel De Graaf2010-08-031-93/+23
* Allow autoop to use long namesGravatar danieldg2010-08-031-22/+23
* Read FJOIN lines more sensiblyGravatar Daniel De Graaf2010-08-031-39/+21
* Fix ban/invex entries in 005 lineGravatar Daniel De Graaf2010-08-032-2/+2
* Allow named modes to be disabled with <disabled:modes>Gravatar Daniel De Graaf2010-08-031-33/+11
* GnuTLS cleanupGravatar Daniel De Graaf2010-08-031-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"> Gravatar Daniel De Graaf2010-08-0310-1183/+730
* Remove useless return value from OnUserRegisterGravatar Daniel De Graaf2010-08-0311-42/+30
* Remove SetMode functions by letter, add IsModeSet query by nameGravatar Daniel De Graaf2010-08-031-1/+1
* Make the rest of the channel mode letters changeableGravatar Daniel De Graaf2010-08-0311-68/+30
* Extend ChanModes to use a modestacker for outputGravatar Daniel De Graaf2010-08-035-71/+31
* Convert ban list elements to be ExtensibleGravatar Daniel De Graaf2010-08-037-14/+14
* Drop redundant PREFIX check for protocol 1202+Gravatar Daniel De Graaf2010-08-031-1/+1
* Make named mode permissions a subset of all permissionsGravatar Daniel De Graaf2010-08-031-8/+0
* Strip channel mode Z from list sent to 1201-compat serversGravatar Daniel De Graaf2010-08-032-59/+72
* Display mode Z in 004/005 lineGravatar Daniel De Graaf2010-08-031-1/+0
* Show available named modes on /PROP *Gravatar Daniel De Graaf2010-08-031-0/+16
* Convert allowed oper-only modes to use names instead of lettersGravatar Daniel De Graaf2010-08-031-10/+6
* Show listmodes in CHECK outputGravatar Daniel De Graaf2010-08-031-2/+27
* Add the rest of the <modeletters> supportGravatar Daniel De Graaf2010-08-037-127/+92
* Send mode lists in netburstGravatar Daniel De Graaf2010-08-031-5/+20
* Sort CAPAB CHANMODES and USERMODESGravatar Daniel De Graaf2010-08-031-3/+3
* Add support for <modeletters> config block to adjust mode lettersGravatar Daniel De Graaf2010-08-0319-65/+74
* Allow listmodes to be viewed via PROPGravatar Daniel De Graaf2010-08-031-5/+16
* Remove duplicate mode sending on processed modesGravatar Daniel De Graaf2010-08-033-38/+3
* Fixes from characterless mode testGravatar Daniel De Graaf2010-08-032-26/+9
* Implement missing modechange constructorsGravatar Daniel De Graaf2010-08-039-8/+13
* Remove duplication of some huge functionsGravatar Daniel De Graaf2010-08-035-25/+0
* Fixups for s2s sync (currently limited to lettered modes)Gravatar Daniel De Graaf2010-08-037-77/+45
* Update InspIRCd::SendMode to take a modestackerGravatar Daniel De Graaf2010-08-032-103/+14
* Module compilation fixupsGravatar Daniel De Graaf2010-08-0317-259/+46
* Change storage of +b list to match the other listmodesGravatar Daniel De Graaf2010-08-031-415/+0
* Introduce ModeIDGravatar Daniel De Graaf2010-08-035-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 Gravatar danieldg2010-02-192-53/+0
* Compile fix for m_ldapauth•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12495 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar danieldg2010-02-181-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 Gravatar danieldg2010-02-186-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 Gravatar danieldg2010-02-181-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 Gravatar danieldg2010-02-181-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 Gravatar danieldg2010-02-171-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 Gravatar w00t2010-02-171-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 Gravatar danieldg2010-02-171-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 Gravatar danieldg2010-02-172-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 Gravatar danieldg2010-02-172-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 Gravatar danieldg2010-02-161-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 Gravatar danieldg2010-02-161-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 Gravatar danieldg2010-02-161-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 Gravatar danieldg2010-02-161-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 Gravatar danieldg2010-02-161-0/+1