| Age | Commit message (Collapse) | Author |
|
|
|
By default ircd goes to netsplit mode if the amount of connected
users or servers go below a certain limit.
Default limits are less than 65000 users connected or less than 80
servers connected. This means that in practice all brew installed
ircds are always in netsplit mode.
In netsplit mode no one can be channel operator. Channel operators
are useful already in small ircd setups. Therefore it's best to
disable netsplit detection. You need to administrate a popular IRC
network with multiple servers for netsplit detection to be useful.
Closes #29993.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30185.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30318.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30319.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30315.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30325.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
Closes #30317.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30313.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #30312.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
This reverts commit c0a32c81eb1b176448cd41866f2d22427c729522.
Will add a deprecation notice and remove at a later point in time.
|
|
Closes #29958.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30307.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
This reverts commit dc53c331ebb3bf752655a6e2147ea90c38a22e2f.
Closes #30302.
Closes #30305.
|
|
This reverts commit a598c608d25540af09bb50d61931a1908cdcbc2f.
|
|
This reverts commit 944986b0a5b710e0172bc3c708bd17fbfb656c43.
|
|
This reverts commit ce84d0ada6b9961b426b4fc0b5e562c7975e4e32.
|
|
This reverts commit ac850a58ff9b978670771b71dbcf4eec4418db32.
|
|
Closes #30309.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
This functionality is better handled by brew list --versions
and other official commands.
|
|
Closes #30229.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When Python is required or recommended then always bottle against the
Homebrew provided Python rather than the system one. This will allow
bottling of packages that have a hard dependency on Python bindings
(which can’t be shared between system and Homebrew Pythons).
Closes #27112.
|
|
Closes #30296.
|
|
This reverts commit b0caede328b5181106451025df74a456276b76cf.
Fixes #30299.
|
|
Closes #30296.
|
|
Closes #30291.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Since berlios.de is no longer around, this formula would not build so:
- updated homepage to github repo
- updated release from 1.3.1 to 1.4.0
- added patch required for compilation (see
https://github.com/svend/cuetools/pull/18)
- removed non-applicable configure options
|
|
Sporadically people ask to whitelist doctor warnings or file issues when
there's nothing actually wrong. Help reassure such people with a
friendly message.
Closes #30230.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
In Play 2.3 the play command has become the activator command. Play has
been updated to use Activator.
People should use typesafe-activator formula instead.
You can read more about this change at:
http://www.playframework.com/documentation/2.3.x/Migration23
and
http://www.playframework.com/documentation/2.3.x/Highlights23
Closes #30262.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|