summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-01-15Fixed some signedness warnings and memdebug.h should compile now fineTimo Sirainen
2001-01-15screen resizing fixes when resizeterm() isn't supportedTimo Sirainen
2001-01-15no, bugfix done wrong :) reversed.Timo Sirainen
2001-01-15Compiling with --disable-curses-windows was brokenTimo Sirainen
2001-01-15#undef some things term.h #defines that break irssiTimo Sirainen
2001-01-15Added #define PL_sv_undef sv_undef for 5.004 compatibilityTimo Sirainen
2001-01-14Use | instead of + when playing with ansi colors. Doesn't changeTimo Sirainen
2001-01-14/HELP without any parameters read data outside it's bufferTimo Sirainen
2001-01-14Minor speed enhancementTimo Sirainen
2001-01-14Added nicklist_rename()Timo Sirainen
2001-01-14Added my_asctime()Timo Sirainen
2001-01-14Check the return value of strftime() properlyTimo Sirainen
2001-01-14use_protocols variable wasn't initializedTimo Sirainen
2001-01-13Removed Channel::command(), Windowitem::command() is already thereTimo Sirainen
2001-01-13Added "exec new" and "exec remove" signals.Timo Sirainen
2001-01-13/SET activity_levels, hilight_levels, noact_channels ->Timo Sirainen
2001-01-13Added pidwait_add() and pidwait_remove()Timo Sirainen
2001-01-12$[.10]var truncates the var to 10 chars, but doesn't pad if var isTimo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-11cmd_param_error -> cmd_return_errorTimo Sirainen
2001-01-11/SET theme - complains if theme isn't found. Setting theme's name toTimo Sirainen
2001-01-10bugfixesTimo Sirainen
2001-01-09Fixed, added comment what it does so I wouldn't forget again :)Timo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-09query_find() didn't check for queries with no active serverTimo Sirainen
2001-01-09/LOAD without parameters prints loaded modulesTimo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-07When using a /command that has only subcommands, print the list of theTimo Sirainen
2001-01-07"MODE #channel b" list wasn't printed correctlyTimo Sirainen
2001-01-07updatedTimo Sirainen
2001-01-07perl updatesTimo Sirainen
2001-01-07item_get_dcc(void *item) -> WI_ITEM_REC *itemTimo Sirainen
2001-01-07ban -> bans, just like in .c file :)Timo Sirainen
2001-01-07"return 1" doesn't anymore stop signals in perl scripts. FixedTimo Sirainen
2001-01-07Don't write indent spaces to empty linesTimo Sirainen
2001-01-07Fixes for printing errors in themesTimo Sirainen
2001-01-07Template packing: After $variables the color could be anything, don'tTimo Sirainen
2001-01-06nick_match_msg() : check was case sensitiveTimo Sirainen
2001-01-06Perl updates. Lots of updates to perl documentation :)Timo Sirainen
2001-01-06Removed window parameter from window_item_remove() andTimo Sirainen
2001-01-06theme updatesTimo Sirainen
2001-01-06When 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 tabsTimo Sirainen
2001-01-05printtext_string() fix, should actually work now :)Timo Sirainen
2001-01-05Added printtext_string() which works like printtext(), except it printsTimo Sirainen
2001-01-05Removed wrong SYNTAX: NOTICE, it's already correctly in irc/coreTimo Sirainen
2001-01-05/BIND comment updatesTimo Sirainen
2001-01-05In "Configuration file was modified ..." text, added "Use /SAVE orTimo Sirainen
2001-01-04MIRC colors >=16 changed to work as in MIRC (color %= 16)Timo Sirainen
2001-01-04Complain about errors in theme fileTimo Sirainen