Skip to content

Instantly share code, notes, and snippets.

View nurupo's full-sized avatar

nurupo

  • nurupo at irc://irc.libera.chat:6697
View GitHub Profile


This October the Tox developer community will be holding its third annual conference in the @metalabvie in the heart of Vienna, Austria.
The event will be 3 full days, from Friday, October 11th to Sunday, October 13th.

We will talk about Tox, and other security related and interesting topics.
If you would like to attend, meet the Tox devs, do some live hacking, or just socialize, get your free ticket (and reserve a T-shirt) here:
  https://pretix.eu/ZMetalab/ToxCon2019/
You can find the exact address on your ticket!

@nurupo
nurupo / #toktok.log
Last active May 26, 2021 06:04
Freenode dropping / taking over channels with irc.libera.chat in the /title
=== 2021-05-23 ===
/cs info #toktok
[06:38:26] [ChanServ] Information on #toktok:
[06:38:26] [ChanServ] Founder : iphy
[06:38:26] [ChanServ] Registered : Nov 02 12:23:24 2009 (11y 29w 1d ago)
[06:38:26] [ChanServ] Mode lock : +ntcg
[06:38:26] [ChanServ] URL : https://toktok.ltd
[06:38:26] [ChanServ] Flags : KEEPTOPIC GUARD
[06:38:26] [ChanServ] The #toktok namespace is registered to the toktok project
@nurupo
nurupo / purge_quassel_db-sqlite.sh
Last active August 15, 2021 10:09 — forked from Und3rf10w/purge_quassel_db-sqlite.sh
Weekly purge of Quassel chat database for sqlite instances
#!/bin/sh
# Taken from http://blog.encomiabile.it/2011/02/03/prune-quassel-database/
# Taken from https://gist.github.com/Und3rf10w/36a2034cb2c8eafbfb801c1a89e1f8bc
BAK_PATH="${HOME}/.config/quassel-irc.org/quassel-storage.sqlite.bak"
CURRENT_PATH="${HOME}/.config/quassel-irc.org/quassel-storage.sqlite"
# first day of data that will be maintained
# -7 day means that *every* chatline stored before 8 days ago and so on are going to be eliminated.
# only the last 7 days are keeped.
DATE_TO_PRUNE='-7 day'
@nurupo
nurupo / !README.md
Last active February 3, 2023 21:59
Fix GitHub June Redesign

Fix GitHub June Redesign

An attempt to make GitHub's June redesing more bearable.

Usage

Install the Stylus browser extension (Chrome Firefox) and add the user style into it.

Screenshots

@nurupo
nurupo / irc_network_migration_guide.md
Last active October 14, 2023 16:16
How to close a channel on Freenode when migrating to Libera

How to close a channel on Freenode when migrating to Libera

Run /msg NickServ LISTCHANS to see what permissions you have in what channels.

For each channel you have +s, +R and either +o or +O or +t permissions in, run:

/msg ChanServ OP #channel
/msg ChanServ SET #channel TOPICLOCK OFF
/msg ChanServ TOPIC #channel We have moved to irc.libera.chat