10100 Commits (master)
 

Author SHA1 Message Date
  Chris Smith 110c9e6a99 * Added action handling for channels 17 years ago
  Gregory Holmes f05b07b351 Partially fixed the scrollbar restore issue 17 years ago
  Shane Mc Cormack 5463cd0c66 Added onChannelUserModeChanged and changed onChannelModeChanged to have sMode param 17 years ago
  Shane Mc Cormack 646614850a Fixed issues: 32, 33, 34 17 years ago
  Gregory Holmes 0914206b88 Fixed regressions from Logger refactoring 17 years ago
  Gregory Holmes 6c0c6a5689 Changed reRender to rerender 17 years ago
  Chris Smith 7a371d8546 Added join, part, kick and quit handlers 17 years ago
  Gregory Holmes 5e6a55cd06 Added rerender method to the NicklistListModel 17 years ago
  Chris Smith edbf89d4da Callbacks in the channel class are now normal methods rather than AICs 17 years ago
  Gregory Holmes 35085e2987 Refactored Logger into its own package with seperate enum classes. 17 years ago
  Chris Smith 81385a5e39 * Added quit/0 and quit commands 17 years ago
  Gregory Holmes 4587f5f3e0 Added preliminary Logger class 17 years ago
  Chris Smith 65b3bcd74f Javadoc'd the CommandWindow interface 17 years ago
  Chris Smith 8230ab0352 * Added CommandWindow interface, for frames that allow the user to issue commands 17 years ago
  Gregory Holmes c9cf2f5309 Removed stray debug output 17 years ago
  Chris Smith a3f553da64 Fixed NicklistComparator 17 years ago
  Chris Smith 570c90ebc0 Server and Channel frames now tell the Mainframe when they're maximised or restored 17 years ago
  Shane Mc Cormack 58bcd08342 Fixed getImportantMode() and getChanModeStr() again. Not sure where this fix dissapeared to before. 17 years ago
  Shane Mc Cormack 92e1e05df3 Name fixes 17 years ago
  Shane Mc Cormack 889339893a Added getSocketState() method. 17 years ago
  Shane Mc Cormack 74cb0a9fde renamed onUserModeChange to onUserModeChanged 17 years ago
  Shane Mc Cormack 3516869811 Renamed FromParser to bFromParser in onDataOut for consistancy 17 years ago
  Chris Smith afc4211eb0 Fully javadoc'd the command parser package 17 years ago
  Gregory Holmes 7b1ce06ba2 Fixed autoscrolling in the textpanes 17 years ago
  Shane Mc Cormack 609ba9a4e3 Moved isValidChannelName from ChannelInfo to IRCParser 17 years ago
  Shane Mc Cormack 3a61f06128 sendLine and sendString no longer attempt to send data before the socket is created. 17 years ago
  Chris Smith 4d4cbdc941 More updates to the command parser classes. 17 years ago
  Gregory Holmes 410e71c1ba Fixed restoring windows after maximisation 17 years ago
  Chris Smith 9781dc12e8 Major changes to the command parser framework 17 years ago
  Chris Smith cca0feb77e Fixed the nickname list's model... 17 years ago
  Chris Smith 4886a4d3a8 * Added Window menu - can now semi-restore windows 17 years ago
  Shane Mc Cormack 9f12767e2c Renamed Callback Methods to coincide with callback names. 17 years ago
  Chris Smith d67a751740 ChannelFrames now shed their window decorations when maximised. Resolves issue 25 17 years ago
  Chris Smith acf23c7037 Channel and server frames now autoscroll with their contents. Resolves issue 28 17 years ago
  Chris Smith 449fe7a870 Textpanes in the channel and server frames are no longer editable. Resolves bug 27 17 years ago
  Gregory Holmes 854da31fe3 Fixed some javadoc errors 17 years ago
  Gregory Holmes 54cef4fac7 Regression fix. 17 years ago
  Gregory Holmes f6d969a6d9 Added javadoc for the new nicklist classes 17 years ago
  Gregory Holmes 8ff9f6fdab Fixed NicklistListModel. 17 years ago
  Gregory Holmes 8524ba2af5 Added nicklist sorting 17 years ago
  Shane Mc Cormack 90e00b2b01 Also fixed getImportantMode() 17 years ago
  Shane Mc Cormack 8a467ad789 getChanModeStr now also shows the mode with the value "1" (usually voice) 17 years ago
  Shane Mc Cormack 436347e4cf Fixed StringIndexOutOfBoundsException in ChannelClientInfo.toString() method 17 years ago
  Shane Mc Cormack 30c98a9478 Fixed not firing ChannelGotNames 17 years ago
  Chris Smith 0e359985b9 Fixed NickListComparator 17 years ago
  Chris Smith 1474f60726 Removed 'static' from toString and toFullString methods... 17 years ago
  Gregory Holmes 0fde309990 Added missing license headers 17 years ago
  Gregory Holmes 8adcb89835 Added preliminary, but broken, nicklist model and comparator. 17 years ago
  Shane Mc Cormack 2480d2d125 added ChannelClientInfo.toFullString() (returns @+Nickname) and ChannelClientInfo.toString() (returns @Nickname) 17 years ago
  Shane Mc Cormack 8653b9abc8 PrefixModes are now parsed in reverse (meaning a higher value for getImportantModeValue() is ALWAYS more important) 17 years ago