Age | Commit message (Expand) | Author |
2002-05-16 | Better !channel support - window items now have "visual_name" and channels | Timo Sirainen |
2002-04-09 | /JOIN #existing_channel jumps to the window where it's joined. | Timo Sirainen |
2002-03-31 | Don't set channel->server = NULL when disconnecting, so scripts can still | Timo Sirainen |
2002-03-15 | /PART in SILC destroys the channel immediately, so we'll need to check | Timo Sirainen |
2002-03-10 | /CYCLE tried to do /PART twice. | Timo Sirainen |
2002-03-10 | /CYCLE reason didn't work | Timo Sirainen |
2002-02-15 | Some /NAMES fixes | Timo Sirainen |
2002-02-13 | added user counts parameters to /NAMES header (not used by default), header/f... | Timo Sirainen |
2002-02-07 | Don't crash in /NAMES list if /SET names_max_width was too small | Timo Sirainen |
2001-12-20 | Added WINDOW_REC declaration to common.h, removed unneeded #include "servers.... | Timo Sirainen |
2001-12-09 | Better support for halfops, patch by yathen@web.de | Timo Sirainen |
2001-11-20 | Added /FORMAT names_prefix to print prefix at the beginning of each /NAMES | Timo Sirainen |
2001-11-18 | Added new formats for ops/halfops/voices in /NAMES list. | Timo Sirainen |
2001-11-05 | /CHANNEL xxx - don't crash if not connected to server. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-07-26 | added destroy() function to WI_ITEM_REC. This fixes a potential crash when | Timo Sirainen |
2001-07-17 | /NAMES -count now prints only the "total" line, not "users(#channel)" anymore | Timo Sirainen |
2001-07-14 | /NAMES -count: print only the Total xxx nicks line | Timo Sirainen |
2001-05-11 | CHANNEL_REC->get_join_data() - Returns the information needed to call | Timo Sirainen |
2001-05-11 | /NAMES needs only one argument, fixes "/NAMES -ops #a " where irssi thought | Timo Sirainen |
2001-03-04 | /SET names_max_width - buffer overflowed if it was too small.. | Timo Sirainen |
2001-03-04 | /NAMES didn't stop the signal properly so /NAMES list was printed twice | Timo Sirainen |
2001-03-04 | /NAMES: -ops -halfops -voices -normal options added. /NAMES without | Timo Sirainen |
2001-03-03 | When /SET autoclose_windows is ON, don't destroy windows if they have | Timo Sirainen |
2001-03-03 | I knew removing those checks from "channel created" and "query created" | Timo Sirainen |
2001-03-03 | /JOIN #channel and /QUERY nick won't anymore automatically move | Timo Sirainen |
2001-03-03 | "channel created", "query created" .. don't abort adding window item | Timo Sirainen |
2001-02-22 | Make a temporary window bind if you get kicked from channel. Never | Timo Sirainen |
2001-02-17 | Config file: ircnets -> chatnets, added type = "chat protocol" to | Timo Sirainen |
2001-02-10 | Changed window->waiting_channels ("servertag name" format) to | Timo Sirainen |
2001-02-10 | /SET names_max_columns, /SET names_max_width: Limit width of /NAMES list. | Timo Sirainen |
2001-01-28 | /HELP, /NAMES: using now the column helper function in misc.c. /NAMES | Timo Sirainen |
2001-01-07 | In core/module-formats.h: IRCTXT_ -> TXT_ | Timo Sirainen |
2001-01-06 | Removed window parameter from window_item_remove() and | Timo Sirainen |
2001-01-01 | Added/moved several "typedef struct _XXX XXX;" to common.h so that | Timo Sirainen |
2000-12-02 | window_[add|remove]_item -> window_item_[add|remove] | Timo Sirainen |
2000-12-02 | "window item remove" signal: destroy the channel/query record _last_ | Timo Sirainen |
2000-12-02 | /WINDOW ITEM GOTO <name> - sets <name> window item active in current window | Timo Sirainen |
2000-11-17 | windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] to | Timo Sirainen |
2000-10-28 | Cleaned up printtext.c, split part of it to formats.c | Timo Sirainen |
2000-09-02 | Updates. | Timo Sirainen |