quassel.git
12 years agomark some strings untranslatable
Daniel Albers [Mon, 23 Jan 2012 22:16:16 +0000 (23:16 +0100)]
mark some strings untranslatable

12 years agoSASL ≠ SSL
Daniel Albers [Mon, 23 Jan 2012 22:14:01 +0000 (23:14 +0100)]
SASL ≠ SSL

12 years agoadd proper msgctxts to all translations
Daniel Albers [Mon, 23 Jan 2012 20:44:00 +0000 (21:44 +0100)]
add proper msgctxts to all translations

+ various minor fixes to make gettext and Transifex happy

12 years agofix Hungarian and Portuguese translations
Daniel Albers [Mon, 23 Jan 2012 10:10:14 +0000 (11:10 +0100)]
fix Hungarian and Portuguese translations

12 years agoMake .pot Transifex compliant
Daniel Albers [Mon, 23 Jan 2012 09:24:57 +0000 (10:24 +0100)]
Make .pot Transifex compliant

Thanks a lot to Ratnadeep Debnath of Indifex

12 years agoupdate quassel.pot
Daniel Albers [Sun, 22 Jan 2012 23:37:16 +0000 (00:37 +0100)]
update quassel.pot

12 years agoupdate Spanish translation
Daniel Albers [Sun, 22 Jan 2012 23:30:03 +0000 (00:30 +0100)]
update Spanish translation

Many thanks to Rafael Belmonte <EagleScreen@gmail.com>

12 years agonew file: po/pull-from-transifex.sh
Daniel Albers [Sun, 22 Jan 2012 23:12:38 +0000 (00:12 +0100)]
new file:   po/pull-from-transifex.sh

Updates translations via `tx` and commits

12 years agoUpdate translations from Transifex
Daniel Albers [Sun, 22 Jan 2012 23:12:20 +0000 (00:12 +0100)]
Update translations from Transifex

Many thanks to:
 - es: Javier Llorente <javier@opensuse.org>
 - fi: Larso <larso@gmx.com>
 - fr: GrecKo <gr3cko@gmail.com>
 - nl: redmar <redmar@ubuntu-nl.org>

12 years agoimport launchpad translations
Daniel Albers [Thu, 25 Aug 2011 21:58:24 +0000 (23:58 +0200)]
import launchpad translations

12 years agoupdate quassel.pot
Daniel Albers [Thu, 25 Aug 2011 21:09:52 +0000 (23:09 +0200)]
update quassel.pot

12 years agoupdate translations from transifex + minor corrections
Daniel Albers [Thu, 25 Aug 2011 21:08:12 +0000 (23:08 +0200)]
update translations from transifex + minor corrections

12 years agoTransifex 1.0 integration
Daniel Albers [Wed, 15 Dec 2010 16:30:43 +0000 (17:30 +0100)]
Transifex 1.0 integration

12 years agoFix #984 without breaking topic input
Manuel Nickschas [Sun, 22 Jan 2012 20:12:13 +0000 (21:12 +0100)]
Fix #984 without breaking topic input

Queued connection ensures that the textEdit is already reset() when InputWidget
does its thing, thus solving the history issues.

Approved by Tucos reading it 10 times. :>

12 years agoRevert "Reset the input prior to processing it in order to prevent issues with per...
Manuel Nickschas [Sun, 22 Jan 2012 20:04:44 +0000 (21:04 +0100)]
Revert "Reset the input prior to processing it in order to prevent issues with per-chat history. fixes 984"

This reverts commit b56a8712f3063e93b68bfa6bd8f2ec67e955df50.

That solution had the side effect that the textEdit would already been cleared when the textEntered() signal
was sent out. This broke the assumption that consumers of that signal could access the edit's content.
We'll find a better solution for the history problems.

12 years agoLog-related cli options are not present in client-only mode
Manuel Nickschas [Sun, 22 Jan 2012 17:20:24 +0000 (18:20 +0100)]
Log-related cli options are not present in client-only mode

