Age | Commit message (Collapse) | Author |
|
|
|
|
|
The old mailer message said the user is changing email "to %e", which is
changing TO the OLD email. But instead, the user is actually changing
the email to the new email.
We could change %e to be the new email, but maybe some users of Anope
have already configured their messages to assume %e is the old email. So
instead, add a new %E that is replaced with the new email.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Accessing the same LDAP* from multiple threads at once is always
undefined, even if one thread is just polling ldap_result.
Instead keep one thread per connection and issue blocking queries on the
thread.
|
|
|
|
which forces a rebuild
|
|
- best supported version is 8.2.x
- fixed UID message handler to cope with account names being '*'
- minium required TS version is TS6 now
|
|
|
|
|
|
|
|
- Added some missing user modes to the ircd-hybrid protocol module
|
|
Misc changes to the ircd-hybrid protocol module:
|
|
- Minor update to anope.de_DE.po; removed double space + proper translat...
|
|
|
|
- Increase MaxModes to 6
- SendLogout(): send "+d *" instead of "+d 0"
- Update copyright year
- Removed user mode +z from supported modes
|
|
|
|
- Removed SendGlobopsInternal() override as it's basically a duplicate o...
|
|
- Update ircd-hybrid protocol module to support channel mode 'C' (no CTC...
|
|
SendGlobopsInternal() in protocol.c
|
|
|
|
|
|
|
|
|
|
change topics through topiclock
|
|
|
|
|
|
cs_entrymsg to use SET permission, not isFounder
|
|
Correcting syntax error
(i don't actually know c++)
|
|
|
|
|
|
|
|
allowed in nicknames
|
|
|
|
Fix issue 1627.
|
|
|
|
ngIRCd protocol module: fix servertoken
|
|
fix chanserv.cpp using Get for bool extensible items
|
|
Anope will now fork even when not started from a tty, like init scripts.
|
|
|
|
|
|
|
|
|
|
It is useful for init systems or startup scripts, because it allows easily waiting until services connect to the uplink, without them forking it wouldn't be possible to tell if they finished initialization or not unless they would communicate directly with init systems like systemd.
|