lp:ctrlproxy

Created by Jelmer Vernooij and last modified
Get this branch:
bzr branch lp:ctrlproxy
Members of Ctrlproxy developers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ctrlproxy developers
Project:
CtrlProxy
Status:
Development

Recent revisions

1909. By Jelmer Vernooij

Merge fix for logging of mode changes by charly.

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.

1906. By Jelmer Vernooij

Fix transport_send_line crash.

1905. By Jelmer Vernooij

Avoid tabs in NEWS.

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.

1902. By Jelmer Vernooij

Fix broken rule.

1901. By Jelmer Vernooij

Fix warnings when Python dev libs are not installed.

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)
This branch contains Public information 
Everyone can see this information.