Age | Commit message (Expand) | Author |
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 |
2001-01-04 | Renamed libtool-static to libtool-shared. Generating it should now also | Timo Sirainen |
2001-01-04 | Added keyboard_entry_redirect() function to keyboard.[ch] which sends | Timo Sirainen |
2001-01-04 | /UNBAN <ref#> works. /BAN list shows reference numbers. | Timo Sirainen |
2001-01-04 | Allow stopping signal more than once without sending GLib warning | Timo Sirainen |
2001-01-04 | fixed minor memory leak | Timo Sirainen |
2001-01-04 | Unbinding commands didn't work properly | Timo Sirainen |
2001-01-04 | /LIST: don't require -yes option if there's 1000 channels or less. | Timo Sirainen |
2001-01-04 | /WINDOW NUMBER: fixed small memory leak | Timo Sirainen |
2001-01-03 | Removed the "signal" and "last signal" signals. Changed perl's | Timo Sirainen |
2001-01-02 | "No such nick xx" is printed now with nick argument so it could get | Timo Sirainen |
2001-01-02 | /SET dcc_autoresume - like /SET dcc_autoget, but resume the files if | Timo Sirainen |
2001-01-02 | net_accept(), net_getsockname() IPv6 fixes pointed out by pv2b :) | Timo Sirainen |
2001-01-02 | removed the win32 EINPROGRESS define, that wouldn't work anyway | Timo Sirainen |
2001-01-01 | Query bugfixes | Timo Sirainen |
2001-01-01 | /SET windows_auto_renumber - should window refnums be packed when some | Timo Sirainen |
2001-01-01 | /WINDOW NUMBER: -sticky option added. Closing windows before a sticky | Timo Sirainen |
2001-01-01 | int:1 -> unsigned int:1 | Timo Sirainen |
2001-01-01 | ischannel()'s parameter updated from char -> char* as done in C API. | Timo Sirainen |