Looks like KDE does not like it if we ask for an option that hasn't
been specified.

12 years agoFix compiler warnings
Manuel Nickschas [Sat, 21 Jan 2012 19:01:51 +0000 (20:01 +0100)]
Fix compiler warnings

New gcc seems to be better at finding issues like unused (but set) variables,
so fix those.

12 years agoFix and improve logging support
Manuel Nickschas [Sat, 21 Jan 2012 18:52:15 +0000 (19:52 +0100)]
Fix and improve logging support

It's really inefficient to parse command line options and open the logfile on every message
we log, so move that into the global Quassel class instead. Also fix CMakeLists.txt to
actually enably syslog support in the code, and allow for logging to both syslog and a file.

12 years agoIntroduce possibility to use syslog.
Tomas Chvatal [Fri, 1 Oct 2010 08:31:13 +0000 (10:31 +0200)]
Introduce possibility to use syslog.

Signed-off-by: Tomas Chvatal <scarabeus@gentoo.org>
12 years agoadded new user input command 'showkey"
Johannes Huber [Fri, 18 Mar 2011 14:06:32 +0000 (15:06 +0100)]
added new user input command 'showkey"

displays the crypt key for <nick|channel> if exists,
closes #1069

12 years agoIn kFreeBSD the library dl is not linked
Thomas Mueller [Wed, 13 Apr 2011 20:28:40 +0000 (22:28 +0200)]
In kFreeBSD the library dl is not linked

The toolchain in sid on kFreeBSD has changed and the library
dl is no longer linked implicit. fixes #1072

12 years agoDisables JavaScript, which fixes #1089 and other issues related to modal dialogs...
Chris Moeller [Sun, 7 Aug 2011 23:26:55 +0000 (16:26 -0700)]
Disables JavaScript, which fixes #1089 and other issues related to modal dialogs inside the preview crashing when the preview is destroyed.

12 years agoWe really don't want to depend on qtui in uisupport
Manuel Nickschas [Fri, 20 Jan 2012 18:26:32 +0000 (19:26 +0100)]
We really don't want to depend on qtui in uisupport

It's also not needed, we can access the ActionCollection through GraphicalUi.

12 years agoMake tabcompletion key configurable via shortcuts. fixes 1018
Bas Pape [Sun, 7 Aug 2011 14:55:40 +0000 (16:55 +0200)]
Make tabcompletion key configurable via shortcuts. fixes 1018

12 years agoUnhide buffer when joining or querying and it was temporarily hidden. fixes #866
Bas Pape [Sat, 6 Aug 2011 22:50:33 +0000 (00:50 +0200)]
Unhide buffer when joining or querying and it was temporarily hidden. fixes #866

12 years agoDon't use a const ref for bool
Manuel Nickschas [Fri, 20 Jan 2012 17:38:29 +0000 (18:38 +0100)]
Don't use a const ref for bool

12 years agoAdd support for adding a space when tab-completing mid-sentence
Bas Pape [Thu, 4 Aug 2011 14:16:06 +0000 (16:16 +0200)]
Add support for adding a space when tab-completing mid-sentence

12 years agoAdd some const correctness to Network
Bas Pape [Sat, 6 Aug 2011 10:34:21 +0000 (12:34 +0200)]
Add some const correctness to Network

12 years agoReset the input prior to processing it in order to prevent issues with per-chat histo...
Bas Pape [Tue, 1 Nov 2011 22:14:21 +0000 (23:14 +0100)]
Reset the input prior to processing it in order to prevent issues with per-chat history. fixes 984

12 years agoFix core crash
Manuel Nickschas [Thu, 8 Sep 2011 18:56:32 +0000 (20:56 +0200)]
Fix core crash

Some CTCP requests triggered a bug in the parser; this fixes the issue.

