Age | Commit message (Collapse) | Author |
|
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary.
Fix new version system, cannot return C++ types from extern C functions
|
|
Added kickcheck override for users with protected privs
|
|
- Change SendForceNickChange() to use UIDs
|
|
- Update SendClientIntroduction() to use * for account names instead of ...
|
|
- Misc updates to the hybrid protocol modules:
|
|
Correct wrong XML response tag
|
|
|
|
|
|
topiclock from a bursting server changes it
|
|
a bursting server changes it
|
|
references to METADATA handler
|
|
|
|
|
|
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
|