📄 changelog
字号:
Version 0.83------------2004-11-04 Juho Vähä-Herttua * Fixed query open to work again as it should * Fixed bug in closing the window * Remove and add the menu when putting keylock on or off * Fixed a bug in /msg that only sent the first word of the message * Fixed the colour problem if colour's first word is too long to fit * Notices are now handled as actions in status, maybe could do betterVersion 0.82------------2004-11-01 Juho Vähä-Herttua * New disconnecting routine caused problems on some phones, now after disconnecting the user has to confirm with "Close" command, may change this later but it's the best solution right now. * Channel windows should be now closed also if connecting failed * Now there are two types of alarm, louder when opening new private * Shorter and not so scary error when IOException happens on HTTP connection, because we get them all the time from gateways it seems * Added some more human readable HTTP response code explanations * If timestamp minute smaller than 10, add additional 0 in front of it2004-10-28 Juho Vähä-Herttua * Fixed jmIrc to disconnect and cleanup properly even when destroyed by the phone. This caused a bigger problem on BlackBerry, thanks to Steve Host for pointing this out. * Finished the keylock, should work pretty well now, 5 and # lock * Fixed the error messages, newlines unsurprisingly don't work very well2004-10-26 Juho Vähä-Herttua * Fixed a bug that caused problems after parting from a channel * Fixed a bug that opened new window in the middle of textbox writing2004-10-25 Juho Vähä-Herttua * Timestamp hour now using HOUR_OF_DAY as it should * Added some kind of keylock support, needs finishing * Added alarm for highlights when in keylock mode * Several changes related to disconnect, this should finally fix the NullPointerExceptions on disconnect as Listener thread is now joined to the main thread and there should be no threading problems * Added additional '<' to the nick to make it look more prettyVersion 0.81------------2004-10-18 Juho Vähä-Herttua * Fixed the timestamp to be always in 24h format (am/pm too long) * Hopefully fixed the problems many phones had with saving settings2004-10-08 Juho Vähä-Herttua * HTTP proxy and IRC connection errors were accidentally swappedVersion 0.80------------2004-10-05 Juho Vähä-Herttua * Changed the USER command according to RFC 2812, sets +i to user * Added support for highlighting messages, have to finish behaviour * Added per channel timestamping option to the menus2004-10-02 Juho Vähä-Herttua * Removed the windowlist from menus as useless2004-10-01 Juho Vähä-Herttua * Fixed whois to work in query menus * Star button processed now in keyRelease event to avoid problems * Unknown CTCP commands are now reported in console window * Maximum backbuffer lines count is now configurable * Fixed indicators to work again, no problems so far * Removed that "PING? PONG!" because it's not very useful * Made the configuration to reset on every update because preserving it seems to cause some problems * Added kick, op and voice options to namelist commands2004-09-23 Juho Vähä-Herttua * TextArea.java got a rewrite, buffer structure now in arrays instead of vectors, got rid of the need for Message.java * Binded star button to be a quick button for message writing * Changed the colours to ANSI colour codes to be more standard * Many fixes in both TextArea.java and Window.java * Added indicators back but they still don't work right2004-09-21 Juho Vähä-Herttua * Fixed the IrcConnection interface to be more sensible * Fixed a bug where errors were displayed too many timesVersion 0.77------------2004-09-17 Juho Vähä-Herttua * Added new class UIHandler.java, needs a lot of cleanups and also makes the program bigger, trying to remove Message.java to compensate the growth later * Added dirty hack for coloured nicks because requested, we will rewrite the UI classes anyway so it doesn't matter at this stage2004-09-16 Juho Vähä-Herttua * Fixed a bug in parser that caused problems with some irc servers, thanks to Matus Kral for helping to test this and also the SE T610 bug that was open for very long time and finally got fixed in 0.76 * Fixed a nick change bug if connecting with existing nick, a bit ugly * Small fixes in statusbar, the height wasn't always rightVersion 0.76------------2004-09-16 Juho Vähä-Herttua * Updated the statusbar finally to be at least a bit smaller and more logical maybe (windows from left to right)2004-09-15 Juho Vähä-Herttua * More debug information in connection exceptions * Now streams and connection should be closed correctly in HttpIrc.java, hopefully will fix some problems with too many connections * Error in HTTP proxy connection doesn't abort any more * Disconnect no longer sent if there has been problem with irc connection in HTTP mode2004-09-14 Juho Vähä-Herttua * Added support for CTCP commands ACTION, PING and VERSIONVersion 0.75------------2004-09-13 Juho Vähä-Herttua * Added game action buttons for scrolling again because requested * Polltime now totally manual if set to 0 in HTTP mode (can crash some phones on update if not updated frequently enough, buffer problem and can be fixed on proxy side). * Nick change should now also update nick to window, added one more ugly static variable in jmIrc.java, should really clean them... * Startupscript is now executed immediately after connect in HTTP mode, earlier it waited for next polling2004-08-28 Juho Vähä-Herttua * Fixed realname to work now, was added last time but didn't workVersion 0.74------------2004-08-27 Juho Vähä-Herttua * Changed quit message to use also GET instead of HEAD, maybe will fix the mysterious crash when disconnecting on some phones * Rewrote the jmIrc.java, it was a real pain to update before and caused some crashes as well, should work much better * Dropped the font config now, program size down over 2kB * Updated Database.java and jmIrc.java to save only needed values on ok command, should make configuring much faster on some phonesVersion 0.73------------2004-08-21 Juho Vähä-Herttua * Poll time is now adjustable and you can update manually with key 52004-08-18 Juho Vähä-Herttua * Using GET request instead of HEAD in connecting to make Nokia 6610 workVersion 0.72------------2004-08-13 Juho Vähä-Herttua * Wrote configuration dialogues for most HTTP settings * Added some configuration options not in settings yet * Small fixes here and there * Siemens C55 didn't show ChoiceGroup right without label2004-08-12 Juho Vähä-Herttua * Finished HttpIrc.java and it should now work pretty well * Added polled mode also for SocketIrc.java if needed with some phones2004-08-11 Juho Vähä-Herttua * Lots of cleanups regarding useless variables (hopefully no new bugs) * Cleanup at disconnect is done more properly * Renamed Irc.java to IrcConnection.java * Restructured IrcConnection interface * Wrote a HttpIrc.java class but it needs some testing before use * Updated IrcConnection classes to use several encodings, if they are not supported it will fall back to phone's default encodingVersion 0.70------------2004-08-11 Juho Vähä-Herttua * +l/+i/+b/+k info if joining to channel fails should now show in console * Kicks are now handled almost correctly (need to update namelist) * At least some kind of info should be reported if connection fails * Advanced option "show header" now works as it should2004-08-02 Juho Vähä-Herttua * Select menu from namelist was broken, fixed now * Doesn't now scroll to the end always when added new text (bug since 0.69) * Header adding and removal can now handle position right * Adding to namelist was very broken, should work now * Header adding and removal is now updated to all windows correctlyVersion 0.69------------2004-07-31 Juho Vähä-Herttua * Changed keys to use the standard ITU-T keypad (the numbers) because of recommendation in MIDP documents and portability * Added new home, end, pageup and pagedown buttons (1,7,3,9) * Added header toggle button to #-key, feature is still very buggy, don't expect too much from it2004-07-30 Juho Vähä-Herttua * Lots of cleanups in GUI classes, I hope they'll soon be pretty enough * Header should now be easy to show and hide with setHeaderVisible()Version 0.68------------2004-07-26 Juho Vähä-Herttua * Fixed STUPID bug which prevented sending messages, somehow window name and nick were switched in Window.java, still can't understand why I did thisVersion 0.67------------2004-07-21 Juho Vähä-Herttua * Updated ChangeLog to be UTF-8 from now on, updating source files as well * Restructured some of the TextArea and DisplayCanvas code * Fixed the buggy scrollbar and problems with linechanges2004-05-20 Juho Vähä-Herttua * Small fixes and cleanups here and thereVersion 0.66------------2004-05-20 Juho Vähä-Herttua * Fixed small bug when someone changes the topic * Finished merging of Channel.java and Window.java * Removed IrcCommands.java as uselessVersion 0.65------------2004-05-15 Juho Vähä-Herttua * Removed debugging window and status window is now always on * Separated TextArea.java, DisplayCanvas.java needs cleaning * Renamed ScreenOutput.java to Window.java * Cleaned TextArea.addText() function, it was quite crap (sorry) * Removed support for those mirc-colours for now, the detection wasn't very good * Merged Private.java and Console.java to Window.javaVersion 0.62------------2004-05-14 Juho Vähä-Herttua * Fixed bug, save didn't work in advanced options * Added new option for status line in advanced options * Cleaned Database.java * Removed Parser.java as uselessVersion 0.60------------2004-05-14 Juho Vähä-Herttua * Small cleanup of the code * Removed PollHttpIrc totally, may be added back later2004-05-13 Juho Vähä-Herttua * Started removal of HTTP gateway support for now * Started rewriting of SocketIrc.java2004-05-12 Juho Vähä-Herttua * Rewriting of Listener.java started * Missing close()-method in Private.java fixed2004-05-11 Juho Vähä-Herttua * Major cleanup of the old code * Fixed typo "Advancad"->"Advanced" in WLIrc.java * Fixed typo/bug "Back"->"[Back]" in Channel.java * Fixed typos "recieved"->"received" in many files * Missing toUpperCase() in Channels.close() method
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -