summaryrefslogtreecommitdiff
path: root/libpurple/server.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-2/+1
* Add a PurpleAccount parameter to the PurpleMessage constructorsGary Kramlich2023-02-081-3/+4
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-11/+15
* Remove the privacy apiGary Kramlich2022-12-051-13/+0
* Inline purple_serv_get_info and purple_serv_set_infoGary Kramlich2022-11-181-25/+0
* Remove unused account signalsElliott Sales de Andrade2022-10-091-9/+0
* Remove the server privacy api that was just proxying to PurpleProtocolPrivacyGary Kramlich2022-10-011-59/+0
* Remove auto-repliesGary Kramlich2022-09-301-158/+0
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Remove the attention api. It's always been an annoyance and most protocols do...Gary Kramlich2021-11-211-26/+0
* Rename protocol.[ch] to purpleprotocol.[ch]Gary Kramlich2021-10-291-1/+1
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-1/+0
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-2/+2
* migrate libpurple to the ConversationManager APIGary Kramlich2021-07-221-27/+55
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-21/+25
* Remove includes from protocol.h that weren't used there and deal with the fal...Gary Kramlich2021-04-301-0/+1
* rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversat...Gary Kramlich2021-04-121-1/+1
* Port libpurple from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-03-021-1/+1
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-2/+2
* Fix a few things that were throwing g_warning's during startupGary Kramlich2021-01-151-11/+14
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-9/+14
* Split PurpleProtocolChat to its own file and clean up the API.Gary Kramlich2021-01-111-7/+12
* Split PurpleAttentionType and PurpleProtocolAttention into their own filesGary Kramlich2020-11-041-0/+1
* PurpleMessage cleanups from hellGary Kramlich2020-10-031-5/+16
* Make PurpleProtocolPrivacy a proper GInterface and move it to it's own fileGary Kramlich2020-08-221-22/+22
* Make PurpleProtocolIM a proper interfaceGary Kramlich2020-08-131-6/+14
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Replace g_[s]list_remove with g_[s]list_delete_link.Elliott Sales de Andrade2019-10-251-1/+1
* Fix several memory leaks.Elliott Sales de Andrade2019-10-021-1/+2
* Rename PURPLE_PROTOCOL_IS_* to PURPLE_IS_PROTOCOL_*.Elliott Sales de Andrade2019-08-061-1/+1
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-3/+3
* Rename *_HAS_*_IFACE to more standard *_IS_*.Elliott Sales de Andrade2019-08-061-1/+1
* Silence PurpleProtocolAttention expected argument build warningMike Ruprecht2018-05-111-1/+2
* xfer: Rename PurpleProtocolXferInterface.send() to send_file()Mike Ruprecht2018-05-031-1/+2
* Mergin 2.13.0 into defaultGary Kramlich2018-03-291-3/+5
|\
| * Fix potential utf8 truncation on incoming invites (may result in crashes)dx2018-03-051-3/+6
| * Backed out 187b51ce9922 because it breaks rejoining XMPP MUCs (maybe others) ...dx2015-12-301-12/+1
| * Fix warning introduced in 187b51ce9922Daniel Atallah2015-06-151-2/+2
| * Check that we actually don't have opened a tab with conversation we want to o...Mat?j Cepl2015-06-051-1/+12
* | First pass at moving attention to it's own filesGary Kramlich2018-01-181-2/+2
* | A bunch more work on this, still have jabber to update and more unit tests to...Gary Kramlich2017-11-241-3/+4
* | Initial attempt at removing the magic around PurpleProtocolXferInterfaceGary Kramlich2017-08-311-4/+6
* | Remove purple_timeout_* function usageMike Ruprecht2017-06-151-1/+1
* | Remove needless allocation castsMichael McConville2015-12-211-1/+1
* | Add introspection gtkdocs for server.hJorge Villase?or2015-03-011-8/+8
* | Merged default branchAnkit Vani2014-06-151-134/+72
|\ \
| * \ Merged default branchAnkit Vani2014-05-241-134/+72
| |\ \
| | * \ Merge gtkdoc-conversionAnkit Vani2014-02-101-2/+2
| | |\ \
| | * \ \ Merge gtkdoc-conversionAnkit Vani2014-02-101-140/+75
| | |\ \ \