You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gregory Holmes 7fa06fd7f6 All Dialogs are now singletons (which should solve Issue 432: Channel settings briefly shows previously attempted to be set channel settings) 16 years ago
..
cliparser fixed: java.lang.Character is incompatible with expected argument type java.lang.String in com.dmdirc.installer.cliparser.CLIParser.add(CLIParam) In file CLIParser.java, line 83 16 years ago
Installer.java Installer uses system look and feel Installer now has a constructor, not a badly named method 17 years ago
LinuxInstaller.java Renamed: CallbackNotFound -> CallbackNotFoundException Renamed: ProcessorNotFound -> ProcessorNotFoundException pre005 isValidChannelName() now checks if the first character is either #, &, !, or + rather than just returning true regardless ProcessMessage now allows for messages without a message param (eg ":foo!bar@baz privmsg #qux" is treated as ":foo!bar@baz privmsg #qux :", although I do believe this should enver happen) ProcessMessage now also checks to see if it has accidentally recieved a NOTICE AUTH message, and forwards it to the correct processor if it has (Checks: Source is server, tokens 1+2 are "NOTICE AUTH") "Got Join for channel I am not on" message now gives the parsers current host, not the user who joined (That can be seen in "lastline") General Installer Changes - Installer is now a thread that StepInstall calls to make the installing information appear as it happens, not all at once - Shortcuts are now handled using an enum, and "Installers" can now specify which shortcut types apply to them. Windows Installer Changes: - Now copes with vista's changes to file locations - Should in theory work on windows 95 and up (Altho java 6 only works on NT-Based versions of windows from 2000 and up so this is untested) Linux Installer Changes: - .desktop files created by root now call themselves DMDirc (Global) - installing as root will not prompt to create a desktop shortcut 17 years ago
Main.java All Dialogs are now singletons (which should solve Issue 432: Channel settings briefly shows previously attempted to be set channel settings) 16 years ago
StepConfirm.java Installer Changes to fix Issues raised by cnorthwood 17 years ago
StepError.java Simpler layouts for the installer steps 17 years ago
StepInstall.java Installer Changes to fix Issues raised by cnorthwood 17 years ago
StepSettings.java Installer Changes to fix Issues raised by cnorthwood 17 years ago
StepWelcome.java Installer Changes to fix Issues raised by cnorthwood 17 years ago
StreamReader.java Renamed: CallbackNotFound -> CallbackNotFoundException Renamed: ProcessorNotFound -> ProcessorNotFoundException pre005 isValidChannelName() now checks if the first character is either #, &, !, or + rather than just returning true regardless ProcessMessage now allows for messages without a message param (eg ":foo!bar@baz privmsg #qux" is treated as ":foo!bar@baz privmsg #qux :", although I do believe this should enver happen) ProcessMessage now also checks to see if it has accidentally recieved a NOTICE AUTH message, and forwards it to the correct processor if it has (Checks: Source is server, tokens 1+2 are "NOTICE AUTH") "Got Join for channel I am not on" message now gives the parsers current host, not the user who joined (That can be seen in "lastline") General Installer Changes - Installer is now a thread that StepInstall calls to make the installing information appear as it happens, not all at once - Shortcuts are now handled using an enum, and "Installers" can now specify which shortcut types apply to them. Windows Installer Changes: - Now copes with vista's changes to file locations - Should in theory work on windows 95 and up (Altho java 6 only works on NT-Based versions of windows from 2000 and up so this is untested) Linux Installer Changes: - .desktop files created by root now call themselves DMDirc (Global) - installing as root will not prompt to create a desktop shortcut 17 years ago
WindowsInstaller.java Renamed: CallbackNotFound -> CallbackNotFoundException Renamed: ProcessorNotFound -> ProcessorNotFoundException pre005 isValidChannelName() now checks if the first character is either #, &, !, or + rather than just returning true regardless ProcessMessage now allows for messages without a message param (eg ":foo!bar@baz privmsg #qux" is treated as ":foo!bar@baz privmsg #qux :", although I do believe this should enver happen) ProcessMessage now also checks to see if it has accidentally recieved a NOTICE AUTH message, and forwards it to the correct processor if it has (Checks: Source is server, tokens 1+2 are "NOTICE AUTH") "Got Join for channel I am not on" message now gives the parsers current host, not the user who joined (That can be seen in "lastline") General Installer Changes - Installer is now a thread that StepInstall calls to make the installing information appear as it happens, not all at once - Shortcuts are now handled using an enum, and "Installers" can now specify which shortcut types apply to them. Windows Installer Changes: - Now copes with vista's changes to file locations - Should in theory work on windows 95 and up (Altho java 6 only works on NT-Based versions of windows from 2000 and up so this is untested) Linux Installer Changes: - .desktop files created by root now call themselves DMDirc (Global) - installing as root will not prompt to create a desktop shortcut 17 years ago