Support retrieving nick modes.
[jelmer/ctrlproxy.git] / daemon /
2009-04-12 Jelmer VernooijAdd GError argument to send functions.
2009-04-11 Jelmer VernooijFinish clearer separation between transport interface...
2009-04-02 Jelmer VernooijMerge trunk.
2009-02-04 Jelmer VernooijRename lib to libirc.
2008-12-22 Jelmer VernooijMerge trunk.
2008-12-18 Jelmer VernooijFix another error free.
2008-12-18 Jelmer VernooijFree errors in more places.
2008-12-13 Jelmer Vernooijmerge trunk
2008-12-13 Jelmer Vernooijuse new irc_line_respcode() macro.
2008-12-12 Jelmer VernooijRemove copy of daemon().
2008-12-10 triskMerge replacement for daemon().
2008-12-09 triskFix compilation on Solaris.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-05 Jelmer VernooijMerge trunk.
2008-10-28 Jelmer VernooijMerge trunk.
2008-10-27 Jelmer VernooijExtra asserts.
2008-10-17 Jelmer VernooijMerge trunk.
2008-10-16 Jelmer VernooijMerge trunk.
2008-10-10 Jelmer VernooijOnly obtain SSL credentials when using SSL.
2008-10-10 Jelmer VernooijFix build.
2008-10-10 Jelmer VernooijMerge trunk.
2008-10-06 Jelmer VernooijMerge crash fix.
2008-10-06 Jelmer VernooijMake sure client transport is (still) initialized befor...
2008-10-06 Jelmer VernooijLoad SSL credentials in ctrlproxyd.
2008-10-05 Jelmer VernooijMerge trunk.
2008-10-05 Jelmer VernooijMerge trunk.
2008-10-05 Jelmer Vernooijimplement backend error function.
2008-10-03 Jelmer VernooijFree more data.
2008-10-03 Jelmer VernooijFix access of freed location.
2008-10-02 Jelmer VernooijChange default port to 57000.
2008-09-28 Jelmer VernooijRestrict capabilities of virtual users.
2008-09-28 Jelmer VernooijAllow setting default username, nick and fullname from...
2008-09-28 Jelmer VernooijAvoid using network configuration to obtain nick -...
2008-09-28 Jelmer VernooijAdd BitlBee to default configuration.
2008-09-28 Jelmer Vernooijremove server/servicename from login_details.
2008-09-28 Jelmer VernooijUse helper struct for login details.
2008-09-28 Jelmer VernooijUnset encoding.
2008-09-28 Jelmer VernooijUse setuid rather than seteuid.
2008-09-28 Jelmer VernooijFix socks support.
2008-09-28 Jelmer VernooijAlways handle remaining incoming data before disconnects.
2008-09-28 Jelmer VernooijAllow not specifying service names.
2008-09-28 Jelmer VernooijClarify names.
2008-09-28 Jelmer VernooijAdd abstraction for sending lines to backend.
2008-09-28 Jelmer VernooijMove backend code into separate file.
2008-09-28 Jelmer Vernooijsplit out daemon client code.
2008-09-28 Jelmer VernooijAdd dummy user init function.
2008-09-28 Jelmer VernooijSplit out user functions into a separate file.
2008-09-27 Jelmer VernooijSupport setting keytab in ctrlproxyd configuration...
2008-09-27 Jelmer VernooijAdd utility function for sending responses.
2008-09-27 Jelmer VernooijRemove unused parameter.
2008-09-27 Jelmer VernooijStore ctrlproxy user pid.
2008-09-27 Jelmer VernooijAdd helper function for connecting to backend.
2008-09-27 Jelmer VernooijFix blocking issues.
2008-09-27 Jelmer VernooijFix client connecting, descriptions.
2008-09-27 Jelmer VernooijAdd asserts, fix double adding of clients.
2008-09-27 Jelmer VernooijSimplify password checking code.
2008-09-26 Jelmer VernooijMerge unix pipe listener support into main listener...
2008-09-26 Jelmer VernooijAllow not blocking when waiting for auth results.
2008-09-26 Jelmer VernooijMore improvements for communicating with backend.
2008-09-26 Jelmer VernooijUse irc transport infrastructure.
2008-09-26 Jelmer VernooijSend notification when password is accepted.
2008-09-26 Jelmer VernooijProperly remember network name.
2008-09-26 Jelmer VernooijConvert log levels properly.
2008-09-26 Jelmer VernooijAutomatically connect on startup.
2008-09-26 Jelmer VernooijChange effective user id.
2008-09-26 Jelmer VernooijUse separate struct for user information.
2008-09-26 Jelmer VernooijAllow overriding ctrlproxy path.
2008-09-26 Jelmer VernooijFix forwarding.
2008-09-26 Jelmer VernooijStart forwarding connections.
2008-09-26 Jelmer VernooijAdd stubs for GSSAPI.
2008-09-26 Jelmer VernooijBe a bit more verbose about why a connection fails.
2008-09-26 Jelmer VernooijStart launching ctrlproxy.
2008-09-26 Jelmer VernooijLog to stderr when running in foreground.
2008-09-26 Jelmer VernooijSupport non-system users.
2008-09-26 Jelmer VernooijSet paths from Makefile.
2008-09-18 Jelmer VernooijFix 64bit-specific warnings.
2008-07-23 Jelmer VernooijClarify error message.
2008-04-10 Jelmer Vernooijreintroduce flush temporarily.
2008-04-06 Jelmer Vernooijreopen log files on SIGHUP.
2008-03-09 Jelmer VernooijUse my samba.org email address.
2008-02-12 Jelmer VernooijAllow calling function in listener when a new client...
2008-02-12 Jelmer VernooijCouple of misc fixes for ctrlproxyd.
2008-02-12 Jelmer VernooijSupport inetd-style in ctrlproxyd.
2008-02-12 Jelmer VernooijAdd separate struct for ops.
2008-02-12 Jelmer VernooijUse syslog for logging in ctrlproxyd.
2008-02-06 Jelmer VernooijAdd -F option.
2008-02-06 Jelmer VernooijCheck pid file.
2008-02-06 Jelmer VernooijAdd address and port as explicit arguments to listener...
2008-02-06 Jelmer VernooijMove pidfile functions to util file.
2008-02-06 Jelmer VernooijMake sure error is initialized.
2008-02-06 Jelmer VernooijAdd example ctrlproxyd config.
2008-02-06 Jelmer VernooijAdd ctrlproxyd to the build.
2008-02-06 Jelmer VernooijStart working on system-wide daemon.