summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-07-15Don't print the -!- DCCMSGS level.Timo Sirainen
2000-07-15/SERVER <ircnet> used always port 6667 when connecting.Timo Sirainen
2000-07-15-list option to /NOTIFY wasn't specified in command options.Timo Sirainen
2000-07-15Small bugfix with resizing window.Timo Sirainen
2000-07-15A few checks to check that we really are dealing with IRC servers.Timo Sirainen
2000-07-15module_find_id() and module_find_id_str() didn't work right if theTimo Sirainen
2000-07-15Fixed DCC stuff. Added DCCMSGS level for DCC chat messages.Timo Sirainen
2000-07-11/IGNORE didn't show if it had -replies flagTimo Sirainen
2000-07-11Ctrl-K also puts the deleted text to cutbuffer which can be recoveredTimo Sirainen
2000-07-11Another /IGNORE -replies fixTimo Sirainen
2000-07-11KEY_LL = end keyTimo Sirainen
2000-07-11Ctrl-Y fixed when there was no text to undelete. Added CTRL() macro forTimo Sirainen
2000-07-10/IGNORE -replies fixesTimo Sirainen
2000-07-10Enabled lots of GCC warnings, fixed those that were easy to fix.Timo Sirainen
2000-07-09Removed a warningTimo Sirainen
2000-07-09MODE checking didn't work right..Timo Sirainen
2000-07-09Don't add the highlighted window to activity list if it's the currentTimo Sirainen
2000-07-09Use MSGLEVEL_MSGS/CTCPS/ACTIONS | MSGSLVEL_DCCTimo Sirainen
2000-07-09We're fe-text module, not gui-textTimo Sirainen
2000-07-09-option tab-completion didn't work.Timo Sirainen
2000-07-09Don't check CTCP replies for autoignoring. /RELOAD printed someTimo Sirainen
2000-07-09You can change statusbar colors with /SET statusbar_xxx.Timo Sirainen
2000-07-09--enable-perl[=libdir] to configure - you can specify what directory toTimo Sirainen
2000-07-09Ctrl-Y undeletes the last ^U'd line.Timo Sirainen
2000-07-09Moved is_base_command() from command completion to command_have_sub()Timo Sirainen
2000-07-08Netsplit changes - all netsplit handling is now in netsplit/netjoinTimo Sirainen
2000-07-08Implemented /BIND [<key> [<action> [<data>]]] command.Timo Sirainen
2000-07-08Reading and saving keyboard configuration actually works now.Timo Sirainen
2000-07-07Tab-completion for /FORMAT.Timo Sirainen
2000-07-04If message was for you (your nick at start of line), print it withTimo Sirainen
2000-07-04/CAT, /HELP xx and reading autorun commands stuck irssi to infiniteTimo Sirainen
2000-07-04Changed /TOPIC -d to be /TOPIC -delete instead, the automatic optionTimo Sirainen
2000-07-04User mode wasn't set right after server reconnection if server didn'tTimo Sirainen
2000-07-04Ahem. still broken ;)Timo Sirainen
2000-07-04whops. broke it accidentally.Timo Sirainen
2000-07-04(zZzZ) wasn't displayed in statusbar if you didn't have any user mode set.Timo Sirainen
2000-07-04If there was any spaces after /DCC CHAT nick (like after used nickTimo Sirainen
2000-07-04Don't redraw screen after EVERY /SET, just when /SET colors has changed.Timo Sirainen
2000-07-04Removed system version from default CTCP reply.Timo Sirainen
2000-07-02Server reconnection was a bit buggy - it didn't have to wait for the 5Timo Sirainen
2000-07-02forgot to add thisTimo Sirainen
2000-07-02Implemented runtime loadable modules. /LOAD loads a module, /UNLOADTimo Sirainen
2000-07-02If you're pasting text to channel and some of it starts with /, IrssiTimo Sirainen
2000-07-02Logs were closed and entirely removed after doing /RELOAD.Timo Sirainen
2000-07-02Fixed a couple of potential problems if there was longer lines than 64kTimo Sirainen
2000-07-02/^command hides the output of the command, it's not written to logTimo Sirainen
2000-07-02Minor memleak fixed.Timo Sirainen
2000-07-02When netsplit is over, irssi prints "Netsplit over, joins: (nicks)" andTimo Sirainen
2000-07-02Don't check highlighting if the message was meant for you (your nick atTimo Sirainen
2000-07-02"Temporary error in nameserver" shouldn't remove server reconnections.Timo Sirainen