6415 Commits (6f0437709f5512474825ed69c773f4c6f1d2203b)
 

Autor SHA1 Mensaje Fecha
  Chris Smith c33b6640eb Added join/1 command hace 17 años
  Chris Smith 2867da135e Added dialog to display fatal error information hace 17 años
  Chris Smith 3b932b5ae3 Closing the server frame now terminates the server connection (+ associated windows) hace 17 años
  Chris Smith 8fe1479c8d Changed default server to one that actually works well hace 17 años
  Chris Smith 7f6fe4f903 * Added Channel.close(), Raw.close() and Server.close() hace 17 años
  Chris Smith 7f5d6f7183 * Added me and me/0 commands hace 17 años
  Shane Mc Cormack 219ee974a3 Fixed javadoc hace 17 años
  Shane Mc Cormack d642b42135 javadoc on doDebug hace 17 años
  Shane Mc Cormack bc98e68501 Moved some debug spam into bDebug where it should be. hace 17 años
  Chris Smith 83e2828095 * Server now handles errors thrown by the IRC Parser, and forwards them to Logger hace 17 años
  Shane Mc Cormack f7e1a55ba3 Fixed ParserError again. hace 17 años
  Shane Mc Cormack 45b04aa3f0 Fixed ParserError class. hace 17 años
  Shane Mc Cormack a11e662b6f onError now uses a ParserError object and passes that to the callback instead. This allows for more flexability, and keeps the logic hace 17 años
  Chris Smith 713f61fa51 * Added method to Channel to get the Server it's associated with hace 17 años
  Gregory Holmes f434f8a908 Made logger output errors to std.err hace 17 años
  Chris Smith 110c9e6a99 * Added action handling for channels hace 17 años
  Gregory Holmes f05b07b351 Partially fixed the scrollbar restore issue hace 17 años
  Shane Mc Cormack 5463cd0c66 Added onChannelUserModeChanged and changed onChannelModeChanged to have sMode param hace 17 años
  Shane Mc Cormack 646614850a Fixed issues: 32, 33, 34 hace 17 años
  Gregory Holmes 0914206b88 Fixed regressions from Logger refactoring hace 17 años
  Gregory Holmes 6c0c6a5689 Changed reRender to rerender hace 17 años
  Chris Smith 7a371d8546 Added join, part, kick and quit handlers hace 17 años
  Gregory Holmes 5e6a55cd06 Added rerender method to the NicklistListModel hace 17 años
  Chris Smith edbf89d4da Callbacks in the channel class are now normal methods rather than AICs hace 17 años
  Gregory Holmes 35085e2987 Refactored Logger into its own package with seperate enum classes. hace 17 años
  Chris Smith 81385a5e39 * Added quit/0 and quit commands hace 17 años
  Gregory Holmes 4587f5f3e0 Added preliminary Logger class hace 17 años
  Chris Smith 65b3bcd74f Javadoc'd the CommandWindow interface hace 17 años
  Chris Smith 8230ab0352 * Added CommandWindow interface, for frames that allow the user to issue commands hace 17 años
  Gregory Holmes c9cf2f5309 Removed stray debug output hace 17 años
  Chris Smith a3f553da64 Fixed NicklistComparator hace 17 años
  Chris Smith 570c90ebc0 Server and Channel frames now tell the Mainframe when they're maximised or restored hace 17 años
  Shane Mc Cormack 58bcd08342 Fixed getImportantMode() and getChanModeStr() again. Not sure where this fix dissapeared to before. hace 17 años
  Shane Mc Cormack 92e1e05df3 Name fixes hace 17 años
  Shane Mc Cormack 889339893a Added getSocketState() method. hace 17 años
  Shane Mc Cormack 74cb0a9fde renamed onUserModeChange to onUserModeChanged hace 17 años
  Shane Mc Cormack 3516869811 Renamed FromParser to bFromParser in onDataOut for consistancy hace 17 años
  Chris Smith afc4211eb0 Fully javadoc'd the command parser package hace 17 años
  Gregory Holmes 7b1ce06ba2 Fixed autoscrolling in the textpanes hace 17 años
  Shane Mc Cormack 609ba9a4e3 Moved isValidChannelName from ChannelInfo to IRCParser hace 17 años
  Shane Mc Cormack 3a61f06128 sendLine and sendString no longer attempt to send data before the socket is created. hace 17 años
  Chris Smith 4d4cbdc941 More updates to the command parser classes. hace 17 años
  Gregory Holmes 410e71c1ba Fixed restoring windows after maximisation hace 17 años
  Chris Smith 9781dc12e8 Major changes to the command parser framework hace 17 años
  Chris Smith cca0feb77e Fixed the nickname list's model... hace 17 años
  Chris Smith 4886a4d3a8 * Added Window menu - can now semi-restore windows hace 17 años
  Shane Mc Cormack 9f12767e2c Renamed Callback Methods to coincide with callback names. hace 17 años
  Chris Smith d67a751740 ChannelFrames now shed their window decorations when maximised. Resolves issue 25 hace 17 años
  Chris Smith acf23c7037 Channel and server frames now autoscroll with their contents. Resolves issue 28 hace 17 años
  Chris Smith 449fe7a870 Textpanes in the channel and server frames are no longer editable. Resolves bug 27 hace 17 años