lp://staging/ctrlproxy
- Get this branch:
- bzr branch lp://staging/ctrlproxy
Branch merges
Branch information
Recent revisions
- 1908. By Jelmer Vernooij
-
Cherry-pick r1909 from Joe Bormolini's branch:
handle_005 was cutting off first data argument
handle_005 started at index 3 instead of 2 for parsing the data. arg[0]
== 005, arg[1] == mynick, arg[2+] == data. - 1907. By Jelmer Vernooij
-
auto-away: when time limit set to <30, still register the client limit
hooks instead of disabling auto away completely. - 1904. By Albert Lee
-
I found configure could use some minor improvements:
Remove a use of 'if !' which doesn't work on plain Bourne sh. - 1903. By Albert Lee
-
A number of places in the Makefile assume that the compiler is GCC and the linker is GNU ld. I've moved the GCC-specific CFLAGS to configure, and replaced $(LD) with $(CC) for linking because a non-GNU ld is not going to understand those options, but a compiler might (this also corrects a -Wl,... flag being passed to $(LD) when it's supposed to be for the compiler).
In the log_mapping structure, the index is an unsigned int but being initialised or compared to -1 in several cases. I've changed this to a size_t to be consistent with struct line's argc member in libirc since size_t is not guaranteed to be an unsigned int. I've added casts for the -1 initialisation.
- 1900. By Andreas Schneider
-
The attached patch fixes linking with --as-needed ld flags and rename COMMON to GLIB which is more readable in configure output.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)