2007-09-17 |
Sadrul Habib Chowdhury |
Tab-complete as much as possible when there are multiple suggests.
|
2007-09-16 |
Sadrul Habib Chowdhury |
merge of '4edaa472ef7d3d6b4bef04843b8e7116e3a44c84'
|
2007-09-16 |
Evan Schoenberg |
merge of '5eb5c567b85fa0c57d69ad649e737c11b45b70ec'
|
2007-09-16 |
Sadrul Habib Chowdhury |
Fix #3127.
|
2007-09-16 |
Sadrul Habib Chowdhury |
Add checkboxes for 'auto-join' and 'persistent' in the add-chat dialog. Closes #2248.
|
2007-09-16 |
Eoin Coffey |
merge of '249b00cea42025dd90023ffcffb778f320c99c99'
|
2007-09-15 |
Richard Laager |
In the auto-personize code:
|
2007-09-15 |
Richard Laager |
merge of '22f6ff41c9fffdd5267c9c96f8208a6071443e62'
|
2007-09-16 |
Eoin Coffey |
merge of '133f2968e112c003cac1320d1ca0128d5da74066'
|
2007-09-16 |
Andreas Monitzer |
merge of '0411be512ef271d73fb2f800df237b0953a983a1'
|
2007-09-15 |
Sadrul Habib Chowdhury |
merge of '13c22e794b21817fd09887f5a0d20def762f5203'
|
2007-09-15 |
Sadrul Habib Chowdhury |
Honour the persistency when closing the window from the WM.
|
2007-09-16 |
Andreas Monitzer |
Forgot to specify that the application shouldn't reconnect when no encryption is available on the server but the user has asked to require it.
|
2007-09-17 |
Sean Egan |
Change Add/Edit to Manage. Fixes #1771 and #2796
|
2007-09-16 |
Sean Egan |
remove gpl boilerplate from doxygen docs
|
2007-09-15 |
Sean Egan |
Turn off rules hint for gtkrequest. Fixes #2652
|
2007-09-15 |
Sean Egan |
special case smileys in the toolbar. Fixes #2668 I'll need a new icon from Hylke
|
2007-09-15 |
Sean Egan |
only draw line on expanded group headers
|
2007-09-18 |
Will Thompson |
Fix up Bonjour to use purple_connection_error_reason.
|
2007-09-17 |
Will Thompson |
Make pidgin use report_disconnect_reason rather than report_disconnect, and
|
2007-09-17 |
Will Thompson |
It's even better when code compiles. Remove references to disconnection
|
2007-09-17 |
Will Thompson |
Create purple_connection_reason_is_fatal, which is basically a replacement for
|
2007-09-17 |
Will Thompson |
Create PurpleConnectionUiOps.report_disconnect_reason and
|
2007-09-17 |
Will Thompson |
Remove non-error PurpleDisconnectReasons, and add PURPLE_REASON_OTHER_ERROR
|
2007-09-15 |
Will Thompson |
Create a PurpleDisconnectReason enum (which happens to be identical to
|
2007-09-15 |
Sean Egan |
Only keep track of sent auto-responses in determining whether to send an auto-response. This will keep people who have had a conversation and then set themselves away from getting confused and thinking it doesn't work
|
2007-09-15 |
Sean Egan |
Remove second :-$ emoticon from ICQ. Fixes #2671
|
2007-09-15 |
Sean Egan |
Gray offline buddy icons when setting them as window icons. Fixes #302
|
2007-09-15 |
Sean Egan |
changelog move to
|
2007-09-15 |
Sean Egan |
merge of '9f5274448f45f6503b6ea291ada3c4e0e00b8c52'
|
2007-09-15 |
Sadrul Habib Chowdhury |
Plug some memory leaks.
|
2007-09-15 |
Sadrul Habib Chowdhury |
static this.
|
2007-09-15 |
Sadrul Habib Chowdhury |
Changelog conversation hiding and music emblem. Feel free to better the description.
|
2007-09-15 |
Sadrul Habib Chowdhury |
Display a music emblem in the buddylist when appropriate.
|
2007-09-15 |
Sadrul Habib Chowdhury |
Use the #define's instead of the strings.
|
2007-09-15 |
Sadrul Habib Chowdhury |
If there's a chat open when an account gets disconnected because of an error,
|
2007-09-15 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 1dd94029a56becb6dd246bc78486df5244f66367)
|
2007-09-15 |
Sadrul Habib Chowdhury |
We can do this without forcing a minor bump.
|
2007-09-15 |
Sadrul Habib Chowdhury |
Do not boldify the chat in the buddylist for unread system messages.
|
2007-09-15 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 02b9fa9cd591c94c082a8ff02ea27fe33b278a0a)
|
2007-09-15 |
Sadrul Habib Chowdhury |
merge of '02b9fa9cd591c94c082a8ff02ea27fe33b278a0a'
|
2007-09-15 |
Sean Egan |
underline group headers instead of setting their background color. Inspired by Empathy, and probably Gossip before it. I think it probably looks better, but it's just two lines, so tell me if you disagree
|
2007-09-15 |
Sean Egan |
remove stale .todos
|
2007-09-15 |
Sean Egan |
Move to menu in blist context menu. Used for more easily moving buddies between groups
|
2007-09-15 |
Daniel Atallah |
Mark new MSN string translatable now that we're no longer string frozen.
|
2007-09-15 |
Sean Egan |
Auto-personization. Closes #44
|
2007-09-14 |
Sean Egan |
Make 200px the upper-bound for buddy icons. Prevents problems when people try using their 7megapixel digital camera images as custom icons. Fixes #105
|
2007-09-14 |
Sean Egan |
Pack smileys into smiley box without expand=FALSE. Fixes #92
|
2007-09-14 |
Daniel Atallah |
Apply a similar fix to the proxy prefs loading fix to the status scores.
|
2007-09-14 |
Daniel Atallah |
Fix proxy settings to be loaded correctly when libpurple is initialized. This was broken because it relied on the prefs being loaded after proxy initialization so that the pref callbacks would be triggered and I changed the prefs loading to happen right at the beginning to fix other issues. Fixes #3092.
|
2007-09-14 |
Stu Tomlinson |
merge of '507542b421b5b1da79e4b5a2624a5f768e2683e3'
|
2007-09-14 |
Stu Tomlinson |
it seems that "SOURCES" is a reserved variable in some versions of automake,
|
2007-09-14 |
Stu Tomlinson |
Fix the spec file due to relocation of sound files and new CA certificates
|
2007-09-14 |
Stu Tomlinson |
Hopefully fix the broken detection of X11 stuffs on older X installations
|
2007-09-14 |
Stu Tomlinson |
Version bump
|
2007-09-14 |
Will Thompson |
Explain what PurpleAccountOption.masked and its setters and getters
|
2007-09-16 |
Evan Schoenberg |
The MSN http method should default to MSN_HTTPCONN_SERVER, not MSN_SERVER
|
2007-09-14 |
Sean Egan |
whoops! do if 0, not ifdef 0
|
2007-09-15 |
Sadrul Habib Chowdhury |
Cool music emblem from hbons. If you hadn't noticed, he's pretty good\!
|
2007-09-14 |
Sadrul Habib Chowdhury |
merge of '15e090cc3c5ac0e910b83a17267afbabea78ef86'
|
2007-09-14 |
Sadrul Habib Chowdhury |
Part of #1332 to introduce pidgin_text_combo_box_new_entry and
|
2007-09-14 |
Sean Egan |
remove logo versionizing
|
2007-09-14 |
Kevin Stange |
Another noteworthy item!
|
2007-09-14 |
Kevin Stange |
More changelogging. I added the URL for the closed tickets on this milestone
|
2007-09-14 |
Kevin Stange |
merge of '91d32f258f45019f306aa3b84171ce3ae04ea27e'
|
2007-09-14 |
Kevin Stange |
merge of '3dedd60731e82888442aec49bfdcf99d59493074'
|
2007-09-14 |
Kevin Stange |
Fix Ka-Hing's tabbing and NEWS for myself.
|
2007-09-14 |
Kevin Stange |
merge of '0befa035e9ed7dd56124bd9f33fa7111a6eaf95b'
|
2007-09-14 |
Ka-Hing Cheung |
news
|
2007-09-14 |
Kevin Stange |
This should be credited.
|
2007-09-14 |
Sean Egan |
ChangeLog yahoo chat
|
2007-09-14 |
William Ehlhardt |
- Add API extensions written for the Certificate Manager
|
2007-09-14 |
Kevin Stange |
A couple more things for the ChangeLog
|
2007-09-14 |
Kevin Stange |
Update the dates on the ChangeLogen
|
2007-09-14 |
Sadrul Habib Chowdhury |
merge of '83f50edf9e879470bb69228cdfb494cd66b76d27'
|
2007-09-14 |
Sadrul Habib Chowdhury |
merge of '1b5e0d46f232e69af8caa445d5928c559fe13690'
|
2007-09-14 |
Kevin Stange |
Make Win32 build from dist tarball.
|
2007-09-14 |
Sadrul Habib Chowdhury |
Remove this for now to pass distcheck. I need to find a way to bring this
|
2007-09-14 |
Sean Egan |
Please NEWS and continue to ChangeLog things.
|
2007-09-14 |
Kevin Stange |
merge of '11768a3d08fa04aafe9292064f8999c0fc368c8b'
|
2007-09-14 |
Kevin Stange |
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
|
2007-09-14 |
Ambrose C. Li |
Fixes #3085 , zh_TW translation update
|
2007-09-14 |
Sadrul Habib Chowdhury |
merge of 'da40aebad3ad2fda4c989c859927ab42a0825de5'
|
2007-09-14 |
Ethan Blanton |
whoops, missed the changelog for the Brazilian Portuguese translation
|
2007-09-14 |
Ethan Blanton |
Portuguese language translation from Maurício.
|
2007-09-14 |
John Bailey |
Comment tweaks to be closer to the version handed out via the wiki as well as
|
2007-09-14 |
Daniel Atallah |
Sneakiness to make it easy to compile xmpp on win32 with Cyrus SASL support. This isn't ready for popular consumption yet, but if anyone wants the sasl binary that I compiled against MIT Kerberos, let me know.
|
2007-09-14 |
John Bailey |
propagate from branch 'im.pidgin.cpw.rekkanoryo.examples' (head 55aed29a474f580bfb8b319bdcab36dc80024bd4)
|
2007-09-14 |
Daniel Atallah |
There shouldn't be assert()s in pretty much any libpurple code.
|
2007-09-14 |
Daniel Atallah |
Clear the password when we get an auth. error and we're not saving passwords so that you don't need to go into the account settings to reset it. Fix #3083.
|
2007-09-14 |
Daniel Atallah |
Cleanup the SASL init and add error checking.
|
2007-09-13 |
Sean Egan |
Fixes #3051 Patch from Will Hawkins to clean up SIMPLE login and registration
|
2007-09-13 |
William Ehlhardt |
merge of '5d4b00a88466bb9e851eaca42ab3fd3f2c4093ef'
|
2007-09-14 |
Sadrul Habib Chowdhury |
Don't fail on distcheck.
|
2007-09-13 |
Sadrul Habib Chowdhury |
Typo
|
2007-09-13 |
Daniel Atallah |
A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
|
2007-09-13 |
Daniel Atallah |
Fix crash in musicmessaging plugin when something else has set the message to NULL (in this case, I'm guessing the Offline Messaging plugin). Fixes #3050.
|
2007-09-13 |
William Ehlhardt |
- Make x509_signed_by return TRUE indiscriminately so that other things
|
2007-09-13 |
William Ehlhardt |
- Make ssl-nss x509_export_certificate work
|
2007-09-13 |
William Ehlhardt |
- Fix ssl-nss x509 to properly convert NSPR PRTime to time_t (in
|
2007-09-13 |
William Ehlhardt |
- GTKCertMgr X.509 infothing now uses the
|
2007-09-13 |
William Ehlhardt |
- Make ssl-nss unique_id and issuer_unique_id work
|
2007-09-12 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head bc9c8821faaf3c70a0f00b97e954189a9a85ba91)
|
2007-09-12 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
|
2007-09-12 |
Gabriel Schulhof |
Fixing g(tk|nt)certmgr.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing g(tk|nt)certmgr.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing gntconn.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing gntcertmgr.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing gntaccount.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing certificate.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing certificate.c
|
2007-09-12 |
Gabriel Schulhof |
Fixing usernick.c and, for some strange reason, request.h
|
2007-09-12 |
Gabriel Schulhof |
Updated purple_request_fields in usermood.c
|
2007-09-12 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
|
2007-08-19 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
|
2007-08-19 |
Gabriel Schulhof |
"Fixing"GtkPounce.xs
|
2007-08-19 |
Gabriel Schulhof |
"Fixing"GtkPlugin.xs
|
2007-08-19 |
Gabriel Schulhof |
Forgot;
|
2007-08-19 |
Gabriel Schulhof |
Typo
|
2007-08-19 |
Gabriel Schulhof |
Trying some more .xs-fu
|
2007-08-19 |
Gabriel Schulhof |
Trying some more .xs-fu
|
2007-08-18 |
Gabriel Schulhof |
Updated signatures in gntrequest.c - dunno how to implement transience
|
2007-08-18 |
Gabriel Schulhof |
Added hints to gntpounces.c and gntprefs.c
|
2007-08-18 |
Gabriel Schulhof |
Added hints to gntplugin.c
|
2007-08-18 |
Gabriel Schulhof |
Added hints to gntblist.c
|
2007-08-18 |
Gabriel Schulhof |
Updating Request.xs
|
2007-08-18 |
Gabriel Schulhof |
merge of '2e581033a2565fca7ce0dd0b8a5b84ecc919c830'
|
2007-08-17 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 3f64b9d598e136d0f6f739c7f23ad4baed097f73)
|
2007-09-12 |
Sadrul Habib Chowdhury |
Compile\!
|
2007-09-12 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 3a95a9866173539bae4b66f0e7047dae6f5376c6)
|
2007-09-12 |
John Bailey |
Adding a notify API example plugin.
|
2007-09-12 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 71464d14b942b267bc284f32e1f3eb7fb43b83a9)
|
2007-09-08 |
John Bailey |
Fix my e-mail address to match my MTN key since it now is a real e-mail address.
|
2007-09-08 |
John Bailey |
propagate from branch 'im.pidgin.pidgin' (head 15bcbcfaf120a8a662c8c97ac73c5f6eb0fe6813)
|
2007-09-08 |
John Bailey |
Automake foo
|
2007-09-08 |
John Bailey |
Add the debug example plugin
|
2007-09-08 |
John Bailey |
Fix the top of the header and also correct for the new FSF address.
|
2007-09-08 |
John Bailey |
Adding the helloworld.c plugin used in the BasicPluginHowto and the
|
2007-12-01 |
Sadrul Habib Chowdhury |
explicit merge of '340d730b1b1e1164ee9eab77968ffd03cdf4996e'
|
2007-12-01 |
Sadrul Habib Chowdhury |
disapproval of revision '2b7518757478bf6ae0a9d32b0881d7603e6cc99e'
|
2007-09-11 |
Sadrul Habib Chowdhury |
Apparently, if the row-keys don't have a destructor function, things can go
|
2007-09-07 |
Sadrul Habib Chowdhury |
Add a "<hr>" after the message history after redisplaying a hidden
|
2007-09-07 |
Sadrul Habib Chowdhury |
Do not update the unseen count for system messages.
|
2007-09-07 |
Sadrul Habib Chowdhury |
"We are going to destroy the conversations immediately only if the 'close immediately'
|
2007-09-05 |
Sadrul Habib Chowdhury |
Make changes in the buddylist menutray icon for hidden conversations to work
|
2007-09-05 |
Sadrul Habib Chowdhury |
Get rid of hidden_convwin.
|
2007-12-01 |
Sadrul Habib Chowdhury |
disapproval of revision '08f542359200866bb7a302653d875cdeccb8df01'
|
2007-09-04 |
Sadrul Habib Chowdhury |
For hidden conversations, just don't create any UI objects at all. This
|
2007-09-04 |
Sadrul Habib Chowdhury |
Show the 'new message' icon correctly.
|
2007-09-04 |
Sadrul Habib Chowdhury |
Add some stuff so that we don't have to traverse over a list to determine
|
2007-09-18 |
Jeffrey Connelly |
In msimprpl, log unrecognized HTML tags received from the IM client, and
|
2007-09-18 |
Jeffrey Connelly |
Replace all CRLF line-endings with LF line endings (Unix-style). This fixes
|
2007-09-17 |
Jeffrey Connelly |
Add compile-time option MSIM_MARKUP_SHOW_UNKNOWN_TAGS, enabled by default
|
2007-08-18 |
Gabriel Schulhof |
Minor oversight
|
2007-08-17 |
Gabriel Schulhof |
... and the font dialog
|
2007-08-17 |
Gabriel Schulhof |
... and the font dialog
|
2007-08-17 |
Gabriel Schulhof |
... and the font dialog
|
2007-08-17 |
Gabriel Schulhof |
... and the font dialog
|
2007-08-17 |
Gabriel Schulhof |
Stringing smiley toolbar
|
2007-08-17 |
Gabriel Schulhof |
Stringing pounce windows
|
2007-08-17 |
Gabriel Schulhof |
Stringing pounce windows
|
2007-08-17 |
Gabriel Schulhof |
Ooops ...
|
2007-08-17 |
Gabriel Schulhof |
Forgot the header ...
|
2007-08-17 |
Gabriel Schulhof |
Adding syslog + compile fixes
|
2007-08-17 |
Gabriel Schulhof |
merge of '157af56b7d2b30861754d904bd1a501357ee10a7'
|
2007-08-17 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 90fde4fedfaeb6e062d2d74a7128c2132e9acb55)
|
2007-08-17 |
Gabriel Schulhof |
Forgot one
|
2007-08-17 |
Gabriel Schulhof |
merge of '0bd9e1e53c324f8db97d248ad3b09eb140a0e416'
|
2007-08-17 |
Gabriel Schulhof |
explicit merge of 'fc49baf44017a8fd511c607b435668baf2a0f518'
|
2007-08-17 |
Gabriel Schulhof |
Stringing log windows
|
2007-08-17 |
Gabriel Schulhof |
Oops ...
|
2007-08-17 |
Gabriel Schulhof |
Forgot to s/filesel/dirsel/ in the folder selector
|
2007-08-17 |
Gabriel Schulhof |
Forgot to refer to gtkblist.h
|
2007-08-17 |
Gabriel Schulhof |
Finished implem in gtkrequest.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkutils.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkutils.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkstatusbox.c
|
2007-08-16 |
Gabriel Schulhof |
Fixed function sigs in gtkrequest.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkprivacy.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkprefs.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkpounce.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtklog.c and gtkplugin.c - starting to use Pidgin-specific hints
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtklog.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkimhtmltoolbar.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to gtkdialogs.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to pidgin/gtkdebug.c
|
2007-08-16 |
Gabriel Schulhof |
Added hints to pidgin/gtkconv.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to pidgin/gtkblist.c
|
2007-08-16 |
Gabriel Schulhof |
Implementing hints in libpurple/server.c
|
2007-08-16 |
Gabriel Schulhof |
Implementing hints in libpurple/request.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to ft.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to conversation.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to libpurple/account.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to yahoo yahoo.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to libpurple/plugins/autoaccept.c
|
2007-08-16 |
Gabriel Schulhof |
Adding hints to libpurple/plugins/autoaccept.c
|
2007-08-13 |
Gabriel Schulhof |
Added hints to sametime sametime.c
|
2007-08-13 |
Gabriel Schulhof |
Added hints to qq sys_msg.c
|
2007-08-13 |
Gabriel Schulhof |
Added hints to qq group_opt.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq group_join.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq group_im.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq group.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq buddy_opt.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq buddy_opt.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to qq buddy_info.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to oscar peer.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to oscar oscar.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to novell novell.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to msn msn.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to msn msn.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to msn dialog.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber xdata.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber si.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber jabber.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber chat.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber buddy.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber auth.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to jabber auth.c
|
2007-08-12 |
Gabriel Schulhof |
Added hints to gg.c
|
2007-08-12 |
Gabriel Schulhof |
Adding buddy hint to offlinemsg
|
2007-08-12 |
Gabriel Schulhof |
Added hints to idle maker
|
2007-08-12 |
Gabriel Schulhof |
API says *crack*
|
2007-08-12 |
Gabriel Schulhof |
Restored API. Lessee what we can do with the other params first
|
2007-08-12 |
Gabriel Schulhof |
merge of '6921f2461941acb974565c821beffc6f81f39492'
|
2007-08-09 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 1aba81cae8b963708281123ed6c438ba5861113d)
|
2007-08-12 |
Gabriel Schulhof |
Broke all purple_request_* APIs
|
2007-08-08 |
Gabriel Schulhof |
... and the About dialog ...
|
2007-08-08 |
Gabriel Schulhof |
... and the About dialog ...
|
2007-08-08 |
Gabriel Schulhof |
Making plugins dialog work
|
2007-08-08 |
Gabriel Schulhof |
Adding parameter void *ui_data for parent window
|
2007-08-08 |
Gabriel Schulhof |
Checking program flow
|
2007-08-08 |
Gabriel Schulhof |
Checking program flow
|
2007-08-08 |
Gabriel Schulhof |
Testing out show-with-parent.
|
2007-08-08 |
Gabriel Schulhof |
propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
|
2007-07-28 |
Gabriel Schulhof |
Back to square[0]
|
2007-07-28 |
Gabriel Schulhof |
Trying pidgin_get_toplevel
|
2007-07-28 |
Gabriel Schulhof |
Converting buddy list menu items.
|
2007-07-24 |
Gabriel Schulhof |
More dialogs made transient
|
2007-07-24 |
Gabriel Schulhof |
Minor fix
|
2007-07-24 |
Gabriel Schulhof |
Making it compile...
|
2007-07-24 |
Gabriel Schulhof |
Making it compile...
|
2007-07-24 |
Gabriel Schulhof |
Making it compile...
|
2007-07-24 |
Gabriel Schulhof |
Making it compile...
|
2007-07-24 |
Gabriel Schulhof |
Generic transience mechanism ... *shudder*
|
2007-07-24 |
Gabriel Schulhof |
Making dialogs properly transient.
|
2007-04-15 |
Ka-Hing Cheung |
Committing khc's msnp14 changes from Trac Ticket #148. --rlaager
|
2006-10-18 |
Ma Yuan |
[gaim-migrate @ 17523]
|
2006-10-15 |
Ma Yuan |
[gaim-migrate @ 17483]
|
2006-10-14 |
Ma Yuan |
[gaim-migrate @ 17481]
|
2006-09-16 |
Ma Yuan |
[gaim-migrate @ 17288]
|
2006-09-08 |
Ma Yuan |
[gaim-migrate @ 17193]
|
2006-09-08 |
Ma Yuan |
[gaim-migrate @ 17192]
|
2006-09-07 |
Ma Yuan |
[gaim-migrate @ 17182]
|
2006-09-06 |
Ma Yuan |
[gaim-migrate @ 17181]
|
2006-09-03 |
Ma Yuan |
[gaim-migrate @ 17139]
|
2006-09-03 |
Ma Yuan |
[gaim-migrate @ 17138]
|
2006-08-31 |
Ma Yuan |
[gaim-migrate @ 17100]
|
2006-08-27 |
Ma Yuan |
[gaim-migrate @ 17057]
|
2006-08-27 |
Ma Yuan |
[gaim-migrate @ 17056]
|
2006-08-27 |
Ma Yuan |
[gaim-migrate @ 17055]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17045]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17043]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17042]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17041]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17040]
|
2006-08-26 |
Ma Yuan |
[gaim-migrate @ 17034]
|
2006-08-24 |
Ma Yuan |
[gaim-migrate @ 17015]
|
2006-08-24 |
Ma Yuan |
[gaim-migrate @ 17014]
|
2006-08-23 |
Ma Yuan |
[gaim-migrate @ 17006]
|
2006-08-23 |
Ma Yuan |
[gaim-migrate @ 17004]
|
2006-08-23 |
Ma Yuan |
[gaim-migrate @ 17003]
|
2006-08-22 |
Ma Yuan |
[gaim-migrate @ 16979]
|
2006-08-22 |
Ma Yuan |
[gaim-migrate @ 16973]
|
2006-08-22 |
Ma Yuan |
[gaim-migrate @ 16968]
|
2006-08-21 |
Ma Yuan |
[gaim-migrate @ 16956]
|
2006-08-21 |
Ma Yuan |
[gaim-migrate @ 16955]
|
2006-08-21 |
Ma Yuan |
[gaim-migrate @ 16952]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16887]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16885]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16884]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16882]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16876]
|
2006-08-19 |
Ma Yuan |
[gaim-migrate @ 16873]
|
2006-08-18 |
Ma Yuan |
[gaim-migrate @ 16840]
|
2006-08-16 |
Ma Yuan |
[gaim-migrate @ 16790]
|
2006-08-15 |
Ma Yuan |
[gaim-migrate @ 16772]
|
2006-08-15 |
Ma Yuan |
[gaim-migrate @ 16771]
|
2006-08-14 |
Ma Yuan |
[gaim-migrate @ 16758]
|
2006-08-13 |
Ma Yuan |
[gaim-migrate @ 16737]
|
2006-08-13 |
Ma Yuan |
[gaim-migrate @ 16733]
|
2006-08-12 |
Ma Yuan |
[gaim-migrate @ 16722]
|
2006-08-12 |
Ma Yuan |
[gaim-migrate @ 16721]
|
2006-08-12 |
Ma Yuan |
[gaim-migrate @ 16716]
|
2006-08-10 |
Ma Yuan |
[gaim-migrate @ 16685]
|
2006-08-10 |
Ma Yuan |
[gaim-migrate @ 16684]
|
2006-08-06 |
Ma Yuan |
[gaim-migrate @ 16655]
|
2006-08-06 |
Ma Yuan |
[gaim-migrate @ 16654]
|
2006-08-06 |
Ma Yuan |
[gaim-migrate @ 16653]
|
2006-08-02 |
Ma Yuan |
[gaim-migrate @ 16613]
|
2006-07-30 |
Ma Yuan |
[gaim-migrate @ 16601]
|
2006-07-30 |
Ma Yuan |
[gaim-migrate @ 16600]
|
2006-07-23 |
Ma Yuan |
[gaim-migrate @ 16547]
|
2006-07-23 |
Ma Yuan |
[gaim-migrate @ 16546]
|
2006-07-17 |
Ma Yuan |
[gaim-migrate @ 16507]
|
2006-07-09 |
Ma Yuan |
[gaim-migrate @ 16473]
|
2006-06-24 |
Ma Yuan |
[gaim-migrate @ 16329]
|
2007-09-13 |
Sadrul Habib Chowdhury |
merge of '2510b3bdf51be7bd339aca4a39ec86bf73c6716c'
|
2007-09-13 |
Daniel Atallah |
This is parts 1 and 2 of patch #2910 from Vladimir (thecrux) to improve NTLM proxy handling. Specifically, it specifies that we're using Unicode strings and uses the hostname of the local machine instead of incorrectly using the proxy server's hostname for authentication. References #2910.
|
2007-09-12 |
Daniel Atallah |
Add Basque translation to win32 installer from Mikel Pascual Aldabaldetreku. Fixes #2880.
|
2007-09-12 |
Daniel Atallah |
Fix from fmoo so that the imhtml toolbar appears right on the MS-Windows theme (and probably other themes too).
|
2007-09-13 |
Sadrul Habib Chowdhury |
Remember the 'Enable Sounds' setting for a conversation. Closes #312.
|
2007-09-12 |
Sadrul Habib Chowdhury |
merge of '7d129d95f3f565e508da7fd81f36de2b51dfb103'
|
2007-09-12 |
Björn Voigt |
a new version to take into account the new translation name.
|
2007-09-12 |
Éric Boumaour |
fixes #3068
|
2007-09-12 |
Will Thompson |
merge of 'cecaf2df51b21064a99e3ca0588ae11a7b499b42'
|
2007-08-15 |
Will Thompson |
Add doxygen fu to the DNS UiOps.
|
2007-09-12 |
Sadrul Habib Chowdhury |
Duplicate the fix from 33d699ec: do g_thread_init before using any other
|
2007-09-12 |
Sadrul Habib Chowdhury |
merge of '136752a3a64ea88c43212015de4ce2ed521575d1'
|
2007-09-12 |
Luke Schierer |
merge of '568fa1d06eec5b85c215976c97bba59da8c139a7'
|
2007-09-12 |
Timo Jyrinki |
fixes #3048
|
2007-09-12 |
Sadrul Habib Chowdhury |
Instead of just notifying the user about a connection error, give him options
|
2007-09-12 |
Luke Schierer |
missed this merging
|
2007-09-12 |
Luke Schierer |
merge of '125b719cb91678665be458b456b707477e85d179'
|
2007-09-12 |
Martin Srebotnjak |
fixes #3041
|
2007-09-12 |
Sadrul Habib Chowdhury |
Fix a memory corruption.
|
2007-09-12 |
Sadrul Habib Chowdhury |
merge of '7c5d7b18909c2d94f281c62597ceed3ea6533c08'
|
2007-09-12 |
Sadrul Habib Chowdhury |
Don't prompt for the password again if the user entered it once in the account window.
|
2007-09-12 |
Sadrul Habib Chowdhury |
Select the right account when a buddyname is selected from the suggest-list.
|
2007-09-12 |
Sadrul Habib Chowdhury |
Fix a small bug in sound-test, thanks to igungor in #pidgin.
|
2007-09-12 |
Luke Schierer |
trying to make the merge easier
|
2007-09-11 |
Martin Srebotnjak |
fixes #3041 assuming this is the same miles
|
2007-09-11 |
Timo Jyrinki |
fixes #3048 Assuming tjyrinki is the same as the last submitter I see in monotone-viz
|
2007-09-11 |
Serdar Soytetir |
fixes #3044
|
2007-09-12 |
Mark Doliner |
Fix the bug reported to the devel mailing list by Georgi Kirilov.
|
2007-09-12 |
Luke Schierer |
this file shouldn't be marked executable
|
2007-09-12 |
Javier Fernández-Sanguino Peña |
fixes #2682
|
2007-09-12 |
Serdar Soytetir |
fixes #3044
|
2007-09-12 |
Luke Ross |
fixes #3057
|
2007-09-12 |
Luke Schierer |
merge of 'bda49fb76ee1731eebada61327489c4d42d07e66'
|
2007-09-12 |
Etan Reisner |
Fix the capitalization of the python variable in a configure.ac check, I
|
2007-09-11 |
Ivar Smolin |
fixes #2757
|
2007-09-11 |
Yngve Spjeld Landro |
fixes #2878
|
2007-09-11 |
Luke Schierer |
merge of '7480925dadadae4e72d767542bc4435163eb0a52'
|
2007-09-11 |
Miloslav Trmac |
fixes #3043
|
2007-09-11 |
Loptosko |
fixes #3039
|
2007-09-11 |
Björn Voigt |
fixes #3055
|
2007-09-11 |
Kelemen Gábor |
fixes #3029
|
2007-09-11 |
Arangel Angov |
fixes #3001
|
2007-09-11 |
Luke Schierer |
fixes #2743
|
2007-09-11 |
Ihar Hrachyshka |
references #2743
|
2007-09-11 |
Claudio Satriano |
fixes #2797
|
2007-09-11 |
Sean Egan |
disapproval of revision '4d691e24cf14c43dbce305dafaa5dd03f76632e7'
|
2007-09-11 |
Sean Egan |
New logo for 2.2.0
|
2007-09-11 |
Daniel Atallah |
Update the Hungarian translator in the about dialog. Fixes #3030.
|
2007-09-11 |
Evan Schoenberg |
The 'Send Emoticons' preferences (which is only configurable if MSIM_USER_WANTS_TO_DISABLE_EMOTICONS is defined) defaults to TRUE when used, a reasonable default. The preference, if MSIM_USER_WANTS_TO_DISABLE_EMOTICONS is defined, should do the same.
|
2007-09-11 |
Evan Schoenberg |
len should be a socklen_t rather than an unsigned int in _qq_s5_canwrite()
|
2007-09-11 |
Evan Schoenberg |
Silence the warning that body_len might be used uninitialized in msn_message_gen_payload().
|
2007-09-11 |
Sadrul Habib Chowdhury |
merge of '04b85a7dd6d2bd21a0cbb8a6022eb500b53efddc'
|
2007-09-11 |
Mark Doliner |
Data in vCards is supposed to be plain text, not HTML. So escape
|
2007-09-11 |
Daniel Atallah |
Various leakfixes and preventing unnecessary allocations.
|
2007-09-11 |
Mark Doliner |
merge of '629d4e0dcf9bd35671fc00e61b6f09e381345e7c'
|
2007-09-11 |
Daniel Atallah |
Prevent an assertion.
|
2007-09-11 |
Daniel Atallah |
merge of 'c33ce721c01032386277454ea2455c2f3638b771'
|
2007-09-11 |
Sean Egan |
Some clients don't put the node in the 115 disco response, so send the node to the callback
|
2007-09-11 |
Sean Egan |
Dont spam the buddy info window with esoteric capabilities
|
2007-09-10 |
Sean Egan |
Don't put "Mood: \(null\) \(null\)" on XMPP buddies
|
2007-09-10 |
Sean Egan |
Fix crash in XMPP capabilities
|
2007-09-10 |
Etan Reisner |
Protocol's (and other plugin's) PurplePluginInfo structs should really be
|
2007-09-10 |
Etan Reisner |
merge of '6cda5928fecda502e1e06e10736c5d98b4406298'
|
2007-09-10 |
Richard Laager |
Capitalize the attention type names.
|
2007-09-10 |
Richard Laager |
Make the XMPP buzz string match the Yahoo one to help the translators.
|
2007-09-10 |
Richard Laager |
Take aliases into account for the attention messages.
|
2007-09-10 |
Richard Laager |
Eliminate an excess array and loop.
|
2007-09-10 |
Richard Laager |
I missed this code in the last commit to remove the USE_ATTENTION_API conditional.
|
2007-09-10 |
Richard Laager |
Remove the *_USE_ATTENTION_API markers everywhere.
|
2007-09-10 |
Richard Laager |
Fix up an apparently bad merge with the reserved fields here.
|
2007-09-10 |
Richard Laager |
Change attention_types to get_attention_types so this will compile.
|
2007-09-10 |
Richard Laager |
Work around a problem so --enable-dbus will build again.
|
2007-09-10 |
Richard Laager |
merge of '0485ab28f09f39d5e0b47621901f1f0ba0c26c5e'
|
2007-09-10 |
Evan Schoenberg |
merge of '0485ab28f09f39d5e0b47621901f1f0ba0c26c5e'
|
2007-09-11 |
Sadrul Habib Chowdhury |
Apparently, if the row-keys don't have a destructor function, things can go
|
2007-09-10 |
Sadrul Habib Chowdhury |
Changelog.API the conversation history stuff.
|
2007-09-10 |
Sadrul Habib Chowdhury |
Keep the message history in PurpleConversation.
|
2007-09-10 |
Daniel Atallah |
merge of '65633fb10f29f8d7b1f99b635452d4ed5fe1f3cb'
|
2007-09-10 |
Richard Laager |
Clear up translation ambiguity with the attention API.
|
2007-09-10 |
Richard Laager |
- Rename attention_types to get_attention_types, which seems more standard.
|
2007-09-10 |
Richard Laager |
Add missing files to POTFILES.in. Thanks to Björn Voigt.
|
2007-09-10 |
Richard Laager |
Sort POTFILES.in with: LC_ALL=C sort -t/ -u -o POTFILES.in POTFILES.in
|
2007-09-10 |
Richard Laager |
Fix gaim_request_fields compatibility. I noticed this when porting a plugin.
|
2007-09-10 |
Daniel Atallah |
Various warning fixes for the xmpp prpl.
|
2007-09-10 |
Daniel Atallah |
Fix mingw build of xmpp prpl
|
2007-09-10 |
Daniel Atallah |
merge of '1c7910841138381c841363256ca3c7905b1f26b0'
|
2007-09-06 |
Sean Egan |
propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed)
|
2007-09-05 |
Andreas Monitzer |
propagate from branch 'im.pidgin.pidgin' (head 996cf0c57149ba6e1c714ebb1f11d5d4bac8fb68)
|
2007-09-10 |
Sadrul Habib Chowdhury |
merge of '23dc0b8b764a7a920891d3024bb830bb14916013'
|
2007-09-09 |
Ka-Hing Cheung |
Probably Fixes 1649
|
2007-09-09 |
Kevin Stange |
Add a new 2.2.0 about image from hbons and move the version number up and out of the way.
|
2007-09-09 |
John Bailey |
This function wasn't documented in the Doxygen stuff. If I've documented
|
2007-09-09 |
John Bailey |
I missed this file when I updated the FSF address in the source previously.
|
2007-09-09 |
Mark Doliner |
merge of '0c762d61f5be8c4ba458aa835171bbe53c00ca27'
|
2007-09-09 |
William Ehlhardt |
- Add specific notification for self-signed certificates. Fixes #2874
|
2007-09-09 |
Mark Doliner |
Start watching the listener socket immediately after it's created
|
2007-09-09 |
Mark Doliner |
Moving Peter Lawler to the retired patch writer category, as requested
|
2007-09-08 |
John Bailey |
This will silence a few warnings when building the Doxygen docs.
|
2007-09-08 |
John Bailey |
Add a link to the FAQ in the about box as indirectly suggested in #pidgin.
|
2007-09-08 |
Mark Doliner |
Looks like I might have been wrong about the length being only 8 bits.
|
2007-09-10 |
Sadrul Habib Chowdhury |
Fix a crash in window-placement.
|
2007-09-08 |
John Bailey |
The FSF changed its address a while ago; our files were out of date.
|
2007-09-07 |
Sadrul Habib Chowdhury |
merge of '7360490707a66389e7834a0251d950ce13a46165'
|
2007-09-07 |
Mark Doliner |
Change the way we handle file names when dealing with AIM file
|
2007-09-07 |
Mark Doliner |
AIM 6, when sending a file through a proxy, requires that it receive
|
2007-09-07 |
Mark Doliner |
Add the ability to affiliate people in an xmpp chat room even if
|
2007-09-07 |
Daniel Atallah |
Unregister the iq callback listener when the transfer is freed. Fixes #1804. It doesn't seem correct to me that nothing is sent to the recipient when the sender cancels the ft request, but that is a different issue.
|
2007-09-07 |
Daniel Atallah |
The cyrus SASL password prompt dialogs don't get disposed if the account disconnects. This fixes the callbacks not to assume that the connection is still valid.
|
2007-09-06 |
Daniel Atallah |
Make the uninstaller remove everything it installs.
|
2007-09-06 |
Daniel Atallah |
Grammar fix from nix_nix and johnmoody. Fixes #2593.
|
2007-09-06 |
Daniel Atallah |
Don't assume that the Gstreamer stuff isn't used on win32. There really isn't anything to see here.
|
2007-09-06 |
Daniel Atallah |
Fix subscribing to an offline user in SIMPLE. Thanks to Will Hawkins for the patch and following up with the OpenSER folks to confirm the behavior. Fixes #2181.
|
2007-09-06 |
Daniel Atallah |
Attempt to display user readable error messages for NSS.
|
2007-09-07 |
Sadrul Habib Chowdhury |
Remove the 'Hide' option from the menu.
|
2007-09-06 |
Sadrul Habib Chowdhury |
More fix, thanks to SimGuy.
|
2007-09-06 |
Sadrul Habib Chowdhury |
merge of '0cf1ba2d257fe2551fe7a238c1888c4de36a402e'
|
2007-09-06 |
Sadrul Habib Chowdhury |
I think this fixes #2858.
|
2007-09-06 |
Kevin Stange |
merge of '820a17ae981af30a64647d8438bd769db8bb4689'
|
2007-09-06 |
Mark Doliner |
We have got an empty fullname, set it to NULL so that we fall back to
|
2007-09-06 |
Sadrul Habib Chowdhury |
merge of '9d3e08ca8d3c17d78b9671fdffc4a0769a0a1495'
|
2007-09-06 |
Kevin Stange |
merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d'
|
2007-09-06 |
Kevin Stange |
merge of 'be9dba922e9f366e12da62fe2e2708b38d82b9c4'
|
2007-09-06 |
Sadrul Habib Chowdhury |
merge of 'acf8d250c77786771f4fda3c7e69009acb30d4ed'
|
2007-09-06 |
John Bailey |
merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'
|
2007-09-06 |
Kevin Stange |
merge of '2711852de086a4c03cc115b401f2f5ee0f6fab44'
|
2007-09-06 |
Ka-Hing Cheung |
merge of 'cce02af7eb2fb114cb0f640979554b7de3a80e96'
|
2007-09-05 |
Daniel Atallah |
Fix a crash when hovering over a buddy in the chat userlist and the account is disconnected.
|
2007-09-06 |
Sadrul Habib Chowdhury |
Fix the plugin loading issue Luke had noticed. This is a pretty weird bug
|
2007-09-05 |
Sadrul Habib Chowdhury |
Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
|
2007-09-05 |
Sadrul Habib Chowdhury |
merge of '24d23e4d11dd1922afff286215a32a9f006efab2'
|
2007-09-05 |
Sadrul Habib Chowdhury |
Do not crash when pressing a key in an empty menu. Thanks to CmdrChalupa in
|
2007-09-05 |
Mark Doliner |
Sort the certificates by hostname
|
2007-09-05 |
Mark Doliner |
When doing oscar server-side list management, do deletions before
|
2007-09-05 |
William Ehlhardt |
- Add purple_reserved fields to various structures.
|
2007-09-04 |
Daniel Atallah |
Deal better with receiving a msn ACK when there is no switchboard connected. Fixes #2640.
|
2007-09-04 |
Sadrul Habib Chowdhury |
Catch the event at the very end to make sure other plugins can play with it
|
2007-09-04 |
Daniel Atallah |
Lookup the default First and Last name values for bonjour on win32 in a thread to avoid delays when the plugin is being loaded. Apparently for some people the delay is quite significant when they're part of a domain, but the domain server isn't accessible.
|
2007-09-04 |
Sadrul Habib Chowdhury |
merge of '13a4e3e02e0fa91a6083954093807fa58bab04e8'
|
2007-09-04 |
Daniel Atallah |
Store the socket_type in the PurpleNetworkListenData correctly so that callback functions can use it correctly. Fixes #2933.
|
2007-09-04 |
Mark Doliner |
Print an error when there was a problem parsing some XML
|
2007-09-04 |
Mark Doliner |
A little function name shuffling.
|
2007-09-04 |
Mark Doliner |
Add non-US SMS support for ICQ. This is a patch from DB42.
|
2007-09-04 |
Mark Doliner |
Spaces to tabs
|
2007-09-04 |
Mark Doliner |
Add another build to the list
|
2007-09-04 |
Mark Doliner |
Ka-Hing reminded me that we should set the password to NULL when
|
2007-09-04 |
Mark Doliner |
Three small changes:
|
2007-09-04 |
Sadrul Habib Chowdhury |
Do not bother the prpl about a tooltip for a disconnected account.
|
2007-09-04 |
Sadrul Habib Chowdhury |
merge of '6be8a7c0f691862b61f30ddae359111b8302573e'
|
2007-09-04 |
Sadrul Habib Chowdhury |
merge of 'e5e790ebc036af74d05dbab2f12771cfd23f9e8b'
|
2007-09-04 |
William Ehlhardt |
merge of 'e9d960379b02a0d960ef604990fee9f4439995d0'
|
2007-09-04 |
Sadrul Habib Chowdhury |
Use the proper column for searching users in the chat userlist.
|
2007-09-04 |
William Ehlhardt |
- ssl-nss now reports a certificate's sha1sum correctly
|
2007-09-11 |
Jeffrey Connelly |
Use purple_connection_set_display_name() to set the display name to the
|
2007-09-05 |
Jeffrey Connelly |
If no username is set, point user to a web page where to set it, and disconnect.
|
2007-09-05 |
Jeffrey Connelly |
For status messages, make sure NULL isn't passed to g_markup_escape_text().
|
2007-09-04 |
Jeffrey Connelly |
merge of '1f0db2a75d53cc5f98769d6e6b9ec61e920b5767'
|
2007-09-04 |
Sadrul Habib Chowdhury |
And don't show everything here either.
|
2007-09-04 |
Sadrul Habib Chowdhury |
merge of '03fef04c64d9f2d63fe8ba4e58704908e5f8dba8'
|
2007-09-04 |
Sadrul Habib Chowdhury |
merge of '0372d7dd82f502ec3e68166bf2b289e71267897a'
|
2007-09-04 |
Sadrul Habib Chowdhury |
Don't show *all*\!
|
2007-09-03 |
Ethan Blanton |
Whitespace fix
|
2007-09-03 |
Ethan Blanton |
Handle the case where gethostname() fails or returns a null hostname.
|
2007-09-03 |
Sadrul Habib Chowdhury |
Hide is not a stock item.
|
2007-09-03 |
Sadrul Habib Chowdhury |
merge of '8702a8b674985e8729781c6563e4e552346a7ffd'
|
2007-09-03 |
Ka-Hing Cheung |
merge of 'bf68a58b8bbc1d43f4ebe7b94bd47282cb66f26e'
|
2007-09-03 |
Sadrul Habib Chowdhury |
Remove 'show buddy icon' leftovers to get rid of run time gtk+ warnings.
|
2007-09-03 |
Sadrul Habib Chowdhury |
Do not crash for hidden convs after changing prefs.
|
2007-09-03 |
Sean Egan |
Remove Show buddy icon from conversation menu. 'Fixes' #882
|
2007-09-03 |
Sean Egan |
ifdef win32 the conversation placement code
|
2007-09-03 |
Mark Doliner |
merge of '643feb3e5eefda54d6456d7a5a35201a356954e2'
|
2007-09-03 |
Mark Doliner |
Set our alias using the appropriate function. This makes a copy of
|
2007-09-03 |
Sadrul Habib Chowdhury |
More typos.
|
2007-09-03 |
Sadrul Habib Chowdhury |
Typo.
|
2007-09-03 |
Mark Doliner |
merge of '5f6418804a7d4bb6c64f14f7bc4addc6dee0b232'
|
2007-09-03 |
Richard Laager |
(2007-09-03 07:57:30) rlaager: In the buddy list, we now have a Show submenu with a bunch of Show X items under it. It seems to me that the Show on each item is redundant and should be removed. This would be consistent with the Sort Buddies menu, where the items finish the sentence fragment started by the submenu name.
|
2007-09-03 |
Richard Laager |
Add a missing newline to the end of a purple_debug_info call.
|
2007-09-03 |
Richard Laager |
writing-im-msg now receives the conversation name as the who argument if
|
2007-09-03 |
Richard Laager |
merge of '53adc628daffd84d86a821ded6220ad682da5d53'
|
2007-09-03 |
Mark Doliner |
I can't get this code to trigger. I think the conversion from
|
2007-09-03 |
Mark Doliner |
You can't just look at the first letter of the screen name to determine
|
2007-09-03 |
Mark Doliner |
I can't get this code to trigger. I think the conversion from
|
2007-09-03 |
Mark Doliner |
If a prpl doesn't support icons then hide the "use a custom icon?"
|
2007-09-03 |
Sean Egan |
merge of '3c290039d8432d0fad4f8596495b87e23509bf6f'
|
2007-09-03 |
Sadrul Habib Chowdhury |
merge of '0dbc6114de523821fc87cf7d1c44b30aa0e92713'
|
2007-09-04 |
Jeffrey Connelly |
If MSIM_CHECK_NEWER_VERSION is defined (off by default), run (incomplete)
|
2007-09-04 |
Jeffrey Connelly |
Add uid field to add buddy persistance request. Now adding buddies to the
|
2007-09-03 |
Jeffrey Connelly |
Update msimprpl to 0.18, targetting Pidgin/libpurple 2.2.0. msimprpl 0.17 was
|
2007-09-03 |
Jeffrey Connelly |
Update msimprpl to 0.17, for an independent release for Pidgin 2.1.1.
|
2007-09-03 |
Jeffrey Connelly |
Clarify message about contacts added from server, for #2918.
|
2007-09-03 |
Jeffrey Connelly |
merge of '037dd557f9293f0488bb536ed85c24acddad6553'
|
2007-09-03 |
Jeffrey Connelly |
Treat status messages as the plaintext that they are.
|
2007-09-03 |
Sean Egan |
Patch from Gal Topper to fix an endianness issue in MSN file transfers. Fixes #2912 and fixes #1682
|
2007-09-06 |
Kevin Stange |
disapproval of revision '2887999526ff013d0ffa94da958cd30181ee3aa1'
|
2007-09-02 |
Sean Egan |
Patch from Ankit Singla to preserve newlines. Fixes #2858
|
2007-09-02 |
Sean Egan |
Tooltips on chat userlist. Fixes #2815. Thanks fmoo
|
2007-09-02 |
Sean Egan |
Patch from fmoo. Fixes #1280
|
2007-09-03 |
Sadrul Habib Chowdhury |
Add a 'Group Items'/'Ungroup Items' context menu for the toolbar in the
|
2007-09-03 |
Sadrul Habib Chowdhury |
merge of 'e227a655c6a9f079748dafa19d46fcb9d99bf20a'
|
2007-09-03 |
Sadrul Habib Chowdhury |
pidgin_conversations_fill_menu now also adds a separator and a 'Show
|
2007-09-03 |
Ka-Hing Cheung |
rewster from #pidgin pointed out that the conditional was reversed, and
|
2007-09-03 |
Ka-Hing Cheung |
merge of '1bc4d7f1a38917e6d2bf837a660f5f498a29ea0c'
|
2007-09-03 |
Ka-Hing Cheung |
disapproval of revision 'cccc7902a8993aaa6b6ef10c1fb9480763055463'
|
2007-09-03 |
Ka-Hing Cheung |
Fixes #2340, remember size/position separately for more places
|
2007-09-03 |
Ka-Hing Cheung |
Fixes #2340, remember size/position separately for more places
|
2007-09-03 |
Richard Laager |
merge of '3f25aaeb59668d0654c46b32af65735a2aa35fb9'
|
2007-09-03 |
Mark Doliner |
Switch from login.oscar.aol.com to login.messaging.aol.com for new
|
2007-09-03 |
Mark Doliner |
merge of '514cdf59e606c86640192584273de4c182a79a1d'
|
2007-09-02 |
Sadrul Habib Chowdhury |
Show a helpful error message when the plugin fails to load.
|
2007-09-02 |
Daniel Atallah |
Prevent duplicate window closed notifications.
|
2007-09-02 |
Daniel Atallah |
Fix a couple potential leaks and prevent the avahi record resolver from being freed multiple times.
|
2007-09-02 |
Ethan Blanton |
Fix compilation on SkyOS. This patch is from Peter Speybrouk, a.k.a.
|
2007-09-02 |
Mark Doliner |
merge of '67ad9f243a5d108c552110366d15b0e921e0c681'
|
2007-09-02 |
Jeffrey Connelly |
Use the sent timestamp in incoming instant messages instead of the current
|
2007-09-02 |
Sadrul Habib Chowdhury |
merge of 'cd71f91b5fe6c870cf2154b4e37ace6427cb7802'
|
2007-09-02 |
Sadrul Habib Chowdhury |
Tooltips can be for the buddylist or for conversation windows.
|
2007-09-02 |
Sadrul Habib Chowdhury |
disapproval of revision 'c672802b647f1230fbd9b0edf383fb3d558cf719'
|
2007-09-01 |
Sadrul Habib Chowdhury |
Tooltips can be for the buddylist or for conversation windows.
|
2007-09-01 |
Jeffrey Connelly |
Call gtk_window_set_title() in pidgin_blist_draw_tooltip(), to fix the
|
2007-09-01 |
Mark Doliner |
When you have a certificate dialog and you click on "View Certificate",
|
2007-09-01 |
Ethan Blanton |
Patch from Dossy Shiobara which improves Tcl support for purple
|
2007-09-01 |
Ethan Blanton |
merge of '1247a733923713e275ecb722adf9abc726896c3f'
|
2007-09-01 |
Jeffrey Connelly |
Update msimprpl CHANGES for 0.17 (if it is ever released independently).
|
2007-08-30 |
Jeffrey Connelly |
Document the attention API added in 5ac064e7e9268acbd8f76b4dd35350e38ca2bad9 and
|
2007-08-31 |
Sadrul Habib Chowdhury |
Update the chat topic and userlist when reattaching the Pidgin UI.
|
2007-08-31 |
Sadrul Habib Chowdhury |
Boldify the hidden chats in the buddylist.
|
2007-08-31 |
Sadrul Habib Chowdhury |
Doxygen and ChangeLog.API the new function and signals.
|
2007-08-31 |
Sadrul Habib Chowdhury |
Document the function to reattach conv-ui.
|
2007-08-31 |
Sadrul Habib Chowdhury |
merge of '493b97b58c0685edae9397f741d0171f9bcc7d2e'
|
2007-08-30 |
Daniel Atallah |
Fix yahoo chats again for their new super-duper-ultra-mega secure captcha stuff. "/join chat" still doesn't work, you need to use the roomlist because they now require the chat id to be set (the native client also has this problem). Fixes #2860.
|
2007-08-30 |
William Ehlhardt |
- Remove g_assert()s. Fixes #2859
|
2007-08-30 |
Mark Doliner |
refcount of 0 is normal
|
2007-08-30 |
Mark Doliner |
Replace a call to g_assert() with a logging statement
|
2007-08-30 |
Mark Doliner |
Get rid of some stray whitespace and consistently use tab indentation
|
2007-08-30 |
Mark Doliner |
Fix compiler warnings about having a variable declaration after some
|
2007-08-30 |
Mark Doliner |
"text" isn't guarranteed to be null terminated, so make sure we use
|
2007-08-30 |
Mark Doliner |
Revert jeff2's changes from 2007-08-12. Specifically revision
|
2007-08-30 |
Daniel Atallah |
Bonjour status changes work now; remove from the issues list.
|
2007-08-30 |
Daniel Atallah |
Add mingw makefile to the dist. Update uninstaller for new certs.
|
2007-08-30 |
Daniel Atallah |
Make note of the gtkspell update.
|
2007-08-30 |
Daniel Atallah |
Apply local privacy filtering to yahoo auth. requests. Drop and automatically deny any requests that should be filtered. Fixes #2857.
|
2007-08-30 |
Daniel Atallah |
merge of '7fc610625ed566ff67ef3526fa27198b4bf63eeb'
|
2007-08-31 |
Sadrul Habib Chowdhury |
Update the strikethrough state and the buttons as appropriate. Fixes #2884.
|
2007-08-31 |
Sadrul Habib Chowdhury |
If a conversation doesn't have UI-data, consider it a hidden conversation.
|
2007-08-31 |
Sadrul Habib Chowdhury |
Do not crash on hidden conversations.
|
2007-08-29 |
Sadrul Habib Chowdhury |
Do not try to update a buddy in the buddylist when there's no buddylist.
|
2007-09-03 |
Richard Laager |
Fix a couple compiler warnings:
|
2007-08-30 |
Richard Laager |
merge of '5d55a7b785e21cf51b586dd442481032b187c6c6'
|
2007-08-29 |
Sadrul Habib Chowdhury |
merge of '2828a20e21dea1029a9d9df5e39bcdc2847930b5'
|
2007-08-29 |
William Ehlhardt |
- Change wording on certificate accept/reject dialog
|
2007-08-29 |
Sean Egan |
merge of '049ca3ae717d81081bd07de106953936972af11c'
|
2007-08-29 |
Sean Egan |
Add Resiak as CPW too
|
2007-08-29 |
Sadrul Habib Chowdhury |
Deactivate only an active status.
|
2007-08-29 |
William Ehlhardt |
- Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
|
2007-08-29 |
William Ehlhardt |
merge of 'b33c072ae9fdbe741dc85fdd8e78e3a1ad8d1378'
|
2007-08-29 |
Sadrul Habib Chowdhury |
Fix building on older glib versions.
|
2007-08-29 |
Sadrul Habib Chowdhury |
Oops. This wasn't supposed to get in.
|
2007-08-29 |
Sadrul Habib Chowdhury |
merge of '67e02391b6e685a1ab33fea548cebc07716e15e9'
|
2007-08-29 |
William Ehlhardt |
- Add Verisign Class 3 Primary CA. Fixes #2821
|
2007-08-29 |
Ka-Hing Cheung |
merge of '80cc49cd64db4d457f67ee6f7a936e162748f026'
|
2007-08-29 |
Daniel Atallah |
Upgrade the win32 build to use version 1.1.2 of the SILC toolkit.
|
2007-08-29 |
Daniel Atallah |
Remove some relics from when we didn't create the buddy list immediately.
|
2007-08-29 |
William Ehlhardt |
merge of '770ac36e679db47d463b561e8972d12c2f77bd4f'
|
2007-08-29 |
Daniel Atallah |
Make a note about purple_prefs_load no longer needing to be called by the UI and update finch accordingly. There doesn't appear to be any negative effects of having the purple_prefs_load called twice.
|
2007-08-29 |
William Ehlhardt |
- Add Verisign's Class 3 Extended Validation CA (used for login.live.com
|
2007-08-29 |
Mark Doliner |
merge of 'ee4f8f7ebf5f6057974f66b75c8b59c199e44ae0'
|
2007-08-29 |
Sadrul Habib Chowdhury |
(Un)Register the pools with DBus to avoid a runtime fit.
|
2007-08-29 |
Sadrul Habib Chowdhury |
Add certificate UI in finch.
|
2007-08-28 |
Sadrul Habib Chowdhury |
There's some disagreement over the response-id sent to the callbacks to
|
2007-08-28 |
Sadrul Habib Chowdhury |
merge of '45cf46d3ba2b0debc7f98159ddf5a0262809cde4'
|
2007-08-28 |
Daniel Atallah |
Fix printf(%s, NULL).
|
2007-08-28 |
Daniel Atallah |
Move purple_prefs_load() to purple_prefs_init() - there's been a TODO for this for a long time. I have no idea why this wasn't done sooner; it seems to work just fine and fixes some bugs where stuff isn't loaded before being used. Fixes #1848 (and I'm sure others). Yell at me if this breaks anything.
|
2007-08-28 |
Sadrul Habib Chowdhury |
Add a new flag PURPLE_MESSAGE_INVISIBLE which can be used to send a message
|
2007-08-28 |
Sadrul Habib Chowdhury |
Don't trigger 'receiving-' and 'received-' signals when sending attention request.
|
2007-08-28 |
Sadrul Habib Chowdhury |
propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
|
2007-08-28 |
William Ehlhardt |
- Change g_assert to purple_debug_error
|
2007-08-28 |
William Ehlhardt |
merge of 'db94e3dde2f5edb422e7d7c1ec30474e2000997c'
|
2007-08-28 |
William Ehlhardt |
- Change assert on ssl init failure to a mere warning
|
2007-08-28 |
Daniel Atallah |
Don't allow duplicate accounts to be added. Ideally some of these checks should be in the core, but I don't see a way of doing that without forcing 3.0.0. Fixes #2269 (the part that was actually broken).
|
2007-08-28 |
Daniel Atallah |
Fix the win32 build for the cert SoC branch merge.
|
2007-08-28 |
Daniel Atallah |
Make the gtkcert stuff compile on GTK+ older than 2.8
|
2007-08-28 |
Daniel Atallah |
Update .mtn-ignore for emotes size change.
|
2007-08-28 |
Daniel Atallah |
Install rtl 11px status pixmaps on win32 too.
|
2007-08-28 |
Daniel Atallah |
Fix purple_util_write_data_to_file signature.
|
2007-08-28 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 1ade185e4daf699979b517ddb70cee47cd15e7ee)
|
2007-08-25 |
William Ehlhardt |
- Add purple_util_write_data_to_file_absolute; glib's
|
2007-08-20 |
William Ehlhardt |
- TODO whacking and cosmetics
|
2007-08-20 |
William Ehlhardt |
- Even more TODO whacking
|
2007-08-20 |
William Ehlhardt |
- Reword some dialogs
|
2007-08-20 |
William Ehlhardt |
- Yet More TODO whacking
|
2007-08-20 |
William Ehlhardt |
- Errorchecking in x509_cert_dn
|
2007-08-20 |
William Ehlhardt |
- More TODO whacking
|
2007-08-20 |
William Ehlhardt |
- TODO-whacking
|
2007-08-20 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
|
2007-08-28 |
Andreas Monitzer |
Fixed code indenting, some spaces were still left and now replaced by tabs.
|
2007-08-28 |
Andreas Monitzer |
Fixed merge errors stemming from the fact that the main branch and my branch both added something to the prpl struct
|
2007-08-28 |
Andreas Monitzer |
merge of 'c3b6e088483d70780a3365f7111d2fbd2cc81e4e'
|
2007-08-27 |
Evan Schoenberg |
propagate from branch 'im.pidgin.soc.2007.xmpp' (head f6a67901e79d8d35e6bf30f0766b2417740090b7)
|
2007-08-27 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 04b3e8958ef3758cefdb2c6a32a676b131aee0cc)
|
2007-08-27 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 384c9116031084a2f41659dc9e9a4aa7bba55d86)
|
2007-08-29 |
Sean Egan |
Only hide single tab on Top-tabbed windows
|
2007-08-28 |
Sean Egan |
Allow you to click on statusbox again and keep it open.
|
2007-08-28 |
Daniel Atallah |
Don't mess up the initial transparency when not using the "remove transparency on focus" pref.\n
|
2007-08-27 |
Sean Egan |
And, put Peter in COPYRIGHT while we're at it
|
2007-08-27 |
Sean Egan |
Make fmoo and nix crazy patch writers
|
2007-08-27 |
Sean Egan |
Remove X11 specifics from configure.ac. Allows to build against native, non-X11 Quartz
|
2007-08-27 |
Sean Egan |
merge of '04b3e8958ef3758cefdb2c6a32a676b131aee0cc'
|
2007-08-27 |
Evan Schoenberg |
After deactivating a status, call purple_blist_update_buddy_status() since the buddy's status has changed. I'm not sure if this fixes a bug in pidgin, but it definitely fixes display of contacts after they return from 'mobile' on AIM in Adium (Adium:#6943)
|
2007-08-27 |
Daniel Atallah |
Fix the GetABacktrace URL in the pt_BR translation. Fixes #2812
|
2007-08-27 |
Sean Egan |
Fixes #2146. Adds a Show Protocol Icon option and groups related Show menu items into a submenu. Patch from Justin Heiner
|
2007-08-27 |
Sean Egan |
Add 11px extended-away rtl icon.
|
2007-08-27 |
Sean Egan |
ChangeLog
|
2007-08-27 |
Ethan Blanton |
merge of 'b6c53eca73f8f22b0d8fafd412b2570c631455be'
|
2007-08-27 |
Sean Egan |
merge of '1e84e66f6954510525d3db02bb2899bca1caacdb'
|
2007-08-27 |
Sean Egan |
Add horizontal rules and strikethroughs to the toolbar
|
2007-08-27 |
Sean Egan |
pidginstock.c
|
2007-08-27 |
Ethan Blanton |
ACK for EvilDennisR
|
2007-08-27 |
Jeffrey Connelly |
Replace homegrown str_replace() with purple_strreplace(), after discovering it.
|
2007-08-27 |
Jeffrey Connelly |
In MSN prpl, use attention API. Can be disabled by undefining
|
2007-08-27 |
Jeffrey Connelly |
Change Yahoo prpl to use attention API in libpurple. Previous behavior can
|
2007-08-27 |
Jeffrey Connelly |
Change serv_send_attention() to call prpl_info->send_attention(), and
|
2007-08-27 |
Jeffrey Connelly |
On login, get contacts from server using msim_get_contact_list().
|
2007-08-27 |
Jeffrey Connelly |
In the attention API, use the PURPLE_NOTIFY_MESSAGE flag to serv_got_im()
|
2007-08-27 |
Jeffrey Connelly |
merge of '0398fdfcf107ed2bd1e3f271524fe5fe0134bd97'
|
2007-08-26 |
Sadrul Habib Chowdhury |
merge of '1d830d1617f678f9a4976d149b442420640dc120'
|
2007-08-26 |
Sadrul Habib Chowdhury |
merge of '3ccc848dcffce11aa363f593e383cc1f07d081d0'
|
2007-08-26 |
Luke Schierer |
merge of 'a8189d2840b6823a0faf5dbba937eb0dd96a1416'
|
2007-08-26 |
Kevin Stange |
Add MySpaceIM to the list in the about dialog.
|
2007-08-26 |
Sadrul Habib Chowdhury |
Update the buddylist if a buddy is moved to another group from a different
|
2007-08-26 |
Kevin Stange |
merge of '0bf01031d132e0c8d3ab091041ec704fcfc2b152'
|
2007-08-26 |
Kevin Stange |
Add MySpaceIM to the Windows build, though I can't verify this works
|
2007-08-26 |
Kevin Stange |
merge of 'cacb6312fda77c93ab3e7557fdea3c2956cc55ad'
|
2007-08-26 |
Sadrul Habib Chowdhury |
Changelog the API changes in finch and libgnt so far.
|
2007-08-26 |
Sadrul Habib Chowdhury |
merge of 'e6a26aab7c177405a9cbb8d8358228ed4a53d508'
|
2007-08-26 |
Sadrul Habib Chowdhury |
merge of '665d20fa5e8c368f876485703c5e3c652c9b44c9'
|
2007-08-26 |
Sadrul Habib Chowdhury |
Changelog the per-conversation mute/logging options.
|
2007-08-26 |
Sadrul Habib Chowdhury |
Fix #2767 (per-conversation/chat mute option).
|
2007-08-26 |
Sadrul Habib Chowdhury |
Add two missing conversation-uiops functions. (has_focus and present)
|
2007-08-26 |
Sadrul Habib Chowdhury |
Separate logging support for each conversation.
|
2007-08-26 |
Daniel Atallah |
Set the custom status message for yahoo buddies correctly at login time. Fixes #2754.
|
2007-08-27 |
Jeffrey Connelly |
Add msimprpl's user module so we all can compile libpurple again ;)
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl: if no local alias is set, set it to the username on sign-on.
|
2007-08-26 |
Jeffrey Connelly |
For myim: (MySpaceIM) URLs, lookup the contact ID into a username before
|
2007-08-26 |
Jeffrey Connelly |
Add receiving-im-attention and received-im-attention signals, similar to
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl, fix the msim_uri_handler(). The sendIM and addContact commands
|
2007-08-26 |
Jeffrey Connelly |
Add myim: URI handler to Win32 NSIS installer, for MySpaceIM plugin.
|
2007-08-26 |
Jeffrey Connelly |
Only check for mail if "New mail notifications" is enabled in account options.
|
2007-08-26 |
Jeffrey Connelly |
Add msim_uri_handler() to handle myim: URLs, sendIM and addContact commands.
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl, move user-related code to a new user module, and move other
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl, move formatting functions to a markup module. It only exposes
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl, move session-related functions to a new session module.
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl, move zap-related code to a separate module.
|
2007-08-26 |
Jeffrey Connelly |
Now that MsimMessageElement's are more accessible outside message.c,
|
2007-08-26 |
Jeffrey Connelly |
In msimprpl's mail notifications, change four parallel arrays into
|
2007-08-26 |
Jeffrey Connelly |
Lookup a user's information when their status changes to anything but
|
2007-08-25 |
Jeffrey Connelly |
In msimprpl, replace !strcmp() with g_str_equal() everywhere.
|
2007-08-25 |
Jeffrey Connelly |
Use new attention API from http://msimprpl.darkthoughts.net/attention3.diff,
|
2007-08-25 |
Jeffrey Connelly |
Attention API for nudges/buzzes/zaps of various protocols.
|
2007-08-25 |
Jeffrey Connelly |
merge of '3b5ffa9dc2dec5443f83a219ac14382a0e3ccf03'
|
2007-08-25 |
Sadrul Habib Chowdhury |
Do not duplicate the same message in the history, and store the correct
|
2007-08-25 |
Sadrul Habib Chowdhury |
Add a 'Hide' item under 'Conversation' menu so people can check this thing out.
|
2007-08-25 |
Sadrul Habib Chowdhury |
Clear the message history in the /clear callback.
|
2007-08-25 |
Sadrul Habib Chowdhury |
Adding all the message from history in GtkIMHtml takes a bit long causing
|
2007-08-25 |
Sadrul Habib Chowdhury |
The conversation history is in a reversed list.
|
2007-08-25 |
Sadrul Habib Chowdhury |
Utilize the message-history in dbus-gnt.
|
2007-08-25 |
Sadrul Habib Chowdhury |
DBus-ify the message history in a conversation.
|
2007-08-25 |
Sadrul Habib Chowdhury |
API to reattach a conversation to gtk UI. Use the new
|
2007-08-25 |
Sadrul Habib Chowdhury |
A conversation shouldn't need ui-ops for logging the messages.
|
2007-08-25 |
Sadrul Habib Chowdhury |
Reattach the gtk-ui to a conversation when the user wants to
|
2007-08-25 |
Sadrul Habib Chowdhury |
Make sure a conversation is a pidgin-conversation to avoid a crash.
|
2007-08-25 |
Sadrul Habib Chowdhury |
Store message history in a conversation, and provide API to access the history.
|
2007-08-25 |
Sadrul Habib Chowdhury |
merge of '0fc7f6e97f5dab2cfc59a71a0aba499d560220b2'
|
2007-08-24 |
Sadrul Habib Chowdhury |
Specify small and large step values for the volume slider.
|
2007-08-24 |
Sadrul Habib Chowdhury |
Have small and large steps for the slider.
|
2007-08-24 |
Daniel Atallah |
Fix crashing when the sametime account disconnects and we update the conv. window infopanel. Fixes #2762.
|
2007-08-24 |
Daniel Atallah |
Fix some conversion warnings about using negative values with unsigned types. There are more, but these were easy fixes. You may think that I'm changing the API, but I'm really not - it was just wrong.
|
2007-08-24 |
Sean Egan |
merge of '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'
|
2007-08-29 |
Richard Laager |
disapproval of revision '8d675a1883a0f1c7f3c08d9b12242cd3fc7bcaf9'
|
2007-08-21 |
Sean Egan |
ChangeLog MySpace
|
2007-08-25 |
Jeffrey Connelly |
If purple_blist_add_{chat,buddy} is called with a group or chat that isn't
|
2007-08-24 |
Sean Egan |
merge of '0705e301236da4eef643bf63cac73af309c26799'
|
2007-08-24 |
Sadrul Habib Chowdhury |
Use the changed volume when 'Test'ing.
|
2007-08-24 |
Jeffrey Connelly |
Update msimprpl to 0.16.
|
2007-08-24 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.pidgin' (head 54129de486cffc56bea31f4ea38c3972e450958b)
|
2007-08-24 |
Sadrul Habib Chowdhury |
Reset unsigned int input handlers to 0 instead of -1.
|
2007-08-24 |
Sadrul Habib Chowdhury |
Input handlers are unsigned integers. So set them to 0 instead of -1 after
|
2007-08-24 |
Sean Egan |
merge of '11b1cf370bc4c91f8a7ef40adbc19a5aa27f3a08'
|
2007-08-24 |
Sean Egan |
Bring up statusbox menu on button-down instead of button-up. Fixes #1437
|
2007-08-24 |
Sean Egan |
Instead of a Register button, show a checkbox between the Notebook and the button box. But don't show it if we're using the fake Google Talk prpl. Fixes #1647
|
2007-08-23 |
Sean Egan |
I'm going to assume this works, without the benefit of testing. Restore AIM idle time on a reconnect. Fixes #333
|
2007-08-23 |
Sadrul Habib Chowdhury |
Input handlers are unsigned integers. So set them to 0 instead of -1 after
|
2007-08-23 |
Sadrul Habib Chowdhury |
Focus the modified/created account in the accounts window after modifying/
|
2007-08-23 |
Sadrul Habib Chowdhury |
merge of '5e1b8aa2904f61701e271733882021002c85f8f3'
|
2007-08-23 |
Sean Egan |
Patch from nix_nix. Fixes #2438
|
2007-08-23 |
Sean Egan |
Prevent recursive idle handling loop. Patch from 'Gambit'
|
2007-08-23 |
Sean Egan |
xmlnode bugfix patch from Mauro Brasil
|
2007-08-23 |
Daniel Atallah |
Fix entering yahoo chats.
|
2007-08-23 |
Sadrul Habib Chowdhury |
merge of '64a21ba142d57ec69f4b25cf89b5e725ff2a4752'
|
2007-08-23 |
Sean Egan |
merge of '89cc984f2585fa88cdf28e01b480be7cb0811788'
|
2007-08-23 |
Sean Egan |
Cleanup playbin on error. Thanks, Elliott Sales de Andrade. Fixes #2663
|
2007-08-26 |
Kevin Stange |
Include MySpace in the dist if we are to have it enabled by default...
|
2007-08-23 |
Sadrul Habib Chowdhury |
Fix #2726. (Segafault on click of unknow button.) It was a bug in the musicmessaging plugin.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Get rid of compile warnings on older glib.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Add support for a few more XHTML tags.
|
2007-08-23 |
Sadrul Habib Chowdhury |
merge of '46c81ad1c3775e997c564d591942cfe7916ebea7'
|
2007-08-23 |
Sadrul Habib Chowdhury |
Fix #2599. (Sound File Change Crash)
|
2007-08-23 |
Daniel Atallah |
Upgrade gtkspell on the win32 build to 2.0.11. Fixes #1388 thanks to Sean's astute observation.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Fix #2642 (GntTextView Multiline append goes weird)
|
2007-08-23 |
Sadrul Habib Chowdhury |
I think this fixes the auto-rejoin-after-auto-reconnect bug in finch.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Make some of the dialogs look and behave more like each other.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Generate the makefile for pygnt. But it won't be built by default.
|
2007-08-23 |
Sadrul Habib Chowdhury |
New API has been added. Bump the minor.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Allow building with glib < 2.8.
|
2007-08-23 |
Sadrul Habib Chowdhury |
Notify the user if a message is not sent in a conversation because he's disconnected.
|
2007-08-23 |
Sadrul Habib Chowdhury |
merge of '90df17ab44d01f7f8f963d36fefb9eae3ec868cf'
|
2007-08-23 |
Casey Harkins |
ChangeLog.API addition of pidgin_set_accessible_relations which will bump
|
2007-08-23 |
Casey Harkins |
Separate out setting up the labelled-by and label-for ATK relationships
|
2007-08-22 |
Sean Egan |
Use GtkDialog more often. Thanks nix_nix. Fixes #2618
|
2007-08-22 |
Sean Egan |
Show a system notification in the conv window when receiving Yahoo webcam invites. Fixes #1298
|
2007-08-22 |
Sean Egan |
String fix. Fixes #2548
|
2007-08-22 |
Sean Egan |
Calculate what buddy we're pointing at from the middle of the cell rather than the age. Fixes #1422
|
2007-08-22 |
Sean Egan |
Don't show tabs if tabs aren't turned on. Fixes #2669
|
2007-08-22 |
Sean Egan |
remove obsolote GNOME color pallete
|
2007-08-22 |
Daniel Atallah |
Fix various things related to authorization on yahoo.
|
2007-08-21 |
Kevin Stange |
Sync the AUTHORS file and add myself as a webmaster & developer, with Sean's approval.
|
2007-08-21 |
Daniel Atallah |
Fully fix #2654 by parsing the yahoo stealth information from the buddy list at logon time.
|
2007-08-21 |
Kevin Stange |
merge of '091f449781eae3ea061c3d2bab2ad4f96a00d9b5'
|
2007-08-21 |
Kevin Stange |
Correct the mad-tongue smiley to be named properly. Fixes #2650
|
2007-08-24 |
Jeffrey Connelly |
Add an assertion in purple_blist_add_{chat,buddy} to return if a buddy was
|
2007-08-24 |
Jeffrey Connelly |
Improve buddy importing. Count number of buddies being added, and
|
2007-08-24 |
Jeffrey Connelly |
MySpace added a new field, LastImageUpdated. Save it in MsimUser.
|
2007-08-23 |
Jeffrey Connelly |
If buddy doesn't have a picture, display no icon, instead of the "no photo" icon that MySpaceIM
|
2007-08-23 |
Jeffrey Connelly |
g_memdup() the icon data before setting it as the buddy icon.
|
2007-08-23 |
Jeffrey Connelly |
If a username cannot be looked up in postprocessing, throw up an error.
|
2007-08-23 |
Jeffrey Connelly |
Update for 0.15 for GSoC final release for Google.
|
2007-08-21 |
Daniel Atallah |
Add some additional yahoo keys to the stealth packets to make them work again. Fixes #2654.
|
2007-08-21 |
Daniel Atallah |
Don't apply transparency when the window has focus (this was caused by the fix for initially hidden windows not having the transparency on focus stuff working correctly). Fixes #2384.
|
2007-08-21 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.pidgin' (head f2e4f8c57473f011b24033fff466bbf6aec3d32b)
|
2007-08-20 |
Ethan Blanton |
Prep for 2.1.2 -- we can make this 2.2.0 if we desire, later
|
2007-08-20 |
Ethan Blanton |
Final preparation for 2.1.1
|
2007-08-20 |
Ethan Blanton |
merge of '24c8940605f5b11b2aea17c6ca6f3094dff141ab'
|
2007-08-20 |
Francisco Rial |
fixes #2639
|
2007-08-20 |
Loptosko |
fixes #2635
|
2007-08-23 |
Sadrul Habib Chowdhury |
merge of '671cfe949215447db0da7081a7e1501693ab4f98'
|
2007-08-20 |
Ethan Blanton |
Makefile.am typo fix for Yahooo
|
2007-08-21 |
Jeffrey Connelly |
merge of '677f816f158bdd721758b2abdc82a2591bd7e689'
|
2007-08-20 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.pidgin' (head 671cfe949215447db0da7081a7e1501693ab4f98)
|
2007-08-18 |
Kevin Stange |
This text should probably be readable, I think
|
2007-08-18 |
Kevin Stange |
If you have the buddy notes plugin loaded, when you right click a chat's
|
2007-08-23 |
Sadrul Habib Chowdhury |
Add support to parse and add XHTML in a textview. This we can use for logs,
|
2007-08-18 |
Sadrul Habib Chowdhury |
Select the correct item in the dropdown when using a transient status.
|
2007-08-18 |
William Ehlhardt |
- Fix some g_free()s of string constants that caused crashing
|
2007-08-18 |
William Ehlhardt |
- Fix the interpretation of the "accept cert? yes/no" choice id given by
|
2007-08-18 |
William Ehlhardt |
In tls_cached:
|
2007-08-18 |
William Ehlhardt |
- Add purple_certificate_display_x509
|
2007-08-18 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 629954e16bbb4f19d6a87eefeb994904e12b10e4)
|
2007-08-18 |
Sadrul Habib Chowdhury |
merge of '1be37f788fc248139b864ac8d37cf91956fc5044'
|
2007-08-18 |
Sadrul Habib Chowdhury |
I broke the build. Sorry :(
|
2007-08-18 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 1be37f788fc248139b864ac8d37cf91956fc5044)
|
2007-07-22 |
Tim Ringenbach |
NEWSing
|
2007-08-18 |
Sadrul Habib Chowdhury |
merge of '3f64b9d598e136d0f6f739c7f23ad4baed097f73'
|
2007-08-17 |
Kevin Stange |
ChangeLog.* needs dating.
|
2007-08-18 |
Sadrul Habib Chowdhury |
Update the 'send to' menu in conversation windows when necessary.
|
2007-08-17 |
Sadrul Habib Chowdhury |
merge of '5ac4a244750e0ddba3491a50086e9bb40bf9b732'
|
2007-08-17 |
Sadrul Habib Chowdhury |
merge of '07a0858e73dde73e68b5a2931ef150fb8c6bea06'
|
2007-08-17 |
Sadrul Habib Chowdhury |
merge of '9b0ac7f90ce3f969e6db0dac57b5308f70ac695d'
|
2007-08-17 |
Luke Schierer |
I have not newsed in a release or two.
|
2007-08-17 |
Daniel Atallah |
Open emails by doubleclicking the row.
|
2007-08-17 |
Sadrul Habib Chowdhury |
merge of '4517b390f582428904875a29f998a187a452b8fd'
|
2007-08-17 |
Luke Schierer |
merge of '6d1bdf080fca36b032072edb7ffa550b159b9716'
|
2007-08-17 |
Sadrul Habib Chowdhury |
merge of '49ec8ed66e26dabaa78aed7b0d4d9540ea3b8c44'
|
2007-08-17 |
Sean Egan |
Keep borders on conversation notebook even when tabs are not shown.
|
2007-08-17 |
Sean Egan |
remove double-clicking tab behavior
|
2007-08-17 |
Sean Egan |
Only send conversation close notices on XMPP when the typing notification preference is turned on
|
2007-08-17 |
Sean Egan |
NEWS and ChangeLog
|
2007-08-17 |
Sean Egan |
more new status icons, notably new login and logout, with rtl variants.
|
2007-08-17 |
Sean Egan |
A Cyclops smiley. Ressurected
|
2007-08-17 |
Sean Egan |
Set size request on infopane's hbox instead of hbox itself. This way, when we hide the hbox to edit, the pane remains 32px tall
|
2007-08-17 |
Sadrul Habib Chowdhury |
Fix #2607. (Finch tooltip HTML display)
|
2007-08-17 |
Daniel Atallah |
New Persian win32 installer translation from Elnaz Sarbar. Fixes 2273.
|
2007-08-17 |
Friedel Wolff |
fixes #2603
|
2007-08-17 |
Björn Voigt |
fixes #2595
|
2007-08-17 |
Luke Schierer |
merge of '248776630a5ac63bd46aba2e4fd73d05f06098e0'
|
2007-07-22 |
Tim Ringenbach |
be a bit less optimistic about our msn support in yahoo
|
2007-07-22 |
Tim Ringenbach |
Allow you to authorize msn buddies to add your yahoo account.
|
2007-08-17 |
Sadrul Habib Chowdhury |
Don't enable the sounds by default.
|
2007-08-17 |
Daniel Atallah |
fix mingw build
|
2007-08-17 |
Richard Nelson |
merge of '2a491439465c5e397575898b7acc45446c9e2eeb'
|
2007-08-17 |
Richard Nelson |
plug small leak
|
2007-08-17 |
Richard Nelson |
leak fix, and fix nosound
|
2007-08-16 |
Sean Egan |
Small tab icons
|
2007-08-16 |
Sean Egan |
Adds a new icon size for tab status icons
|
2007-08-16 |
Sean Egan |
Remove truncation until we can do it smarter
|
2007-08-16 |
Sadrul Habib Chowdhury |
merge of '7d1dce3bbcb28d37b103c86124b8b1fe54132760'
|
2007-08-16 |
Will Thompson |
Add marginally better doxygen magic to PurplePluginProtocolInfo
|
2007-08-16 |
Mark Doliner |
Update the Galician translators
|
2007-08-16 |
Mark Doliner |
Removing pidgin/pixmaps/emotes/default/22/default.theme.in broke intltool.
|
2007-08-16 |
Mark Doliner |
15 translation updates. Our translators rock!
|
2007-08-16 |
Daniel Atallah |
Take advantage of the fact that our buddy icon filenames are SHA-1 hashes to avoid recalculating them in the bonjour protocol. I noticed that it wasn't calculating the hash correctly anyway while doing this.
|
2007-08-15 |
Daniel Atallah |
Retire Petter Johan Olsen and update the apparently invalid language name. I hope this isn't something contentious like the Catalan/Valencian thing (it doesn't seem to be). Fixes #2322.
|
2007-08-15 |
Daniel Atallah |
Fix the docked buddy list to consistently not have a taskbar entry thanks to some tips from "imiganai." This took *way* too long because of how arcane dealing with Windows on Windows is (the unnecessary complexity of our gtkappbar implementation doesn't help). Hopefully this doesn't break anything. Fixes #575.
|
2007-08-15 |
Daniel Atallah |
merge of '197e1b0c22949c758e407b2720f5e051f5cb4adf'
|
2007-08-14 |
Daniel Atallah |
Fix for disabling NetworkManager in configure.ac from Elliot Sales de Andrade. Thanks, Elliot. Fixes #2391.
|
2007-08-14 |
Daniel Atallah |
Make sure that there is an active conversation before trying to set the unseen state. It may be possible to trigger this when closing a window, but I think it is more likely to happen when using the Hide Conversation plugin or something like that. I think this fixes #2275.
|
2007-08-17 |
Evan Schoenberg |
Initialize newmood to NULL, as there are codepaths by which we can check against whether it is NULL or not before setting it, and that's bad.
|
2007-08-17 |
Evan Schoenberg |
merge of 'c6cd7cce984b6e47dfbce5041ac4bd47a1267e05'
|
2007-08-14 |
Evan Schoenberg |
propagate from branch 'im.pidgin.pidgin' (head 37793415aab363acafa9ca7ce5a76c974dbc6c4c)
|
2007-08-14 |
Evan Schoenberg |
merge of 'be89c0801e3ce85d83aa490bd3b25c83791e887d'
|
2007-08-15 |
Sean Egan |
Changelog smiley style
|
2007-08-14 |
Sean Egan |
More icons from Hylke
|
2007-08-17 |
William Ehlhardt |
- Add x509_import_from_file
|
2007-08-17 |
William Ehlhardt |
- Fill out the x509_nss struct properly
|
2007-08-14 |
William Ehlhardt |
In x509_ca pool:
|
2007-08-14 |
William Ehlhardt |
- Fix some overzealous g_asserts leading to a crash
|
2007-08-14 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head cb5420b4b28888af9a419d6ca29f524e552c9cf0)
|
2007-08-14 |
Daniel Atallah |
bcopy and bzero shouldn't be used. This allows Alver to compile nat-pmp.c on one of his obscure systems (and I fixed some other stuff that I noticed at the same time).
|
2007-08-14 |
William Ehlhardt |
merge of '3413e78bc17828c36f80fa106446aef898adfc6d'
|
2007-08-14 |
Ka-Hing Cheung |
this change from 1c3f25359208d70ea8d20a62c1dd4d7232b7a11a broke my
|
2007-08-14 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head 37a828a3519f5c2fe7a6d94dc41d607b807dd371)
|
2007-08-14 |
Daniel Atallah |
Use gtk's functionality to keep window on top. Think this fixes #1743
|
2007-08-14 |
Sean Egan |
merge of '1c3f25359208d70ea8d20a62c1dd4d7232b7a11a'
|
2007-08-11 |
Sean Egan |
When converting to xhtml, only add URLs in angle brackets if it doesn't match the cdata. Fixes #2445
|
2007-08-11 |
Sean Egan |
Don't scroll to bottom if imhtml is not realized. Fixes #2320
|
2007-08-11 |
Sean Egan |
Thanks sadrul. Fixes #2277
|
2007-08-21 |
Jeffrey Connelly |
Remove icons to avoid merge conflicts.
|
2007-08-20 |
Jeffrey Connelly |
Re-add Hylke's additional emoticons for MySpaceIM.
|
2007-08-20 |
Jeffrey Connelly |
Remove im.pidgin.soc.2007.msimprpl's versions of Hylke's extra icons to
|
2007-08-20 |
Jeffrey Connelly |
Fix crashes. In myspace.c, clone the contact_info message before sending it to
|
2007-08-20 |
Jeffrey Connelly |
Initial implementation of friend importing. Not well tested.
|
2007-08-19 |
Jeffrey Connelly |
In msim_msg_get(), start at the given node instead of using g_list_first()
|
2007-08-19 |
Jeffrey Connelly |
For each msim_msg_get_*() function that takes an element name, add
|
2007-08-19 |
Jeffrey Connelly |
Remove msim_parse_body(), obsoleted by msim_msg_get_dictionary().
|
2007-08-19 |
Jeffrey Connelly |
Replace msim_parse_body(), which returns a GHashTable * and takes a gchar *,
|
2007-08-19 |
Jeffrey Connelly |
Add msim_msg_get_next_element_node() to loop over MsimMessage's.
|
2007-08-19 |
Jeffrey Connelly |
First half of "Add friends from MySpace.com" support: add msim_import_friends(),
|
2007-08-19 |
Jeffrey Connelly |
Implement msim_msg_dictionary_parse() based on msim_parse_body(). This allows
|
2007-08-15 |
Jeffrey Connelly |
No longer check the length of passwords - instead, pass the password to the
|
2007-08-15 |
Jeffrey Connelly |
Link to profile in get info.
|
2007-08-15 |
Jeffrey Connelly |
If the attention API is being used, then redefine our attention type
|
2007-08-14 |
Jeffrey Connelly |
Make msimprpl work without a libpurple attention API.
|
2007-08-14 |
Jeffrey Connelly |
Re-apply the msimprpl-specific parts of revision
|
2007-08-14 |
Jeffrey Connelly |
merge of '0ae78c5d891099ade8e599dc2087ff9411b98d5f'
|
2007-08-14 |
Jeffrey Connelly |
merge of '8a35b0d36dc6b8c63f5f5e8f499be65866ffcf39'
|
2007-08-13 |
Jeffrey Connelly |
merge of '639773488963c6e7b2de9d73d6ee3abe3b3c51b1'
|
2007-08-13 |
Jeffrey Connelly |
propagate from branch 'im.pidgin.pidgin' (head ee3cab184ee92cf36b4f36013402605653820416)
|
2007-08-14 |
Sean Egan |
merge of '5af486724d98e56d56d8754e0b3d06d5f48b88d4'
|
2007-08-14 |
Sean Egan |
ChangeLog some stuff
|
2007-08-14 |
Sean Egan |
Don't truncate non-aliases
|
2007-08-14 |
Sean Egan |
Allow drag and drop from infopane
|
2007-08-14 |
Sean Egan |
Double-click infopane to alias or change topic. Also, show alias instead of screenname in infopane
|
2007-08-13 |
Daniel Atallah |
Don't trigger another libxml2 parse from within one of the parsing callbacks. References #1652.
|
2007-08-16 |
Sadrul Habib Chowdhury |
Make the close-button underlined, instead of bold, and change the cursor to hand.
|
2007-08-13 |
Sadrul Habib Chowdhury |
merge of 'e2805167b5c9997ce6241fa2156f3fd3cc4f3568'
|
2007-08-13 |
Mark Doliner |
Don't try to remove a timer that doesn't exist
|
2007-08-13 |
Mark Doliner |
Set a larger default conversation size. Previously we were using
|
2007-08-13 |
Mark Doliner |
Two changes here
|
2007-08-13 |
Sadrul Habib Chowdhury |
Fix a crash regarding tooltips on the infopane.
|
2007-08-13 |
Sadrul Habib Chowdhury |
De-seaneganify some of the indentation.
|
2007-08-13 |
Sadrul Habib Chowdhury |
Allow the imhtml to expand and fill the void.
|
2007-08-13 |
Mark Doliner |
Set a minimize size of 300 pixels for the imhtml showing example
|
2007-08-13 |
Sadrul Habib Chowdhury |
Properly escape the chat-topics in the infopane. Fixes #1903.
|
2007-08-13 |
Sadrul Habib Chowdhury |
Make sure dbus doesn't leak in purple_prefs_get_children_names.
|
2007-08-13 |
Sadrul Habib Chowdhury |
merge of '48fad9773e276b7949c6dcebf5b2948b46b8e2c7'
|
2007-08-13 |
Richard Laager |
Add finch/gntsound.c to POTFILES.in, as it has translation markers.
|
2007-08-13 |
William Ehlhardt |
- Fix a memleak
|
2007-08-13 |
William Ehlhardt |
- x509_signed_by now accepts a signature by an X.509 version 1
|
2007-08-13 |
William Ehlhardt |
- Add the Verisign root key (used for MSN)
|
2007-08-13 |
William Ehlhardt |
- Force full initialization of SSL system at startup
|
2007-08-13 |
William Ehlhardt |
- Move ssl-gnutls x509 registration until after GnuTLS itself is inited
|
2007-08-13 |
William Ehlhardt |
- Fix the autoconf/automake stuff so that the ca-certs work
|
2007-08-13 |
William Ehlhardt |
- Add the ca-certs directory for putting default-shipping root certs in.
|
2007-08-13 |
William Ehlhardt |
- Fix x509_signed_by. Apparently I can't read documentation.
|
2007-08-13 |
William Ehlhardt |
- Add debugging babble
|
2007-08-13 |
William Ehlhardt |
- Fix memleak
|
2007-08-13 |
William Ehlhardt |
- Implement x509_ca_get_idlist
|
2007-08-13 |
William Ehlhardt |
- Implement x509_ca_delete_cert
|
2007-08-13 |
William Ehlhardt |
- Add a helper function to destroy x509_ca_elements, and use it where
|
2007-08-13 |
William Ehlhardt |
- Implement x509_ca_get_cert
|
2007-08-13 |
William Ehlhardt |
Cosmetics
|
2007-08-13 |
William Ehlhardt |
- Implement x509_ca cert_in_pool
|
2007-08-13 |
William Ehlhardt |
- Add a function to search the x509_ca internal structures for an id
|
2007-08-13 |
William Ehlhardt |
- Write the uninit function for x509_ca
|
2007-08-13 |
William Ehlhardt |
In x509_ca pool:
|
2007-08-12 |
William Ehlhardt |
propagate from branch 'im.pidgin.pidgin' (head e687870673f02e5605b0bf9877fd579c78fe8c01)
|
2007-08-12 |
Luke Schierer |
merge of '55f3685b603ec55dbf23d659e71d47f554142a3e'
|
2007-08-12 |
Daniel Atallah |
Don't have the conv. window grow by the width of the transparency slider every time you open a new window. I figured this was more important than not shrinking the backlog pane when someone turns on the slider (it isn't like anyone turns it on and off all the time anyway). Fixes #2470.
|
2007-08-12 |
Daniel Atallah |
Use -1 as length with g_convert() functions instead of strlen()
|
2007-08-12 |
Daniel Atallah |
Make perl loader more robust - use G_EVAL flag on all calls so that if the perl function dies, it doesn't cause libpurple to quit.
|
2007-08-12 |
Daniel Atallah |
Warning fixes in the aftermath of resiak's authorize_cb and deny_cb type fixing.
|
2007-08-12 |
Daniel Atallah |
don't forget share/Makefile.mingw in the dist
|
2007-08-11 |
Daniel Atallah |
Fix sounds on the win32 build
|