2993 次程式碼提交 (9a9f3c4f9f1bfb19d559d4163c5ce940fb80d681)
 

作者 SHA1 備註 提交日期
  Chris Smith 293e87044a Added getOptionChar to ConfigSource and made CommandManager use it. 16 年之前
  Chris Smith 54236284a0 IrcAddress now uses URI to parse URLs. This means that encoded characters are now decoded properly. 16 年之前
  Shane Mc Cormack 79517ef26a If CHANTYPES is not specified in 005, and autoprefix is on, "#" will be prepended. 16 年之前
  Shane Mc Cormack 7cb619887a autoPrefix = true is now default. 16 年之前
  Chris Smith 24ba8d268f IrcAddress now ignores trailing "isnick", "needkey" and "needpass" strings 16 年之前
  Shane Mc Cormack 1a6f619f66 This should fix issue 875 16 年之前
  Shane Mc Cormack be5528a262 Add the exception message instead of lastLine and sParam (which can be found in the exception body) 16 年之前
  Shane Mc Cormack f0a07680b6 Dont put lastLine in the description 16 年之前
  Shane Mc Cormack be1ef0a668 Remove "Got join for channel I am not on" warning. 16 年之前
  Shane Mc Cormack ca16280aae Remove debugging 16 年之前
  Shane Mc Cormack 88c0eb95a6 Lazarus is in usr/share not usr/lib. Muppet. 16 年之前
  Shane Mc Cormack 4f0907bf47 Make it obvious when installer is being built without lazarus 16 年之前
  Shane Mc Cormack b710934780 Improve code to decide what files to copy to the installation dir 16 年之前
  Gregory Holmes 5df0ecd8d2 Removed use of deprecated getActiveFrame() methods 16 年之前
  Chris Smith 094eae5320 Core no longer bothers to set the mainwindow's title when the window titles change 16 年之前
  Chris Smith ec262994f8 Fix NPE when changing OSD settings while the OSD window isn't visible. 16 年之前
  Chris Smith 65111f53db Add a bunch of new notification settings, update options for CTCPreply. 16 年之前
  Gregory Holmes b6f97d9f0f Fixed a bug where the main windows title differed from the frame title 16 年之前
  Chris Smith 2a5b42fce8 Multiple choice preferences now get a "Current" entry if the current setting isn't one of the ones specified 16 年之前
  Gregory Holmes a4948d2e3c work on issue 141 16 年之前
  Gregory Holmes f5a29e7805 partial fixes to new AMD layout problems 16 年之前
  Chris Smith 8b2218e5c9 Fix OSD plugin config not using cached values properly when switching categories 16 年之前
  Chris Smith 569454a89b Additional MapList unit tests 16 年之前
  Chris Smith 13579c6d61 Unit tests for ConfigFile 16 年之前
  Chris Smith e5ecd605d3 The actions default setting identity is now registered with the identity manager, making it somewhat less useless 16 年之前
  Chris Smith d07d164b21 Fix some concurrency issues when actions trigger recursively 16 年之前
  Chris Smith d82b7a01c1 TextFile and ConfigFile can now be initialised with a URI 16 年之前
  Shane Mc Cormack 6d11ac74d1 Linux Uninstaller now removes profile if found. 16 年之前
  Chris Smith 9c3dcc408b Add failure reasons for ChannelInfo tests that seem to fail randomly 16 年之前
  Shane Mc Cormack fe5ca6c502 Windows uninstaller now asks to remove user profile if found. 16 年之前
  Chris Smith 7e213d56f2 Improved the /help command, although I'm not sure I like it 16 年之前
  Shane Mc Cormack 01879bcc38 installer.jar runs again. 16 年之前
  Chris Smith 368b9ad4a1 Added /alias --remove. 16 年之前
  Chris Smith b21c1a8898 Fix /alias not correctly checking if an alias already exists 16 年之前
  Chris Smith 3c724a0df9 Nowplaying plugin now uses configurable commands. 16 年之前
  Chris Smith e23347b2a0 Fix regression in prefs panel layout (not expanding horizontally properly) 16 年之前
  Chris Smith de7c78ea2d Fix regression with action creation 16 年之前
  Gregory Holmes 942f17f3a4 crap unfinished code for duration editor 16 年之前
  Chris Smith 75ffdfd5bb Change all instances of Timer.scheduleAtFixedRate to Timer.schedule. 16 年之前
  Chris Smith 29f4b7c125 Added STRING_STRIPPED action component 16 年之前
  Chris Smith b67d2e0edb Formatter unit tests 16 年之前
  Shane Mc Cormack 9bcd3b35c6 Check for php, and don't require the script to be chmod a+x 16 年之前
  Chris Smith 4c66bd3582 Prefs dialog no longer uses 2 panels per category for no sane reason 16 年之前
  Chris Smith bf0f182c71 If updater.autoupdate = true, the updater will automatically install all updates 16 年之前
  Chris Smith c48e11be97 Add formatter hacks to allow %n$u to be formatted as a duration 16 年之前
  Chris Smith eb6b8e9c5d Fixes issue 849: OSD plugin should strip control codes 16 年之前
  Chris Smith 396a892bf2 Add support for user mode discovered callback 16 年之前
  Shane Mc Cormack db59a0a527 Add onUserModeDiscovered callback 16 年之前
  Chris Smith f2c73e2fcb Move updater logic from UI to core 16 年之前
  Shane Mc Cormack 4f1734dd1d LastLine is now in the exception not the description, should stop multiple identical bugs 16 年之前