quassel.git
16 years agoProvide sane defaults for new network settings options in case you still used a revis...
Manuel Nickschas [Wed, 13 Feb 2008 00:29:35 +0000 (00:29 +0000)]
Provide sane defaults for new network settings options in case you still used a revision before r506
until now. If you already did the migration, you'll still have to sanitize your settings yourself...

16 years agoPerformlist is back and working!
Manuel Nickschas [Wed, 13 Feb 2008 00:23:21 +0000 (00:23 +0000)]
Performlist is back and working!

16 years agoAll network settings can now be edited/stored properly. Most of the new options are not
Manuel Nickschas [Tue, 12 Feb 2008 23:52:36 +0000 (23:52 +0000)]
All network settings can now be edited/stored properly. Most of the new options are not
honored yet though, even though they are enabled in the dialog. This will be coming in the next
few days.
NOTE: Most options will be set to random values in existing networks, so be sure to doublecheck your
network settings after updating!
Distclean mandatory, core protocol update.

16 years agoFix tab order in CoreConnectDlg.
Manuel Nickschas [Tue, 12 Feb 2008 18:18:20 +0000 (18:18 +0000)]
Fix tab order in CoreConnectDlg.

16 years agoNetworks can now be removed even when they're connected.
Manuel Nickschas [Tue, 12 Feb 2008 18:08:00 +0000 (18:08 +0000)]
Networks can now be removed even when they're connected.

16 years ago- MessageTypes are now binary exclusive which allows easy checks with multimple condi...
Marcus Eggenberger [Tue, 12 Feb 2008 15:54:48 +0000 (15:54 +0000)]
- MessageTypes are now binary exclusive which allows easy checks with multimple conditions.
- BufferTypes are now stored persistent in the Storage engine and can be accessed via BufferInfo.type()

Major breakage of protocol. Distclean mandatory.

16 years agoOK button does no longer discard a settings dialog if settings are not valid.
Manuel Nickschas [Tue, 12 Feb 2008 14:50:07 +0000 (14:50 +0000)]
OK button does no longer discard a settings dialog if settings are not valid.
Fixing BR #97.

16 years agoFix case-insensitivity for channel names, and add some more translatable strings.
Manuel Nickschas [Tue, 12 Feb 2008 01:48:41 +0000 (01:48 +0000)]
Fix case-insensitivity for channel names, and add some more translatable strings.

16 years agoThe Networksettings are now stored purely in the Database.
Marcus Eggenberger [Mon, 11 Feb 2008 19:29:59 +0000 (19:29 +0000)]
The Networksettings are now stored purely in the Database.
You can now rename networks and delete them.
Be warned: the latter one deletes everything associated with the
network including backlog.

16 years agoMade old ChatLine's code even more ugly by adding some more write-only code to it.
Manuel Nickschas [Mon, 11 Feb 2008 02:20:52 +0000 (02:20 +0000)]
Made old ChatLine's code even more ugly by adding some more write-only code to it.
Small price to pay for having visible selections back, eh?

16 years agodisplay only the nick in Notices if the sender is a normal user
Marcus Eggenberger [Sun, 10 Feb 2008 21:31:42 +0000 (21:31 +0000)]
display only the nick in Notices if the sender is a normal user

16 years agodon't ask
Marcus Eggenberger [Sun, 10 Feb 2008 17:29:24 +0000 (17:29 +0000)]
don't ask

16 years agoFix default button behavior in CoreConnectDlg.
Manuel Nickschas [Sun, 10 Feb 2008 17:23:14 +0000 (17:23 +0000)]
Fix default button behavior in CoreConnectDlg.

16 years agodamn... now it's fixed...
Marcus Eggenberger [Sun, 10 Feb 2008 17:22:33 +0000 (17:22 +0000)]
damn... now it's fixed...

16 years agobugfix
Marcus Eggenberger [Sun, 10 Feb 2008 17:18:22 +0000 (17:18 +0000)]
bugfix

16 years agoHere's hoping this fixes CoreConnectDlg even on the Mac... :/
Manuel Nickschas [Sun, 10 Feb 2008 17:04:38 +0000 (17:04 +0000)]
Here's hoping this fixes CoreConnectDlg even on the Mac... :/

16 years ago- Highlights are now determined in Client::checkForHighlight(Message &).
Marcus Eggenberger [Sun, 10 Feb 2008 16:35:46 +0000 (16:35 +0000)]
- Highlights are now determined in Client::checkForHighlight(Message &).
- Fixed a bug where all messages where marked as highlighted, when not connected to the according network.

