lp://staging/~davewalker/znc/trunk
- Get this branch:
- bzr branch lp://staging/~davewalker/znc/trunk
Branch merges
Branch information
Import details
This branch is an import of the Subversion branch from http://znc.svn.sourceforge.net/svnroot/znc/trunk.
Last successful import was .
Whiteboard
20100727 maxb Approved
Recent revisions
- 2244. By darthgandalf
-
Fix a mistake in code, which unloads perl modules.
Perl API should be used properly. - 2243. By darthgandalf
-
Fix warnings "variable 'ax' set but not used [-Wunused-
but-set- variable] " of modperl.
http://perldoc. perl.org/ perlcall. html wants us to declare and set this variable,
but it seems that not every perl actually uses it.
So let me introduce you this small workaround which uses ax's value.Thanks to nb for reporting this.
- 2242. By cflakes
-
clearbuffersonmsg module in znc-extra: removed OnUserJoin and OnClientLogin hooks. This means that those events will no longer clear the buffer and thereby make the module more useful. You can now e.g. use it to get all the benefits of KeepBuffer = true, but still have the buffer cleared whenever you do something (we assume that doing something means you have read all previous messages).
- 2241. By darthgandalf
-
A cleanup in configure.ac on how to find library with dlopen.
This shouldn't break anything.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)