| 4 months ago |
clokep |
Remove SIPE files.
default tip
|
changeset |
files
|
| 6 months ago |
clokep |
Partially updated to match changes from bug 759.
|
changeset |
files
|
| 6 months ago |
clokep |
Fix all entities found in a Twitter message, not just the first one.
|
changeset |
files
|
| 6 months ago |
clokep |
Fix entities bug.
|
changeset |
files
|
| 6 months ago |
clokep |
Back out the timeouts, the socket should be able to handle that.
|
changeset |
files
|
| 7 months ago |
clokep |
Reconnect to the server if we haven't heard from it in a while.
|
changeset |
files
|
| 7 months ago |
clokep |
Add extended join documentation
|
changeset |
files
|
| 8 months ago |
Florian Quèze |
Normalize chat buddy names before calling requestBuddyInfo or creating a private conversation. Needed for XMPP MUCs.
|
changeset |
files
|
| 8 months ago |
Florian Quèze |
Bug 682 - Reply to and retweet actions on twitter, r=clokep over IRC.
|
changeset |
files
|
| 8 months ago |
Florian Quèze |
Bug 721 - Follow-up to address clokep's review comment.
|
changeset |
files
|
| 8 months ago |
Florian Quèze |
Bug 721 - MUC Participants need tooltips.
|
changeset |
files
|
| 8 months ago |
clokep |
Change line endings of socket.jsm.
|
changeset |
files
|
| 8 months ago |
clokep |
Don't crash if the socket is closed unexpectedly.
|
changeset |
files
|
| 10 months ago |
clokep |
Fix the dequote functions to actually implement the spec.
|
changeset |
files
|
| 10 months ago |
clokep |
Update IRC components from split of jsProtoHelper
|
changeset |
files
|
| 10 months ago |
Patrick Cloke |
Bug 758 - Clean up jsProtoHelper, r=fqueze.
|
changeset |
files
|
| 10 months ago |
clokep |
Avoid recursive import in ctcp.jsm.
|
changeset |
files
|
| 10 months ago |
clokep |
Use CTCP before RFC 2812
|
changeset |
files
|
| 10 months ago |
clokep |
Add default port for TLS/SSL doc
|
changeset |
files
|
| 10 months ago |
clokep |
CTCP loading without errors (no handler registered yet).
|
changeset |
files
|
| 10 months ago |
clokep |
More simplifications.
|
changeset |
files
|
| 10 months ago |
clokep |
Clean up handlers / specifications objects
|
changeset |
files
|
| 10 months ago |
clokep |
Working using JS objects instead of XPCOM.
|
changeset |
files
|
| 10 months ago |
clokep |
Check in of partial changes from review from flo.
|
changeset |
files
|
| 10 months ago |
clokep |
Adding CTCP support (currently broken).
|
changeset |
files
|
| 10 months ago |
clokep |
Add SIPE source locations
|
changeset |
files
|
| 10 months ago |
clokep |
Add SIPE make files to share w/ flo
|
changeset |
files
|
| 10 months ago |
clokep |
Remove registering commands from specifications, it's easy enough to do anyway.
|
changeset |
files
|
| 11 months ago |
clokep |
Few small changes + comments & formatting
|
changeset |
files
|
| 11 months ago |
clokep |
Fix a few issues from the last commit.
|
changeset |
files
|
| 11 months ago |
clokep |
Removes the concept of a "default" specification, these are now just hard coded.
|
changeset |
files
|
| 11 months ago |
Patrick Cloke |
Bug 793 - Twitter timeline conversation should have a topic, r=fqueze.
|
changeset |
files
|
| 11 months ago |
Florian Quèze |
Bug 681 - Reduce the amount of data the twitter plugin logs into the Error Console by default, r=clokep.
|
changeset |
files
|
| 11 months ago |
Florian Quèze |
Follow-up to bug 680 (localize twitter code): export the 'LOG' function in jsProtoHelper.
|
changeset |
files
|
| 11 months ago |
Patrick Cloke |
Bug 697 - Commands no longer work in protocol overrides, r=fqueze.
|
changeset |
files
|
| 11 months ago |
Patrick Cloke |
Bug 680 - Localize Twitter code, r=fqueze.
|
changeset |
files
|
| 11 months ago |
Florian Quèze |
Bug 812 - Display the character count while typing a tweet, r=clokep.
|
changeset |
files
|
| 11 months ago |
Florian Quèze |
Follow-up to bug 649 - purple proxies should not be in the way of JavaScript protocols: override protocols should have the same proxy behavior as their base.
|
changeset |
files
|
| 11 months ago |
Florian Quèze |
Bug 676 - Display user icons in twitter timelines.
|
changeset |
files
|
| 12 months ago |
Florian Quèze |
The 'topic' attribute of purpleIConvChat should be settable.
|
changeset |
files
|
| 11 months ago |
clokep |
Remove archive.org reference in more documents
|
changeset |
files
|
| 11 months ago |
clokep |
Working IRC as extendable components
|
changeset |
files
|
| 12 months ago |
clokep |
Shut off socket test code
|
changeset |
files
|
| 12 months ago |
clokep |
Add timeouts to connection
|
changeset |
files
|
| 12 months ago |
clokep |
Fix NICK message
|
changeset |
files
|
| 12 months ago |
clokep |
Clarify timeout comment
|
changeset |
files
|
| 12 months ago |
clokep |
Add getInterface method
|
changeset |
files
|
| 12 months ago |
clokep |
Add nsIClassInfo and QI garbage so the certification error code works
|
changeset |
files
|
| 12 months ago |
clokep |
Ensure we're closing the socket on disconnect
|
changeset |
files
|
| 12 months ago |
clokep |
Close IRC-JS branch
IRC-JavaScript
|
changeset |
files
|
| 12 months ago |
clokep |
Close Sync branch
Sync
|
changeset |
files
|
| 12 months ago |
clokep |
Xbox LIVE description
|
changeset |
files
|
| 12 months ago |
clokep |
Merge xbox-live experiment
|
changeset |
files
|
| 12 months ago |
clokep |
Move files for import into experiments
|
changeset |
files
|
| 13 months ago |
clokep |
imServices loads lazily so we can't immediately assume that we can use it, kind of a hackey fix right now, but it works.
|
changeset |
files
|
| 14 months ago |
clokep |
Sort of working commit
|
changeset |
files
|
| 15 months ago |
clokep |
Initial commit
|
changeset |
files
|
| 12 months ago |
clokep |
Merge back to default branch
|
changeset |
files
|
| 12 months ago |
clokep |
Merge default
IRC-JavaScript
|
changeset |
files
|
| 12 months ago |
clokep |
Merge Sync repository
IRC-JavaScript
|
changeset |
files
|