Removed: 1,9d0
Main ==
ChanServ ==
* Channel topics don't get restored properly on initial sync
* Responses inconsistently include root nicks when adding and removing channel access.
* Response is confusing when using an override to set founder.
* Problem with succeeding chans (log?)
* chanuser gets desynced, with entries remaining in channels after the user has left.
Changed: 11,12c2,3
* /ns set gives a confusing response when a non-existent setting is specified
* Changing root/dropping nicks too fast causes races
* Changing root/dropping nicks too fast causes races
* Changing root/dropping nicks too fast should not cause races
* "/ns set nick freeze on" should log the correct nick.
* "/ns set nick freeze on" should log the correct nick.
Changed: 17c8,9
* The server password in the config file is not used.
* The server password in the config file should be used.
* addroot.pl should read the config file.
* addroot.pl should read the config file.
Changed: 20c12,21
* AKICK doesn't properly translate between _ and ?
* AKICK should properly translate between _ and ?
* Netsplits should not cause wrong behavior
* Identifying to a nick with NEVEROP should not op you
* Responses should include root nicks consistently when adding and removing channel access.
* Response should be reworded when using an override to set founder.
* Problem with succeeding chans
* Channel topics should be restored properly on initial sync. [wontfix - rarely a problem, wait for next release]
* chanuser should not leave entries remaining in channels after the user has left. Don't know what triggers it, but possibly fixed by the new locking.
* Syntax hints for xOP should be corrected.
* It should more intelligently determine whether new AKICKs are on nick or hostmask.
* Netsplits should not cause wrong behavior
* Identifying to a nick with NEVEROP should not op you
* Responses should include root nicks consistently when adding and removing channel access.
* Response should be reworded when using an override to set founder.
* Problem with succeeding chans
* Channel topics should be restored properly on initial sync. [wontfix - rarely a problem, wait for next release]
* chanuser should not leave entries remaining in channels after the user has left. Don't know what triggers it, but possibly fixed by the new locking.
* Syntax hints for xOP should be corrected.
* It should more intelligently determine whether new AKICKs are on nick or hostmask.
Changed: 23,26c24,33
* Race conditions exist when changing nicks right after connecting.
* Dropping a nick would not unidentify the user.
* user table entries don't expire properly.
* /ns acc is broken.
* Dropping a nick would not unidentify the user.
* user table entries don't expire properly.
* /ns acc is broken.
* Race conditions should not exist when changing nicks right after connecting.
* Dropping a nick should unidentify the user.
* user table entries should expire properly.
* /ns acc should not be broken.
* /ns set should not give a confusing response when a non-existent setting is specified
* "/ns link" and "/ns help link" should explain what nick needs to be dropped.
* "/msg memoserv" should be changed to "/ms"
* It should remind you how to read memos more often.
* Dropping a nick should unidentify the user.
* user table entries should expire properly.
* /ns acc should not be broken.
* /ns set should not give a confusing response when a non-existent setting is specified
* "/ns link" and "/ns help link" should explain what nick needs to be dropped.
MemoServ
* "/msg memoserv" should be changed to "/ms"
* It should remind you how to read memos more often.
NickServ
- Changing root/dropping nicks too fast should not cause races
- "/ns set nick freeze on" should log the correct nick.
Fixed bugs
Main
- The server password in the config file should be used.
- addroot.pl should read the config file.
ChanServ
- AKICK should properly translate between _ and ?
- Netsplits should not cause wrong behavior
- Identifying to a nick with NEVEROP should not op you
- Responses should include root nicks consistently when adding and removing channel access.
- Response should be reworded when using an override to set founder.
- Problem with succeeding chans
- Channel topics should be restored properly on initial sync. [wontfix - rarely a problem, wait for next release]
- chanuser should not leave entries remaining in channels after the user has left. Don't know what triggers it, but possibly fixed by the new locking.
- Syntax hints for xOP should be corrected.
- It should more intelligently determine whether new AKICKs are on nick or hostmask.
NickServ
- Race conditions should not exist when changing nicks right after connecting.
- Dropping a nick should unidentify the user.
- user table entries should expire properly.
- /ns acc should not be broken.
- /ns set should not give a confusing response when a non-existent setting is specified
- "/ns link" and "/ns help link" should explain what nick needs to be dropped.
MemoServ
- "/msg memoserv" should be changed to "/ms"
- It should remind you how to read memos more often.