Skip to content

Instantly share code, notes, and snippets.

View justjanne's full-sized avatar

Janne Mareike Koschinski justjanne

View GitHub Profile
[
"INITDATA",
"Network",
"1",
"IrcUsersAndChannels",
{
"Channels":{
"ChanModes":{
"A":{
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "BufferSyncer") , QVariant(QByteArray, "") )
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "BufferViewManager") , QVariant(QByteArray, "") )
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "AliasManager") , QVariant(QByteArray, "") )
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "NetworkConfig") , QVariant(QByteArray, "GlobalNetworkConfig") )
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "IgnoreListManager") , QVariant(QByteArray, "") )
2015-11-22 20:06:22 Warning: (QVariant(int, 3) , QVariant(QByteArray, "TransferManager") , QVariant(QByteArray, "") )
2015-11-22 20:06:23 Warning: (QVariant(int, 3) , QVariant(QByteArray, "BufferViewConfig") , QVariant(QByteArray, "0") )
2015-11-22 20:09:03 Warning: (QVariant(int, 3) , QVariant(QByteArray, "Network") , QVariant(QByteArray, "1") )
2015-11-22 20:09:09 Warning:

EVENT
ConnectionChangeEvent(status=HANDSHAKE, reason=)

DISPATCH
HandshakeFunction(data=ClientInit(ClientDate=Nov 22 2015 18:16:19, UseSsl=false, ClientVersion=v0.12.2 (dist-<a href="http://git.quassel-irc.org/?p=quassel.git;a=commit;h=9c5e6c666d5faa976eec2e0ac8bf8e1dd6c0332c">9c5e6c6</a>), UseCompression=false, ProtocolVersion=10))

HANDLE
ClientInitAck(CoreInfo=<b>Quassel Core Version v0.13-pre (0.12.0+51 git-<a href="http://git.quassel-irc.org/?p=quassel.git;a=commit;h=b49c64970b6237fc95f8ca88c8bb6bcf04c251d7">b49c649</a>)</b><br>Built: Nov 22 2015 00:17:46<br>Up 0d03h43m (since So. Nov 22 13:32:53 2015), SupportSsl=false, Configured=true, LoginEnabled=true, ProtocolVersion=10, SupportsCompression=false, CoreFeatures=31, StorageBackends=[])

EVENT

{
"CoreInfo": "<b>Quassel Core Version v0.12.2 (dist-<a href=\"http://git.quassel-irc.org/?p=quassel.git;a=commit;h\": 9c5e6c666d5faa976eec2e0ac8bf8e1dd6c0332c\">9c5e6c6</a>)</b><br>Built: Apr 29 2015 22:06:33<br>Up 0d01h21m (since Sa. Nov. 21 15:06:31 2015 GMT)",
"SupportsCompression": false,
"StorageBackends": [
{
"DisplayName": "PostgreSQL",
"SetupDefaults": {
"Hostname": "localhost",
"Database": "quassel",
"Username": "quassel",
diff --git a/src/common/protocols/datastream/datastreampeer.cpp b/src/common/protocols/datastream/datastreampeer.cpp
index d3bd110..59a566c 100644
--- a/src/common/protocols/datastream/datastreampeer.cpp
+++ b/src/common/protocols/datastream/datastreampeer.cpp
@@ -63,6 +63,8 @@ void DataStreamPeer::processMessage(const QByteArray &msg)
close("Peer sent corrupt data, closing down!");
return;
}
+
+ qWarning() << list;
@justjanne
justjanne / cytube.d.ts
Last active September 20, 2015 21:21
Cytube TypeScript Typings
///<reference path="typings/jquery/jquery.d.ts"/>
interface CytubeMessage {
username: string;
msg: string;
time: number;
meta: {
addClass?: string;
addClassToTimestampAndUsername?: string;
};
@justjanne
justjanne / ffab.user.js
Last active September 20, 2015 07:50
Fuck-FuckAdBlock
// ==UserScript==
// @name fuck-fuckadblock
// @namespace de.kuschku.ffab
// @version 1
// @grant none
// ==/UserScript==
var eventCallback = function () {
if (window.fuckAdBlock) window.fuckAdBlock._options.baitClass = "kjdftriuhdiuhiuohiuehue";
if (window.blockAdBlock) window.blockAdBlock._options.baitClass = "kjdftriuhdiuhiuohiuehue";
// Some text to get the charset autodetection right: äöüßäöüßæ
if (window.location.hash === "#debug") {
$.getScript('http://localhost.kuschku.de/custom.js');
} else if (window.location.hash === "#old") {
/*
* The following code is for the sole use of the channel located at http://cytu.be/r/yepityha
*/
var CUSTOM_RULES = {
html {
position: relative;
}
body {
background: #eee;
}
body>.content {
margin: 0 20px 20px 10px;
@justjanne
justjanne / file
Created March 21, 2015 15:26
Custom CSS
.server-msg-reconnect {
display: block !important;
}
.user-dropdown {
top: 100%!important;
border: none !important;
margin-top: 1px !important;
border-radius: 1px !important;
background: rgba(20,20,20,0.95) !important;