aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-irc-network-manager.c
Commit message (Expand)AuthorAgeFilesLines
* More duplicate includes of empathy-debug.hxclaesse2008-05-071-2/+0
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...xclaesse2008-05-061-55/+36
* Make use of tp-glib debug system.xclaesse2008-05-011-16/+13
* rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-181-1/+1
* use g_timeout_add instead of g_timeout_add_secondsGuillaume Desmottes2008-02-181-3/+3
* save when adding/removing networksGuillaume Desmottes2008-02-171-0/+6
* document EmpathyIrcNetworkManagerGuillaume Desmottes2008-02-171-6/+51
* we don't have to explicitely call g_object_notify when setting a propertyGuillaume Desmottes2008-02-171-2/+0
* coding style tweaksGuillaume Desmottes2008-02-171-7/+7
* remove empathy_irc_network_manager_store as saving is now automaticGuillaume Desmottes2008-02-161-8/+0
* automatically save networks when they are modifiedGuillaume Desmottes2008-02-161-4/+66
* display a message if the dropped attribute is used in a global fileGuillaume Desmottes2008-02-161-0/+6
* no need to check if the id attribute is present, that's the job of the DTD nowGuillaume Desmottes2008-02-161-3/+0
* empathy-irc-network-manager: emit notify when changing propertiesGuillaume Desmottes2008-02-161-0/+2
* don't use the network name to generate new network idGuillaume Desmottes2008-02-161-11/+9
* validate XML files using DTDGuillaume Desmottes2008-02-161-3/+2
* remove old commented codeGuillaume Desmottes2008-02-121-9/+3
* read/write charset from/to XMLGuillaume Desmottes2008-02-081-2/+16
* empathy_irc_network_manager_find_network_by_address: don't return a dropped n...Guillaume Desmottes2008-02-031-0/+3
* irc-network-manager: fix a bug when writing user XML fileGuillaume Desmottes2008-02-031-1/+2
* IRC widget: get charset paramGuillaume Desmottes2008-02-021-2/+2
* add empathy_irc_network_manager_find_network_by_addressGuillaume Desmottes2008-02-021-0/+43
* fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-251-11/+12
* write dropped server to user's XMLGuillaume Desmottes2008-01-241-16/+20
* only write to XML network loaded from the user file or which was modifiedGuillaume Desmottes2008-01-241-6/+23
* no need to create a temporary string when writing ssl attributeGuillaume Desmottes2008-01-201-3/+1
* start to implement network XML file saveGuillaume Desmottes2008-01-201-1/+81
* ignore IRC network having the dropped attributeGuillaume Desmottes2008-01-201-0/+10
* parse user networks fileGuillaume Desmottes2008-01-201-1/+20
* implement empathy_irc_network_manager_removeGuillaume Desmottes2008-01-201-11/+12
* properly implement empathy_irc_network_manager_addGuillaume Desmottes2008-01-091-24/+27
* remove id property from EmpathyIrcNetworkGuillaume Desmottes2008-01-091-3/+2
* empathy-irc-network-manager: use a hash table to store networksGuillaume Desmottes2008-01-091-13/+35
* empathy-irc-network-manager: add a constructorGuillaume Desmottes2008-01-091-5/+27
* Change parsing code to fit new XML formatGuillaume Desmottes2008-01-081-43/+21
* empathy-irc-network-manager: parse the global network fileGuillaume Desmottes2008-01-081-39/+22
* empathy-irc-network-manager: take 2 file paths as constructor argumentGuillaume Desmottes2008-01-081-18/+42
* move empathy-irc-network-manager, empathy-irc-network and empathy-irc-server ...Guillaume Desmottes2008-01-061-0/+480