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/1.0

From ZNC
Revision as of 10:59, 17 December 2011 by DarthGandalf (talk | contribs) (Created page with "<!-- The following is generated via this command: HEAD=$(git rev-parse master) ; echo "Last update at $HEAD" ; echo ; git log --format='* %s {{git|%h}}' --no-merges znc-0.098....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Last update at fbe2b7403a5e4236f65da79e4340f7ebd373270a

  • Make znc compile without getopt_long Template:Git
  • Make znc.cpp to be compilable again. Template:Git
  • Remove some evil trailing whitespaces Template:Git
  • Increase the version number to 0.099 Template:Git
  • Remove some pointless if statements Template:Git
  • Add a "Get" command to the notes module which allows you to lookup a note via the key Template:Git
  • Remove a unnecessary check for sed inside znc-buildmod Template:Git
  • Move module data files to own dir. Template:Git
  • Make the autoattach module use the new CModCommand API Template:Git
  • Use a CTable to list all the commands to be performed in the perform module Template:Git
  • Update the perform command to use CModCommand Template:Git
  • Upgrade the away module to the new CModCommand interface Template:Git
  • Load parameter for log module's path Template:Git