Age | Commit message (Collapse) | Author |
|
Closes #813
|
|
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
|
|
Ignore realname if it's a null string
|
|
Closes #865
|
|
|
|
|
|
Print{,_attr} and server{,_attr} hooks priority fix
|
|
version existed (regular and attrs). Specifically, the priority was not
respected, and both versions were run even when EAT_PLUGIN was returned.
Fixes #847.
|
|
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
|
|
|
|
|
|
|
|
Added Interlinked to servlist.c
|
|
|
|
|
|
Closes #841
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fgets() wont include the newline
|
|
This avoids the issue of plugins changing paths on us
|
|
|
|
|
|
For #647
|
|
|
|
Closes #796
|
|
|
|
|
|
|
|
previously it only recognized url with "://" after the scheme.
Urls without a scheme are purposely not recognized by this function.
Fixes #701
Closes #815
|
|
This is good practice and also helped simplifying re_*() functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|