Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-07-09 | Fix for opie bug 1719. This should make opie-irc play nicer with utf-8. | erik | 2 | -4/+5 |
Patches were culled from OE. Thanks to whoever the original patch author was. | ||||
2007-02-09 | This commit is based on the patch attached to Opie bug 1735: | erik | 1 | -10/+25 |
http://opie-bugs.oszine.de/view.php?id=1735 It changes the opie-irc app to be able to support the additional user characters that the unrealircd irc daemon provides. Thanks goes to andrewy for reporting and providing a patch. | ||||
2007-01-22 | Each file in this commit had a problem where a function might return | erik | 1 | -3/+5 |
a null value for a pointer and that null value was not checked. | ||||
2006-05-25 | g++ 4.1.1 fixes | mickeyl | 1 | -5/+5 |
2005-06-09 | Fix #1665 | skyhusker | 1 | -1/+1 |
2005-06-09 | Fix cosmetic error displaying channels starting with '&' | skyhusker | 1 | -1/+4 |
2005-06-09 | Fix #1667 | skyhusker | 1 | -2/+3 |
2005-06-09 | Fix bug 1666 | skyhusker | 3 | -2/+12 |
2005-05-31 | Fix channel name validation. Thanks to hrw for reporting. | skyhusker | 1 | -2/+3 |
2005-05-04 | Resource -> OResource | drw | 4 | -19/+25 |
2005-03-12 | Scale close tab button icon | drw | 1 | -2/+6 |
2005-02-04 | make it compile | mickeyl | 1 | -1/+1 |
2005-02-03 | Added DCC receive support | skyhusker | 16 | -13/+459 |
2005-02-02 | Added a pointer to the mainwindow because it's needed by the dcc ↵ | skyhusker | 3 | -3/+5 |
confirmation dialog | ||||
2005-02-02 | Slightly modified debug messages | skyhusker | 1 | -9/+9 |
2005-02-02 | Added copyright lines | skyhusker | 2 | -0/+42 |
2005-02-01 | Added proper action on ctcp ping reply | skyhusker | 1 | -1/+9 |
2005-01-26 | * Created new class for IRCChannelPerson. | skyhusker | 15 | -91/+258 |
* Added whois, ping and version entries to channel popup menu. * Fixed action on CTCP PING reply (was interpreted as a request). | ||||
2005-01-26 | Changed default realname, now is fetched from device owner name | skyhusker | 1 | -3/+16 |
2005-01-26 | Changed argument passing from value to const reference | skyhusker | 2 | -10/+10 |
2005-01-23 | Added distinction between CTCP requests and CTCP replies | skyhusker | 2 | -6/+24 |
2005-01-23 | Changed notation in escape characters to look better | skyhusker | 1 | -4/+4 |
2005-01-23 | Changed OPIE_EXPORT_APP to OPIE_EXPORT_APP_V2 for right displaying odebug ↵ | skyhusker | 1 | -1/+1 |
messages | ||||
2005-01-23 | Removed some unnecesary castings, changed printf() to odebug | skyhusker | 1 | -18/+20 |
2005-01-16 | Fixed a bug in nickname handling with networks using nickname:password for auth | skyhusker | 1 | -20/+28 |
2005-01-16 | Fixed some warnings | skyhusker | 1 | -5/+6 |
2005-01-14 | Added message queue, now topics always appear in channel tab | skyhusker | 13 | -79/+276 |
2005-01-14 | Added bold and underline display support | skyhusker | 2 | -9/+55 |
2005-01-14 | Changed default notification color | skyhusker | 1 | -1/+1 |
2005-01-08 | Changes in this patch: | wimpie | 4 | -46/+50 |
*Added some irc numerical codes (253, 422) *Reordered codes *Unified some functions which did exactly the same in two functions *Changed nick ordering in channel list, now nicks get ordered first by flags and then by name. | ||||
2005-01-04 | CONTROL files : changed version string | wimpie | 1 | -1/+1 |
NS2 many changes and first release of OT2 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -95/+1 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -1/+95 |
2004-09-09 | - fix compile problems | ar | 2 | -0/+4 |
2004-09-08 | -Close Tab Keyboard Accelerator with delayed deletion of the tab | zecke | 16 | -39/+155 |
-Optionally add a TimeStamp to the Tab -Remove not implemented CTCP actions from the Channel PopupMenu -Give Focus to the Edit Line -Some more ping handling patch inspired and copied from zautrix fork | ||||
2004-09-06 | Try to use precompiled headers | zecke | 2 | -0/+29 |
2004-09-06 | Use OKeyConfigWidget/Manager for managing next and prev tab | zecke | 6 | -8/+84 |
keyboard shortcuts | ||||
2004-09-06 | -Some keyboard handling | zecke | 11 | -18/+138 |
-ping notification merge of zautrixs work | ||||
2004-04-04 | convert to Opie Debugging Framework | mickeyl | 3 | -11/+13 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-15 | More LIBOPIE2 config fixes | brad | 1 | -1/+1 |
2004-03-14 | Convert net to ODP and QtAUX | zecke | 5 | -12/+17 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 3 | -4/+4 |
TT. | ||||
2004-02-21 | improve support for BigScreen | ar | 3 | -33/+75 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2003-12-08 | remove not used includes | harlekin | 8 | -12/+0 |
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 1 | -1/+1 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-12-07 | s/QPEMenuBar/QMenuBar: | mickeyl | 1 | -1/+1 |
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future | ||||
2003-10-29 | mrege noncore/net/* | mickeyl | 4 | -11/+7 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |