Coder Social home page Coder Social logo

uberirc's Introduction

C# IRC Client. I should probably rename it after someone started a network with the same name - I was here first though ;)

Downloads

Official Releases

Features

  • /semiignore Disables highlighting and reducing text visibility of people who are annoying, but not worth banning.
  • /twitlist Helps me highlight likely ban evaders (e.g. comming from tor) for review, in case I wish to re-ban.
  • Tiny tiny fonts! Because even with 4K monitors, I want more text onscreen.
  • Screenshot upload! Currently broken due to imageshack API changes. Ctrl+Shift+V for easy sharing of screenshots from my clipboard, though.
  • Monitor dependent audio balancing for highlight/alert cues so you can find your IRC window! (...still hardcoded?)

Screenshots

Screenshot

Dependencies

Depends on SlimDX, download it from http://slimdx.org/download.php

uberirc's People

Contributors

maulingmonkey avatar

Stargazers

Angus H. avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

Forkers

paulzaczkowski

uberirc's Issues

Auto-flee annoying people

Like /ignore, but it closes the channel / connection when someone joins / speaks that matches a mask.

Apparent multithreading crash [probably fixed]

I believe this was caused by the userlist HashSet being added to in one thread while dealing with a repaint in another.

7e11512 hopefully fixes this

Exception Text:

System.ArgumentException: Destination array is not long enough to copy all the items in the collection. Check array index and length.
   at System.Collections.Generic.HashSet`1.CopyTo(T[] array, Int32 arrayIndex, Int32 count)
   at System.Collections.Generic.HashSet`1.CopyTo(T[] array, Int32 arrayIndex)
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.d__0.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at UberIRC.UserList.UpdateCache() in I:\home\projects\stable\UberIRC\UberIRC\UI\UserList.cs:line 19
   at UberIRC.UserList.get_RequestedSize() in I:\home\projects\stable\UberIRC\UberIRC\UI\UserList.cs:line 46
   at UberIRC.IrcView.IrcView_Paint(Object sender, PaintEventArgs e) in I:\home\projects\stable\UberIRC\UberIRC\UI\IrcView.cs:line 303
   at System.Windows.Forms.Form.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.