summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-05-12Display CTCP REPLY in a channel with a different text format than privateTimo Sirainen
2000-05-10iconfig's caching was a bit buggy - it didn't notice if some config node wasTimo Sirainen
2000-05-10If lag checking period was long, Irssi displayed the (??) until the lag wasTimo Sirainen
2000-05-10Netsplit displays the IRC network where it happenedTimo Sirainen
2000-05-10/LAST didn't work when window's max. number of lines was full + a fewTimo Sirainen
2000-05-10DCC SEND fixedTimo Sirainen
2000-05-10IRCNet specific nick name wasn't usedTimo Sirainen
2000-05-10/MODE was buggyTimo Sirainen
2000-05-10A few more bugfixes to make /window prev work.. :)Timo Sirainen
2000-05-10/window prev didn't work because of small "typo".Timo Sirainen
2000-05-09window next in last window jumps to first windowTimo Sirainen
2000-05-09/dehilight fixesTimo Sirainen
2000-05-09Ctrl-D = deleteTimo Sirainen
2000-05-09typo fixedTimo Sirainen
2000-05-09- Compiling fixesTimo Sirainen
2000-05-05Removed the "No such window" message - it was annoying :)Timo Sirainen
2000-05-05Fixed a crashTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-28Implemented Irssi::Window::command(), Irssi::Windowitem::command()Timo Sirainen
2000-04-28/ban and /invite crashed, /mode didn't work. ctcp.c doesn't needTimo Sirainen
2000-04-28Removed the N_() from module formats, the internationalization should beTimo Sirainen
2000-04-28Perl working again, better than ever (unless there's bugs :)Timo Sirainen
2000-04-27If we return with cmd_param_error() or cmd_return_error(), callTimo Sirainen
2000-04-27after doing /INVITE nick #channel - instead of printing just "nick #channel",Timo Sirainen
2000-04-27show_quit_once displayed the quit window always in active window. nowTimo Sirainen
2000-04-27Setting window's prompt didn't check that the window was active -> someTimo Sirainen
2000-04-27updatesTimo Sirainen
2000-04-27updated aliases, added #irssi/efnetTimo Sirainen
2000-04-27Fixes for servers that replied to WHO #a,#b with 403 message.Timo Sirainen
2000-04-27Removed several header files that only had xxx_init(); xxx_deinit(); - movedTimo Sirainen
2000-04-27joining to multiple channels at once crashedTimo Sirainen
2000-04-27missing query_init(), query_deinit()Timo Sirainen
2000-04-27Query: sending msg displayed msg[nick] instead of the plain <nick>Timo Sirainen
2000-04-26Delete key works againTimo Sirainen
2000-04-26same user mode problem fixed with reconnectsTimo Sirainen
2000-04-26crashed with servers that didn't automatically set any user modeTimo Sirainen
2000-04-26updatesTimo Sirainen
2000-04-26fixesTimo Sirainen
2000-04-26fixedTimo Sirainen
2000-04-26rest of the ~rewrite?Timo Sirainen
2000-04-26..adding new files..Timo Sirainen
2000-04-26..still removing..Timo Sirainen
2000-04-14section can be NULL - which is same as "". Fixed several functions to allowTimo Sirainen
2000-04-14Sorry for a big update - I still don't have internet connection at homeTimo Sirainen
2000-03-19Moved all server connection information to SERVER_CONNECT_REC fromTimo Sirainen
2000-03-19Several GLists moved to GSLists.Timo Sirainen
2000-03-19Removed as many warnings as possible when compiling with -ansi -pedanticTimo Sirainen
2000-03-19Server reconnection tries always the first server in the list whereTimo Sirainen
2000-03-18Merged line-split from i2k. Several other cleanups.Timo Sirainen
2000-03-18Merged in i2k's networking codeTimo Sirainen