12 years agoFix compiler warning (case value not in enum)
Manuel Nickschas [Sun, 3 Jul 2011 14:21:38 +0000 (16:21 +0200)]
Fix compiler warning (case value not in enum)

12 years agopo: Update czech translation to be more smooth wrt rest of kde translations. Thanks...
Tomas Chvatal [Tue, 28 Jun 2011 15:39:17 +0000 (17:39 +0200)]
po: Update czech translation to be more smooth wrt rest of kde translations. Thanks to Vit Pelcak for the help.

12 years agoFixes #960 - "Core crashes after deleting a Network without disconnecting the Network...
Marcus Eggenberger [Fri, 3 Jun 2011 11:56:37 +0000 (13:56 +0200)]
Fixes #960 - "Core crashes after deleting a Network without disconnecting the Network first"
Note: this fixes the issue only in the 0.7 branch. Quassel Cores built from current git master
will still crash. This is due to some unsave pointer handling in the new event system, which
needs thorough fixing.

12 years agoChanging the behavior how Quassel Events are processed.
Marcus Eggenberger [Tue, 14 Jun 2011 22:45:39 +0000 (00:45 +0200)]
Changing the behavior how Quassel Events are processed.
They are no longer scheduled individualy but processed immediately
when they are generated. this should prohibit quassel from messing
with the space time continuum.

13 years agocheck for qca provider plugin, fixes #1045
Johannes Huber [Thu, 17 Mar 2011 13:19:18 +0000 (14:19 +0100)]
check for qca provider plugin, fixes #1045

Prevents core from crashing when qca provider plugin is missing.
The plugin is needed at runtime. Can occurres when packagers did
not install it.

13 years agoshow notices in current buffer by default
Daniel Albers [Mon, 20 Dec 2010 11:45:04 +0000 (12:45 +0100)]
show notices in current buffer by default

13 years agofixing typo
Stefan Beller [Mon, 14 Feb 2011 12:57:08 +0000 (13:57 +0100)]
fixing typo

13 years agodespammificating the pglog
Marcus Eggenberger [Tue, 1 Feb 2011 22:18:23 +0000 (23:18 +0100)]
despammificating the pglog
This is done by switching from EAFP to LBYL (although I don't like this...)

13 years agoReworking handling of Prepared Queries in PostgreSQL
Marcus Eggenberger [Sun, 30 Jan 2011 23:08:53 +0000 (00:08 +0100)]
Reworking handling of Prepared Queries in PostgreSQL
- Quasselcore should now survive PG restarts :)
- Fixes Bug #1044

13 years agoDon't have CTCP ignore rules apply to ACTIONs
Manuel Nickschas [Tue, 26 Oct 2010 15:04:46 +0000 (17:04 +0200)]
Don't have CTCP ignore rules apply to ACTIONs

This accidentally slipped in 0f2c520a7. It's not at all intuitive for a user why
/me should be a CTCP event, so we don't want to apply the CTCP ignore rules to that.

13 years agoBulk-insert messages into the db (again)
Manuel Nickschas [Mon, 25 Oct 2010 09:09:43 +0000 (11:09 +0200)]
Bulk-insert messages into the db (again)

This accidentally got slaughtered while moving to the new event backend. Now
messages are buffered in CoreSession until the event queue is empty, which means
that a bulk of incoming messages will completely be processed before inserting into
the database, resulting in a huge performance gain.

This buffers even more aggressive than the old version, as we process Qt events in between,
which means we'll receive and process any additional data from the socket before flushing the
message queue. The downside is that nothing will arrive in the client as long as your socket gets
flooded, but on the other hand, it will greatly reduce db I/O in such cases.

13 years ago[PSQL] properly preparing insert_sender queries (in all cases) before using them
Marcus Eggenberger [Sun, 24 Oct 2010 14:02:58 +0000 (16:02 +0200)]
[PSQL] properly preparing insert_sender queries (in all cases) before using them

