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.
Shane Mc Cormack b5676bbd55 Added uncommited changes from soren 17 lat temu
checkstyle Updated reports to reflect identities package name change 17 lat temu
docs/rfcs Added missing files 17 lat temu
nbproject Removed reports folder, excluded bash scripts from the jar 17 lat temu
src 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 lat temu
test/com/dmdirc Comment out incorrect unit tests 17 lat temu
BuildAll.sh Nightly build script now removes the build and dist dirs prior to building to force non-stale builds 17 lat temu
DoReports.sh Committing current DoReports.sh 17 lat temu
build.xml Initial import 17 lat temu
doreports.xml .. 17 lat temu
junitreport.xml Added uncommited changes from soren 17 lat temu
manifest.mf Removed ClassPath manifest hack 17 lat temu
style_build.xml Added automatic utilities used on website 17 lat temu