Age | Commit message (Expand) | Author |
2001-01-15 | Fixed some signedness warnings and memdebug.h should compile now fine | Timo Sirainen |
2001-01-15 | screen resizing fixes when resizeterm() isn't supported | Timo Sirainen |
2001-01-15 | no, bugfix done wrong :) reversed. | Timo Sirainen |
2001-01-15 | Compiling with --disable-curses-windows was broken | Timo Sirainen |
2001-01-15 | #undef some things term.h #defines that break irssi | Timo Sirainen |
2001-01-15 | Added #define PL_sv_undef sv_undef for 5.004 compatibility | Timo Sirainen |
2001-01-14 | Use | instead of + when playing with ansi colors. Doesn't change | Timo Sirainen |
2001-01-14 | /HELP without any parameters read data outside it's buffer | Timo Sirainen |
2001-01-14 | Minor speed enhancement | Timo Sirainen |
2001-01-14 | Added nicklist_rename() | Timo Sirainen |
2001-01-14 | Added my_asctime() | Timo Sirainen |
2001-01-14 | Check the return value of strftime() properly | Timo Sirainen |
2001-01-14 | use_protocols variable wasn't initialized | Timo Sirainen |
2001-01-13 | Removed Channel::command(), Windowitem::command() is already there | Timo Sirainen |
2001-01-13 | Added "exec new" and "exec remove" signals. | Timo Sirainen |
2001-01-13 | /SET activity_levels, hilight_levels, noact_channels -> | Timo Sirainen |
2001-01-13 | Added pidwait_add() and pidwait_remove() | Timo Sirainen |
2001-01-12 | $[.10]var truncates the var to 10 chars, but doesn't pad if var is | Timo Sirainen |
2001-01-11 | Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32 | Timo Sirainen |
2001-01-11 | cmd_param_error -> cmd_return_error | Timo Sirainen |
2001-01-11 | /SET theme - complains if theme isn't found. Setting theme's name to | Timo Sirainen |
2001-01-10 | bugfixes | Timo Sirainen |
2001-01-09 | Fixed, added comment what it does so I wouldn't forget again :) | Timo Sirainen |
2001-01-09 | Highlighting cleanups. Added /HILIGHT -priority option. | Timo Sirainen |
2001-01-09 | query_find() didn't check for queries with no active server | Timo Sirainen |
2001-01-09 | /LOAD without parameters prints loaded modules | 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-07 | "MODE #channel b" list wasn't printed correctly | Timo Sirainen |
2001-01-07 | updated | Timo Sirainen |
2001-01-07 | perl updates | Timo Sirainen |
2001-01-07 | item_get_dcc(void *item) -> WI_ITEM_REC *item | Timo Sirainen |
2001-01-07 | ban -> bans, just like in .c file :) | Timo Sirainen |
2001-01-07 | "return 1" doesn't anymore stop signals in perl scripts. Fixed | Timo Sirainen |
2001-01-07 | Don't write indent spaces to empty lines | Timo Sirainen |
2001-01-07 | Fixes for printing errors in themes | Timo Sirainen |
2001-01-07 | Template packing: After $variables the color could be anything, don't | Timo Sirainen |
2001-01-06 | nick_match_msg() : check was case sensitive | Timo Sirainen |
2001-01-06 | Perl updates. Lots of updates to perl documentation :) | Timo Sirainen |
2001-01-06 | Removed window parameter from window_item_remove() and | Timo Sirainen |
2001-01-06 | theme updates | Timo Sirainen |
2001-01-06 | When msg list is full, remove old messages, not new messages.. | Timo Sirainen |
2001-01-05 | /HELP: Set indent to 0 when printing text. syntax.pl now changes tabs | Timo Sirainen |
2001-01-05 | printtext_string() fix, should actually work now :) | Timo Sirainen |
2001-01-05 | Added printtext_string() which works like printtext(), except it prints | Timo Sirainen |
2001-01-05 | Removed wrong SYNTAX: NOTICE, it's already correctly in irc/core | Timo Sirainen |
2001-01-05 | /BIND comment updates | Timo Sirainen |
2001-01-05 | In "Configuration file was modified ..." text, added "Use /SAVE or | Timo Sirainen |
2001-01-04 | MIRC colors >=16 changed to work as in MIRC (color %= 16) | Timo Sirainen |
2001-01-04 | Complain about errors in theme file | Timo Sirainen |