Age | Commit message (Collapse) | Author |
|
Issue #991
|
|
contains more than 5 nicks
|
|
startup
|
|
|
|
|
|
|
|
Fix a snotice in m_spanningtree incorrectly using an unsigned long.
|
|
|
|
|
|
|
|
|
|
Fix modules not being versioned on Windows.
|
|
|
|
contains '*'
|
|
|
|
cmd_list: Give +s precedence to +p
|
|
When +ps is set, handle it as +s (most restrictive) instead of +p
|
|
Fix a blank error message when trying to load a module with a path.
|
|
|
|
handler, even if the command has 0 penalty
|
|
|
|
|
|
Don't load Data::Dumper in the configure script.
|
|
This is not used and apparently there are some distros which do
not include it as part of the system Perl.
|
|
This value can be negative so it should be a signed long not an
unsigned long.
|
|
|
|
|
|
problems on systems not supporting it (Windows)
|
|
unloaded
|
|
ModeHandlers to do it
|
|
unload
|
|
|
|
Fixes issue #949 reported by @webczat
|
|
Backported from master, PR #901
|
|
everywhere
|
|
|
|
It does not work, people don't see the address on the page
|
|
Fix modulemanager not being able to download modules (again!).
|
|
|
|
<banlist>
Fixes regression introduced in 234be2f3cb
|
|
|
|
|
|
[2.0] Use gnutls_rnd instead of gcry_randomize on newer GnuTLS versions.
|
|
This is a modified version of 690c372. Fixes #905.
|
|
[2.0] Fix some small bugs in the makefile template.
|
|
|
|
- GCC in C++ mode should be called g++ not gcc.
- ICC in C++ mode should be called icpc not icc.
|
|
|
|
|
|
|