Author Topic: OmnomIRC SVN Information  (Read 5025 times)

0 Members and 1 Guest are viewing this topic.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
OmnomIRC SVN Information
« on: June 19, 2011, 11:45:00 pm »
Here's what I believe to be the complete source code for OmnomIRC + all other things required.

Click here to open it in your browser

https://netham45.org:444/svn/OmnomIRC/

Username: guest
Password: guest
Read-Only access, sorry. :P

If anyone actually wants to get this up and running for themselves, feel free to ask for help. It will function as a full-fledged client/server architecture without the IRC bot, too.

There are a few places where I am using full file paths (includes, mostly).

Also note that the GPL'd code in btoa(the unicode conversion code) is 100% unmodified. The base64 tools (after the lower copyright notice) are slightly modified to add calls to the unicode code, and to remove errors that I thought weren't needed(My code compensated for them.)

Edit: OmnomIRC has been released under GPL. The SVN has been updated to include this license.

Edit2: The SVN was changed to port 444 from 443 due to a conflict. I forgot to update that here, mah bad.
« Last Edit: August 18, 2011, 10:50:34 pm by Netham45 »
Omnimaga Admin

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: OmnomIRC SVN Information
« Reply #1 on: June 19, 2011, 11:47:14 pm »
Sweet! :D

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: OmnomIRC SVN Information
« Reply #2 on: June 19, 2011, 11:48:37 pm »
Read-Only access, sorry. :P

Lol, if only it wasn't ;D

With all the things you've been adding to it lately it's actually turned into a really awesome and complete online IRC client. Are you planning to release it as a project somewhere, someday?
« Last Edit: June 19, 2011, 11:49:03 pm by Deep Thought »




Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: OmnomIRC SVN Information
« Reply #3 on: June 19, 2011, 11:50:35 pm »

Lol, if only it wasn't ;D

With all the things you've been adding to it lately it's actually turned into a really awesome and complete online IRC client. Are you planning to release it as a project somewhere, someday?

Yea, actually, I am. Right now I'm dependent on Omnimaga for the user registration, but otherwise it is capable of either running standalone or alongside the IRC bot for web<->IRC linking.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC SVN Information
« Reply #4 on: June 20, 2011, 03:49:53 pm »
I should maybe try the current Omnom on the SMF 1.1.14 version of TIMGUL.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: OmnomIRC SVN Information
« Reply #5 on: June 20, 2011, 09:19:59 pm »
I should maybe try the current Omnom on the SMF 1.1.14 version of TIMGUL.

Now that I think about it, there will be a cross-domain scripting issue on TIMGUL.
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC SVN Information
« Reply #6 on: June 21, 2011, 01:33:50 am »
Yeah I just noticed. It shows Omnom but the online list and the chat content won't.

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: OmnomIRC SVN Information
« Reply #7 on: June 22, 2011, 06:53:27 pm »
OmnomIRC is now GPL. Please update your SVN copies to reflect this.
Omnimaga Admin

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: OmnomIRC SVN Information
« Reply #8 on: June 23, 2011, 06:58:00 am »
Updated SVN. Here's revision notes:

Code: [Select]
OmnomIRC.php Changes:
Added multi-server support, committing Join fix(Thanks, Jim)

Omnom_Tab.js Changes:
No longer blocks tab press if the selected text is empty (fix for ctrl+tab,etc...)
Still need to check for ctrl being held, and if so not trap it either.

On that note, I know Spybot45's a bit buggered up for irc.omnimaga.org, but it should be a relatively simple fix. Just need to do it.
« Last Edit: June 23, 2011, 06:59:48 am by Netham45 »
Omnimaga Admin

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC SVN Information
« Reply #9 on: June 23, 2011, 07:30:56 pm »
Does it means I could now load OmnomIRC on TIMGUL 1.1.14 without any problem? (Although it looks like it won't upgrade/merge, finally, because the Playstation 3 internet browser doesn't run SMF 1.1.14 properrly)
« Last Edit: June 23, 2011, 07:31:23 pm by DJ_O »

Offline Netham45

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2103
  • Rating: +213/-4
  • *explodes*
    • View Profile
Re: OmnomIRC SVN Information
« Reply #10 on: June 23, 2011, 07:33:34 pm »
Does it means I could now load OmnomIRC on TIMGUL 1.1.14 without any problem? (Although it looks like it won't upgrade/merge, finally, because the Playstation 3 internet browser doesn't run SMF 1.1.14 properrly)

Um, there's no installer yet, so the SQL DBs would need to be manually set up, and there's a few places where there is Omnimaga-specific code that I'd need to change.

Do you want it up on there? I'm not sure if I still have administrative access to it, but if I do, I could get it running in prolly 20 minutes.
Omnimaga Admin

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: OmnomIRC SVN Information
« Reply #11 on: June 24, 2011, 07:45:41 am »
A repository? Sweeet! That's awesome Netham45!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: OmnomIRC SVN Information
« Reply #12 on: June 24, 2011, 11:30:44 pm »
Does it means I could now load OmnomIRC on TIMGUL 1.1.14 without any problem? (Although it looks like it won't upgrade/merge, finally, because the Playstation 3 internet browser doesn't run SMF 1.1.14 properrly)

Um, there's no installer yet, so the SQL DBs would need to be manually set up, and there's a few places where there is Omnimaga-specific code that I'd need to change.

Do you want it up on there? I'm not sure if I still have administrative access to it, but if I do, I could get it running in prolly 20 minutes.
Oh ok. Well, if you can get it to work for SMF 2.0, fine I guess, but I would like if you created a member group that has OmnomIRC disabled like we had here, for Kossaljoe, unless you can confirm OmnomIRC and file attachments works fine on a Playstation 3. you would need to set yourself as admin via the DB maybe, or I could edit your account later. Also I am fine with #omnimaga and #omnimaga-spam being listed there, but #TIMGUL should be listed first, while in the Omnimaga version of OmnomIRC #TIMGUL should be last.