13 years agowarnings--
Manuel Nickschas [Sun, 24 Oct 2010 12:20:15 +0000 (14:20 +0200)]
warnings--

13 years agoFix trimming
Manuel Nickschas [Fri, 22 Oct 2010 10:13:26 +0000 (12:13 +0200)]
Fix trimming

13 years agoKill IrcServerHandler and CtcpHandler
Manuel Nickschas [Wed, 20 Oct 2010 17:35:54 +0000 (19:35 +0200)]
Kill IrcServerHandler and CtcpHandler

Since all incoming traffic is handled by the event system now and porting is complete,
there's no need for the pitiful reminders of the afforementioned handlers to exist anymore.

Thus, kill them with a vengeance.

13 years agoEvent backend porting - CTCP
Manuel Nickschas [Wed, 20 Oct 2010 17:01:30 +0000 (19:01 +0200)]
Event backend porting - CTCP

This makes the last missing bits of ircd input processing use events;
CTCP handling is now done by both CoreSessionEventProcessor (for the functional parts)
and EventStringifier (for the user-visible parts).

13 years agoAllow arbitrary method prefix for BasicHandler
Manuel Nickschas [Tue, 19 Oct 2010 18:56:21 +0000 (20:56 +0200)]
Allow arbitrary method prefix for BasicHandler

This is mainly for making things a bit more readable in some cases. "handle" is still the
default.

13 years agoIntroduce CtcpParser for CTCP-related event processing
Manuel Nickschas [Tue, 19 Oct 2010 18:45:07 +0000 (20:45 +0200)]
Introduce CtcpParser for CTCP-related event processing

Functionality from CtcpHandler has been ported over to CtcpParser to process
IrcEventRawMessage events and generate appropriate MessageEvents and CtcpEvents from the
raw input of PRIVMSG and NOTICE.

CtcpEvents are not handled/stringified yet.

13 years agoFix event propagation
Manuel Nickschas [Sun, 17 Oct 2010 19:11:58 +0000 (21:11 +0200)]
Fix event propagation

It sometimes makes sense to deliver the same event to the same object
(but different event handlers), so we shouldn't prevent that. Instead,
make sure that generic handlers are not called if at least one specialized
handler is registered.

13 years agoUse late CoreSessionEventProcessor handler rather than early EventStringifier ones
Manuel Nickschas [Wed, 13 Oct 2010 22:53:17 +0000 (00:53 +0200)]
Use late CoreSessionEventProcessor handler rather than early EventStringifier ones

Makes more sense that way. A few commands (kick, part, quit, nick) need to be handled
in the session *after* they generated a MessageEvent.

13 years agoEvent backend porting
Manuel Nickschas [Wed, 13 Oct 2010 21:22:45 +0000 (23:22 +0200)]
Event backend porting

PING

13 years agoEvent backend porting
Manuel Nickschas [Wed, 13 Oct 2010 20:50:44 +0000 (22:50 +0200)]
Event backend porting

Port netsplit handling from IrcServerHandler to CoreSessionEventProcessor, and port
related commands: JOIN, QUIT, MODE, RPL_CHANNELMODEIS (324)

13 years agoEmit a new signal CoreSession::networkDisconnected(NetworkId)
Manuel Nickschas [Wed, 13 Oct 2010 19:44:32 +0000 (21:44 +0200)]
Emit a new signal CoreSession::networkDisconnected(NetworkId)

13 years agoSet current time on creation of MessageEvents if no other time is given
Manuel Nickschas [Wed, 13 Oct 2010 19:41:13 +0000 (21:41 +0200)]
Set current time on creation of MessageEvents if no other time is given

While we can probable leave the timestamp uninitialized for other event types, we certainly
always need a valid time for messages.

13 years agoEvent backend porting
Manuel Nickschas [Sun, 10 Oct 2010 11:54:43 +0000 (13:54 +0200)]
Event backend porting

ERR_ERRONEUSNICKNAME (432), ERR_NICKNAMEINUSE (433), ERR_UNAVAILRESOURCE (437)