16 years agoConversion to lowercase is no longer done by SQLite but now from Qt
Marcus Eggenberger [Sun, 10 Feb 2008 16:07:00 +0000 (16:07 +0000)]
Conversion to lowercase is no longer done by SQLite but now from Qt

16 years agoPrevent the settings dialogs from crashing when OK is pressed without changes made.
Manuel Nickschas [Sun, 10 Feb 2008 13:44:07 +0000 (13:44 +0000)]
Prevent the settings dialogs from crashing when OK is pressed without changes made.

16 years agoThe Handler for the RTS-Like Keybindings is now a eventFilter aswell.
Marcus Eggenberger [Sun, 10 Feb 2008 12:46:52 +0000 (12:46 +0000)]
The Handler for the RTS-Like Keybindings is now a eventFilter aswell.

16 years agosimpler version of the treemodel since features of the old one weren't used (yet...
Marcus Eggenberger [Sun, 10 Feb 2008 12:41:39 +0000 (12:41 +0000)]
simpler version of the treemodel since features of the old one weren't used (yet) and this one makes debuging easier

16 years agoMark highlighted messages with a subtly different background color.
Manuel Nickschas [Sat, 9 Feb 2008 21:01:51 +0000 (21:01 +0000)]
Mark highlighted messages with a subtly different background color.

16 years agoMore fixes to the coreconnectdlg...
Manuel Nickschas [Sat, 9 Feb 2008 18:31:59 +0000 (18:31 +0000)]
More fixes to the coreconnectdlg...

16 years agoTrying to fix some CoreConnectDlg layout issues...
Manuel Nickschas [Fri, 8 Feb 2008 22:21:44 +0000 (22:21 +0000)]
Trying to fix some CoreConnectDlg layout issues...

16 years agoPrevent the core from restoring its state if it is unconfigured.
Manuel Nickschas [Fri, 8 Feb 2008 21:41:04 +0000 (21:41 +0000)]
Prevent the core from restoring its state if it is unconfigured.

16 years agoAdded a shiny new AboutDlg
Manuel Nickschas [Fri, 8 Feb 2008 21:26:44 +0000 (21:26 +0000)]
Added a shiny new AboutDlg

16 years agohighlight respects now word boundaries. thx int
Marcus Eggenberger [Fri, 8 Feb 2008 20:10:49 +0000 (20:10 +0000)]
highlight respects now word boundaries. thx int

16 years agooops... that were 2 files too much...
Marcus Eggenberger [Fri, 8 Feb 2008 20:03:55 +0000 (20:03 +0000)]
oops... that were 2 files too much...

16 years agojust a minor update before I get my hands dirty with the TreeModel...
Marcus Eggenberger [Fri, 8 Feb 2008 19:16:34 +0000 (19:16 +0000)]
just a minor update before I get my hands dirty with the TreeModel...

16 years ago... and now even when Quassel is QApplication::quit()
Marcus Eggenberger [Fri, 8 Feb 2008 19:09:24 +0000 (19:09 +0000)]
... and now even when Quassel is QApplication::quit()

16 years agomade the MainWin remember it's state again
Marcus Eggenberger [Fri, 8 Feb 2008 18:15:23 +0000 (18:15 +0000)]
made the MainWin remember it's state again

16 years agoadded general settings page
Alexander von Renteln [Fri, 8 Feb 2008 15:17:48 +0000 (15:17 +0000)]
added general settings page
minimize and close buttons can now be configured to minimize quasselclient to the system tray

16 years agoFile -> Quit now correctly calls QCoreApplication::quit() rather than
Manuel Nickschas [Fri, 8 Feb 2008 14:47:33 +0000 (14:47 +0000)]
File -> Quit now correctly calls QCoreApplication::quit() rather than
QMainWindow::close().

16 years agoFixing $FU in some server handlers. ircUser() does not always return a valid pointer...
Manuel Nickschas [Fri, 8 Feb 2008 11:16:28 +0000 (11:16 +0000)]
Fixing $FU in some server handlers. ircUser() does not always return a valid pointer...

