jelmer/ctrlproxy.git
2007-11-21 Jelmer Vernooijhandle ping timeouts from server (#158).
2007-11-21 Jelmer VernooijRemove useless argument from reconnect().
2007-11-21 Jelmer VernooijDon't crash when network of listener goes away (#168).
2007-11-21 Jelmer VernooijFix null pointer dereference.
2007-11-20 Jelmer VernooijDon't install ctrlproxy-admin if readline wasn't available.
2007-11-19 Jelmer VernooijProvide replacements for some macros not available...
2007-11-19 Jelmer VernooijMove client.h to correct dir, install lib_headers.
2007-11-19 Jelmer VernooijOnly install ctrlproxy-admin if readline was found.
2007-11-19 Jelmer VernooijFix unused symbols.
2007-11-16 Jelmer Vernooijinstall ctrlproxy-admin.
2007-11-16 Jelmer VernooijFix gcov, install ctrlproxy-admin.
2007-11-15 Jelmer VernooijNo longer install upgrading texts.
2007-11-15 Jelmer Vernooijfix configure.
2007-11-15 Jelmer VernooijMove a few more headers, fix missing prototype.
2007-11-15 Jelmer Vernooijbuilt standard code as library by default.
2007-11-15 Jelmer VernooijCreate library by default.
2007-11-15 Jelmer VernooijIntegrate UPGRADING file and make README rst.
2007-11-15 Jelmer VernooijAdd some tests.
2007-11-15 Jelmer VernooijProvide replacement for g_mkdir_with_parents.
2007-11-15 Jelmer VernooijMove line functions into lib.
2007-11-15 Jelmer VernooijMerge upstream.
2007-11-15 Jelmer VernooijMerge some improvements to the admin interface.
2007-11-15 Jelmer VernooijAdd report-time setting.
2007-11-15 Jelmer VernooijAllow changing the motd path.
2007-11-15 Jelmer VernooijAdd 'set' command in the admin interface.
2007-11-15 Jelmer VernooijSanitize function names.
2007-11-15 Jelmer VernooijAdd "network" command.
2007-11-15 Jelmer VernooijSome more comments.
2007-11-15 Jelmer VernooijFix crash bug in listener. (#167).
2007-11-15 Jelmer VernooijFix bug cleaning up log files.
2007-11-14 Jelmer Vernooijactually send number of channels, pointed out by _charly_.
2007-11-14 Jelmer Vernooijfix bugs
2007-11-14 Jelmer VernooijIntegrate log_custom module and log_irssi modules.
2007-11-13 Jelmer VernooijActually load log.
2007-11-13 Jelmer VernooijIntegrate config.
2007-11-13 Jelmer VernooijHandle 263 responses.
2007-11-13 Jelmer VernooijFix log_custom.
2007-11-13 Jelmer VernooijMerge log_irssi into log_custom.
2007-11-13 Jelmer VernooijMove state to lib as well.
2007-11-13 Jelmer VernooijSplit up into main code and library.
2007-11-13 Jelmer VernooijFix NULL bug.
2007-11-13 Jelmer VernooijFix formatting, update NEWS.
2007-11-13 Jelmer VernooijProperly send non-data lines when using repl_lastdiscon...
2007-11-13 Jelmer VernooijFix warning.
2007-11-13 Jelmer VernooijMerge clientstate branch.
2007-11-13 Jelmer VernooijSend network info messages to clients as notices.
2007-11-13 Jelmer VernooijFix listener calls to log_network().
2007-11-13 Jelmer VernooijAdd assertion.
2007-11-13 Jelmer VernooijRedirect DCC messages (#163).
2007-11-12 Jelmer VernooijSend simple message upon connect.
2007-11-12 Jelmer VernooijMerge upstream
2007-11-12 Jelmer VernooijRemove unnecessary file.
2007-11-03 Jelmer VernooijAvoid sending lines to disconnected clients.
2007-11-03 Jelmer VernooijMerge auto-away client limit patch from dato.
2007-11-03 Adeodato SimóMerge trunk.
2007-11-01 Jelmer VernooijRemove single-line BUGS file.
2007-10-30 Jelmer VernooijSupport IRCD 005 parameter.
2007-10-24 Jelmer VernooijChange license to GPLv3.
2007-10-22 Jelmer VernooijFix crash on invalid password.
2007-10-21 Jelmer VernooijUse network_state for clients as well.
2007-10-21 Jelmer VernooijUse const in a few more places.
2007-10-21 Jelmer VernooijLast attempt at fixing memory access for first line
2007-10-21 Jelmer VernooijDeal with lines with no origin.
2007-10-21 Jelmer VernooijFix invalid memory access
2007-10-21 Jelmer VernooijOnly change own nick..
2007-10-19 Korbinian RoseneggerFix building with GLib 2.8.
2007-10-19 Korbinian RoseneggerFix newlines in log_custom.
2007-10-19 Korbinian RoseneggerFix potential memory leak in log_custom.
2007-10-19 Jelmer VernooijAdd docstrings.
2007-10-18 Jelmer VernooijMake connect non-blocking.
2007-10-18 Jelmer VernooijProvide replacements for G_GNUC_WARN_UNUSED RESULT...
2007-10-18 Jelmer VernooijRemove unused headers and checks.
2007-10-18 Jelmer VernooijFree TCP data on disconnect.
2007-10-18 Jelmer VernooijFix missing newline (#156).
2007-10-12 Jelmer VernooijPrevent (null) in hostmask.
2007-10-12 Jelmer VernooijFix some issues with tracking nicks.
2007-10-12 Jelmer VernooijRefactor hostmask code, more endcolon fixes.
2007-10-12 Jelmer VernooijFix endcolon issues that were confusing x-chat.
2007-10-05 Jelmer VernooijSome small fixes.
2007-10-05 Jelmer VernooijFix clean.
2007-09-20 Jelmer VernooijFix another set of warnings.
2007-09-20 Jelmer VernooijFix warnings.
2007-09-17 Jelmer VernooijRevert client fixes.
2007-09-17 Jelmer VernooijSimplify client send code.
2007-09-17 Jelmer VernooijAdd another test.
2007-09-16 Jelmer VernooijMerge support for accessing the admin network from...
2007-09-16 Jelmer VernooijFix some warnings.
2007-09-16 Jelmer VernooijFix ctrlproxy-admin.
2007-09-16 Jelmer VernooijMove admin client code to a separate file.
2007-09-16 Jelmer VernooijMerge trunk.
2007-09-16 Jelmer VernooijAdd some GCC attributes.
2007-09-16 Jelmer VernooijExtend linestack-cmd a bit.
2007-09-16 Jelmer VernooijFree listeners.
2007-09-16 Jelmer VernooijDon't crash when no password is set.
2007-09-16 Jelmer VernooijInclude internals.h from main header.
2007-09-16 Jelmer VernooijAvoid const.
2007-09-10 Jelmer VernooijMove sending queue to a separate function.
2007-09-10 Emanuele GiaquintaPrint error when unknown arguments are specified to...
2007-09-10 Jelmer VernooijDon't drop lines in /NAMES.
2007-09-10 Jelmer VernooijAdd some more asserts.
next