Age | Commit message (Expand) | Author |
2018-02-16 | Document second parameter (seek position) of /cat command | dequis |
2017-09-08 | Fix /back in Capsicum capability mode. | Edward Tomasz Napierala |
2016-03-19 | Throw an error when a chatnet has no available url | LemonBoy |
2014-06-10 | Don't assume the size of time_t. | David Hill |
2014-06-10 | Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp. | David Hill |
2009-04-17 | Ensure type matches format string in /uptime. | Jilles Tjoelker |
2009-02-27 | Move to a single /join function, avoiding confusion on "/join -window". | Jilles Tjoelker |
2009-02-21 | Reject invalid level specifications in /set. | Jilles Tjoelker |
2009-02-08 | Code Cleanup: | Alexander Færøy |
2008-08-01 | Set null encoding for file channels. | Emanuele Giaquinta |
2008-03-30 | Use g_io_channel_unref rather than g_io_channel_close for file | Emanuele Giaquinta |
2008-03-09 | Fix indentation. | Emanuele Giaquinta |
2008-03-09 | Use GIOChannel API to read a file linewise. | Emanuele Giaquinta |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-10-20 | uptime command by Lauri Nurmi with some modifications by me, bug #458. | Emanuele Giaquinta |
2006-09-18 | Apply 05upgrade-check-binary.dpatch with some modifications. | Emanuele Giaquinta |
2005-07-17 | Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David P... | Wouter Coekaerts |
2005-01-03 | Fix recursive ^ prefixed commands blocking all output (Bug 159) | Wouter Coekaerts |
2004-09-15 | Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fix... | Valentin Batz |
2003-10-31 | Invalid time error message was wrong. Patch by c0ffee. | Timo Sirainen |
2002-12-28 | Added time, size and level setting types. Breaks some settings - I'll add | Timo Sirainen |
2002-06-07 | Empty lines can be now sent to /EXEC -interactive windows. | Timo Sirainen |
2002-06-05 | Finally - /^msg nick never autocreates an empty window anymore. Added new | Timo Sirainen |
2002-03-10 | /CAT prints files now with CLIENTCRAP + NEVER level, so timestamps aren't | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-16 | /VERSION printed time wrong, hopefully the last version fix.. | Timo Sirainen |
2001-12-16 | Leading zeros didn't work well in IRSSI_VERSION_TIME. | Timo Sirainen |
2001-12-15 | Print IRSSI_VERSION_TIME in /VERSION too. | Timo Sirainen |
2001-12-15 | IRSSI_VERSION_DATE is now a number, so you can do #iffing with it | Timo Sirainen |
2001-11-20 | using signal_add() instead of signal_add_first() again. the ..first() wasn't | Timo Sirainen |
2001-11-20 | Previous commit in core/commands.c broke /^cmd (command output hiding). | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-08-09 | /VERSION command and /SV alias now print the version date too. | Timo Sirainen |
2001-05-31 | removed "print text stripped" signal, the stripped text is now sent in | Timo Sirainen |
2001-03-03 | Removed all beep handling from text printing. If you want to beep just | Timo Sirainen |
2001-02-19 | Moved /HELP to fe-help.c | Timo Sirainen |
2001-02-10 | /SET names_max_columns, /SET names_max_width: Limit width of /NAMES list. | Timo Sirainen |
2001-01-28 | /HELP, /NAMES: using now the column helper function in misc.c. /NAMES | Timo Sirainen |
2001-01-14 | /HELP without any parameters read data outside it's buffer | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-07 | When using a /command that has only subcommands, print the list of the | Timo Sirainen |
2001-01-05 | /HELP: Set indent to 0 when printing text. syntax.pl now changes tabs | Timo Sirainen |
2001-01-05 | Added printtext_string() which works like printtext(), except it prints | Timo Sirainen |
2000-12-30 | pidwait: send status as second agument. | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-04 | /^command should stop also "print starting" and "print format" signals. | Timo Sirainen |
2000-11-26 | Added -current, -window and -level options to /echo | Timo Sirainen |
2000-11-23 | several fixes to make irssi compile without warnings with MIPSpro | Timo Sirainen |