CARVIEW |
danopia
(Daniel Danopia)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Daniel Danopia
- Website/Blog
- https://danopia.net/posts
- Company
- Danopia
- Location
- New Jersey, USA
- Member Since
- Dec 15, 2008 (about 1 year)
Following 14 githubbers and watching 42 repositories view all →
Public Repositories (26)
-
bitserv
Custom ruby IRC services for EighthBit - the open source network
Last updated Fri Jan 01 14:59:06 -0800 2010
-
opersite
Ruby on Rails web site to administrate UnrealIRCd networks that use atheme and denora
Last updated Fri Jan 01 14:36:50 -0800 2010
-
fbi
FBI Version Control Informant
Last updated Fri Jan 01 11:17:09 -0800 2010
-
atheme
atheme IRC services (modded for EighthBit usage; mainly LDAP)
Last updated Wed Dec 30 09:16:14 -0800 2009
-
phpdenora
the Web Frontend to the Denora Stats Server and provides a complete, nice looking and solid Inter...
Last updated Sat Dec 26 14:21:45 -0800 2009
-
denora
a server for Network Admins that connects to your IRC network and acts as a service, collecting s...
Last updated Sat Dec 26 14:21:25 -0800 2009
-
oocket
ooc socket library (for linux)
Last updated Thu Dec 24 17:02:06 -0800 2009
-
oos
ooc operating system
Forked from tsion/oos Tue Dec 22 06:47:36 -0800 2009
Last updated Wed Dec 23 17:19:59 -0800 2009
-
verizon-dsl
Script to poll Verizon modem/router/switch/wap/in/one devices and send notifications when things ...
Last updated Fri Dec 18 14:41:30 -0800 2009
-
on_irc
An event driven IRC library for the Ruby programming language
Forked from tsion/on_irc Mon Mar 02 14:36:19 -0800 2009
Last updated Mon Dec 14 15:26:55 -0800 2009
-
gruff
Gruff graphing library for Ruby
Forked from topfunky/gruff Thu Oct 08 14:11:21 -0700 2009
Last updated Mon Dec 14 15:24:02 -0800 2009
-
hub
hub introduces git to GitHub
Forked from defunkt/hub Sun Dec 13 16:48:35 -0800 2009
Last updated Mon Dec 14 12:21:10 -0800 2009
-
danopia.github.com
My GitHub pages
Last updated Sun Dec 13 16:58:12 -0800 2009
-
rbircd
Ruby IRCd
Last updated Sat Dec 12 08:11:49 -0800 2009
-
lybniz
Mathematical function graph plotter - git mirror and advanced branch
Last updated Thu Dec 10 15:21:39 -0800 2009
-
ruby-on-sails
Sailing the Waves of Google with Ruby
Last updated Tue Dec 01 15:48:16 -0800 2009
-
cms-pages
All of the pages from my web site's CMS. The CMS backend uses git.
Last updated Tue Nov 24 11:42:15 -0800 2009
-
protobuffer
TODO: one-line summary of your gem
Last updated Sun Nov 08 18:47:04 -0800 2009
-
flash-physics
Attempt at an accurate physics engine in Adobe Flash
Last updated Mon Sep 28 17:40:23 -0700 2009
-
mrtech
MrTech - Friendly Ruby IRC Bot
Last updated Fri Sep 11 15:16:29 -0700 2009
-
spider
Spider is a Web spidering library for Ruby. It handles the robots.txt, scraping, collecting, and ...
Last updated Fri Aug 07 16:23:34 -0700 2009
-
CallSignRb
A RubyGem to access the XML view of Callook.info.
Forked from CodeBlock/CallSignRb Thu Jul 30 05:57:06 -0700 2009
Last updated Thu Jul 30 06:32:04 -0700 2009
-
dux
Operating system/kernel
Forked from RockerMONO/dux Thu Jul 16 19:14:18 -0700 2009
Last updated Tue Jul 21 17:58:10 -0700 2009
-
phpbb-oid
phpBB OpenID
Last updated Tue Jul 21 07:38:13 -0700 2009
-
simplecalendar
Simple Calendar phpBB3 MOD
Last updated Tue Jul 21 07:22:54 -0700 2009
-
danocad
Easy-to-use 2D (for now) CAD written in Ruby and using Glade
Last updated Sun Jul 12 11:51:50 -0700 2009
Public Activity 

-
Daniel Danopia committed 3bb83cf0:
I had a backwords inequality symbol, which made services freak out if you didn't specify enough params and ask for more if you gave too many. Fixed.

-
Daniel Danopia committed e03c4fa7:
Added a call to slappasswd to hash passwords on registration. This will soon be replaced with a special method call to remove any dependancy on LDAP libs on the services machine.
-
Daniel Danopia committed 2af76c75:
Added event handlers to bots; probably broke something too

-
Daniel Danopia committed d24193b5:
Fixed wiki atuhor fields

-
Daniel Danopia committed fa29546a:
Trying to get groups working, but I'm going to have to scaffold a GRoup model so I'll do that now before it gets too messy.

-
Daniel Danopia committed 7fc3273e:
Added a NS DROP command. not sure if it will work, but no reason why it shouldn't.

-
Daniel Danopia committed be9c0abf:
Some small fixes, which broke other small things. Registration works.

-
Daniel Danopia committed 02f7c778:
The new runner works
-
Daniel Danopia committed b8d1f817:
Misc changes to attempt to make forked development easier to follow
-
Daniel Danopia committed 27dd8350:
This shouldn't be in version control. Removing and fixing .gitignore.
-
Daniel Danopia committed 6355adc4:
New runner, with different goals (IRC-based)
No way to hook in to EventMachine to add other connections...

-
Daniel Danopia committed 9f1b13db:
Switched NickServ to notices

-
Daniel Danopia committed 41f2e395:
New bot framework with NickServ ported

-
Daniel Danopia committed 7d918593:
Added a few classes (Bot, User, Channel)

-
Daniel Danopia committed 96e4950b:
Added a registration command. I won't know if it works until Nixeagle gives me an accout that can create nodes.

-
Daniel Danopia committed 795e3b5f:
Added a working identify command, and the .dist config file now has a whole new LDAP block

-
Daniel Danopia committed 19889f72:
Added an else clause to print unknown packets

-
Daniel Danopia committed 295b38f9:
Moved more stuff into the config file.

-
Daniel Danopia committed 44ea76fd:
Already got a config file going on! :D

-
Daniel Danopia committed 307ef0c1:
No need to force a hacky require, now that User includes LdapModel.

-
Daniel Danopia committed bfaeb974:
Cleaned up the views a little bit

-
Daniel Danopia committed fe27bc80:
Removed author fields from the wiki, since logins are required now.

-
Daniel Danopia committed 02f9a24c:
Finished removing ldap_users

-
Daniel Danopia committed 3eb96641:
Removed ldap_user and the scaffold layouts

-
Daniel Danopia committed 36e22bcb:
LDAP-based auth works. Little hacky, but meh. Page load times have gone up now that it does an LDAP lookup on every page load.

-
Daniel Danopia committed 0428b0bf:
Got a working wiki.