summaryrefslogtreecommitdiff
path: root/src/idle-connection.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-17Merge branch 'long-message-split'Jonathon Jongsma1-0/+56
2009-02-17Merge branch 'twisted-tests'Jonathon Jongsma1-0/+4
2009-02-17Fix a test crash in connect/server-quit-ignore.pyJonathon Jongsma1-0/+4
2009-02-13Assume worst-case relay prefix before we get user infoJonathon Jongsma1-1/+9
2009-02-13Merge branch 'gimpnet-quit'Jonathon Jongsma1-0/+22
2009-02-13Split long messages properly (Bug #17392)Jonathon Jongsma1-1/+3
2009-02-13Store our user host prefix to calculate max msg lengthJonathon Jongsma1-0/+46
2009-01-27Handle buggy servers that don't quit properlyJonathon Jongsma1-0/+22
2009-01-26Free a bunch more memory leaks reported by valgrindJonathon Jongsma1-0/+6
2009-01-12Initialize all GError* vars to NULLJonathon Jongsma1-4/+4
2008-09-24Merge commit 'wjt/self-handle-changed' into self-handle-changedSimon McVittie1-9/+2
2008-09-09Connection: remove unused variableWill Thompson1-1/+0
2008-08-29Send messages with equal priority in chronological orderWill Thompson1-5/+16
2008-08-29Change self-handle using tp_base_connection_set_self_handleWill Thompson1-8/+2
2008-08-29Fix a mismatched signedness warningWill Thompson1-1/+1
2008-01-16Still more coding style unifications, now there should be quite a few less fu...Olli Salli1-7/+7
2008-01-15Clean up includesOlli Salli1-38/+18
2008-01-12Remove useless send_irc_cmd() from idle-connection.c and rename send_irc_cmd_...Olli Salli1-16/+9
2008-01-12Coding style, part: Public functions of classes shouldn't have an underscore ...Olli Salli1-1/+1
2007-12-27Unify coding style, chapter Six: Binary operators and their operands should h...Olli Salli1-13/+13
2007-12-27Unify coding style, lesson 4: blank lines after each case body in switch stat...Olli Salli1-0/+21
2007-12-27Unify coding style, book II: Thou shalt indent by tabs, and only tabsOlli Salli1-6/+6
2007-12-27Remove tabs from places other than beginning of linesOlli Salli1-2/+2
2007-12-27Remove trailing whitespaceOlli Salli1-5/+5
2007-12-27Unify coding style part 1 (mostly bracing style)Olli Salli1-4/+2
2007-09-25Hook up the locally built stubs for Renaming and use them instead of the ones...Simon McVittie1-8/+9
2007-04-30Make SetAliases on your self handle work like RequestRenameOlli Salli1-16/+26
2007-04-27Dispose of queued AliasesChanged crack in idle_connection_disposeOlli Salli1-0/+6
2007-04-27Now that the trigger points are in place, remove emit_queued_aliases_changed ...Olli Salli1-3/+0
2007-04-27Trigger emitting queued AliasesChanged in IdleConnection's NICK handlerOlli Salli1-0/+2
2007-04-26Utilize Connection.Interface.Aliasing for representing IRC nicks in their cor...Olli Salli1-6/+133
2007-04-28Use the CTCP helpers for sending VERSION repliesOlli Salli1-2/+3
2007-04-26Check for old_handle == new_handle in NICK handlersOlli Salli1-0/+3
2007-04-24Move emitting Renamed back to IdleConnection's _nick_handler, but attach it w...Olli Salli1-1/+3
2007-04-23IDLE_DEBUG in IdleConnectionOlli Salli1-12/+15
2007-04-20Plug leaking all incoming messages after charset conversionOlli Salli1-0/+2
2007-04-20Don't duplicate the default connection parameters in IdleConnectionOlli Salli1-3/+3
2007-04-19Use svc-unstable.h for the Renaming interface - it's not in the shared librar...Simon McVittie1-0/+1
2007-04-19New CTCP VERSION handlerOlli Salli1-20/+26
2007-04-19Remove my stupid misinformed idle-version.h stuffOlli Salli1-2/+0
2007-04-16New MODE/MODEREPLY handlerOlli Salli1-85/+0
2007-04-13Remove MUC rename handler junk from #if 0Olli Salli1-13/+0
2007-04-13New NICK handler. The MUC factory now emits Renamed even for the connection's...Olli Salli1-7/+5
2007-04-12New TOPIC prefixcmd handlerOlli Salli1-53/+0
2007-04-12New TOPIC_STAMP handlerOlli Salli1-46/+0
2007-04-12New handler for the TOPIC numericOlli Salli1-42/+0
2007-04-12New QUIT handler for MUCOlli Salli1-26/+0
2007-04-12Remove some more replaced stuff from the if 0'd "todo list" sectionOlli Salli1-461/+0
2007-04-12New INVITE handlerOlli Salli1-64/+0
2007-04-12Add numeric channel join error handlers and remove the old ones from the if 0...Olli Salli1-96/+0