13 years agoEvent backend porting
Manuel Nickschas [Fri, 8 Oct 2010 14:31:24 +0000 (16:31 +0200)]
Event backend porting

RPL_INVITING (341), RPL_WHOREPLY (352), RPL_NAMREPLY (353), RPL_ENDOFWHOWAS (369)

13 years agoEvent backend porting
Manuel Nickschas [Fri, 8 Oct 2010 06:58:18 +0000 (08:58 +0200)]
Event backend porting

RPL_ISUPPORT (005), RPL_LIST (322), RPL_LISTEND (323), channel creation time (328)
and homepage (329), RPL_NOTOPIC (331), RPL_TOPIC (332), "topic set by" (333)

13 years agoAdd a checkParamCount() for EventStringifier as well
Manuel Nickschas [Fri, 8 Oct 2010 06:56:45 +0000 (08:56 +0200)]
Add a checkParamCount() for EventStringifier as well

Many events are not being processed by CoreSessionEventProcessor (which checks
for a sane param count for the event it handles, so we don't do that in the
stringifier usually); for those that go directly to the stringifier, we need to
check there.

13 years agoEvent backend porting, mostly WHOIS-related stuff
Manuel Nickschas [Thu, 7 Oct 2010 09:55:43 +0000 (11:55 +0200)]
Event backend porting, mostly WHOIS-related stuff

RPL_WHOISSERVICE (307), RPL_SUSERHOST (310), RPL_WHOISUSER (311), RPL_WHOISSERVER (312),
RPL_WHOISOPERATOR (313), RPL_WHOWASUSER (314), RPL_ENDOFWHO (315), RPL_WHOISIDLE (317),
RPL_ENDOFWHOIS (318), RPL_WHOISCHANNELS (319), RPL_WHOISVIRT (320), RPL_WHOISACCOUNT (330)

13 years agoAdd a timestamp to events
Manuel Nickschas [Thu, 7 Oct 2010 07:45:33 +0000 (09:45 +0200)]
Add a timestamp to events

This is not set automatically for now, as I'm not sure if it's worth the overhead
of querying the system clock for every event we create.

The timestamp is set on reception of data on the socket (i.e. a bit earlier in the chain
than in the old message handling) and carried over into IrcEvents by the IrcParser.
EventStringifier will carry over the timestamp to MessageEvents.

13 years agoIntroduce a flag EventManager::Silent
Manuel Nickschas [Thu, 7 Oct 2010 07:04:31 +0000 (09:04 +0200)]
Introduce a flag EventManager::Silent

If this is set, the EventStringifier won't generate a MessageEvent for this event.
This is thought for the CoreSessionEventProcessor (and possibly scripts) to hide
messages in certain cases, without circumventing further processing of the event.
Example would be suppressing WHO messages on autowho.

13 years agoEvent backend porting
Manuel Nickschas [Wed, 6 Oct 2010 09:08:14 +0000 (11:08 +0200)]
Event backend porting

RPL_AWAY (301), RPL_UNAWAY (305), RPL_NOWAWAY (306)

Also replacing the fixed strings from the ircd by a translateable version.

13 years agoFix an issue with the event loop
Manuel Nickschas [Wed, 6 Oct 2010 07:28:59 +0000 (09:28 +0200)]
Fix an issue with the event loop

13 years agoEvent backend porting
Manuel Nickschas [Tue, 5 Oct 2010 16:32:18 +0000 (18:32 +0200)]
Event backend porting

RPL_UMODEIS (221), RPL_STATSCONN (250), RPL_LOCALUSERS (265), RPL_GLOBALUSERS (266)

This were stubs in IrcServerHandler, they're supposed to update the network object.
I've ported the stubs so we'll actually implement that some day...

13 years agoEvent backend porting
Manuel Nickschas [Tue, 5 Oct 2010 16:23:53 +0000 (18:23 +0200)]
Event backend porting

