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 8c4860040b Renamed: CallbackNotFound -> CallbackNotFoundException 16 年之前
checkstyle Updated reports to reflect identities package name change 17 年之前
docs/rfcs Added missing files 17 年之前
nbproject Removed reports folder, excluded bash scripts from the jar 17 年之前
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 16 年之前
test/com/dmdirc Comment out incorrect unit tests 16 年之前
BuildAll.sh Nightly build script now removes the build and dist dirs prior to building to force non-stale builds 16 年之前
DoReports.sh Added Junit % pass reporting 16 年之前
build.xml Initial import 17 年之前
doreports.xml .. 17 年之前
junitreport.xml Added automatic utilities used on website 17 年之前
manifest.mf Removed ClassPath manifest hack 17 年之前
style_build.xml Added automatic utilities used on website 17 年之前