jelmer/ctrlproxy.git
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 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.
2007-09-10 Jelmer VernooijFix reply name.
2007-09-10 Jelmer VernooijCompress /NAMES lines (#123).
2007-09-10 Jelmer VernooijMerge trunk.
2007-09-09 Adeodato SimóMerge trunk.
2007-09-09 Jelmer VernooijUse away information from core ctrlproxy.
2007-09-09 Jelmer VernooijKeep track of whether user is away.
2007-09-09 Jelmer VernooijFix formatting.
2007-09-09 Jelmer VernooijFix only unsetting /AWAY on the first network when...
2007-09-07 Jelmer VernooijAvoid memory allocation.
2007-09-07 Jelmer VernooijSupport HCN 005 parameter.
2007-09-06 Adeodato SimóNew option client_limit for auto-away.
2007-09-05 Jelmer VernooijAutomatically mark as unaway when a client connects...
2007-09-05 Jelmer Vernooijbe a bit more verbose, don't store default values when...
2007-09-05 Jelmer VernooijFix dependency generating.
2007-09-05 Jelmer VernooijUse standard types where possible.
2007-09-05 Jelmer VernooijAvoid tabs in NEWS.
2007-09-05 Jelmer VernooijMerge /AWAY '' fix from Adeodato.
2007-09-05 Adeodato SimóRequire a non-empty argument to AWAY for setting d...
2007-09-05 Jelmer VernooijOpen log file if terminal goes away.
2007-09-04 Jelmer VernooijPush some common logging code into src/log_support.c.
2007-09-04 Jelmer VernooijUse more defines.
2007-09-04 Jelmer VernooijMove some compiled-in settings to src/local.h
2007-09-04 Jelmer Vernooijsome formatting fixes
2007-09-04 Jelmer VernooijImprove development support.
2007-09-04 Jelmer VernooijMake sure included plugins are always up to date.
2007-09-04 Jelmer VernooijUpgrade plugin versions.
next