log finch/gntconv.c @ 29642:07a2ae40ee55

age author description
2010-02-16 Elliott Sales de Andrade Remove old GLIB_CHECK_VERSION calls in finch. Refs #10024.
2009-12-08 Paul Aurich Fix all the remaining files for which internal.h doesn't end up being the first include.
2009-10-22 Sadrul Habib Chowdhury Show the message only for the chats for the account signing off.
2009-10-22 Sadrul Habib Chowdhury Fix creating a conversation with a user in a chatroom from the userlist.
2009-10-21 Sadrul Habib Chowdhury Rejoin an opened chat after an account reconnects.
2009-09-15 Sadrul Habib Chowdhury Return the proper enum values from command callbacks.
2009-09-15 Sadrul Habib Chowdhury '/debug plugins' will announce the list of loaded plugins.
2009-07-18 Elliott Sales de Andrade Don't include an internal header in the public finch headers.
2009-07-13 Sadrul Habib Chowdhury Show the current time if the timestamp is zero.
2009-07-09 Sadrul Habib Chowdhury Use purple_markup_escape_text instead of the glib version.
2009-04-11 Sadrul Habib Chowdhury Open a chat-invite dialog when a buddy is dragged onto a chat.
2008-11-14 Richard Laager Update some casts (that the script didn't fix correctly) to GObject macros.
2008-11-01 Sadrul Habib Chowdhury Struct hiding for Finch. PurpleChat:alias and PurpleContact:totalsize are still used.
2008-10-16 Sadrul Habib Chowdhury Set the urgent flag for conversation windows on receiving a /buzz etc.
2008-08-16 Stu Tomlinson Fix compiling with glib < 2.6
2008-07-11 Sadrul Habib Chowdhury Show the count of users when joining a chat.
2008-07-02 Sadrul Habib Chowdhury Tab-completion for commands in finch.
2008-06-14 Sadrul Habib Chowdhury Send '//message' as '/message', instead of looking for a 'message' command.
2008-06-07 Sadrul Habib Chowdhury msgcolor command to change colors of messages in conversations.
2008-05-28 Richard Nelson Add an invite menu for chats
2008-04-23 Sadrul Habib Chowdhury Fix a crash which I think happens when the same buddy is in the buddylist
2008-03-07 Sadrul Habib Chowdhury Patch from Kyle Turman to show the alias when available in the typing notification. Closes #4957.
2008-03-06 Sadrul Habib Chowdhury Make sure an existing conversation selected from the 'Send IM' dialog is given the focus.
2008-02-12 Sadrul Habib Chowdhury Ignore the recv/send flags when the system flag is set for a message.
2008-02-12 Sadrul Habib Chowdhury Highlighted message color has a higher priority over an action message color.
2008-02-02 Richard Nelson Add a finch log viewer. This is largely copied from Pidgin.
2008-01-27 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleBuddy and PurpleChat.
2008-01-26 Sadrul Habib Chowdhury We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
2008-01-26 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleConversation.
2008-01-26 Sadrul Habib Chowdhury Add accessor and update finch to not touch the internals of PurpleConnection.
2008-01-26 Sadrul Habib Chowdhury Update finch to not touch the internals of PurpleAccount. This also includes a change I made to reduce the Cyclomatic Complexity of one of the functions.
2008-01-26 Sadrul Habib Chowdhury Add API so Finch doesn't need to touch the internals of PurpleBlistNode.
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2007-12-03 Sadrul Habib Chowdhury Do not append ':' after expanding a /me.
2007-12-03 Richard Nelson Add color to the conversation window to indicate various message attributes
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-11-06 Sadrul Habib Chowdhury I feel good when I am able to send messages, instead of just typing them.
2007-10-27 Stu Tomlinson Add a --with-extraversion option to ./configure so packagers can fine tune
2007-10-23 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
2007-10-01 Richard Laager propagate from branch 'im.pidgin.pidgin.2.2.1' (head 4321e1e266d11dddee2cde190828ae5001812367)
2007-09-30 Will Thompson merge of '07d5798f8a0b64518b4697e0376f5ceeddbb61e2'
2007-09-29 Sadrul Habib Chowdhury void functions shouldn't 'return'. Thanks tmcmahon2. Fixes #3151 (gntconv.c fails to compile in Solaris 9)
2007-09-28 Richard Laager propagate from branch 'im.pidgin.rlaager.merging.2_2_1_conflicts' (head 4ad1081695d083df424898e6e7091f731b401265)
2007-09-19 Sadrul Habib Chowdhury Show 'buzz'/'nudge' etc. messages differently from regular messages.
2007-09-19 Sadrul Habib Chowdhury Fix #104 (Reconnect to network should reconnect chats also). This has been
2007-10-19 Luke Schierer applied changes from 2ab75e32c52e94c674d0b5a396d224da7e9d509e
2007-09-28 Richard Laager applied changes from 8a731bbd0197fbcc91a705c2d8f528154216defa
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-15 Sadrul Habib Chowdhury If there's a chat open when an account gets disconnected because of an error,
2007-09-13 Sadrul Habib Chowdhury Remember the 'Enable Sounds' setting for a conversation. Closes #312.
2007-09-08 John Bailey The FSF changed its address a while ago; our files were out of date.
2007-09-04 Sadrul Habib Chowdhury Use the proper column for searching users in the chat userlist.
2007-08-28 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 4313008137cace2c9699584ec7308c1e888ae137)
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-25 Sadrul Habib Chowdhury Clear the message history in the /clear callback.
2007-08-23 Sadrul Habib Chowdhury Notify the user if a message is not sent in a conversation because he's disconnected.
2007-08-18 Sadrul Habib Chowdhury Update the 'send to' menu in conversation windows when necessary.
2007-06-28 Eric Polino explicit merge of 'e53fe113efde971f9f1d14d8a7af937542ee2732'