8234 Révisions (2ad042fe937b5ae9735fd9406141338af91478e7)
 

Auteur SHA1 Message Date
  Chris Smith 570c90ebc0 Server and Channel frames now tell the Mainframe when they're maximised or restored il y a 17 ans
  Shane Mc Cormack 58bcd08342 Fixed getImportantMode() and getChanModeStr() again. Not sure where this fix dissapeared to before. il y a 17 ans
  Shane Mc Cormack 92e1e05df3 Name fixes il y a 17 ans
  Shane Mc Cormack 889339893a Added getSocketState() method. il y a 17 ans
  Shane Mc Cormack 74cb0a9fde renamed onUserModeChange to onUserModeChanged il y a 17 ans
  Shane Mc Cormack 3516869811 Renamed FromParser to bFromParser in onDataOut for consistancy il y a 17 ans
  Chris Smith afc4211eb0 Fully javadoc'd the command parser package il y a 17 ans
  Gregory Holmes 7b1ce06ba2 Fixed autoscrolling in the textpanes il y a 17 ans
  Shane Mc Cormack 609ba9a4e3 Moved isValidChannelName from ChannelInfo to IRCParser il y a 17 ans
  Shane Mc Cormack 3a61f06128 sendLine and sendString no longer attempt to send data before the socket is created. il y a 17 ans
  Chris Smith 4d4cbdc941 More updates to the command parser classes. il y a 17 ans
  Gregory Holmes 410e71c1ba Fixed restoring windows after maximisation il y a 17 ans
  Chris Smith 9781dc12e8 Major changes to the command parser framework il y a 17 ans
  Chris Smith cca0feb77e Fixed the nickname list's model... il y a 17 ans
  Chris Smith 4886a4d3a8 * Added Window menu - can now semi-restore windows il y a 17 ans
  Shane Mc Cormack 9f12767e2c Renamed Callback Methods to coincide with callback names. il y a 17 ans
  Chris Smith d67a751740 ChannelFrames now shed their window decorations when maximised. Resolves issue 25 il y a 17 ans
  Chris Smith acf23c7037 Channel and server frames now autoscroll with their contents. Resolves issue 28 il y a 17 ans
  Chris Smith 449fe7a870 Textpanes in the channel and server frames are no longer editable. Resolves bug 27 il y a 17 ans
  Gregory Holmes 854da31fe3 Fixed some javadoc errors il y a 17 ans
  Gregory Holmes 54cef4fac7 Regression fix. il y a 17 ans
  Gregory Holmes f6d969a6d9 Added javadoc for the new nicklist classes il y a 17 ans
  Gregory Holmes 8ff9f6fdab Fixed NicklistListModel. il y a 17 ans
  Gregory Holmes 8524ba2af5 Added nicklist sorting il y a 17 ans
  Shane Mc Cormack 90e00b2b01 Also fixed getImportantMode() il y a 17 ans
  Shane Mc Cormack 8a467ad789 getChanModeStr now also shows the mode with the value "1" (usually voice) il y a 17 ans
  Shane Mc Cormack 436347e4cf Fixed StringIndexOutOfBoundsException in ChannelClientInfo.toString() method il y a 17 ans
  Shane Mc Cormack 30c98a9478 Fixed not firing ChannelGotNames il y a 17 ans
  Chris Smith 0e359985b9 Fixed NickListComparator il y a 17 ans
  Chris Smith 1474f60726 Removed 'static' from toString and toFullString methods... il y a 17 ans
  Gregory Holmes 0fde309990 Added missing license headers il y a 17 ans
  Gregory Holmes 8adcb89835 Added preliminary, but broken, nicklist model and comparator. il y a 17 ans
  Shane Mc Cormack 2480d2d125 added ChannelClientInfo.toFullString() (returns @+Nickname) and ChannelClientInfo.toString() (returns @Nickname) il y a 17 ans
  Shane Mc Cormack 8653b9abc8 PrefixModes are now parsed in reverse (meaning a higher value for getImportantModeValue() is ALWAYS more important) il y a 17 ans
  Shane Mc Cormack 5c0a556773 Added ChannelClient.getImportantModeValue() to facilitate sorting by modes il y a 17 ans
  Chris Smith a8a5856486 Created ChannelCommand class il y a 17 ans
  Shane Mc Cormack 6fe5da9520 Greboid appleasal (is that even a word?) il y a 17 ans
  Chris Smith f2c5d584a5 The nickname list in the channel window no longer auto-resizes horizontally il y a 17 ans
  Chris Smith ee27770520 Rename package to uk.org.... il y a 17 ans
  Chris Smith 238ee7be0e Added sendLine() method, and updated to use new ChannelFrame constructor il y a 17 ans
  Shane Mc Cormack d7409fce54 Added .sendMessage .sendNotice .sendAction .sendCTCP and .sendCTCPReply to the main parser (takes a string target) and the channel object (sends to channel) il y a 17 ans
  Chris Smith 5b31cd3f0c Text entered into the ChannelFrame's input now gets sent as a channel message (until the command parser is operational) il y a 17 ans
  Chris Smith 6651949389 Channels now use nicknames instead of full hosts for messages il y a 17 ans
  Shane Mc Cormack 4500bad8b2 getChannelClients is now typed. il y a 17 ans
  Shane Mc Cormack 60cb1bdf0c added Channel.getChannelClients() - returns an ArrayList of channel Clients il y a 17 ans
  Shane Mc Cormack 184de0074c addChannelClient and delChannelClient are now protected not public il y a 17 ans
  Shane Mc Cormack a663982791 OnTopic -> onChannelTopic il y a 17 ans
  Shane Mc Cormack 4eddca8580 GotNames -> ChannelGotNames il y a 17 ans
  Shane Mc Cormack a3aca1bb83 Calls to callbacks are now enclosed in try { } catch so that "lower" callbacks won't be prevented from running if one before it il y a 17 ans
  Shane Mc Cormack b82c72006e Fixed getUser(ClientInfo cWho) il y a 17 ans