So I felt like I would be productive this evening. After a few hours trying to have Eclipse PDT installed and running, I just about cried. It was dependency error after dependency error after dependency error. Eclipse’s update manager should resolve these w/o me having to hassle with it. End of story.
So after messing around for about 2 hours, I finally stumbled upon Zend PDT, which kindly suited my exact needs: php development tools with a PHP debugger. Wow, that was so much quicker to install and use, I had it up and running in 20 minutes.
The reason why I installed these was for a PHP debugging tool, as I have started to find a need for one. I have recently been attempting to combine PHPFreeChat with Net_SmartIRC to make a really, really nice IRC AJAX client. This has not been going well at all so far, but hopefully things will turn around. It doesn’t help that I get IRC codes that are unrecognized and not stated in RFC 1459, namely 265, 266 and 250. Maybe somebody can help me out with this issue?
While I was testing, I also found out that Pidgin has a querky bug… for which I submitted Bug #2052. That took a couple of hours to nail down. Turns out that for certain values of your idleaway status in your prefs file, Pidgin crashes. I didn’t look too heavily into the issue, maybe someone on their end can easily fix it without me having to learn too much of their code base.
Now onto bed as I have work tomorrow.
**Edit**
After looking around in the ircd-hybrid (my IRC daemon), I found the following:
#define RPL_STATSCONN 250
/* RPL_STATSDLINE 250 Numerics List: IRCnet */
#define RPL_LOCALUSERS 265
#define RPL_GLOBALUSERS 266
For which I then didn’t feel like researching any further. Maybe someone knows where these are defined…