AUTHENTICATE, CAP, PONG, TOPIC, RPL_WELCOME (001)

13 years agoMake sure IrcEventTopic always has two params
Manuel Nickschas [Tue, 5 Oct 2010 16:17:47 +0000 (18:17 +0200)]
Make sure IrcEventTopic always has two params

In case of an empty topic, adding a null string in the event saves us from
specialcasing this in a few places.

13 years agoEvent backend porting
Manuel Nickschas [Sun, 3 Oct 2010 22:02:58 +0000 (00:02 +0200)]
Event backend porting

INVITE, KICK, NICK, PART are using the event backend now.

13 years agoAdd checkParamCount() which stops the event if something's wrong
Manuel Nickschas [Thu, 30 Sep 2010 15:55:11 +0000 (17:55 +0200)]
Add checkParamCount() which stops the event if something's wrong

13 years agoDebug--
Manuel Nickschas [Thu, 30 Sep 2010 15:52:45 +0000 (17:52 +0200)]
Debug--

13 years agoPort IrcServerHandler::defaultHandler() to the event backend
Manuel Nickschas [Thu, 30 Sep 2010 07:37:33 +0000 (09:37 +0200)]
Port IrcServerHandler::defaultHandler() to the event backend

The killing has begun.

13 years agoAdd convenience functions for generating MessageEvents
Manuel Nickschas [Thu, 30 Sep 2010 07:36:05 +0000 (09:36 +0200)]
Add convenience functions for generating MessageEvents

Note that this displayMsg() takes different params than the old one. Also, the order
is now msg, sender, target instead of target, msg, sender, in order to avoid having to
specify an empty target for most calls.

13 years agoConvert null strings to empty strings
Manuel Nickschas [Thu, 30 Sep 2010 07:25:39 +0000 (09:25 +0200)]
Convert null strings to empty strings

The storage backend bails out when we hand over null strings, so convert those
to empty strings instead when transforming a MessageEvent into a Message. Null
strings are nicer to use and more efficient, so don't force people to avoid them
in the event handlers.

13 years agoChange the order of MessageEvent ctor params
Manuel Nickschas [Thu, 30 Sep 2010 07:23:49 +0000 (09:23 +0200)]
Change the order of MessageEvent ctor params

Be careful, params are specified in an order different from the old displayMsg(),
since it makes more sense like this and optimizes default arg use.

13 years agoMove EventStringifier from common/ to core/ for now
Manuel Nickschas [Tue, 28 Sep 2010 19:38:46 +0000 (21:38 +0200)]
Move EventStringifier from common/ to core/ for now

We need a way to access the EventManager, which currently works through CoreSession.

Once the stringifier moves into client, we'll use Client instead. Nothing else depends
on core.

13 years agoAdd skeletal EventStringifier
Manuel Nickschas [Tue, 28 Sep 2010 16:44:20 +0000 (18:44 +0200)]
Add skeletal EventStringifier

This class is supposed to generate the user-visible messages from IrcEvents,
i.e. it generates MessageEvents. For now, this lives in the CoreSession, which consumes
and converts the MessageEvents into the usual Messages that are then sent to the client.

In the future, this whole class should move into the client, in order to move string generation
out of the core. There's no need to store plaintext strings in the database if we can as well
simply store the IrcEvents, plus this will allow per-client translations.

13 years agoIntroduce event filters
Manuel Nickschas [Tue, 28 Sep 2010 16:37:14 +0000 (18:37 +0200)]
Introduce event filters

You can now register event filters, either by using registerObject() and providing methods
starting with "filter" (by default), similar to the process functions, or by using registerEventFilter().

These filter methods take an Event* and return a bool. If false, the event won't be delivered to the
target object at all. A typical use case would be to only accept events that are targeted to a particular
network and ignoring the rest, without having to check the net in each event handler.

Note that priority is ignored; for registerObject(), filters are added with the most specialized first,
and for registerEventFilter() you're responsible for the correct order.