16 years agoThe Core Configuration Wizard is back! teH rul!
Manuel Nickschas [Fri, 8 Feb 2008 00:56:11 +0000 (00:56 +0000)]
The Core Configuration Wizard is back! teH rul!
Well, probably still has some rough edges, but you should be able to configure
a Quassel Core from scratch now again. If you want to test this, be sure to remove both
the database and the settings (.quassel/* and .config/Quassel Project/* on Linux).
Oh, and I completely broke the client/core protocol again. Oh well.

16 years agoFixed restore-to-defaults in settings dialog.
Manuel Nickschas [Thu, 7 Feb 2008 22:40:27 +0000 (22:40 +0000)]
Fixed restore-to-defaults in settings dialog.

16 years agodoubleclick on user opens query
Alexander von Renteln [Thu, 7 Feb 2008 20:42:16 +0000 (20:42 +0000)]
doubleclick on user opens query

16 years agofixed a bug when selecting a buffer in a different view not resulting in a bufferswitch
Marcus Eggenberger [Thu, 7 Feb 2008 17:42:57 +0000 (17:42 +0000)]
fixed a bug when selecting a buffer in a different view not resulting in a bufferswitch

16 years agoUse a sane default for IRC server port :)
Manuel Nickschas [Thu, 7 Feb 2008 16:50:05 +0000 (16:50 +0000)]
Use a sane default for IRC server port :)

16 years agofixed schema version for newly created SQLite backends
Marcus Eggenberger [Wed, 6 Feb 2008 23:29:00 +0000 (23:29 +0000)]
fixed schema version for newly created SQLite backends

16 years agoTabcompletion works again (broke it in last REV). Acts now as an Eventfilter of the...
Marcus Eggenberger [Wed, 6 Feb 2008 15:47:59 +0000 (15:47 +0000)]
Tabcompletion works again (broke it in last REV). Acts now as an Eventfilter of the InputLine

16 years agomade the check for lineseperators OS independent
Marcus Eggenberger [Wed, 6 Feb 2008 13:17:54 +0000 (13:17 +0000)]
made the check for lineseperators OS independent

16 years agopasting multiple lines at once into the InputLine is now treated correctly
Marcus Eggenberger [Wed, 6 Feb 2008 12:22:18 +0000 (12:22 +0000)]
pasting multiple lines at once into the InputLine is now treated correctly

16 years agomac builds will not have minimize to tray on left click (which should be a problem...
Alexander von Renteln [Wed, 6 Feb 2008 00:37:48 +0000 (00:37 +0000)]
mac builds will not have minimize to tray on left click (which should be a problem as mac users have command+h) because mac has only one activation reason for the tray icon (left click)

16 years agoremoved context menu in quasselclient from the left mouse click (very helpful for...
Alexander von Renteln [Tue, 5 Feb 2008 23:28:42 +0000 (23:28 +0000)]
removed context menu in quasselclient from the left mouse click (very helpful for mac users)
changed irchandler behaviour - only 401 replies get forwarded to user buffer

16 years agomade keybindings persistent (per client)
Marcus Eggenberger [Tue, 5 Feb 2008 21:46:46 +0000 (21:46 +0000)]
made keybindings persistent (per client)

16 years agomade the inputline ignore less keys (only number in combination with bind/jump modif...
Marcus Eggenberger [Tue, 5 Feb 2008 20:55:55 +0000 (20:55 +0000)]
made the inputline ignore less keys (only number in combination with  bind/jump modifiers)

16 years agofixed a bug in the auto upgrade routine of the abstract sql storage engine
Marcus Eggenberger [Tue, 5 Feb 2008 16:43:50 +0000 (16:43 +0000)]
fixed a bug in the auto upgrade routine of the abstract sql storage engine

16 years agoimproved minimize to tray behavior with win versions of quasselclient
Alexander von Renteln [Tue, 5 Feb 2008 16:14:56 +0000 (16:14 +0000)]
improved minimize to tray behavior with win versions of quasselclient
errors (e.g. ERR_NOSUCHNICK) are now displayed in the user buffer

16 years agomade highlight trigger only on normal messages, notices and actions
Marcus Eggenberger [Tue, 5 Feb 2008 15:23:15 +0000 (15:23 +0000)]
made highlight trigger only on normal messages, notices and actions

16 years agotweaking the SignalProxy resulted in some casualties... fixed.\nUpdated and distclean...
Marcus Eggenberger [Tue, 5 Feb 2008 15:04:34 +0000 (15:04 +0000)]
tweaking the SignalProxy resulted in some casualties... fixed.\nUpdated and distclean advised.

16 years agofixed a bug in UserInputHandler::handleMsg()
Marcus Eggenberger [Tue, 5 Feb 2008 13:44:31 +0000 (13:44 +0000)]
fixed a bug in UserInputHandler::handleMsg()

16 years agoThe Client sends now a heartbeat to the server once per minute.
Marcus Eggenberger [Tue, 5 Feb 2008 13:33:27 +0000 (13:33 +0000)]
The Client sends now a heartbeat to the server once per minute.

16 years agofixed inconsistency issues. Upgrade and Distclean is strongly recommended
Marcus Eggenberger [Tue, 5 Feb 2008 11:35:42 +0000 (11:35 +0000)]
fixed inconsistency issues. Upgrade and Distclean is strongly recommended

16 years agofixed the target buffers for queries
Marcus Eggenberger [Tue, 5 Feb 2008 00:10:13 +0000 (00:10 +0000)]
fixed the target buffers for queries

16 years agofixed a major bug introduced in r456 (segfault on core exit)
Marcus Eggenberger [Mon, 4 Feb 2008 23:10:51 +0000 (23:10 +0000)]
fixed a major bug introduced in r456 (segfault on core exit)

16 years agoNotices are now again displayed in the server buffer.
Marcus Eggenberger [Mon, 4 Feb 2008 22:38:18 +0000 (22:38 +0000)]
Notices are now again displayed in the server buffer.

16 years agoYou can now jump to buffers with the keyboard. Select the buffer of
Marcus Eggenberger [Mon, 4 Feb 2008 22:25:46 +0000 (22:25 +0000)]
You can now jump to buffers with the keyboard. Select the buffer of
choice with the mouse and hit ctrl + [0-9] to bind that buffer to a
key. Jump to that buffer using alt + [0-9].
Not persistent yet :(

16 years agofixed a bug in IrcChannel. Upgrade is strongly advised! Distclean as usual.
Marcus Eggenberger [Mon, 4 Feb 2008 20:28:56 +0000 (20:28 +0000)]
fixed a bug in IrcChannel. Upgrade is strongly advised! Distclean as usual.

16 years agoQuassl shows now activity from the backlog aswell.
Marcus Eggenberger [Mon, 4 Feb 2008 15:18:49 +0000 (15:18 +0000)]
Quassl shows now activity from the backlog aswell.
The first time you start a client on a new mashine will result in a
pretty colorfull buffer overview. this is because the visited state is
stored locally per client.

16 years agoSwitched client-side account data to using AccountId now rather than the account...
Manuel Nickschas [Sun, 3 Feb 2008 20:29:38 +0000 (20:29 +0000)]
Switched client-side account data to using AccountId now rather than the account name.
You can now derive from CoreAccountSettings to manage settings related to the currently
connected core account (see clientsettings.h).
NOTE: Your existing accounts will NOT be migrated, you'll have to re-enter them!

16 years agothe nickselector should now react properly to any relevant changes (aka nickchanges...
Marcus Eggenberger [Sun, 3 Feb 2008 16:04:24 +0000 (16:04 +0000)]
the nickselector should now react properly to any relevant changes (aka nickchanges, identity updates and stuff like that)

16 years agoenabled query in user context menu - now that the query command is working (thanks...
Alexander von Renteln [Sun, 3 Feb 2008 15:25:31 +0000 (15:25 +0000)]
enabled query in user context menu - now that the query command is working (thanks to egs)

16 years agoMade CTCP VERSION reply more verbose. Set a more reasonable default font.
Manuel Nickschas [Sun, 3 Feb 2008 15:07:36 +0000 (15:07 +0000)]
Made CTCP VERSION reply more verbose. Set a more reasonable default font.

16 years agoAdded some new attributes to NetworkInfo. Note that these are not used yet.
Manuel Nickschas [Sun, 3 Feb 2008 14:38:04 +0000 (14:38 +0000)]
Added some new attributes to NetworkInfo. Note that these are not used yet.

16 years agoFixed the missing network name in the chat monitor
Marcus Eggenberger [Sun, 3 Feb 2008 14:37:11 +0000 (14:37 +0000)]
Fixed the missing network name in the chat monitor

16 years agofixed the FIXME in Client::networkDestroyed()
Marcus Eggenberger [Sun, 3 Feb 2008 14:30:27 +0000 (14:30 +0000)]
fixed the FIXME in Client::networkDestroyed()

16 years agoMore Code Cleanup
Marcus Eggenberger [Sun, 3 Feb 2008 14:22:34 +0000 (14:22 +0000)]
More Code Cleanup
- CTCP Replys are working now
- /query asdf opens now a new buffer
- highlights are now determined in the client

16 years agoSome new UI elements for configuring network reconnects. EgS, that should
Manuel Nickschas [Sun, 3 Feb 2008 14:07:45 +0000 (14:07 +0000)]
Some new UI elements for configuring network reconnects. EgS, that should
be put into network settings as well then...

16 years agoCode cleanup. Distclean advised
Marcus Eggenberger [Sun, 3 Feb 2008 11:26:06 +0000 (11:26 +0000)]
Code cleanup. Distclean advised

16 years agochanged the behavior of RPL_AWAY server messages:
Alexander von Renteln [Sun, 3 Feb 2008 04:24:19 +0000 (04:24 +0000)]
changed the behavior of RPL_AWAY server messages:
-away messages from whois request get into the status buffer
-away messages from query/msg replies will now be answered in a query
-away messages in queries will only be displayed once - and again after a one minute silence

added "/j channel" (only temporary until plugins are avaiable)

yeah, a "schnapszahl" version :-)

16 years agoAdded a container dialog for stand-alone settingspages (SettingsPageDlg).
Manuel Nickschas [Sun, 3 Feb 2008 02:17:57 +0000 (02:17 +0000)]
Added a container dialog for stand-alone settingspages (SettingsPageDlg).
Used that for enabling direct access to the networks settings via File -> Networks.
Gotta love modularity...

16 years agoadded a mutex lock in Core::bufferInfo()
Marcus Eggenberger [Sun, 3 Feb 2008 01:29:07 +0000 (01:29 +0000)]
added a mutex lock in Core::bufferInfo()

16 years agoMake the network actions disappear again :p
Manuel Nickschas [Sat, 2 Feb 2008 21:57:10 +0000 (21:57 +0000)]
Make the network actions disappear again :p

16 years agoStopped Quassel from Segfaulting on 2nd+ connect to cores.
Marcus Eggenberger [Sat, 2 Feb 2008 19:30:33 +0000 (19:30 +0000)]
Stopped Quassel from Segfaulting on 2nd+ connect to cores.
!slap Sput

16 years agofixed the backlog replay issue. DISTCLEAN IS MANDATORY
Marcus Eggenberger [Sat, 2 Feb 2008 17:43:59 +0000 (17:43 +0000)]
fixed the backlog replay issue. DISTCLEAN IS MANDATORY

16 years agoBacklogdata is now made persistent every 10 minutes.
Marcus Eggenberger [Sat, 2 Feb 2008 17:26:50 +0000 (17:26 +0000)]
Backlogdata is now made persistent every 10 minutes.
Found a bug while implementing: backlog data isn't replayed right
now. Gonna Fix that right now. Please DO NOT use this revision or
r437. Stay tuned.

16 years ago- Fixed the inconsitency bug lately introduced. Adding networks is now
Marcus Eggenberger [Sat, 2 Feb 2008 16:26:14 +0000 (16:26 +0000)]
- Fixed the inconsitency bug lately introduced. Adding networks is now
reenabled. Renaming and Deleting is still deactivated since they
aren't handled in a pretty manner.
- This fix enabled us to totally drop network names as
identifiers. BufferInfo::bufferName() is history.
- the buffergroup table is gone. SQLite Schemaversion is now 2.
- introduced: bool SignedId::isValid(). Please use this for future
validity checks.

WARNING: DISTCLEAN IS MANDATORY!

16 years agoThis hopefully fixes the occasional segfault when exiting the core.
Manuel Nickschas [Sat, 2 Feb 2008 02:20:45 +0000 (02:20 +0000)]
This hopefully fixes the occasional segfault when exiting the core.

16 years agoTrying to workaroundinate a weird bug with connection states not always being sent
Manuel Nickschas [Sat, 2 Feb 2008 00:48:40 +0000 (00:48 +0000)]
Trying to workaroundinate a weird bug with connection states not always being sent
to the client... :/

16 years agobeautyfied the code in userinputhandler::handlectcp
Alexander von Renteln [Fri, 1 Feb 2008 21:09:05 +0000 (21:09 +0000)]
beautyfied the code in userinputhandler::handlectcp
added ctcp version and ping response answers - although they are not being called yet
modified version.inc for the second time

16 years agoAh well, there was no File menu. Until now.
Manuel Nickschas [Fri, 1 Feb 2008 21:08:51 +0000 (21:08 +0000)]
Ah well, there was no File menu. Until now.

16 years agoAdded a fancy menu to connect to and disconnect from your networks directly.
Manuel Nickschas [Fri, 1 Feb 2008 21:01:37 +0000 (21:01 +0000)]
Added a fancy menu to connect to and disconnect from your networks directly.
Accessible as File -> Networks.

16 years agoTemporarily disabled add/remove networks because of a data corruption issue.
Manuel Nickschas [Fri, 1 Feb 2008 20:20:57 +0000 (20:20 +0000)]
Temporarily disabled add/remove networks because of a data corruption issue.

16 years agoadded ctcp handler to userinputhandler
Alexander von Renteln [Fri, 1 Feb 2008 19:38:23 +0000 (19:38 +0000)]
added ctcp handler to userinputhandler
enabled ctcp ping and version in user context menu
updated version.inc for the first time ;-)

16 years agoShrinked the still non-functional topic config toolbutton to a more reasonable size.
Manuel Nickschas [Fri, 1 Feb 2008 18:46:08 +0000 (18:46 +0000)]
Shrinked the still non-functional topic config toolbutton to a more reasonable size.

16 years agosessionData--
Manuel Nickschas [Fri, 1 Feb 2008 18:22:59 +0000 (18:22 +0000)]
sessionData--

You'll need new versions of both client and core, I totally broke compatibility.

16 years agoRenaming the classes and .ui files that got temp names because of collisions
Manuel Nickschas [Fri, 1 Feb 2008 18:03:24 +0000 (18:03 +0000)]
Renaming the classes and .ui files that got temp names because of collisions
with the old dialogs.

16 years agoCleaning up, getting rid of the old identity/serverlist dialogs.
Manuel Nickschas [Fri, 1 Feb 2008 17:53:03 +0000 (17:53 +0000)]
Cleaning up, getting rid of the old identity/serverlist dialogs.
FINALLY!!1!

16 years agoThis is it, the long-awaited huge commit with the new Network handling.
Manuel Nickschas [Fri, 1 Feb 2008 17:29:48 +0000 (17:29 +0000)]
This is it, the long-awaited huge commit with the new Network handling.
Besides the new settings page, the underlying structures have muchly improved.
To connect to a network, please use the new settings page (F7) for now; I'll add
a more convenient way soon. Ah, and connection failures are now reported and handled
sanely (auto reconnect is not yet implemented though) :)
Your old settings will be mostly migrated. Good luck.

16 years agofixed some debug messages in the SignalProxy
Marcus Eggenberger [Fri, 1 Feb 2008 00:12:59 +0000 (00:12 +0000)]
fixed some debug messages in the SignalProxy

16 years agofixed a bug in the SignalProxy
Marcus Eggenberger [Thu, 31 Jan 2008 23:57:39 +0000 (23:57 +0000)]
fixed a bug in the SignalProxy

16 years agoadded more user info in the user tool tip
Alexander von Renteln [Thu, 31 Jan 2008 23:53:24 +0000 (23:53 +0000)]
added more user info in the user tool tip

16 years agofixed some includess I forgot to change... :/
Marcus Eggenberger [Thu, 31 Jan 2008 22:37:45 +0000 (22:37 +0000)]
fixed some includess I forgot to change... :/

16 years agosome minor improvements to the NetworkModel and added a sanity check to TreeModel
Marcus Eggenberger [Thu, 31 Jan 2008 21:56:16 +0000 (21:56 +0000)]
some minor improvements to the NetworkModel and added a sanity check to TreeModel

16 years agousers who are away are now greyed out in the nickview
Marcus Eggenberger [Thu, 31 Jan 2008 21:19:56 +0000 (21:19 +0000)]
users who are away are now greyed out in the nickview

16 years agoadded ircserverhandler for whois, who and whowas
Alexander von Renteln [Thu, 31 Jan 2008 15:58:07 +0000 (15:58 +0000)]
added ircserverhandler for whois, who and whowas
added away and awaymessage to ircuser
added away and awaymessage to user tooltip

16 years agowin32 block added
Alexander von Renteln [Thu, 31 Jan 2008 14:31:20 +0000 (14:31 +0000)]
win32 block added

16 years agoenabled quassel to join +k channels
Marcus Eggenberger [Wed, 30 Jan 2008 19:58:07 +0000 (19:58 +0000)]
enabled quassel to join +k channels

16 years agoSignalProxy will no longer attempt to deliver data types unknown to Qt's MetaSystem
Marcus Eggenberger [Wed, 30 Jan 2008 16:35:51 +0000 (16:35 +0000)]
SignalProxy will no longer attempt to deliver data types unknown to Qt's MetaSystem