diff options
| author | 2016-01-13 22:09:28 -0700 | |
|---|---|---|
| committer | 2016-01-13 22:09:28 -0700 | |
| commit | a15a182b2cf6ed3a64cfb48bbf59519d086d98f3 (patch) | |
| tree | 38a8cb91dfc5f88b97bf5d2aad026e44520f4580 /meta.pl | |
| parent | aa8fb99e32987c4da8871607fa94d70577c39495 (diff) | |
More bugfixes and improvements
- Request and save the real IP when syncing
- Handle our nick not matching what we want it to be when we're kicked
- Minor style consistency fix
- Greatly improve channel syncing
- Retrieve hostname/IP bans and quiets better
- Clean up generation of reversed IP for DNSBL checking
- Improve getHostIP's detection of real hostnames
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -69,6 +69,8 @@ $::settingschanged = 0; %::spy = (); $::starttime = time; @::syncqueue = (); +@::bansyncqueue = (); +@::quietsyncqueue = (); $::pendingsync = 0; %::watchRegged = (); $::lastline = ""; |
