Age | Commit message (Expand) | Author |
2001-01-28 | /SET beep_on_msg -> /SET beep_msg_level | Timo Sirainen |
2001-01-28 | /SET beep_on_msg -> beep_msg_level | Timo Sirainen |
2001-01-28 | Netjoin mode printing: handle +v and +h like +o was handled (joins: | Timo Sirainen |
2001-01-28 | Spaces at the start of line confused the completion some. | Timo Sirainen |
2001-01-28 | nicklist_find() now finds only full nicks, nicklist_find_mask() finds | Timo Sirainen |
2001-01-26 | nickmatch-cache wasn't initialized if there wasn't hilights = { ... } | Timo Sirainen |
2001-01-22 | Removed MSGS from hilight_level, not very useful IMHO | Timo Sirainen |
2001-01-22 | strip_real_length() : bolds, underlines, etc. one character styling | Timo Sirainen |
2001-01-21 | Highlighting updates. -word renamed to -full. Added new -word option | Timo Sirainen |
2001-01-21 | Nickmatch cache. A couple of helper functions to check if channel nicks | Timo Sirainen |
2001-01-21 | nickliset_set_host() for setting host, sends signal "nicklist host changed". | Timo Sirainen |
2001-01-18 | mainwindows_recreate() should be declared always | Timo Sirainen |
2001-01-18 | DCC cleanups - half rewrite. New features: file names with spaces work | Timo Sirainen |
2001-01-18 | net_getservbyport() - Get name of TCP service | Timo Sirainen |
2001-01-18 | Minor speedup, return immediately if masks == "" | Timo Sirainen |
2001-01-18 | signal_emit() - one parameter after last one wasn't NULL but was taken | Timo Sirainen |
2001-01-18 | memmove() -> g_memmove() | Timo Sirainen |
2001-01-17 | /WHOIS without parameters in query does now same as /WII <queried nick> | Timo Sirainen |
2001-01-16 | added channel parameter to quit/nick messages | Timo Sirainen |
2001-01-16 | nickmatch-cache.[ch] wasn't supposed to be included yet.. | Timo Sirainen |
2001-01-16 | Check if libtool creates libraries in .libs dir. Check if -lgmodule | Timo Sirainen |
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 |