Age | Commit message (Collapse) | Author |
|
|
|
|
|
closes #706
|
|
for #570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE: add "--enable-minimal-flags"
|
|
Server aware nickname and channel matching
|
|
|
|
|
|
|
|
have the prefixes the server uses.
The url regex matching was designed to be more versatile. This was needed to
disambiguate matches between nicks and channels, since they may have common
prefixes now (&+!). In case of ambiguity, when the server supports prefixes that
are common to both channels and nicknames, we choose the nickname (the nickname
only matches if there is a user with that nick in the current session).
Fixes #655.
|
|
Scroll-page keybindings: Add Top (C+HOME), Bottom (C+END)
|
|
and some mintor refactoring.
|
|
|
|
|
|
Clear button in dcc download manager
|
|
|
|
|
|
|
|
|
|
|
|
It will still fallback to static
|
|
MAKE: backwards compat for old libtool
|
|
Also some cleanup of some old code and comments
|
|
|
|
item was selected in dcc download manager.
|
|
Fixes #685
|
|
Python: Add support for attributes in hooks
|
|
Fixes possible crash
|
|
|
|
Permit dot-less domain names
|
|
|
|
Fixes #523
|
|
|
|
|
|
button in DCC downloaded manager interface.
|
|
Server time plugins
|
|
Also default to SASL on some more networks
|
|
|
|
|
|
|
|
|
|
Function names were chosen to keep consistency with the rest of the
API.
|