jelmer/ctrlproxy.git
2009-02-04 Jelmer VernooijRename lib to libirc.
2009-02-04 Jelmer VernooijAdd simple tests for libirc.
2009-01-09 Jelmer VernooijRemove swig references.
2009-01-09 Jelmer Vernooijnetwork_select_next_server -> irc_network_elect_next_se...
2009-01-09 Jelmer Vernooijnetwork_unref -> irc_network_unref.
2009-01-09 Jelmer VernooijAdd wrapper network_info_log.
2009-01-09 Jelmer VernooijSimplify handling of virtual networks.
2008-12-22 Jelmer VernooijMerge trunk.
2008-12-22 Jelmer VernooijRemember password sent by client.
2008-12-18 Jelmer VernooijFix another error free.
2008-12-18 Jelmer VernooijFree errors in more places.
2008-12-16 Jelmer VernooijHandle 308 replies.
2008-12-16 Jelmer VernooijHandle 309 replies.
2008-12-14 Jelmer VernooijMatch by nick rather than by hostmask.
2008-12-14 Jelmer VernooijSupport l->origin being NULL in replace hostmask function.
2008-12-14 Jelmer VernooijInternal state isn't initialized yet..
2008-12-14 Jelmer Vernooijmake sure nl is initalized.
2008-12-14 Jelmer VernooijFix crash bug, thanks bernie for finding this one.
2008-12-13 Jelmer VernooijFix parentheses.
2008-12-13 Jelmer Vernooijmerge trunk
2008-12-13 Jelmer VernooijReturn hostmask of client itself rather than hostmask...
2008-12-13 Jelmer Vernooijuse new irc_line_respcode() macro.
2008-12-13 Jelmer VernooijAdd TODO.
2008-12-13 Jelmer VernooijCope with people who are away in USERHOST handling.
2008-12-13 Jelmer VernooijAdd convenience macro for getting line response code.
2008-12-12 Jelmer VernooijRemove copy of daemon().
2008-12-10 Jelmer VernooijMove daemon() replacement to lib/util.c and only use...
2008-12-10 triskMerge replacement for daemon().
2008-12-09 Jelmer VernooijFix check.
2008-12-09 Jelmer VernooijFix compilation on Linux, update NEWS.
2008-12-09 triskFix compilation on Solaris.
2008-12-06 Jelmer VernooijAdd news item for #209.
2008-12-06 Jelmer VernooijUse define for default irc port.
2008-12-06 Jelmer VernooijStart working on 3.0.9.
2008-12-06 Jelmer VernooijRelease 3.0.8.
2008-12-06 Jelmer VernooijMention how to connect with other clients.
2008-12-01 Jelmer VernooijInstall util.h.
2008-11-24 Jelmer VernooijFix argument determination when unsetting modes with...
2008-11-24 Jelmer VernooijBe a bit more robust against broken MODE lines.
2008-11-10 Jelmer VernooijFix specification of network in irc password.
2008-11-09 Andreas SchneiderStore certificate and key file locations in configurati...
2008-11-09 Andreas SchneiderSet password before initialization when creating new...
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-09 Jelmer VernooijFix segfault during free.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-09 Jelmer VernooijMerge trunk.
2008-11-06 Jelmer VernooijConsider time_t signed.
2008-11-05 Jelmer VernooijDon't crash on empty messages from client.
2008-11-05 Jelmer VernooijSend channel limits in mode
2008-11-05 Jelmer VernooijMerge trunk.
2008-10-28 Jelmer VernooijUpdate NEWS.
2008-10-28 Alex StansfieldAllow configuring auto-away client limit in admin inter...
2008-10-28 Jelmer VernooijUpdate AUTHORS.
2008-10-28 Jelmer VernooijMerge trunk.
2008-10-28 Alex StansfieldFinish implementation of client-auto-away.
2008-10-28 exgImport i_convert patch.
2008-10-27 Jelmer VernooijExtra asserts.
2008-10-17 Jelmer VernooijMerge trunk.
2008-10-16 Jelmer VernooijFix build.
2008-10-16 Jelmer VernooijAdd pointer to global config in network settings.
2008-10-16 Jelmer VernooijMerge trunk.
2008-10-16 Jelmer VernooijFix the build.
2008-10-16 Jelmer VernooijSupport 290 (CAPAB) response codes.
2008-10-16 Jelmer VernooijAdd separate settings struct for cache.
2008-10-16 Jelmer VernooijUse constant.
2008-10-16 Jelmer VernooijLinestack is no longer disabled completely if a write...
2008-10-16 Jelmer VernooijSimplify response handling.
2008-10-16 Jelmer VernooijAdd custom handling of commands in offline mode.
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 VernooijMake sure SSL credentials get initialized when using...
2008-10-05 Jelmer VernooijMerge trunk.
2008-10-05 Jelmer Vernooijimplement backend error function.
2008-10-05 Jelmer VernooijRemove unnecessary includes.
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-10-02 Jelmer VernooijImprove formatting.
2008-09-30 Jelmer VernooijUse client state rather than network state.
2008-09-28 Jelmer VernooijFix test.
2008-09-28 Jelmer VernooijAdd abstraction for connecting to network.
2008-09-28 Jelmer Vernooijadd utility functions.
2008-09-28 Jelmer VernooijAdd const.
2008-09-28 Jelmer VernooijAdd some const.
2008-09-28 Jelmer VernooijUpdate developer docs.
2008-09-28 Jelmer VernooijFix two tiny memory leaks.
2008-09-28 Jelmer VernooijCope with hostmask not being known yet when a netsplit...
2008-09-28 Jelmer VernooijFix setting name.
2008-09-28 Jelmer VernooijRestrict capabilities of virtual users.
2008-09-28 Jelmer VernooijAdd default-* to list of accepted options.
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 VernooijBetter client descriptions for ctrlproxyd-forwarded...
2008-09-28 Jelmer VernooijAdd BitlBee to default configuration.
next