Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maxconnwarn and show class in connectmsg #13

Closed
wants to merge 7 commits into from
Closed

Add maxconnwarn and show class in connectmsg #13

wants to merge 7 commits into from

Commits on Mar 25, 2012

  1. Add maxconnwarn and show class in connectmsg

    Created the maxconnwarn variable in the connect block, so you can make
    connect blocks that only warns about max connections if you want to.
    This reduces noise from connecting clients that have low maxlocal and/or
    maxglobal.
    
    In addition, made the connect announcement show the class a client is
    in, making it easy to spot if a client is in the right class.
    DjSlash committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    c9f4503 View commit details
    Browse the repository at this point in the history
  2. Add maxconnwarn and show class in connectmsg

    Created the maxconnwarn variable in the connect block, so you can make
    connect blocks that only warns about max connections if you want to.
    This reduces noise from connecting clients that have low maxlocal and/or
    maxglobal.
    
    In addition, made the connect announcement show the class a client is
    in, making it easy to spot if a client is in the right class.
    DjSlash committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    8ab3792 View commit details
    Browse the repository at this point in the history
  3. Replace [cC]olour with [cC]olor

    Making things consistent, the modules are named '...color', let's keep
    on using that instead of 'colour' (easier then renaming the modules :p).
    DjSlash committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    46b902c View commit details
    Browse the repository at this point in the history
  4. Replace colour with color + typofix in m_ojoin

    Making things consistent, the modules are named '...color', let's keep
    on using that instead of 'colour' (easier then renaming the modules :p).
    In the example files also needed 'colour' changed to 'color.
    
    In m_ojoin 'business' was miss-spelled.
    DjSlash committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    5e56d28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d40e41 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2012

  1. Add maxconnwarn and show class in connectmsg

    Created the maxconnwarn variable in the connect block, so you can make
    connect blocks that only warns about max connections if you want to.
    This reduces noise from connecting clients that have low maxlocal and/or
    maxglobal.
    
    In addition, made the connect announcement show the class a client is
    in, making it easy to spot if a client is in the right class.
    DjSlash authored and DjSlash committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    6cab353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c334656 View commit details
    Browse the repository at this point in the history