Age | Commit message (Expand) | Author |
2001-01-28 | Ignores without nick masks didn't work | Timo Sirainen |
2001-01-28 | Ignore didn't check properly nick masks that contained only nick | Timo Sirainen |
2001-01-28 | get_max_column_count() didn't work properly when there was only one item | Timo Sirainen |
2001-01-28 | get_max_column_count(): we didn't handle correctly a situation where | Timo Sirainen |
2001-01-28 | bugfix | Timo Sirainen |
2001-01-28 | get_max_column_count(), columns_sort_list(): helper functions for | Timo Sirainen |
2001-01-28 | backwards compatibility fix: when changing ircnet -> chatnet, the | Timo Sirainen |
2001-01-28 | Ignoring updates. Added support for nickmatch cache. One ignore can't | Timo Sirainen |
2001-01-28 | /SET timestamp_format now specifies format of $Z. timestamp msg format | Timo Sirainen |
2001-01-28 | nicklist_find() now finds only full nicks, nicklist_find_mask() finds | 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 | 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-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-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-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-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-07 | When using a /command that has only subcommands, print the list of the | Timo Sirainen |
2001-01-07 | "return 1" doesn't anymore stop signals in perl scripts. Fixed | Timo Sirainen |
2001-01-06 | nick_match_msg() : check was case sensitive | Timo Sirainen |
2001-01-05 | In "Configuration file was modified ..." text, added "Use /SAVE or | Timo Sirainen |
2001-01-04 | Allow stopping signal more than once without sending GLib warning | Timo Sirainen |
2001-01-03 | Removed the "signal" and "last signal" signals. Changed perl's | 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 | Some query changes. They should now work properly with /SAVEWINDOWS | Timo Sirainen |
2001-01-01 | added "message own_public" and "message own_private" events that are | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-30 | pidwait: send status as second agument. | Timo Sirainen |
2000-12-29 | comment update :) | Timo Sirainen |
2000-12-28 | Instead of trying to send data to server every 1/10th of second, send | Timo Sirainen |
2000-12-19 | security fixes from 0.7.97.2 | Timo Sirainen |
2000-12-19 | put back ircnet -> chatnet backwards compatibility, this time modify | Timo Sirainen |
2000-12-19 | when changing config file to new format send "setup changed" signal at | Timo Sirainen |
2000-12-17 | removed backwards compatibility from ircnet -> chatnet change | Timo Sirainen |
2000-12-17 | /SET prompt, /SET prompt_window - Specifies the text in prompt. | Timo Sirainen |
2000-12-17 | Settings are now stored in module-specific blocks. Irssi complains | Timo Sirainen |
2000-12-17 | Destroy all settings and commands used by modules when they're unloaded. | Timo Sirainen |
2000-12-17 | Some minor query fixes. Nick changes are also detected by checking if | Timo Sirainen |
2000-12-17 | removed useless chat_type checks | Timo Sirainen |