| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2.0 beta 2 release•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12420 e03df62e-2008-0410-955e-edbf42e46eb7
v2.0.0b2 | danieldg | 2010-02-10 | 1 | -1/+1 |
| * | Fix WHOISNOTICE parameters being sent backwards•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12419 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-10 | 1 | -1/+1 |
| * | Why are we wasting space on DieValue?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12418 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-10 | 1 | -1/+0 |
| * | Fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12417 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -1/+1 |
| * | Sort CAPAB CHANMODES and USERMODES•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12416 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -9/+11 |
| * | Fix double-free when catching an exception in module init()•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12415 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -2/+2 |
| * | Eliminate duplicate names between user and channel modes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12414 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 3 | -5/+4 |
| * | 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 | 2 | -7/+9 |
| * | Update m_exemptchanops to allow users to specify the status required for the ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12412 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -33/+41 |
| * | Move password checking into connect class search•••This makes it possible to have a passworded connect class that is
open to any host without denying users that do not use the password.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12411 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 2 | -17/+15 |
| * | Clean up documentation of connect blocks a bit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12410 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 2 | -1/+12 |
| * | This module isn't supposed to be part of 2.0; it will be third-party until 2.1•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12409 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -114/+0 |
| * | Change <connect:requiresasl> to <connect:requireaccount>, which is more accurate•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12408 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 2 | -20/+8 |
| * | Move chanhistory to PostJoin hook•••While irssi is currently able to show the lines sent prior to join,
it is better for this module to work on all clients without modification.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12407 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -2/+2 |
| * | half-voice is a better name than status prefix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12406 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -14/+8 |
| * | Add authorization cache module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12405 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 2 | -1/+115 |
| * | Add random number generation functions to InspIRCd class.•••Default implementation uses libc random(), which can be better than rand().
If gnutls is loaded, gcrypt will be used to provide random numbers.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12404 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 9 | -91/+62 |
| * | Fix error message on OPTCOMMON mismatch•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12403 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-09 | 1 | -1/+1 |
| * | SSL certificate requests prior to full registration must use SocketCertificat...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12402 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-08 | 3 | -6/+7 |
| * | Add <connect requiressl="trusted"> to force CA verification for clients on th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12401 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-08 | 2 | -1/+19 |
| * | Also allow <connect rules>•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12400 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-08 | 1 | -1/+5 |
| * | Allow <connect motd> to select an alternate MOTD file to display•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12399 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-08 | 1 | -1/+5 |
| * | Allow <connect autojoin=""> to override the m_conn_join channel list•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12398 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-08 | 1 | -48/+17 |
| * | Fix typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12397 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 1 | -1/+1 |
| * | Fix crash on kick when +J is set, +misc cleanup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12396 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 2 | -9/+6 |
| * | More cleanup of quit servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12394 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 2 | -11/+12 |
| * | Don't send GODMODE snomask for remote users (let SendGlobalSno handle that)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12392 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 1 | -5/+3 |
| * | Change PROP command format to accept multiple changes in one line•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12390 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-07 | 1 | -25/+24 |
| * | Fix left/right inversion in ListDifference•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12389 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 1 | -4/+4 |
| * | Add PROP command to m_namedmodes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12388 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 2 | -23/+82 |
| * | rename channel modes +it to distinguish them from commands•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12387 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 2 | -2/+2 |
| * | Fail adding of new mode when its prefix is already in use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12386 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 1 | -0/+3 |
| * | Add mode +V, status prefix. Because we haven't used up enough channel mode le...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12385 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 1 | -0/+108 |
| * | Move configuration examples to docs, remove automatic overwrite on make install•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12383 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 3 | -18/+0 |
| * | Send module load/unload notifications so that services can learn of new featu...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12382 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-06 | 1 | -2/+11 |
| * | Fix NICKLOCK/SANICK errors with Q:lined nicks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12378 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-05 | 2 | -32/+17 |
| * | Remove incorrect access checks from m_ojoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12377 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-05 | 1 | -53/+10 |
| * | 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 |
| * | Config updates from jdhore•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12375 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-04 | 1 | -1/+1 |
| * | Fix FIDENT response forging to run prior to the ENCAP strip•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12372 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-04 | 1 | -10/+12 |
| * | Fix wrapping check so we waste slightly fewer lines in syncing ban lists via ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12371 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-04 | 1 | -1/+1 |
| * | Add DYING link state, push error messages on link, and only limit recvq on un...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12370 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-04 | 3 | -3/+8 |
| * | Split servers if they try to send infinite garbage without a newline•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12369 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -0/+2 |
| * | Don't use hosts more than 64 characters long from CGI:IRC•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12368 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -9/+11 |
| * | Delink servers using an SSL module that is being reloaded•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12367 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 2 | -1/+14 |
| * | Fix STARTTLS sending the 670 numeric within the SSL session, not prior to it•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12366 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -0/+9 |
| * | Forge FIDENT reply to CHGIDENT to prevent ident desync with 1.2 and 2.0 servers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12365 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -0/+10 |
| * | Fix mode required error message•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12364 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -2/+2 |
| * | Fix cidr_mask::str not correctly displaying mask length•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12363 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 2 | -7/+12 |
| * | Fix segfault on GRELOADMODULE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12362 e03df62e-2008-0410-955e-edbf42e46eb7
| danieldg | 2010-02-03 | 1 | -1/+2 |