10032 커밋 (f57adb00fc77657eb727b03001b2da648e8d8116)
 

작성자 SHA1 메시지 날짜
  Chris Smith 9b43dc99d0 Updated core to work with parser changes 17 년 전
  Chris Smith 3996f4646c Added a temporary icon for the main frame 17 년 전
  Shane Mc Cormack d13f6eca91 Added svn:keywords +Id to all Callback stuff 17 년 전
  Shane Mc Cormack 26bfb2a813 Moved Callbacks and Interfaces into new packages: 17 년 전
  Chris Smith 953e1f624b MainFrame now uses Logger if it can't toggle the state of an internal frame 17 년 전
  Chris Smith 8d0885412f Made Raw/Channel/Server classes compatible with the parser changes 17 년 전
  Gregory Holmes bd4194f52a Added error and debug methods that use the default log level 17 년 전
  Gregory Holmes dc0a0d13b7 Changed logging and levels. 17 년 전
  Chris Smith cec4f06fba Servers are now closed nicely when the client is closed 17 년 전
  Shane Mc Cormack 2b851bd7d3 Rewrote callback system. 17 년 전
  Gregory Holmes a487f2a80c Fixed NicklistListModel not setting the config options it accessed 17 년 전
  Chris Smith 3aaf4aa2d4 Remove debugging info 17 년 전
  Chris Smith 7f0d140c57 Frames are now staggered as they're opened, so you don't end up with too many windows in the same place 17 년 전
  Chris Smith a481b7c957 Channels are now parted and their associated information killed when a channel window is closed 17 년 전
  Gregory Holmes 2945115f5d Updated logger to use the new FatalErrorDialog 17 년 전
  Chris Smith e5641646c1 * me/0 is no longer displayed in help output 17 년 전
  Chris Smith 8ca6834cdf Added help/0 command 17 년 전
  Chris Smith c33b6640eb Added join/1 command 17 년 전
  Chris Smith 2867da135e Added dialog to display fatal error information 17 년 전
  Chris Smith 3b932b5ae3 Closing the server frame now terminates the server connection (+ associated windows) 17 년 전
  Chris Smith 8fe1479c8d Changed default server to one that actually works well 17 년 전
  Chris Smith 7f6fe4f903 * Added Channel.close(), Raw.close() and Server.close() 17 년 전
  Chris Smith 7f5d6f7183 * Added me and me/0 commands 17 년 전
  Shane Mc Cormack 219ee974a3 Fixed javadoc 17 년 전
  Shane Mc Cormack d642b42135 javadoc on doDebug 17 년 전
  Shane Mc Cormack bc98e68501 Moved some debug spam into bDebug where it should be. 17 년 전
  Chris Smith 83e2828095 * Server now handles errors thrown by the IRC Parser, and forwards them to Logger 17 년 전
  Shane Mc Cormack f7e1a55ba3 Fixed ParserError again. 17 년 전
  Shane Mc Cormack 45b04aa3f0 Fixed ParserError class. 17 년 전
  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 17 년 전
  Chris Smith 713f61fa51 * Added method to Channel to get the Server it's associated with 17 년 전
  Gregory Holmes f434f8a908 Made logger output errors to std.err 17 년 전
  Chris Smith 110c9e6a99 * Added action handling for channels 17 년 전
  Gregory Holmes f05b07b351 Partially fixed the scrollbar restore issue 17 년 전
  Shane Mc Cormack 5463cd0c66 Added onChannelUserModeChanged and changed onChannelModeChanged to have sMode param 17 년 전
  Shane Mc Cormack 646614850a Fixed issues: 32, 33, 34 17 년 전
  Gregory Holmes 0914206b88 Fixed regressions from Logger refactoring 17 년 전
  Gregory Holmes 6c0c6a5689 Changed reRender to rerender 17 년 전
  Chris Smith 7a371d8546 Added join, part, kick and quit handlers 17 년 전
  Gregory Holmes 5e6a55cd06 Added rerender method to the NicklistListModel 17 년 전
  Chris Smith edbf89d4da Callbacks in the channel class are now normal methods rather than AICs 17 년 전
  Gregory Holmes 35085e2987 Refactored Logger into its own package with seperate enum classes. 17 년 전
  Chris Smith 81385a5e39 * Added quit/0 and quit commands 17 년 전
  Gregory Holmes 4587f5f3e0 Added preliminary Logger class 17 년 전
  Chris Smith 65b3bcd74f Javadoc'd the CommandWindow interface 17 년 전
  Chris Smith 8230ab0352 * Added CommandWindow interface, for frames that allow the user to issue commands 17 년 전
  Gregory Holmes c9cf2f5309 Removed stray debug output 17 년 전
  Chris Smith a3f553da64 Fixed NicklistComparator 17 년 전
  Chris Smith 570c90ebc0 Server and Channel frames now tell the Mainframe when they're maximised or restored 17 년 전
  Shane Mc Cormack 58bcd08342 Fixed getImportantMode() and getChanModeStr() again. Not sure where this fix dissapeared to before. 17 년 전