2007-02-25 |
Daniel Atallah |
merge of '0cf86336325db7dcb5ba69d37d700ab7cb957224'
|
2007-02-25 |
Evan Schoenberg |
Patch from Graham Booker which ensures that a process forked by dnsserv cleans up afterwards, calling waitpid() to make sure no zombies are left over.
|
2007-02-25 |
Evan Schoenberg |
No changes; fixed a bunch of whitespace problems made by a text editor with 'use tabs' disabled. Sorry for the noise.
|
2007-02-26 |
Mark Doliner |
sf patch #1655707, from David Everly
|
2007-02-25 |
Evan Schoenberg |
Remove a g_return_val_if_fail() which isn't needed, made gaim_dnsquery_get_port() return an unsigned short and return 0 if query_data is NULL, and fixed a whitespace mistake
|
2007-02-25 |
Daniel Atallah |
Cache the converted docklet HICONs. Sean noticed that there are actually .ico files in pixmaps/tray/16 (something that I missed). I'm not sure if I should just use those and eliminate the stock pixmap to HICON conversion hackery or if we can just get rid of those and avoid the duplication.
|
2007-02-25 |
Daniel Atallah |
Fix asserts when there is no buddy icon
|
2007-02-25 |
Evan Schoenberg |
merge of '45666c61a140448a2974f59f1bee801bdc8a4ab2'
|
2007-02-25 |
Evan Schoenberg |
Return -1 as 'invalid port' if passed NULL in gaim_dnsquery_get_port()
|
2007-02-25 |
Evan Schoenberg |
The UI can now use the GaimDnsQueryUiOps to handle DNS resolving itself; if this is done, the platform-specific DNS query code won't be used. This will be used in Adium to use an efficient threads-based DNS resolve (since Adium is already multithreaded, this is significantly cheaper than fork()).
|
2007-02-25 |
Daniel Atallah |
merge of '0f78eae62180df08349a7bebac400b35c8af75b8'
|
2007-02-25 |
Mark Doliner |
Credit the OpenQ developers a bit
|
2007-02-25 |
Daniel Atallah |
Add plugins stock icon to docklet menu
|
2007-02-25 |
Daniel Atallah |
Fix win32 docklet. This is pretty ugly - we'll force GTK+ 2.10 at some point and use GtkStatusIcon to avoid converting the stock images to HICONs directly.
|
2007-02-25 |
Richard Nelson |
recursively remove child nodes. This fixes a crash (often caused by going offline)
|
2007-02-25 |
Sean Egan |
docklet pending status
|
2007-02-25 |
Ethan Blanton |
Missed one line from Dossy's patches -- binding the actual savedstatus command.
|
2007-02-25 |
Ethan Blanton |
Tcl savedstatus command, again from Dossy Shiobara. Dossy is on fire.
|
2007-02-25 |
Sean Egan |
merge of 'e57f2c0fb5b3a764c079b6991a8e68e23230b016'
|
2007-02-24 |
Mark Doliner |
errno is a global thingy, and using it in this header seems to make
|
2007-02-24 |
Mark Doliner |
Fix the following compiler warning:
|
2007-02-24 |
Mark Doliner |
Evan, was this line necessary? It causes the following warning
|
2007-02-24 |
Mark Doliner |
I think this is what Sean intended
|
2007-02-23 |
Richard Nelson |
small leak/fix
|
2007-02-23 |
Evan Schoenberg |
merge of '7c02d9741848a5265c0dce9fcd9f222c4bdb13b9'
|
2007-02-23 |
Evan Schoenberg |
merge of '29edb52ee278b20f6e1569192934bd2f83482536'
|
2007-02-25 |
Sean Egan |
More icons and icon improvements
|
2007-02-23 |
Ethan Blanton |
gaim::plugin Tcl command, thanks to Dossy Shiobara
|
2007-02-23 |
Ethan Blanton |
evands seems to have spuriously changed this return value
|
2007-02-23 |
Ethan Blanton |
merge of '29edb52ee278b20f6e1569192934bd2f83482536'
|
2007-02-23 |
Ethan Blanton |
Sean didn't clean up some merge gunk, it looks like
|
2007-02-23 |
Sean Egan |
merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
|
2007-02-23 |
Evan Schoenberg |
Added a new GaimEventLoopUiOps item, input_get_error(). This function allows the UI to return the current error status on a socket/input. If the UI does not implement it (as Pidgin and gntgaim do not, since glib's handling of sockets is sane), it is just a wrapper around getsockopt(). Implemented or not, its return values should match those of getsockopt() with a level of SOL_SOCKET and an option of SO_ERROR. For curious souls, Adium will be using this to provide a working version of getsockopt(); the CoreFoundation CFSocket class which is used for socket read/write calls getsockopt() with SO_ERROR itself, thereby clearing the error flag [as documented in getsockopt()'s behavior], so depending upon it for determining if an error occurred leads to significant misbehavior.
|
2007-02-23 |
Evan Schoenberg |
merge of 'dbd6240bc36085014ed8c0efd9549c1213bd4785'
|
2007-02-22 |
Sean Egan |
Automatically format screenname to account->username
|
2007-02-22 |
Sean Egan |
Remove a few unneeded strings, per evans's recommendation
|
2007-02-22 |
Sean Egan |
remove old tray icon stock items
|
2007-02-22 |
Sean Egan |
this way
|
2007-02-22 |
Sean Egan |
new window icon
|
2007-02-22 |
Sean Egan |
throbber for a connecting icon
|
2007-02-22 |
Sean Egan |
also missing pidgin.png (this is absolutely temporary)
|
2007-02-22 |
Sean Egan |
I forgot to add voice.png to mtn
|
2007-02-21 |
Sean Egan |
New chatlist icons. founder and ignored still needed.
|
2007-02-21 |
Sean Egan |
one more new icon
|
2007-02-21 |
Sean Egan |
docklet update
|
2007-02-21 |
Sean Egan |
more icon updates.
|
2007-02-20 |
Mark Doliner |
Change out source_remove and input_remove eventloop functions to return
|
2007-02-20 |
Mark Doliner |
Fix compilation of the gtk perl plugin
|
2007-02-19 |
Daniel Atallah |
Don't access the list element after it has been freed.
|
2007-02-19 |
Daniel Atallah |
Merge fix and build fix for win32
|
2007-02-19 |
Daniel Atallah |
merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
|
2007-02-19 |
Evan Schoenberg |
merge of '2f881bb7bad3beb5ec8384245c1350050d4b73a1'
|
2007-02-19 |
Evan Schoenberg |
SIGEMT is not available on non-POSIX systems; SIGPOLL is present, instead. Thanks to Richard for catching this.
|
2007-02-19 |
Evan Schoenberg |
Change this printf to a gaim_debug_info()
|
2007-02-19 |
Richard Laager |
Include the user's name/alias in the XEP 85 "gone" messages.
|
2007-02-19 |
Richard Laager |
I don't have a SIGEMT.
|
2007-02-18 |
Sadrul Habib Chowdhury |
merge of '0edb29833b61d110a417ab177036ce31e11dac2f'
|
2007-02-18 |
Evan Schoenberg |
Include util.h to fix a warning I introduced
|
2007-02-18 |
Evan Schoenberg |
merge of '3b293c5fd1cd7d68449469b92376535eb45e90c9'
|
2007-02-18 |
Sadrul Habib Chowdhury |
Fix bug #1662186: "gaim-remote --help doesn't work" by showing the help for any invalid command.
|
2007-02-18 |
Sadrul Habib Chowdhury |
The rest of Richard 'wabz' Nelson's patch for adding file-transfer ui.
|
2007-02-17 |
Sadrul Habib Chowdhury |
Allow reordering windows from the window list. I find it much easier and faster.
|
2007-02-17 |
Nathan Walp |
and...done
|
2007-02-17 |
Nathan Walp |
more compat header
|
2007-02-16 |
Luke Schierer |
I like being able to compile :-)
|
2007-02-16 |
Sean Egan |
Receiving XEP 85 'gone' messages. Doesn't do anything because of the string freeze. This is akin to the MSN 'so-and-so has closed the conversation window' messages. Rlaager made a strong point to me that they're not altogether stalky, but can be useful.
|
2007-02-16 |
Sean Egan |
Sending XEP 85 'gone' messages
|
2007-02-18 |
Evan Schoenberg |
Added nat-pmp implementation and #ifdef'd out changes to network.c which would utilize it.
|
2007-02-18 |
Evan Schoenberg |
Restore default signal handlers in fork()'d children. This adds a gaim_restore_default_signal_handlers() utility function since children are made in multiple places.
|
2007-02-15 |
Sean Egan |
Some updated emblem icons
|
2007-02-15 |
Sean Egan |
Looks like someone had a sed accident
|
2007-02-15 |
Sean Egan |
Better statusbar icons
|
2007-02-15 |
Sean Egan |
merge of '2155bccb10577fa20eb47ac96a4912c91545a540'
|
2007-02-15 |
Sadrul Habib Chowdhury |
Patch from Richard 'wabz' Nelson to add file-transfer ui. Amazing stuff\!
|
2007-02-15 |
Sadrul Habib Chowdhury |
Suppress debug messages from libgnt.
|
2007-02-15 |
Daniel Atallah |
merge of '0118224968af798e258158653762d557de01c916'
|
2007-02-15 |
Daniel Atallah |
winpidgin warning fixes
|
2007-02-15 |
Nathan Walp |
more compat header
|
2007-02-15 |
Evan Schoenberg |
Suppress name changed messages when it would print 'X is now known as X' ('evands@pidgin.im is now known as evands@pidgin.im')
|
2007-02-15 |
Evan Schoenberg |
Patch from MatsMattsson (Adium Trac #6429) which fixes a leak of attrib for any attribute that isn't 'id' or 'version'.
|
2007-02-14 |
Evan Schoenberg |
Fix problem with the previous leak fix pointed out by Etan.
|
2007-02-14 |
Evan Schoenberg |
merge of '46383975a415a7c7a37796205fd5ee523d5bc5e6'
|
2007-02-14 |
Daniel Atallah |
Some more pidgininfication
|
2007-02-14 |
Evan Schoenberg |
s/Gaim/Pidgin
|
2007-02-14 |
Daniel Atallah |
merge of '12df03445c45ddd504a76c52aa7a78e633426dbe'
|
2007-02-13 |
Mark Doliner |
merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
|
2007-02-13 |
Mark Doliner |
Allow setting of the iTunes Music Store URL for AIM accounts. It's
|
2007-02-13 |
Evan Schoenberg |
Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it.
|
2007-02-13 |
Evan Schoenberg |
merge of '7822ac971c736a7e6545da828b1b79db67ad732f'
|
2007-02-12 |
Mark Doliner |
Combine two functions that did similar things. This is a little
|
2007-02-11 |
Daniel Atallah |
uri-handler support for AIM/ICQ, Yahoo and MSN
|
2007-02-11 |
Mark Doliner |
Whitespace
|
2007-02-11 |
Mark Doliner |
Minor warning fix
|
2007-02-11 |
Mark Doliner |
I think I was wrong about SOCKS4a. For the record, SOCKS4a is when
|
2007-02-11 |
Mark Doliner |
merge of 'cf12e304d75ad46da438f94ffdd3f9f722cfa2ec'
|
2007-02-11 |
Daniel Atallah |
merge of 'dd2102690e56e010006c8c94b8a7760a34eb4299'
|
2007-02-11 |
Sadrul Habib Chowdhury |
Add the example nullclient here.
|
2007-02-11 |
Sadrul Habib Chowdhury |
"Oopsy daisy"
|
2007-02-11 |
Sadrul Habib Chowdhury |
Add stuff for pkg-config
|
2007-02-11 |
Sadrul Habib Chowdhury |
Let's use the core function instead of using the uiops function directly when
|
2007-02-11 |
Daniel Atallah |
A double click on the conv. area was getting through to the middle-click parting code. What is worse is that it wasn't necessarily choosing the correct tab. I didn't want to change pidgin_conv_get_tab_at_xy() to only deal with being actually over a tab, so we will ignore double clicks here.
|
2007-02-11 |
Daniel Atallah |
Core support for external protocol URIs. The actual handling of the URIs will be in the prpls and other plugins. This commit only includes the win32 method of actually passing in a URI - the dbus implementation still needs to be written.
|
2007-02-11 |
Daniel Atallah |
Suppress warnings about unused variables in the generated perl bindings
|
2007-02-11 |
Daniel Atallah |
Unused variables
|
2007-02-11 |
Daniel Atallah |
This should prevent the dll resources from being regenerated each time.
|
2007-02-11 |
Daniel Atallah |
Update dll and exe version resources for pidgin stuff.
|
2007-02-10 |
Richard Laager |
merge of '12c5fcf0819724b3304461672fc4bd1ebf0a8287'
|
2007-02-13 |
Evan Schoenberg |
If jabber_ssl_connect_failure() is called because a connect attempt fails, but the user has already canceled the attempt by signing the account offline, this would previously crash. It now does not.
|
2007-02-10 |
Evan Schoenberg |
merge of '1fa1dadf668ed5dd23b01cd69adc1d9ce23640a8'
|
2007-02-10 |
Evan Schoenberg |
Patch 1638469, which fixes 1467348: Yahoo Japan profiles are now retrieved properly
|
2007-02-09 |
Luke Schierer |
make dist works now.
|
2007-02-09 |
Luke Schierer |
one more
|
2007-02-09 |
Richard Laager |
SF Patch #1653845 from Matt Perry
|
2007-02-09 |
Richard Laager |
Rename the toolkit to the new name Sadrul mentioned. :) Hopefully this is okay.
|
2007-02-09 |
Richard Laager |
SF Patch #1643233 from Brian Cameron
|
2007-02-09 |
Richard Laager |
We're getting warnings about not honoring datarootdir, so I figured I'd add it. I'm not sure what that might break, but this stuff will be getting reviewed when it's renamed anyway.
|
2007-02-09 |
Richard Laager |
merge of '8f483f61f048cc605240bf7c848d0ffb7aebf70e'
|
2007-02-09 |
Luke Schierer |
merge of '48855cd0fe89a3001e41fdf08de38526fcf3c113'
|
2007-02-09 |
Luke Schierer |
commit these updated translations here also
|
2007-02-09 |
Luke Schierer |
commit these updated translations here also
|
2007-02-09 |
Mark Doliner |
sf patch #1655057, from Peter Tang
|
2007-02-09 |
Mark Doliner |
Fix a few small compile warnings:
|
2007-02-09 |
Mark Doliner |
Get rid of some minor compile errors related to the consitifcation
|
2007-02-09 |
Mark Doliner |
Get rid of a minor compile warning
|
2007-02-09 |
Luke Schierer |
merge of 'efde7d02b602348f7af4ff6a3c8364f9aabea9df'
|
2007-02-08 |
Mark Doliner |
merge of '09557f5d54029e4f7eba17eeb15d55717fb43382'
|
2007-02-08 |
Mark Doliner |
sf patch #1651457, from Paul-Christiaan Spruijtenburg
|
2007-02-08 |
Sadrul Habib Chowdhury |
Patch from Richard 'wabz' Nelson. This fixes some possible crashes/exploits.
|
2007-02-08 |
Richard Laager |
Add some braces to eliminate a compiler warning about an ambiguous else.
|
2007-02-08 |
Ethan Blanton |
merge of 'a55d39e9c7d6bfdb22fd82eaa1510ba558caa72b'
|
2007-02-08 |
Daniel Atallah |
Work around gdk-pixbuf brokenness when dealing with unrecognized parameters. Also, improve the error handling so we don't get a confusing error message.
|
2007-02-08 |
Sean Egan |
RTL Tooltips.
|
2007-02-07 |
Daniel Atallah |
Delete VERSION in the mingw 'clean' target since it is a generated file.
|
2007-02-06 |
Sean Egan |
merge of '775b7904558492c380903ec245b6f172ac850039'
|
2007-02-06 |
Evan Schoenberg |
merge of '4ef29c4e2bea9c0635008afc35f12402d7a87bbf'
|
2007-02-06 |
Evan Schoenberg |
Moved linkification of incoming messages to pidgin_conv_write_conv()
|
2007-02-06 |
Sean Egan |
Use person icon for Person log viewer
|
2007-02-05 |
Sean Egan |
typo fix
|
2007-02-05 |
Sean Egan |
merge of '71bbd0bd3449d503142a4a48f440f8e96b255feb'
|
2007-02-05 |
Daniel Atallah |
keeping the win32 build working...
|
2007-02-05 |
Sean Egan |
Never show horizontal scrollbars on imhtmls.
|
2007-02-05 |
Sean Egan |
merge of '017eca04bf34860761af5c6fe3ff1c1ea28f0fc3'
|
2007-02-05 |
Gary Kramlich |
Patch from Kevin Stange to allow autogen to run successfully. Yeah just look at the diff...
|
2007-02-05 |
Richard Laager |
Do the rename in the man page, and make a few updates. The man page still
|
2007-02-05 |
Richard Laager |
merge of '2d32a9c498d38385bb58409a4ba3ac235a915bc5'
|
2007-02-05 |
Mark Doliner |
merge of '27c17e92071c391b099220ce5cac417ea8695587'
|
2007-02-05 |
Richard Laager |
Add missing developers.
|
2007-02-05 |
Richard Laager |
Switching to my pidgin.im e-mail address, which I think fits nicely and seems professional.
|
2007-02-05 |
Richard Laager |
I had this brilliant idea to deal with join/part notices "intelligently".
|
2007-02-05 |
Richard Laager |
With the refactoring I did, it's now possible to reach timestamp_cb_common
|
2007-02-05 |
Richard Laager |
merge of '0d5d80abe3087a1a7c7e47fb7b0c226936a3e5e5'
|
2007-02-05 |
Richard Laager |
merge of '491b12f6ff9efa13852cc40405bac9bd52b6a8b9'
|
2007-02-08 |
Sadrul Habib Chowdhury |
s/gtk/gnt/g
|
2007-02-04 |
Sadrul Habib Chowdhury |
Patch from Richard 'wabz' Nelson: Make sure selection-changed signal is emitted if selected item is removed.
|
2007-02-05 |
Sean Egan |
toolbar/menu icons. reduce the imhtmltoolbar spacing. more gaimstock pruning
|
2007-02-05 |
Sean Egan |
context menu cleanup
|
2007-02-05 |
Sean Egan |
Make group background colors update when the theme changes.
|
2007-02-05 |
Sean Egan |
remove references to removed menu items
|
2007-02-04 |
Sean Egan |
merge of '0cdb5a41899b72694b4b3e0d18af5185cec3dc30'
|
2007-02-04 |
Sadrul Habib Chowdhury |
Hide the unblock menuitem for chats.
|
2007-02-04 |
Sean Egan |
merge of 'ded290b2f629a25e757ee9bb1601dc2dabc38f4c'
|
2007-02-04 |
Sean Egan |
Remove excess menu item icon clutter, especialy where our icons made no sense. The Redo icon for Buddy Pounces?! Come on.
|
2007-02-05 |
Richard Laager |
If you delete the last log for a month, delete the month header as well.
|
2007-02-05 |
Richard Laager |
After the log is deleted, remove the entry from the log viewer.
|
2007-02-04 |
Richard Laager |
SF Patch #1637687 from Damien Carbery
|
2007-02-05 |
Mark Doliner |
Make NetworkManager support disabled by default, add an "--enable-nm" option
|
2007-02-04 |
Mark Doliner |
sf patch #1647731, from Markus Elfring
|
2007-02-04 |
Mark Doliner |
Rename this function to something that makes more sense to me
|
2007-02-04 |
Nathan Walp |
compat header, done up through sound.h
|
2007-02-04 |
Sean Egan |
Perhaps a 22px icon is better in the tooltip
|
2007-02-04 |
Sean Egan |
merge of '600cfd77bdb8554e712ba04da84518976cd80b86'
|
2007-02-04 |
Mark Doliner |
merge of '4af83de031df5affbcf7e43099e6223f252d3deb'
|
2007-02-04 |
Sean Egan |
prpl icons in Send To menu
|
2007-02-04 |
Sean Egan |
This is my attempt at MSN mobile status, but I suspect MSN mobile status doesn't exist. If it's confirmed that it doesn't, I'll revert this. But I want to keep it for posterity, in case it does exist
|
2007-02-04 |
Sean Egan |
merge of 'da0538e2883464dc803b72262e19be90b9612288'
|
2007-02-04 |
Mark Doliner |
sf patch #1640011, from Celso Pinto
|
2007-02-04 |
Mark Doliner |
Fix compilation of the perl plugin when using session management
|
2007-02-04 |
Mark Doliner |
Get rid of some unnecessary string duping
|
2007-02-04 |
Mark Doliner |
Allow localization of the xmpp console plugin
|
2007-02-04 |
Mark Doliner |
Comment out the "beta" flag in our spec file. I committed this
|
2007-02-04 |
Richard Laager |
The log-timestamp and conversation-timestamp signals return a string. I found
|
2007-02-04 |
Richard Laager |
Fix SF Bug #1644796
|
2007-02-04 |
Richard Laager |
merge of '3cc3e42c54c15c5f925d8bba46eedd73967a104e'
|
2007-02-04 |
Richard Laager |
Implement the UI for deleting logs. This allows users to right-click on
|
2007-02-04 |
Richard Laager |
I had the wrong arguments for gaim_log_logger_new(). It didn't work, but
|
2007-02-03 |
Richard Laager |
This is the core code to support log deletion. It's untested.
|
2007-02-04 |
Sean Egan |
I think this is proper mobile support for QQ. Mark, do you want to check that out?
|
2007-02-04 |
Sean Egan |
merge of '650236458e73bfde2553d41dbb4797e1cf53974c'
|
2007-02-04 |
Daniel Atallah |
Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
|
2007-02-04 |
Sean Egan |
Yahoo mobile status
|
2007-02-04 |
Sean Egan |
Use the status API to handle mobileness, and convert AIM to use it. This makes mobile buddies prioritze lower in Perons, and ensures the UI is notified of changes in mobileness. Other protocols to follow.
|
2007-02-03 |
Sean Egan |
Google Talk uses structured text formatting where *this* is bold
|
2007-02-03 |
Nathan Walp |
merge of '0ee68b34a5a1c39e266bdcf32ceaf6c7d1496aae'
|
2007-02-03 |
Richard Laager |
merge of '1019b585a198fbfe443c4aedbe484316366f2db3'
|
2007-02-03 |
Richard Laager |
merge of '0718a1ec2cdb82d57ffe1e70ffafe3f5a06732c2'
|
2007-02-03 |
Richard Laager |
In Pidgin, display a full date on the timestamp of the first message to
|
2007-02-03 |
Nathan Walp |
fix the compile
|
2007-02-03 |
Nathan Walp |
merge of '40a66b5db866526b5419657ce8971745e4c8baa5'
|
2007-02-03 |
Daniel Atallah |
merge of '5640aed5456a4805ad88daaba5fbb055024d2c46'
|
2007-02-03 |
Daniel Atallah |
Win32 de-gaimification of pidgin
|
2007-02-03 |
Sean Egan |
More pidgin changes
|
2007-02-03 |
Sean Egan |
Tango colors for chats. I'm slightly ashamed to say we use 'butter' and 'plum.'
|
2007-02-03 |
Nathan Walp |
more compat header...getting close to being done with the libpurple half
|
2007-02-03 |
Sean Egan |
headers to pidgin
|
2007-02-03 |
Sean Egan |
dialogs
|
2007-02-03 |
Sean Egan |
stock to pidgin
|
2007-02-03 |
Sean Egan |
gtkblist changes to pidgin
|
2007-02-03 |
Sean Egan |
gtkutils changes
|
2007-02-03 |
Sean Egan |
A few gaims in gtkmain.c. Daniel, I don't want to screw with any windows stuff. Could you take care of all that?
|
2007-02-03 |
Sean Egan |
GAIM_UNSEEN to PIDGIN_UNSEEN
|
2007-02-03 |
Sean Egan |
merge of '06e221e7ba1b9991d934d6c69e7d29d821d2e567'
|
2007-02-03 |
Sadrul Habib Chowdhury |
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
|
2007-02-03 |
Sean Egan |
pidginconv to pidgin_conv
|
2007-02-03 |
Sean Egan |
gaim_gtk to pidgin. I hope
|
2007-02-03 |
Sean Egan |
Blocked emblem
|
2007-02-03 |
Sean Egan |
merge of '09ff3dbbbf318127fa55c593466b381a9f4114b3'
|
2007-02-02 |
Nathan Walp |
clean up some compile warnings
|
2007-02-03 |
Sean Egan |
Restore 'hidden convo' status icon in blist. Additionally, make the name text bold when you have a hidden convo
|
2007-02-02 |
Sean Egan |
More forgotten files
|
2007-02-02 |
Sean Egan |
Didn't mean to ci that
|
2007-02-02 |
Sean Egan |
Add the icons
|
2007-02-02 |
Sean Egan |
Faded idle status icons
|
2007-02-02 |
Sean Egan |
The last AIM smiley
|
2007-02-02 |
Sean Egan |
dim buddy icons on idle and offline. Still need to do status icons.
|
2007-02-02 |
Sean Egan |
Remove separator again, and use the 16px prpl icon instead of the 22
|
2007-02-02 |
Sadrul Habib Chowdhury |
A small memory leak in the tooltip.
|
2007-02-02 |
Sadrul Habib Chowdhury |
merge of '02579a62368e29abc96596d62ad6d418fc23ddda'
|
2007-02-02 |
Nathan Walp |
fix the display bug a bit smarter
|
2007-02-02 |
Nathan Walp |
really fix that tooltip display glitch
|
2007-02-02 |
Sean Egan |
prpl icons in the contact context menu instead of worthless status icons
|
2007-02-01 |
Evan Schoenberg |
merge of '58dbe55ff36353bfd03159879f62e91c76714530'
|
2007-02-01 |
Evan Schoenberg |
Port [18179] from markhuetsch: I believe there's a bug in the get_buddies_levels() code that I don't have time to find. Temporarily disable it.
|
2007-02-01 |
Evan Schoenberg |
Port [18176] from markhuetsch: Apparently GBK is old and we should be using GB18030.
|
2007-02-01 |
Nathan Walp |
fix a weird tooltip rendering bug when the second buddy in a contact tooltip
|
2007-02-01 |
Nathan Walp |
fix overlapping in tooltips w/ large avatars
|
2007-02-01 |
Nathan Walp |
rename the .desktop file
|
2007-01-31 |
Evan Schoenberg |
The accounts request API now keeps track of a returned ui_handle for authorization requests, which can be closed on demand individually or all-at-once by account. When a connection is destroyed, its associated requests are closed.
|
2007-01-31 |
Sadrul Habib Chowdhury |
merge of '921d892371d1bd4b52a6f589936628d8a8c4ed72'
|
2007-01-31 |
Sean Egan |
merge of '10550177dfd838a0e39858988adee426a7f6ac2b'
|
2007-01-30 |
Sean Egan |
tooltip tweaks
|
2007-01-30 |
Sean Egan |
prpl icons as emblems on chats (needs work to make it less ugly) and expanded persons
|
2007-01-31 |
Nathan Walp |
merge of 'c2ca8d77fad6142251001c2545c83a2f56eb3660'
|
2007-01-31 |
Nathan Walp |
merge of '4c75dce7720664ff3945c7a5382e99133a96839d'
|
2007-01-31 |
Daniel Atallah |
Some more changes to the win32 build to support cross-compiling.
|
2007-01-31 |
Sadrul Habib Chowdhury |
merge of '9047f755d6c146b4f110727b63ed0f3dacbbe398'
|
2007-01-31 |
Nathan Walp |
more compat goodness
|
2007-01-31 |
Nathan Walp |
fix the compile
|
2007-01-30 |
Sean Egan |
Make deleting Google Talk buddies work
|
2007-01-30 |
Luke Schierer |
%s/libgaim/libpurple/g to make it compile
|
2007-01-30 |
Daniel Atallah |
Avoid allocating and freeing the color string excessively.
|
2007-01-30 |
Daniel Atallah |
Warning fix
|
2007-01-30 |
Sean Egan |
Emblems in the blist
|
2007-01-30 |
Sean Egan |
This renames the binary to 'pidgin', and I think it properly
|
2007-01-29 |
Daniel Atallah |
convert a user-visible string from "Gaim" to PIDGIN_NAME
|
2007-01-29 |
Daniel Atallah |
More win32 pixmap build fixes.
|
2007-01-29 |
Daniel Atallah |
merge of 'b8682f66d35fb704bcd0ec3b4f06caaf002b7906'
|
2007-01-29 |
Daniel Atallah |
Avoid scaling the global buddy icon for each account when populating the Accounts dialog list.
|
2007-01-29 |
Daniel Atallah |
Add support for win32 makefile variable overriding using a "local.mak" file in the build root directory. This makes maintaining a custom build environment or cross-compiling easier.
|
2007-01-28 |
Ethan Blanton |
This makes IRC /names handling generally more robust, as well as
|
2007-01-29 |
Sean Egan |
Finish converting the statusbox. Note the connecting and animation icons are too large. I put out a request to Hylke.
|
2007-01-28 |
Sean Egan |
merge of '53ec0f43994bc2a1adb7671f7f52c365475ff97a'
|
2007-01-28 |
Daniel Atallah |
dist fixes
|
2007-01-28 |
Nathan Walp |
merge of '704ad318e326940d16a5890ba527b24330ffbe47'
|
2007-01-28 |
Nathan Walp |
more compat header work
|
2007-01-28 |
Daniel Atallah |
more win32 build fixes for build changes
|
2007-01-28 |
Daniel Atallah |
merge of '455e51ab9e24c5d45359486b57621e8ab68ac266'
|
2007-01-28 |
Nathan Walp |
re-indentation.
|
2007-01-28 |
Ethan Blanton |
This should fix up IRC logins for servers which do not provide an
|
2007-01-28 |
Ethan Blanton |
merge of '9425adf9514855b6d4a3c79a57ad0cbea1f48a82'
|
2007-01-28 |
Sean Egan |
GNOME has a 'document font' setting that we should use when running on GNOME. This does the gconftool-2 spawning trick to get it
|
2007-01-28 |
Sean Egan |
Only show huge prpl icons for the first buddy in the person
|
2007-01-28 |
Sean Egan |
merge of '5844728cb381ec679649718ebf1beeced21b6031'
|
2007-01-28 |
Sean Egan |
PRPL Icons in tooltips
|
2007-01-28 |
Evan Schoenberg |
Fix a crash when a network_listen_range process is canceled before its UPnP port mapping completes, which occurs regularly on certain routers when file transfers are initiated and then quickly finished. Much thanks to Elliott Harris and Eric Richie for their hard work with me hunting this down and fixing it.
|
2007-01-28 |
Ethan Blanton |
Recognize non-standard mode characters communicated in an 005 numeric for IRC
|
2007-01-28 |
Ethan Blanton |
merge of '8f5c72b9dbcf628f35e4674469f97b34f9c6fa2c'
|
2007-01-27 |
Sean Egan |
A few non-gettextized strings
|
2007-01-27 |
Sean Egan |
This should be the last of the string changes
|
2007-01-27 |
Sean Egan |
Dialog icon changes
|
2007-01-27 |
Sean Egan |
I think this takes care of protocol icons. Note there are still places
|
2007-01-27 |
Sean Egan |
Makefileize those icons
|
2007-01-27 |
Sean Egan |
Fixes #41
|
2007-01-27 |
Sean Egan |
protocol icons. No code to use them yet.
|
2007-01-27 |
Nathan Walp |
merge of '53f08d189b9760ce37803245e4885502527b6025'
|
2007-01-27 |
Sean Egan |
Some more icons. Nothing uses them yet.
|
2007-01-27 |
Nathan Walp |
merge of '6f79d2e845520107afda4aa99727183840cf5078'
|
2007-01-31 |
Sadrul Habib Chowdhury |
Fix bug #1645435. Thanks to Dennis Ristuccia (more commonly known as EvilDennisR) for helping me find the bug.
|
2007-01-28 |
Sadrul Habib Chowdhury |
Remove the timeout-source to fix a possible crash.
|
2007-01-27 |
Sadrul Habib Chowdhury |
Warmenhoved patch #1397916: "Turns Block button in conv menu into Unblock after blocking" from Glauber de Oliveira Costa (glommer). You know the drill.
|
2007-01-27 |
Sadrul Habib Chowdhury |
More closely imitate the input handling of irssi. Hopefully this will fix the excessive CPU usage bug Alver keeps getting.
|
2007-01-26 |
Sadrul Habib Chowdhury |
Use proper capitalization. This was causing yahoo-smileys to be not used.
|
2007-01-27 |
Nathan Walp |
this would use the protocol icons in place of the buddy icon for chats,
|
2007-01-26 |
Sadrul Habib Chowdhury |
Patch #1600087 from Richard 'wabz' Nelson: "Don't include a buddy's name when logging error/raw messages"
|
2007-01-26 |
Sadrul Habib Chowdhury |
Make sure the pounces, buddy-aliases, savedstatuses etc. saved before the aim/icq split works after the split. The util function _gaim_oscar_convert will be removed at a 'suitable' time in the future.
|
2007-01-26 |
Sadrul Habib Chowdhury |
Fix convcolors to not unlinkify the links.
|
2007-01-26 |
Sadrul Habib Chowdhury |
Prevent tree from crashing when NULL text is added in some column.
|
2007-01-26 |
Sadrul Habib Chowdhury |
Fix bug #1639181: Buddylist 'block' icon is different than in IM window
|
2007-01-25 |
Nathan Walp |
I think this is what was meant
|
2007-01-25 |
Sean Egan |
merge of '96543ebd62eece654fe74ff3ca5f3573c8618599'
|
2007-01-25 |
Ethan Blanton |
merge of '40a73bb689b4b47c5070a2416c353ea7ee080ce2'
|
2007-01-25 |
Sean Egan |
proper spacing for chat nodes
|
2007-01-25 |
Sean Egan |
More statusbox tweaks:
|
2007-01-25 |
Daniel Atallah |
I found a stray "Gaim" in the about text. The real reason for this commit is to test that commit emails are working.
|
2007-01-25 |
Daniel Atallah |
More build fixes
|
2007-01-25 |
Ethan Blanton |
Allow --dynamic-prpls to recognize aim and icq as synonyms for oscar
|
2007-01-24 |
Ethan Blanton |
merge of 'd2a7c45e8f16efe8ed52a057ad51049809fffa3f'
|
2007-01-24 |
Daniel Atallah |
merge of '942112767d11b0e27edc6dc85ba55f42774bc1d4'
|
2007-01-24 |
Ethan Blanton |
Fix up perl to build against libpurple/pidgin instead of libgaim/gtk.
|
2007-01-24 |
Sean Egan |
Forgot to mtn add the icons
|
2007-01-24 |
Daniel Atallah |
merge of 'a45405c69730ec786c859712b19b4a592882b748'
|
2007-01-24 |
Sean Egan |
merge of '7daaf59bc033f5665ab67b267aa5b270469e3ead'
|
2007-01-24 |
Sean Egan |
add some padding between icon and name columns
|
2007-01-24 |
Daniel Atallah |
merge of '84140aa67d4b73a58ac23634d0098f50a79164a9'
|
2007-01-24 |
Sean Egan |
use available icon in statusbox
|
2007-01-24 |
Sean Egan |
icon updates from Hylke:
|
2007-01-24 |
Daniel Atallah |
Fix an issue where url_fetch_recv_cb() can be triggered after we start to redirect. This causes the crashes reported in bugs like #1642430.
|
2007-01-24 |
Daniel Atallah |
Fix win32 build for status icon changes
|
2007-01-24 |
Sean Egan |
A lot of status icon changes:
|
2007-01-23 |
Ethan Blanton |
More ignoration fixes
|
2007-01-23 |
Daniel Atallah |
Updated .mtn-ignore not to ignore new Makefiles and for win32 build stuff.
|
2007-01-23 |
Daniel Atallah |
Fix win32 build for new smileys structure.
|
2007-01-23 |
Daniel Atallah |
merge of '4cc9941dd0b30e88799901e3b26d253e95296300'
|
2007-01-23 |
Nathan Walp |
more compat header stuff
|
2007-01-23 |
Nathan Walp |
merge of '05f745cea9142726d8f6eee4dd0dec11d4fe19de'
|
2007-01-22 |
Nathan Walp |
more compat header
|
2007-01-23 |
Daniel Atallah |
Restoring win32 stuff that was (I assume accidentally) dropped. I took advantage of the opportunity to try the daggy fix stuff.
|
2007-01-23 |
Sean Egan |
Credit for icons
|
2007-01-22 |
Ethan Blanton |
merge of '0884993343342bda1638f3903202437b13175ab3'
|
2007-01-22 |
Sean Egan |
Another missed file
|
2007-01-22 |
Sean Egan |
Forgot to add some Makefile.am's. Should have noticed it because 'mtn status' is cool
|
2007-01-22 |
Sean Egan |
Pidgin logo.png. Temporary, until we have a real logo
|
2007-01-22 |
Sean Egan |
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
|
2007-01-22 |
Sean Egan |
update POTFILES.in
|
2007-01-22 |
Sean Egan |
I think this is all the instances of 'Gaim' within pidgin/
|
2007-01-22 |
Sean Egan |
New smileys
|
2007-01-22 |
Ethan Blanton |
Add a .mtn-ignore to silence monotone when builds finally work
|
2007-01-21 |
Nathan Walp |
merge of '42e8f970b2c3c10865314b8c4fadf67460d83470'
|
2007-01-21 |
Daniel Atallah |
Update win32 build for libpurple and pidgin renames. This compiles, but is far from complete.
|
2007-01-21 |
Daniel Atallah |
Fix perl plugin compilation after libpurple rename
|
2007-01-21 |
Nathan Walp |
start of a compat header
|
2007-01-20 |
Sean Egan |
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
|
2007-01-20 |
Sean Egan |
Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few
|
2007-01-19 |
Evan Schoenberg |
[gaim-migrate @ 18164]
|
2007-01-19 |
Mark Doliner |
[gaim-migrate @ 18163]
|
2007-01-19 |
Evan Schoenberg |
[gaim-migrate @ 18162]
|
2007-01-19 |
Gary Kramlich |
[gaim-migrate @ 18161]
|
2007-01-19 |
Mark Doliner |
[gaim-migrate @ 18160]
|
2007-01-19 |
Sean Egan |
[gaim-migrate @ 18159]
|
2007-01-18 |
Sean Egan |
[gaim-migrate @ 18158]
|
2007-01-18 |
Christopher O'Brien |
[gaim-migrate @ 18157]
|
2007-01-18 |
Daniel Atallah |
[gaim-migrate @ 18156]
|
2007-01-18 |
Nathan Walp |
[gaim-migrate @ 18155]
|
2007-01-18 |
Mark Doliner |
[gaim-migrate @ 18154]
|
2007-01-18 |
Mark Huetsch |
[gaim-migrate @ 18153]
|
2007-01-18 |
Sean Egan |
[gaim-migrate @ 18152]
|
2007-01-18 |
Sean Egan |
[gaim-migrate @ 18151]
|
2007-01-17 |
Evan Schoenberg |
[gaim-migrate @ 18150]
|
2007-01-17 |
Luke Schierer |
[gaim-migrate @ 18149]
|
2007-01-17 |
Evan Schoenberg |
[gaim-migrate @ 18148]
|
2007-01-17 |
Sean Egan |
[gaim-migrate @ 18147]
|
2007-01-17 |
Sean Egan |
[gaim-migrate @ 18146]
|
2007-01-17 |
Sean Egan |
[gaim-migrate @ 18145]
|
2007-01-17 |
Sean Egan |
[gaim-migrate @ 18144]
|
2007-01-17 |
Sean Egan |
[gaim-migrate @ 18143]
|
2007-01-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18142]
|
2007-01-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18141]
|
2007-01-16 |
Daniel Atallah |
[gaim-migrate @ 18140]
|
2007-01-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18139]
|
2007-01-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18138]
|
2007-01-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18137]
|
2007-01-16 |
Nathan Walp |
[gaim-migrate @ 18136]
|
2007-01-16 |
Sean Egan |
[gaim-migrate @ 18135]
|
2007-01-16 |
Sean Egan |
[gaim-migrate @ 18134]
|
2007-01-15 |
Daniel Atallah |
[gaim-migrate @ 18133]
|
2007-01-15 |
Daniel Atallah |
[gaim-migrate @ 18132]
|
2007-01-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18131]
|
2007-01-15 |
Daniel Atallah |
[gaim-migrate @ 18130]
|
2007-01-15 |
Mark Doliner |
[gaim-migrate @ 18128]
|
2007-01-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18127]
|
2007-01-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18126]
|
2007-01-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18125]
|
2007-01-14 |
Mark Doliner |
[gaim-migrate @ 18124]
|
2007-01-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18123]
|
2007-01-14 |
Mark Doliner |
[gaim-migrate @ 18121]
|
2007-01-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18120]
|
2007-01-13 |
Mark Doliner |
[gaim-migrate @ 18119]
|
2007-01-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18118]
|
2007-01-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18117]
|
2007-01-12 |
Nathan Walp |
[gaim-migrate @ 18116]
|
2007-01-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18115]
|
2007-01-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18114]
|
2007-01-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18113]
|
2007-01-12 |
Nathan Walp |
[gaim-migrate @ 18112]
|
2007-01-12 |
Nathan Walp |
[gaim-migrate @ 18111]
|
2007-01-12 |
Mark Huetsch |
[gaim-migrate @ 18110]
|
2007-01-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18109]
|
2007-01-11 |
Sean Egan |
[gaim-migrate @ 18108]
|
2007-01-11 |
Mark Huetsch |
[gaim-migrate @ 18107]
|
2007-01-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18106]
|
2007-01-11 |
Mark Huetsch |
[gaim-migrate @ 18105]
|
2007-01-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18104]
|
2007-01-11 |
Gary Kramlich |
[gaim-migrate @ 18103]
|
2007-01-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18102]
|
2007-01-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18101]
|
2007-01-10 |
Luke Schierer |
[gaim-migrate @ 18100]
|
2007-01-10 |
Nathan Walp |
[gaim-migrate @ 18099]
|
2007-01-10 |
Evan Schoenberg |
[gaim-migrate @ 18098]
|
2007-01-09 |
Mark Huetsch |
[gaim-migrate @ 18097]
|
2007-01-09 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18096]
|
2007-01-09 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18095]
|
2007-01-09 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18094]
|
2007-01-09 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18093]
|
2007-01-08 |
Evan Schoenberg |
[gaim-migrate @ 18092]
|
2007-01-08 |
Daniel Atallah |
[gaim-migrate @ 18091]
|
2007-01-08 |
Daniel Atallah |
[gaim-migrate @ 18090]
|
2007-01-08 |
Mark Doliner |
[gaim-migrate @ 18089]
|
2007-01-08 |
Evan Schoenberg |
[gaim-migrate @ 18088]
|
2007-01-08 |
Evan Schoenberg |
[gaim-migrate @ 18087]
|
2007-01-08 |
Nathan Walp |
[gaim-migrate @ 18086]
|
2007-01-08 |
Mark Doliner |
[gaim-migrate @ 18085]
|
2007-01-08 |
Evan Schoenberg |
[gaim-migrate @ 18084]
|
2007-01-07 |
Mark Doliner |
[gaim-migrate @ 18083]
|
2007-01-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18081]
|
2007-01-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18080]
|
2007-01-06 |
Evan Schoenberg |
[gaim-migrate @ 18079]
|
2007-01-05 |
Nathan Walp |
[gaim-migrate @ 18078]
|
2007-01-05 |
Mark Huetsch |
[gaim-migrate @ 18077]
|
2007-01-05 |
Ethan Blanton |
[gaim-migrate @ 18076]
|
2007-01-04 |
Evan Schoenberg |
[gaim-migrate @ 18075]
|
2007-01-04 |
Evan Schoenberg |
[gaim-migrate @ 18074]
|
2007-01-04 |
Evan Schoenberg |
[gaim-migrate @ 18073]
|
2007-01-04 |
Evan Schoenberg |
[gaim-migrate @ 18072]
|
2007-01-04 |
Luke Schierer |
[gaim-migrate @ 18071]
|
2007-01-04 |
Luke Schierer |
[gaim-migrate @ 18070]
|
2007-01-03 |
Evan Schoenberg |
[gaim-migrate @ 18069]
|
2007-01-03 |
Mark Doliner |
[gaim-migrate @ 18068]
|
2007-01-03 |
Evan Schoenberg |
[gaim-migrate @ 18067]
|
2007-01-03 |
Nathan Walp |
[gaim-migrate @ 18066]
|
2007-01-02 |
Nathan Walp |
[gaim-migrate @ 18065]
|
2006-12-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18064]
|
2006-12-27 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18063]
|
2006-12-27 |
Mark Huetsch |
[gaim-migrate @ 18062]
|
2006-12-27 |
Mark Huetsch |
[gaim-migrate @ 18061]
|
2006-12-27 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18060]
|
2006-12-26 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18059]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18058]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18057]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18056]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18055]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18054]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18053]
|
2006-12-26 |
Evan Schoenberg |
[gaim-migrate @ 18052]
|
2006-12-25 |
Evan Schoenberg |
[gaim-migrate @ 18051]
|
2006-12-23 |
Mark Doliner |
[gaim-migrate @ 18050]
|
2006-12-23 |
Nathan Walp |
[gaim-migrate @ 18049]
|
2006-12-22 |
Stu Tomlinson |
[gaim-migrate @ 18048]
|
2006-12-22 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18047]
|
2006-12-22 |
Evan Schoenberg |
[gaim-migrate @ 18046]
|
2006-12-22 |
Evan Schoenberg |
[gaim-migrate @ 18045]
|
2006-12-22 |
Mark Doliner |
[gaim-migrate @ 18044]
|
2006-12-22 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18043]
|
2006-12-22 |
Mark Huetsch |
[gaim-migrate @ 18042]
|
2006-12-22 |
Ethan Blanton |
[gaim-migrate @ 18041]
|
2006-12-21 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18040]
|
2006-12-21 |
Evan Schoenberg |
[gaim-migrate @ 18039]
|
2006-12-21 |
Mark Doliner |
[gaim-migrate @ 18038]
|
2006-12-21 |
Mark Doliner |
[gaim-migrate @ 18037]
|
2006-12-21 |
Mark Doliner |
[gaim-migrate @ 18036]
|
2006-12-21 |
Mark Doliner |
[gaim-migrate @ 18035]
|
2006-12-21 |
Ethan Blanton |
[gaim-migrate @ 18034]
|
2006-12-20 |
Evan Schoenberg |
[gaim-migrate @ 18033]
|
2006-12-20 |
Evan Schoenberg |
[gaim-migrate @ 18032]
|
2006-12-20 |
Evan Schoenberg |
[gaim-migrate @ 18031]
|
2006-12-20 |
Mark Doliner |
[gaim-migrate @ 18030]
|
2006-12-20 |
Mark Doliner |
[gaim-migrate @ 18029]
|
2006-12-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18028]
|
2006-12-20 |
Gary Kramlich |
[gaim-migrate @ 18027]
|
2006-12-20 |
Daniel Atallah |
[gaim-migrate @ 18026]
|
2006-12-19 |
Mark Doliner |
[gaim-migrate @ 18025]
|
2006-12-19 |
Richard Laager |
[gaim-migrate @ 18024]
|
2006-12-19 |
Sean Egan |
[gaim-migrate @ 18023]
|
2006-12-19 |
Bartoz Oler |
[gaim-migrate @ 18022]
|
2006-12-18 |
Sean Egan |
[gaim-migrate @ 18021]
|
2006-12-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18020]
|
2006-12-17 |
Bartoz Oler |
[gaim-migrate @ 18019]
|
2006-12-17 |
Daniel Atallah |
[gaim-migrate @ 18018]
|
2006-12-17 |
Mark Doliner |
[gaim-migrate @ 18017]
|
2006-12-17 |
Bartoz Oler |
[gaim-migrate @ 18016]
|
2006-12-17 |
Bartoz Oler |
[gaim-migrate @ 18015]
|
2006-12-17 |
Mark Doliner |
[gaim-migrate @ 18014]
|
2006-12-17 |
Mark Doliner |
[gaim-migrate @ 18013]
|
2006-12-17 |
Mark Doliner |
[gaim-migrate @ 18012]
|
2006-12-17 |
Mark Doliner |
[gaim-migrate @ 18011]
|
2006-12-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18010]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18009]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18008]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18007]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18006]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18005]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18004]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18003]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18002]
|
2006-12-15 |
Mark Doliner |
[gaim-migrate @ 18001]
|
2006-12-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 18000]
|
2006-12-14 |
Sean Egan |
[gaim-migrate @ 17999]
|
2006-12-14 |
Ethan Blanton |
[gaim-migrate @ 17998]
|
2006-12-14 |
Ethan Blanton |
[gaim-migrate @ 17997]
|
2006-12-14 |
Ethan Blanton |
[gaim-migrate @ 17996]
|
2006-12-14 |
Daniel Atallah |
[gaim-migrate @ 17995]
|
2006-12-14 |
Daniel Atallah |
[gaim-migrate @ 17994]
|
2006-12-14 |
Sean Egan |
[gaim-migrate @ 17993]
|
2006-12-14 |
Ethan Blanton |
[gaim-migrate @ 17992]
|
2006-12-14 |
Luke Schierer |
[gaim-migrate @ 17991]
|
2006-12-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17990]
|
2006-12-13 |
Sean Egan |
[gaim-migrate @ 17989]
|
2006-12-13 |
Daniel Atallah |
[gaim-migrate @ 17988]
|
2006-12-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17987]
|
2006-12-13 |
Mark Doliner |
[gaim-migrate @ 17985]
|
2006-12-13 |
Mark Doliner |
[gaim-migrate @ 17984]
|
2006-12-13 |
Mark Doliner |
[gaim-migrate @ 17983]
|
2006-12-13 |
Mark Doliner |
[gaim-migrate @ 17982]
|
2006-12-13 |
Mark Doliner |
[gaim-migrate @ 17981]
|
2006-12-13 |
Gary Kramlich |
[gaim-migrate @ 17980]
|
2006-12-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17979]
|
2006-12-13 |
Gary Kramlich |
[gaim-migrate @ 17978]
|
2006-12-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17977]
|
2006-12-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17976]
|
2006-12-12 |
Sean Egan |
[gaim-migrate @ 17975]
|
2006-12-12 |
Daniel Atallah |
[gaim-migrate @ 17974]
|
2006-12-12 |
Sean Egan |
[gaim-migrate @ 17973]
|
2006-12-12 |
Mark Doliner |
[gaim-migrate @ 17972]
|
2006-12-12 |
Mark Doliner |
[gaim-migrate @ 17970]
|
2006-12-12 |
Sean Egan |
[gaim-migrate @ 17968]
|
2006-12-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17967]
|
2006-12-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17966]
|
2006-12-11 |
Sean Egan |
[gaim-migrate @ 17965]
|
2006-12-11 |
Mark Doliner |
[gaim-migrate @ 17964]
|
2006-12-11 |
Mark Doliner |
[gaim-migrate @ 17963]
|
2006-12-11 |
Mark Doliner |
[gaim-migrate @ 17961]
|
2006-12-11 |
Daniel Atallah |
[gaim-migrate @ 17960]
|
2006-12-11 |
Daniel Atallah |
[gaim-migrate @ 17959]
|
2006-12-11 |
Daniel Atallah |
[gaim-migrate @ 17958]
|
2006-12-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17957]
|
2006-12-11 |
Mark Doliner |
[gaim-migrate @ 17956]
|
2006-12-11 |
Gary Kramlich |
[gaim-migrate @ 17955]
|
2006-12-11 |
Gary Kramlich |
[gaim-migrate @ 17954]
|
2006-12-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17953]
|
2006-12-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17952]
|
2006-12-10 |
Bartoz Oler |
[gaim-migrate @ 17951]
|
2006-12-10 |
Sean Egan |
[gaim-migrate @ 17950]
|
2006-12-10 |
Sean Egan |
[gaim-migrate @ 17949]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17948]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17947]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17946]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17945]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17944]
|
2006-12-10 |
Mark Doliner |
[gaim-migrate @ 17943]
|
2006-12-10 |
Mark Doliner |
[gaim-migrate @ 17942]
|
2006-12-10 |
Mark Doliner |
[gaim-migrate @ 17941]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17940]
|
2006-12-10 |
Mark Doliner |
[gaim-migrate @ 17939]
|
2006-12-10 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17938]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17937]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17936]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17935]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17934]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17933]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17932]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17931]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17930]
|
2006-12-10 |
Evan Schoenberg |
[gaim-migrate @ 17929]
|
2006-12-09 |
Mark Doliner |
[gaim-migrate @ 17928]
|
2006-12-09 |
Mark Doliner |
[gaim-migrate @ 17927]
|
2006-12-09 |
Mark Huetsch |
[gaim-migrate @ 17926]
|
2006-12-09 |
Mark Huetsch |
[gaim-migrate @ 17925]
|
2006-12-09 |
Mark Huetsch |
[gaim-migrate @ 17924]
|
2006-12-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17923]
|
2006-12-08 |
Sean Egan |
[gaim-migrate @ 17922]
|
2006-12-08 |
Sean Egan |
[gaim-migrate @ 17921]
|
2006-12-07 |
Bartoz Oler |
[gaim-migrate @ 17920]
|
2006-12-07 |
Evan Schoenberg |
[gaim-migrate @ 17919]
|
2006-12-07 |
Mark Doliner |
[gaim-migrate @ 17918]
|
2006-12-07 |
Evan Schoenberg |
[gaim-migrate @ 17917]
|
2006-12-07 |
Stu Tomlinson |
[gaim-migrate @ 17916]
|
2006-12-07 |
Mark Doliner |
[gaim-migrate @ 17915]
|
2006-12-07 |
Mark Doliner |
[gaim-migrate @ 17914]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17913]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17912]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17911]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17910]
|
2006-12-07 |
Nathan Walp |
[gaim-migrate @ 17909]
|
2006-12-07 |
Nathan Walp |
[gaim-migrate @ 17908]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17907]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17906]
|
2006-12-07 |
Mark Doliner |
[gaim-migrate @ 17905]
|
2006-12-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17904]
|
2006-12-06 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17903]
|
2006-12-06 |
Mark Doliner |
[gaim-migrate @ 17902]
|
2006-12-06 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17901]
|
2006-12-06 |
Sean Egan |
[gaim-migrate @ 17900]
|
2006-12-06 |
Mark Doliner |
[gaim-migrate @ 17899]
|
2006-12-06 |
Sean Egan |
[gaim-migrate @ 17898]
|
2006-12-06 |
Sean Egan |
[gaim-migrate @ 17897]
|
2006-12-05 |
Mark Doliner |
[gaim-migrate @ 17896]
|
2006-12-04 |
Daniel Atallah |
[gaim-migrate @ 17895]
|
2006-12-04 |
Nathan Walp |
[gaim-migrate @ 17894]
|
2006-12-04 |
Mark Doliner |
[gaim-migrate @ 17893]
|
2006-12-04 |
Mark Doliner |
[gaim-migrate @ 17892]
|
2006-12-04 |
Mark Doliner |
[gaim-migrate @ 17891]
|
2006-12-04 |
Daniel Atallah |
[gaim-migrate @ 17890]
|
2006-12-04 |
Daniel Atallah |
[gaim-migrate @ 17889]
|
2006-12-04 |
Nathan Walp |
[gaim-migrate @ 17888]
|
2006-12-04 |
Nathan Walp |
[gaim-migrate @ 17887]
|
2006-12-04 |
Nathan Walp |
[gaim-migrate @ 17886]
|
2006-12-04 |
Daniel Atallah |
[gaim-migrate @ 17885]
|
2006-12-03 |
Mark Doliner |
[gaim-migrate @ 17884]
|
2006-12-02 |
Nathan Walp |
[gaim-migrate @ 17883]
|
2006-12-02 |
Nathan Walp |
[gaim-migrate @ 17882]
|
2006-12-02 |
Nathan Walp |
[gaim-migrate @ 17881]
|
2006-12-02 |
Ethan Blanton |
[gaim-migrate @ 17880]
|
2006-12-02 |
Nathan Walp |
[gaim-migrate @ 17879]
|
2006-12-02 |
Nathan Walp |
[gaim-migrate @ 17878]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17877]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17876]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17875]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17874]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17873]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17872]
|
2006-12-02 |
Mark Doliner |
[gaim-migrate @ 17871]
|
2006-12-02 |
Gary Kramlich |
[gaim-migrate @ 17870]
|
2006-12-01 |
Sean Egan |
[gaim-migrate @ 17869]
|
2006-12-01 |
Daniel Atallah |
[gaim-migrate @ 17868]
|
2006-12-01 |
Mark Doliner |
[gaim-migrate @ 17867]
|
2006-12-01 |
Mark Doliner |
[gaim-migrate @ 17866]
|
2006-12-01 |
Sean Egan |
[gaim-migrate @ 17864]
|
2006-12-01 |
Mark Doliner |
[gaim-migrate @ 17863]
|
2006-12-01 |
Mark Doliner |
[gaim-migrate @ 17862]
|
2006-12-01 |
Daniel Atallah |
[gaim-migrate @ 17860]
|
2006-11-30 |
Daniel Atallah |
[gaim-migrate @ 17859]
|
2006-11-30 |
Mark Doliner |
[gaim-migrate @ 17858]
|
2006-11-30 |
Mark Huetsch |
[gaim-migrate @ 17857]
|
2006-11-30 |
Mark Huetsch |
[gaim-migrate @ 17856]
|
2006-11-30 |
Mark Huetsch |
[gaim-migrate @ 17855]
|
2006-11-30 |
Mark Huetsch |
[gaim-migrate @ 17854]
|
2006-11-30 |
Daniel Atallah |
[gaim-migrate @ 17853]
|
2006-11-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17852]
|
2006-11-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17851]
|
2006-11-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17850]
|
2006-11-29 |
Daniel Atallah |
[gaim-migrate @ 17849]
|
2006-11-29 |
Sean Egan |
[gaim-migrate @ 17848]
|
2006-11-29 |
Evan Schoenberg |
[gaim-migrate @ 17847]
|
2006-11-29 |
Sean Egan |
[gaim-migrate @ 17846]
|
2006-11-29 |
Daniel Atallah |
[gaim-migrate @ 17845]
|
2006-11-29 |
Daniel Atallah |
[gaim-migrate @ 17844]
|
2006-11-29 |
Sean Egan |
[gaim-migrate @ 17843]
|
2006-11-29 |
Sean Egan |
[gaim-migrate @ 17842]
|
2006-11-29 |
Sean Egan |
[gaim-migrate @ 17841]
|
2006-11-28 |
Sean Egan |
[gaim-migrate @ 17840]
|
2006-11-28 |
Mark Doliner |
[gaim-migrate @ 17839]
|
2006-11-28 |
Mark Doliner |
[gaim-migrate @ 17838]
|
2006-11-28 |
Mark Doliner |
[gaim-migrate @ 17837]
|
2006-11-28 |
Mark Doliner |
[gaim-migrate @ 17836]
|
2006-11-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17835]
|
2006-11-28 |
Mark Doliner |
[gaim-migrate @ 17834]
|
2006-11-28 |
Daniel Atallah |
[gaim-migrate @ 17833]
|
2006-11-28 |
Daniel Atallah |
[gaim-migrate @ 17832]
|
2006-11-27 |
Sean Egan |
[gaim-migrate @ 17831]
|
2006-11-27 |
Sean Egan |
[gaim-migrate @ 17830]
|
2006-11-27 |
Nathan Walp |
[gaim-migrate @ 17829]
|
2006-11-27 |
Gary Kramlich |
[gaim-migrate @ 17828]
|
2006-11-27 |
Gary Kramlich |
[gaim-migrate @ 17827]
|
2006-11-26 |
Nathan Walp |
[gaim-migrate @ 17825]
|
2006-11-26 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17824]
|
2006-11-26 |
Nathan Walp |
[gaim-migrate @ 17823]
|
2006-11-26 |
Nathan Walp |
[gaim-migrate @ 17822]
|
2006-11-26 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17821]
|
2006-11-26 |
Mark Doliner |
[gaim-migrate @ 17820]
|
2006-11-25 |
Stu Tomlinson |
[gaim-migrate @ 17819]
|
2006-11-25 |
Stu Tomlinson |
[gaim-migrate @ 17818]
|
2006-11-23 |
Sean Egan |
[gaim-migrate @ 17817]
|
2006-11-23 |
Christopher O'Brien |
[gaim-migrate @ 17816]
|
2006-11-23 |
Sean Egan |
[gaim-migrate @ 17815]
|
2006-11-22 |
Sean Egan |
[gaim-migrate @ 17814]
|
2006-11-22 |
Stu Tomlinson |
[gaim-migrate @ 17813]
|
2006-11-22 |
Sean Egan |
[gaim-migrate @ 17812]
|
2006-11-22 |
Sean Egan |
[gaim-migrate @ 17811]
|
2006-11-22 |
Sean Egan |
[gaim-migrate @ 17810]
|
2006-11-22 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17809]
|
2006-11-22 |
Mark Huetsch |
[gaim-migrate @ 17807]
|
2006-11-22 |
Sean Egan |
[gaim-migrate @ 17806]
|
2006-11-22 |
Daniel Atallah |
[gaim-migrate @ 17805]
|
2006-11-21 |
Sean Egan |
[gaim-migrate @ 17804]
|
2006-11-21 |
Ethan Blanton |
[gaim-migrate @ 17803]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17802]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17801]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17800]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17799]
|
2006-11-21 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17798]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17797]
|
2006-11-21 |
Sean Egan |
[gaim-migrate @ 17795]
|
2006-11-21 |
Daniel Atallah |
[gaim-migrate @ 17794]
|
2006-11-20 |
Sean Egan |
[gaim-migrate @ 17793]
|
2006-11-20 |
Sean Egan |
[gaim-migrate @ 17792]
|
2006-11-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17791]
|
2006-11-20 |
Richard Laager |
[gaim-migrate @ 17790]
|
2006-11-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17789]
|
2006-11-20 |
Ethan Blanton |
[gaim-migrate @ 17788]
|
2006-11-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17787]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17785]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17784]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17783]
|
2006-11-19 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17782]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17781]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17779]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17778]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17777]
|
2006-11-19 |
Richard Laager |
[gaim-migrate @ 17776]
|
2006-11-18 |
Richard Laager |
[gaim-migrate @ 17775]
|
2006-11-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17774]
|
2006-11-18 |
Richard Laager |
[gaim-migrate @ 17773]
|
2006-11-18 |
Gary Kramlich |
[gaim-migrate @ 17772]
|
2006-11-17 |
Sean Egan |
[gaim-migrate @ 17771]
|
2006-11-17 |
Sean Egan |
[gaim-migrate @ 17770]
|
2006-11-17 |
Sean Egan |
[gaim-migrate @ 17769]
|
2006-11-17 |
Daniel Atallah |
[gaim-migrate @ 17768]
|
2006-11-17 |
Daniel Atallah |
[gaim-migrate @ 17767]
|
2006-11-17 |
Daniel Atallah |
[gaim-migrate @ 17766]
|
2006-11-17 |
Ethan Blanton |
[gaim-migrate @ 17765]
|
2006-11-17 |
Daniel Atallah |
[gaim-migrate @ 17764]
|
2006-11-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17763]
|
2006-11-17 |
Daniel Atallah |
[gaim-migrate @ 17762]
|
2006-11-17 |
Mark Doliner |
[gaim-migrate @ 17761]
|
2006-11-16 |
Mark Doliner |
[gaim-migrate @ 17760]
|
2006-11-16 |
Mark Doliner |
[gaim-migrate @ 17759]
|
2006-11-16 |
Daniel Atallah |
[gaim-migrate @ 17758]
|
2006-11-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17757]
|
2006-11-16 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17756]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17755]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17754]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17753]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17752]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17751]
|
2006-11-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17750]
|
2006-11-15 |
Daniel Atallah |
[gaim-migrate @ 17749]
|
2006-11-14 |
Daniel Atallah |
[gaim-migrate @ 17748]
|
2006-11-14 |
Sean Egan |
[gaim-migrate @ 17747]
|
2006-11-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17746]
|
2006-11-13 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17745]
|
2006-11-13 |
Mark Doliner |
[gaim-migrate @ 17744]
|
2006-11-13 |
Christian Hammond |
[gaim-migrate @ 17743]
|
2006-11-13 |
Christian Hammond |
[gaim-migrate @ 17742]
|
2006-11-13 |
Mark Doliner |
[gaim-migrate @ 17741]
|
2006-11-12 |
Evan Schoenberg |
[gaim-migrate @ 17740]
|
2006-11-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17739]
|
2006-11-11 |
Evan Schoenberg |
[gaim-migrate @ 17738]
|
2006-11-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17737]
|
2006-11-11 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17736]
|
2006-11-10 |
Luke Schierer |
[gaim-migrate @ 17735]
|
2006-11-10 |
Luke Schierer |
[gaim-migrate @ 17734]
|
2006-11-10 |
Luke Schierer |
[gaim-migrate @ 17733]
|
2006-11-10 |
Nathan Walp |
[gaim-migrate @ 17732]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17730]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17729]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17723]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17722]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17721]
|
2006-11-10 |
Mark Doliner |
[gaim-migrate @ 17719]
|
2006-11-10 |
Etan Reisner |
[gaim-migrate @ 17718]
|
2006-11-10 |
Luke Schierer |
[gaim-migrate @ 17717]
|
2006-11-09 |
Sean Egan |
[gaim-migrate @ 17716]
|
2006-11-09 |
Bartoz Oler |
[gaim-migrate @ 17715]
|
2006-11-09 |
Daniel Atallah |
[gaim-migrate @ 17714]
|
2006-11-09 |
Daniel Atallah |
[gaim-migrate @ 17713]
|
2006-11-09 |
Richard Laager |
[gaim-migrate @ 17712]
|
2006-11-09 |
Ethan Blanton |
[gaim-migrate @ 17711]
|
2006-11-09 |
Daniel Atallah |
[gaim-migrate @ 17710]
|
2006-11-09 |
Daniel Atallah |
[gaim-migrate @ 17709]
|
2006-11-09 |
Daniel Atallah |
[gaim-migrate @ 17708]
|
2006-11-09 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17707]
|
2006-11-08 |
Mark Doliner |
[gaim-migrate @ 17706]
|
2006-11-08 |
Mark Doliner |
[gaim-migrate @ 17705]
|
2006-11-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17704]
|
2006-11-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17703]
|
2006-11-08 |
Richard Laager |
[gaim-migrate @ 17702]
|
2006-11-08 |
Richard Laager |
[gaim-migrate @ 17701]
|
2006-11-08 |
Daniel Atallah |
[gaim-migrate @ 17700]
|
2006-11-07 |
Richard Laager |
[gaim-migrate @ 17699]
|
2006-11-07 |
Richard Laager |
[gaim-migrate @ 17698]
|
2006-11-07 |
Daniel Atallah |
[gaim-migrate @ 17697]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17696]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17695]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17694]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17693]
|
2006-11-07 |
Richard Laager |
[gaim-migrate @ 17692]
|
2006-11-07 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17691]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17690]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17689]
|
2006-11-07 |
Mark Doliner |
[gaim-migrate @ 17688]
|
2006-11-06 |
Christopher O'Brien |
[gaim-migrate @ 17687]
|
2006-11-06 |
Christopher O'Brien |
[gaim-migrate @ 17686]
|
2006-11-06 |
Christopher O'Brien |
[gaim-migrate @ 17685]
|
2006-11-06 |
Daniel Atallah |
[gaim-migrate @ 17684]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17683]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17682]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17681]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17680]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17679]
|
2006-11-06 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17678]
|
2006-11-06 |
Mark Doliner |
[gaim-migrate @ 17677]
|
2006-11-06 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17676]
|
2006-11-05 |
Mark Doliner |
[gaim-migrate @ 17675]
|
2006-11-05 |
Mark Doliner |
[gaim-migrate @ 17674]
|
2006-11-05 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17673]
|
2006-11-05 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17672]
|
2006-11-05 |
Ethan Blanton |
[gaim-migrate @ 17671]
|
2006-11-05 |
Ethan Blanton |
[gaim-migrate @ 17670]
|
2006-11-05 |
Daniel Atallah |
[gaim-migrate @ 17669]
|
2006-11-05 |
Mark Huetsch |
[gaim-migrate @ 17668]
|
2006-11-04 |
Daniel Atallah |
[gaim-migrate @ 17667]
|
2006-11-04 |
Ethan Blanton |
[gaim-migrate @ 17666]
|
2006-11-03 |
Sean Egan |
[gaim-migrate @ 17665]
|
2006-11-03 |
Sean Egan |
[gaim-migrate @ 17664]
|
2006-11-03 |
Richard Laager |
[gaim-migrate @ 17663]
|
2006-11-03 |
Mark Doliner |
[gaim-migrate @ 17662]
|
2006-11-03 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17661]
|
2006-11-03 |
Richard Laager |
[gaim-migrate @ 17660]
|
2006-11-02 |
Sean Egan |
[gaim-migrate @ 17656]
|
2006-11-02 |
Sean Egan |
[gaim-migrate @ 17655]
|
2006-11-02 |
Sean Egan |
[gaim-migrate @ 17654]
|
2006-11-02 |
Richard Laager |
[gaim-migrate @ 17653]
|
2006-11-02 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17652]
|
2006-11-01 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17651]
|
2006-11-01 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17650]
|
2006-11-01 |
Sean Egan |
[gaim-migrate @ 17649]
|
2006-11-01 |
Mark Doliner |
[gaim-migrate @ 17648]
|
2006-11-01 |
Mark Doliner |
[gaim-migrate @ 17647]
|
2006-11-01 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17646]
|
2006-11-01 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17645]
|
2006-11-01 |
Richard Laager |
[gaim-migrate @ 17644]
|
2006-11-01 |
Richard Laager |
[gaim-migrate @ 17643]
|
2006-11-01 |
Sean Egan |
[gaim-migrate @ 17642]
|
2006-10-31 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17641]
|
2006-10-31 |
Ethan Blanton |
[gaim-migrate @ 17640]
|
2006-10-31 |
Evan Schoenberg |
[gaim-migrate @ 17639]
|
2006-10-31 |
Luke Schierer |
[gaim-migrate @ 17638]
|
2006-10-31 |
Mark Doliner |
[gaim-migrate @ 17637]
|
2006-10-31 |
Daniel Atallah |
[gaim-migrate @ 17636]
|
2006-10-31 |
Ethan Blanton |
[gaim-migrate @ 17635]
|
2006-10-31 |
Tim Ringenbach |
[gaim-migrate @ 17634]
|
2006-10-31 |
Richard Laager |
[gaim-migrate @ 17633]
|
2006-10-31 |
Bartoz Oler |
[gaim-migrate @ 17632]
|
2006-10-30 |
Luke Schierer |
[gaim-migrate @ 17631]
|
2006-10-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17630]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17629]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17628]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17627]
|
2006-10-30 |
Richard Laager |
[gaim-migrate @ 17626]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17625]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17624]
|
2006-10-30 |
Mark Doliner |
[gaim-migrate @ 17623]
|
2006-10-30 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17622]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17621]
|
2006-10-29 |
Daniel Atallah |
[gaim-migrate @ 17620]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17619]
|
2006-10-29 |
Luke Schierer |
[gaim-migrate @ 17618]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17617]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17616]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17615]
|
2006-10-29 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17614]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17613]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17612]
|
2006-10-28 |
Mark Doliner |
[gaim-migrate @ 17611]
|
2006-10-28 |
Mark Doliner |
[gaim-migrate @ 17610]
|
2006-10-28 |
Mark Doliner |
[gaim-migrate @ 17609]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17608]
|
2006-10-28 |
Mark Doliner |
[gaim-migrate @ 17607]
|
2006-10-28 |
Mark Doliner |
[gaim-migrate @ 17606]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17605]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17604]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17601]
|
2006-10-28 |
Stu Tomlinson |
[gaim-migrate @ 17600]
|
2006-10-28 |
Stu Tomlinson |
[gaim-migrate @ 17599]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17598]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17597]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17596]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17595]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17594]
|
2006-10-28 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17593]
|
2006-10-28 |
Daniel Atallah |
[gaim-migrate @ 17592]
|
2006-10-27 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17591]
|
2006-10-27 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17590]
|
2006-10-26 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17589]
|
2006-10-26 |
Stu Tomlinson |
[gaim-migrate @ 17588]
|
2006-10-26 |
Richard Laager |
[gaim-migrate @ 17587]
|
2006-10-26 |
Richard Laager |
[gaim-migrate @ 17586]
|
2006-10-26 |
Luke Schierer |
[gaim-migrate @ 17585]
|
2006-10-25 |
Luke Schierer |
[gaim-migrate @ 17584]
|
2006-10-25 |
Stu Tomlinson |
[gaim-migrate @ 17582]
|
2006-10-25 |
Stu Tomlinson |
[gaim-migrate @ 17581]
|
2006-10-25 |
Nathan Walp |
[gaim-migrate @ 17580]
|
2006-10-25 |
Sean Egan |
[gaim-migrate @ 17579]
|
2006-10-24 |
Mark Doliner |
[gaim-migrate @ 17578]
|
2006-10-24 |
Luke Schierer |
[gaim-migrate @ 17577]
|
2006-10-24 |
Luke Schierer |
[gaim-migrate @ 17576]
|
2006-10-24 |
Nathan Walp |
[gaim-migrate @ 17575]
|
2006-10-24 |
Ethan Blanton |
[gaim-migrate @ 17574]
|
2006-10-24 |
Richard Laager |
[gaim-migrate @ 17573]
|
2006-10-23 |
Etan Reisner |
[gaim-migrate @ 17571]
|
2006-10-23 |
Daniel Atallah |
[gaim-migrate @ 17570]
|
2006-10-23 |
Mark Huetsch |
[gaim-migrate @ 17569]
|
2006-10-23 |
Sean Egan |
[gaim-migrate @ 17568]
|
2006-10-23 |
Sean Egan |
[gaim-migrate @ 17567]
|
2006-10-23 |
Daniel Atallah |
[gaim-migrate @ 17566]
|
2006-10-23 |
Sean Egan |
[gaim-migrate @ 17565]
|
2006-10-23 |
Richard Laager |
[gaim-migrate @ 17564]
|
2006-10-22 |
Richard Laager |
[gaim-migrate @ 17563]
|
2006-10-22 |
Richard Laager |
[gaim-migrate @ 17562]
|
2006-10-22 |
Richard Laager |
[gaim-migrate @ 17561]
|
2006-10-21 |
Daniel Atallah |
[gaim-migrate @ 17560]
|
2006-10-21 |
Daniel Atallah |
[gaim-migrate @ 17559]
|
2006-10-21 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17558]
|
2006-10-21 |
Daniel Atallah |
[gaim-migrate @ 17557]
|
2006-10-21 |
Daniel Atallah |
[gaim-migrate @ 17556]
|
2006-10-20 |
Richard Laager |
[gaim-migrate @ 17555]
|
2006-10-20 |
Luke Schierer |
[gaim-migrate @ 17553]
|
2006-10-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17552]
|
2006-10-20 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17551]
|
2006-10-19 |
Etan Reisner |
[gaim-migrate @ 17550]
|
2006-10-19 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17549]
|
2006-10-19 |
Daniel Atallah |
[gaim-migrate @ 17548]
|
2006-10-19 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17547]
|
2006-10-19 |
Etan Reisner |
[gaim-migrate @ 17546]
|
2006-10-19 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17545]
|
2006-10-19 |
Daniel Atallah |
[gaim-migrate @ 17544]
|
2006-10-19 |
Daniel Atallah |
[gaim-migrate @ 17543]
|
2006-10-19 |
Etan Reisner |
[gaim-migrate @ 17542]
|
2006-10-19 |
Daniel Atallah |
[gaim-migrate @ 17541]
|
2006-10-19 |
Daniel Atallah |
[gaim-migrate @ 17540]
|
2006-10-18 |
Ethan Blanton |
[gaim-migrate @ 17538]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17537]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17535]
|
2006-10-18 |
Luke Schierer |
[gaim-migrate @ 17533]
|
2006-10-18 |
Stu Tomlinson |
[gaim-migrate @ 17532]
|
2006-10-18 |
Ethan Blanton |
[gaim-migrate @ 17531]
|
2006-10-18 |
Luke Schierer |
[gaim-migrate @ 17527]
|
2006-10-18 |
Stu Tomlinson |
[gaim-migrate @ 17526]
|
2006-10-18 |
Luke Schierer |
[gaim-migrate @ 17525]
|
2006-10-18 |
Luke Schierer |
[gaim-migrate @ 17524]
|
2006-10-18 |
Etan Reisner |
[gaim-migrate @ 17522]
|
2006-10-18 |
Etan Reisner |
[gaim-migrate @ 17521]
|
2006-10-18 |
Mark Doliner |
[gaim-migrate @ 17520]
|
2006-10-18 |
Nathan Walp |
[gaim-migrate @ 17519]
|
2006-10-18 |
Etan Reisner |
[gaim-migrate @ 17518]
|
2006-10-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17517]
|
2006-10-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17516]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17515]
|
2006-10-18 |
Luke Schierer |
[gaim-migrate @ 17514]
|
2006-10-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17513]
|
2006-10-18 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17512]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17511]
|
2006-10-18 |
Sean Egan |
[gaim-migrate @ 17510]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17509]
|
2006-10-18 |
Sean Egan |
[gaim-migrate @ 17508]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17507]
|
2006-10-18 |
Sean Egan |
[gaim-migrate @ 17506]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17505]
|
2006-10-18 |
Daniel Atallah |
[gaim-migrate @ 17504]
|
2006-10-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17503]
|
2006-10-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17502]
|
2006-10-17 |
Etan Reisner |
[gaim-migrate @ 17501]
|
2006-10-17 |
Daniel Atallah |
[gaim-migrate @ 17500]
|
2006-10-17 |
Daniel Atallah |
[gaim-migrate @ 17499]
|
2006-10-17 |
Mark Doliner |
[gaim-migrate @ 17498]
|
2006-10-17 |
Mark Doliner |
[gaim-migrate @ 17496]
|
2006-10-17 |
Etan Reisner |
[gaim-migrate @ 17495]
|
2006-10-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17494]
|
2006-10-17 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17493]
|
2006-10-17 |
Daniel Atallah |
[gaim-migrate @ 17492]
|
2006-10-17 |
Richard Laager |
[gaim-migrate @ 17491]
|
2006-10-16 |
Richard Laager |
[gaim-migrate @ 17490]
|
2006-10-16 |
Luke Schierer |
[gaim-migrate @ 17489]
|
2006-10-16 |
Luke Schierer |
[gaim-migrate @ 17488]
|
2006-10-16 |
Daniel Atallah |
[gaim-migrate @ 17487]
|
2006-10-16 |
Daniel Atallah |
[gaim-migrate @ 17486]
|
2006-10-16 |
Mark Doliner |
[gaim-migrate @ 17485]
|
2006-10-15 |
Stu Tomlinson |
[gaim-migrate @ 17484]
|
2006-10-15 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17482]
|
2006-10-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17480]
|
2006-10-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17479]
|
2006-10-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17478]
|
2006-10-14 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17477]
|
2006-10-13 |
Daniel Atallah |
[gaim-migrate @ 17476]
|
2006-10-13 |
Sean Egan |
[gaim-migrate @ 17475]
|
2006-10-13 |
Etan Reisner |
[gaim-migrate @ 17474]
|
2006-10-13 |
Etan Reisner |
[gaim-migrate @ 17473]
|
2006-10-12 |
Etan Reisner |
[gaim-migrate @ 17472]
|
2006-10-12 |
Etan Reisner |
[gaim-migrate @ 17471]
|
2006-10-12 |
Etan Reisner |
[gaim-migrate @ 17470]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17469]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17468]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17467]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17466]
|
2006-10-12 |
Stu Tomlinson |
[gaim-migrate @ 17465]
|
2006-10-12 |
Richard Laager |
[gaim-migrate @ 17464]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17463]
|
2006-10-12 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17462]
|
2006-10-11 |
Mark Doliner |
[gaim-migrate @ 17460]
|
2006-10-11 |
Daniel Atallah |
[gaim-migrate @ 17459]
|
2006-10-11 |
Nathan Walp |
[gaim-migrate @ 17458]
|
2006-10-10 |
Daniel Atallah |
[gaim-migrate @ 17456]
|
2006-10-10 |
Mark Doliner |
[gaim-migrate @ 17455]
|
2006-10-10 |
Mark Doliner |
[gaim-migrate @ 17454]
|
2006-10-10 |
Daniel Atallah |
[gaim-migrate @ 17453]
|
2006-10-09 |
Daniel Atallah |
[gaim-migrate @ 17452]
|
2006-10-08 |
Daniel Atallah |
[gaim-migrate @ 17451]
|
2006-10-08 |
Daniel Atallah |
[gaim-migrate @ 17450]
|
2006-10-08 |
Gary Kramlich |
[gaim-migrate @ 17449]
|
2006-10-08 |
Sean Egan |
[gaim-migrate @ 17448]
|
2006-10-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17447]
|
2006-10-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17446]
|
2006-10-08 |
Sadrul Habib Chowdhury |
[gaim-migrate @ 17445]
|
2006-10-07 |
Mark Doliner |
[gaim-migrate @ 17444]
|
2006-10-07 |
Stu Tomlinson |
[gaim-migrate @ 17443]
|
2006-10-07 |
Stu Tomlinson |
[gaim-migrate @ 17442]
|