13 years agoProperly handle numeric events
Manuel Nickschas [Tue, 28 Sep 2010 07:32:55 +0000 (09:32 +0200)]
Properly handle numeric events

13 years agoHook up the event system to CoreSession's legacy displayMsg() processing
Manuel Nickschas [Sat, 25 Sep 2010 15:38:24 +0000 (17:38 +0200)]
Hook up the event system to CoreSession's legacy displayMsg() processing

Now MessageEvents are handled the same way as displayMsg() calls, and we can start
gradually replacing the latter with the former.

13 years agoUse a queue for events
Manuel Nickschas [Sat, 25 Sep 2010 15:04:26 +0000 (17:04 +0200)]
Use a queue for events

Using a queue ensures that events will be processed in order, i.e. if processing
an events generates new ones, those won't be handled before the first one is fully done.
We also let Qt process its own QEvents in between, in order to not block things like
network handling.

13 years agoPrettify qDebug() output for events
Manuel Nickschas [Fri, 24 Sep 2010 17:27:28 +0000 (19:27 +0200)]
Prettify qDebug() output for events

13 years agoMake IrcParser functional
Manuel Nickschas [Thu, 23 Sep 2010 09:04:27 +0000 (11:04 +0200)]
Make IrcParser functional

IrcParser now parses incoming raw data from the ircd and generates the appropriate
IrcEvents from the input. Most of this can be automated via QMeta* stuff, though several
irc commands need special casing for decoding the input (default is just to use serverDecode(),
as this is almost always the right thing to do).

All IrcEvents thus have their parameters as properly decoded QStrings, so we don't need to care
about this anywhere else.

NOTICE and PRIVMSG get some more special handling; multiple targets are broken up into
sending one event for each, messages are decrypted if appropriate, and channel welcome messages
are properly redirected.

13 years agoAdd more Event specializations (IrcEvent*, MessageEvent)
Manuel Nickschas [Thu, 23 Sep 2010 09:03:04 +0000 (11:03 +0200)]
Add more Event specializations (IrcEvent*, MessageEvent)

13 years ago++API, ++EventFlags
Manuel Nickschas [Thu, 23 Sep 2010 08:59:49 +0000 (10:59 +0200)]
++API, ++EventFlags

13 years agoAdd IrcParser to handle data between the ircd and Quassel
Manuel Nickschas [Sun, 12 Sep 2010 14:01:16 +0000 (16:01 +0200)]
Add IrcParser to handle data between the ircd and Quassel

This class processes data from the ircd(via NetworkDataEvent)  and is supposed to
generate appropriate specialized events once this skeleton actually has an implementation.
IrcParser will be IrcServerHandler's successor in many respects.

13 years agoIntroduce NetworkEvent and children
Manuel Nickschas [Sun, 12 Sep 2010 13:58:25 +0000 (15:58 +0200)]
Introduce NetworkEvent and children

This family of events encapsulates network-related events:
* NetworkConnectionEvent handles the network's connection state
* NetworkDataEvent handles raw data sent from or to the network socket

CoreNetwork now sends a data event to the session's EventManager.

13 years agoBasic event dispatching (with priorities)
Manuel Nickschas [Wed, 8 Sep 2010 16:44:07 +0000 (18:44 +0200)]
Basic event dispatching (with priorities)

I think priorities make more sense than the prepending/appending of handlers we've had before.

13 years agoBoilerplate work for CoreSessionEventProcessor
Manuel Nickschas [Sun, 5 Sep 2010 18:20:32 +0000 (20:20 +0200)]
Boilerplate work for CoreSessionEventProcessor

So far just a dummy object that doesn't do anything, this is supposed
to handle events that change the session state (the syncable objects) later.
We also add an EventManager instance. Oh, and some #include cleanup.

