aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* dynamic_reference does not need a Creator pointerGravatar Daniel De Graaf2010-08-034-6/+6
* Correct the base64 implementationsGravatar Daniel De Graaf2010-08-031-5/+5
* Fix base64 decoding functionGravatar Daniel De Graaf2010-08-032-1/+2
* Add HMAC implementation to HashProviderGravatar Daniel De Graaf2010-08-0310-67/+56
* Add Base64 encode/decode functions to the coreGravatar Daniel De Graaf2010-08-034-60/+135
* Fix exception on m_cloaking GetVersion if run without a hash providerGravatar Daniel De Graaf2010-08-031-14/+16
* Force granted prefixes like +o to be specified in <options:defaultmodes>Gravatar Daniel De Graaf2010-08-032-3/+5
* Remove dead codeGravatar Daniel De Graaf2010-08-033-20/+3
* Allow invex to bypass keyGravatar Daniel De Graaf2010-08-031-2/+9
* Add m_customprefix, deprecates m_halfvoiceGravatar Daniel De Graaf2010-08-032-69/+97
* Restore <options:exemptchanops> with long namesGravatar Daniel De Graaf2010-08-0318-70/+84
* Extend +w and +X to take named modes in addition to mode lettersGravatar Daniel De Graaf2010-08-032-6/+13
* m_modeaccess, channel mode +W, allows the prefix required to set a mode to be...Gravatar Daniel De Graaf2010-08-034-32/+182
* Add <options:nameonlymodes>Gravatar Daniel De Graaf2010-08-0333-109/+81
* 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 digits 0-9 to be used as mode charactersGravatar Daniel De Graaf2010-08-031-10/+16
* Allow named modes to be disabled with <disabled:modes>Gravatar Daniel De Graaf2010-08-034-69/+55
* 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-0314-1257/+782
* Remove useless return value from OnUserRegisterGravatar Daniel De Graaf2010-08-0314-56/+33
* Remove SetMode functions by letter, add IsModeSet query by nameGravatar Daniel De Graaf2010-08-033-18/+12
* 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-038-115/+63
* Convert ban list elements to be ExtensibleGravatar Daniel De Graaf2010-08-039-32/+40
* Drop redundant PREFIX check for protocol 1202+Gravatar Daniel De Graaf2010-08-031-1/+1
* Find modes in FindServiceGravatar Daniel De Graaf2010-08-031-0/+2
* Make named mode permissions a subset of all permissionsGravatar Daniel De Graaf2010-08-032-22/+9
* Strip channel mode Z from list sent to 1201-compat serversGravatar Daniel De Graaf2010-08-033-60/+74
* Display mode Z in 004/005 lineGravatar Daniel De Graaf2010-08-032-2/+5
* Show available named modes on /PROP *Gravatar Daniel De Graaf2010-08-031-0/+16
* Better support for letterless modesGravatar Daniel De Graaf2010-08-031-12/+12
* Convert allowed oper-only modes to use names instead of lettersGravatar Daniel De Graaf2010-08-034-45/+36
* Show listmodes in CHECK outputGravatar Daniel De Graaf2010-08-031-2/+27
* Add the rest of the <modeletters> supportGravatar Daniel De Graaf2010-08-038-127/+94
* 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-0320-73/+90
* 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-034-36/+14
* Add support for parsing named mode changes from +Z to coreGravatar Daniel De Graaf2010-08-032-8/+41
* Actually sending mode changes to local users is helpfulGravatar Daniel De Graaf2010-08-031-0/+3
* Fix some mode letter sorting bugsGravatar Daniel De Graaf2010-08-031-3/+9
* Implement missing modechange constructorsGravatar Daniel De Graaf2010-08-0311-11/+35
* Remove duplication of some huge functionsGravatar Daniel De Graaf2010-08-036-25/+187
* Fixups for s2s sync (currently limited to lettered modes)Gravatar Daniel De Graaf2010-08-039-115/+52
* Update InspIRCd::SendMode to take a modestackerGravatar Daniel De Graaf2010-08-035-141/+66