To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
ChangeLog/0.068: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "== New stuff == * watch now uses ExpandString on the patterns. {{rev|1402}} * A user is now always notified for failed logins to his account. This now also works with ..." |
DarthGandalf (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{ChangeLog}} | |||
== New stuff == | == New stuff == | ||
* [[watch]] now uses [[ExpandString]] on the patterns. {{rev|1402}} | * [[watch]] now uses [[ExpandString]] on the patterns. {{rev|1402}} | ||
Line 34: | Line 36: | ||
* Some minor changes to ''CSmartPtr''. {{rev|1421}} {{rev|1422}} | * Some minor changes to ''CSmartPtr''. {{rev|1421}} {{rev|1422}} | ||
* Added ''CFile::Sync()'', a <code>fsync()</code> wrapper. {{rev|1431}} | * Added ''CFile::Sync()'', a <code>fsync()</code> wrapper. {{rev|1431}} | ||
Latest revision as of 09:53, 2 April 2017
← 0.066 | ZNC 0.068 | 0.070 → |
This is an old ZNC version. If you still use it, please consider upgrading to 1.9.1. |
New stuff
- watch now uses ExpandString on the patterns. (r1402)
- A user is now always notified for failed logins to his account. This now also works with auth modules like imapauth. (r1415) (r1416)
- Added /msg *status UpdateModule <mod> which reloads an user module on all users. (r1418) (r1419)
- A module whose version doesn't match the current ZNC version is now marked as such in ListAvailModules and friends. (r1420)
- Added a Set password command to admin. (r1423) (r1424)
- ZNC no longer uses znc.conf-backup. (r1432)
- Two new command line options were added to ZNC:
Fixes
- cd in shell works again. (r1401)
- Make WALLOPS properly honour KeepBuffer. Before this, they were always added to the replay buffer. (r1405)
- ZNC now handles raw 432 Illegal Nickname when trying to login to IRC and sends its AltNick. (r1425)
- Fix a crash with recursion in module calls. (r1438)
- Fixed some compiler warnings with -Wmissing-declarations. (r1439)
Minor stuff
- Allow a leading colon on client's PASS commands. (r1403)
- CFile::IsDir() failed on "/". (r1404)
- CZNC::AddUser() now always returns a useful error description. (r1406)
- Some micro-optimizations. (r1408) (r1409)
- The new default for JoinTries is 10. This should help some excess flood problems. (r1411)
- All webadmin skins must now reside inside the webadmin skins dir or they are rejected. (r1412)
- Watch now saves its module settings as soon as possible, to prevent data loss on unclean shutdown. (r1413) (r1414)
- Regenerated configure with autoconf 2.63. (r1426)
- Some dead code elimination. (r1435)
- Clean up znc -n output a little. (r1437)