13 years agoIntroducing the first shiny stuff for our new event-based core backend
Manuel Nickschas [Sun, 5 Sep 2010 18:15:45 +0000 (20:15 +0200)]
Introducing the first shiny stuff for our new event-based core backend

This adds a (very rudimentary) base class for events, and a (very rudimentary)
EventManager. The manager so far allows registering event handlers (even via explicit
methods, or by providing a QObject. In the latter case, matching slots will be automatically
registered (i.e. a method handleIrcEventJoin() will be registered as handler for
IrcEventJoin).

13 years agoFix typo
Manuel Nickschas [Mon, 11 Oct 2010 12:10:37 +0000 (14:10 +0200)]
Fix typo

13 years agofixing build on non-mac systems. ooopsi.
Marcus Eggenberger [Sun, 10 Oct 2010 12:21:32 +0000 (14:21 +0200)]
fixing build on non-mac systems. ooopsi.

13 years agofixing application menu entries and shortcuts on Mac OS
Marcus Eggenberger [Sun, 10 Oct 2010 09:58:04 +0000 (11:58 +0200)]
fixing application menu entries and shortcuts on Mac OS

13 years agoremove merge fragments from hu.po + ru.po
Daniel Albers [Tue, 28 Sep 2010 10:33:17 +0000 (12:33 +0200)]
remove merge fragments from hu.po + ru.po

13 years agol10n: Updated Galician (gl) translation to 79%
Condex [Sat, 18 Sep 2010 10:35:16 +0000 (10:35 +0000)]
l10n: Updated Galician (gl) translation to 79%

New status: 741 messages complete with 4 fuzzies and 185 untranslated.

Transmitted-via: Transifex (www.transifex.net).

13 years agol10n: Updated French (fr) translation to 100%
Bruno_Patri [Fri, 17 Sep 2010 07:17:05 +0000 (07:17 +0000)]
l10n: Updated French (fr) translation to 100%

New status: 930 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (www.transifex.net).

13 years agoinxi bumping: 1.4.15
Johannes Huber [Wed, 22 Sep 2010 18:45:34 +0000 (20:45 +0200)]
inxi bumping: 1.4.15

13 years agoadd placeholder to tr message
Johannes Huber [Tue, 14 Sep 2010 23:28:39 +0000 (01:28 +0200)]
add placeholder to tr message

13 years agoFixing issues with multiple CTCP requests in one message
Marcus Eggenberger [Sun, 5 Sep 2010 19:41:19 +0000 (21:41 +0200)]
Fixing issues with multiple CTCP requests in one message

 If we receive multiple CTCP requests in one PRIVMSG we now answer with
 one packed NOTICE containing all CTCP replies. This fixes a possible
 DoS Attack rendering Quassels IRC connection useless. Upgrading is
 strongly recommended. Thanks to Jima for reporting and supporting.

13 years agoProperly reject invalid handshake data
Manuel Nickschas [Tue, 21 Sep 2010 06:46:55 +0000 (08:46 +0200)]
Properly reject invalid handshake data

Currently, if a client attempts to configure a core's storage backend
even though it is already configured, the core will ignore the attempt
silently (e.g. the existing storage backends will simply drop the request,
but the client also won't receive an error message). This can never happen
unless you use an alternative client with a buggy handshake sequence though,
since quasselclient checks if the core is already configured beforehand.

Nonetheless, it makes sense to properly error out from the core side, just in case
we're getting new storage backends in the future that don't properly check this,
or alternative clients which might be confused by not receiving an error when they should.

Thanks to JodaZ for pointing this out.

13 years agoUpdate ChangeLog
Manuel Nickschas [Tue, 14 Sep 2010 17:34:39 +0000 (19:34 +0200)]
Update ChangeLog

13 years agoUnbreak ru.po again. Maybe. Hopefully. Meh
Manuel Nickschas [Tue, 14 Sep 2010 17:30:36 +0000 (19:30 +0200)]
Unbreak ru.po again. Maybe. Hopefully. Meh