index
:
~smcv/telepathy-idle
catch-up
gdbus-object
gdbus-properties
group-mixin
interactive-tls
master
next
next-decore
next-handle-type
next-tests
trivia-54114
/msg a{sv}bot does it compile yet?
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
idle-connection.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-17
Merge branch 'long-message-split'
Jonathon Jongsma
1
-0
/
+56
2009-02-17
Merge branch 'twisted-tests'
Jonathon Jongsma
1
-0
/
+4
2009-02-17
Fix a test crash in connect/server-quit-ignore.py
Jonathon Jongsma
1
-0
/
+4
2009-02-13
Assume worst-case relay prefix before we get user info
Jonathon Jongsma
1
-1
/
+9
2009-02-13
Merge branch 'gimpnet-quit'
Jonathon Jongsma
1
-0
/
+22
2009-02-13
Split long messages properly (Bug #17392)
Jonathon Jongsma
1
-1
/
+3
2009-02-13
Store our user host prefix to calculate max msg length
Jonathon Jongsma
1
-0
/
+46
2009-01-27
Handle buggy servers that don't quit properly
Jonathon Jongsma
1
-0
/
+22
2009-01-26
Free a bunch more memory leaks reported by valgrind
Jonathon Jongsma
1
-0
/
+6
2009-01-12
Initialize all GError* vars to NULL
Jonathon Jongsma
1
-4
/
+4
2008-09-24
Merge commit 'wjt/self-handle-changed' into self-handle-changed
Simon McVittie
1
-9
/
+2
2008-09-09
Connection: remove unused variable
Will Thompson
1
-1
/
+0
2008-08-29
Send messages with equal priority in chronological order
Will Thompson
1
-5
/
+16
2008-08-29
Change self-handle using tp_base_connection_set_self_handle
Will Thompson
1
-8
/
+2
2008-08-29
Fix a mismatched signedness warning
Will Thompson
1
-1
/
+1
2008-01-16
Still more coding style unifications, now there should be quite a few less fu...
Olli Salli
1
-7
/
+7
2008-01-15
Clean up includes
Olli Salli
1
-38
/
+18
2008-01-12
Remove useless send_irc_cmd() from idle-connection.c and rename send_irc_cmd_...
Olli Salli
1
-16
/
+9
2008-01-12
Coding style, part: Public functions of classes shouldn't have an underscore ...
Olli Salli
1
-1
/
+1
2007-12-27
Unify coding style, chapter Six: Binary operators and their operands should h...
Olli Salli
1
-13
/
+13
2007-12-27
Unify coding style, lesson 4: blank lines after each case body in switch stat...
Olli Salli
1
-0
/
+21
2007-12-27
Unify coding style, book II: Thou shalt indent by tabs, and only tabs
Olli Salli
1
-6
/
+6
2007-12-27
Remove tabs from places other than beginning of lines
Olli Salli
1
-2
/
+2
2007-12-27
Remove trailing whitespace
Olli Salli
1
-5
/
+5
2007-12-27
Unify coding style part 1 (mostly bracing style)
Olli Salli
1
-4
/
+2
2007-09-25
Hook up the locally built stubs for Renaming and use them instead of the ones...
Simon McVittie
1
-8
/
+9
2007-04-30
Make SetAliases on your self handle work like RequestRename
Olli Salli
1
-16
/
+26
2007-04-27
Dispose of queued AliasesChanged crack in idle_connection_dispose
Olli Salli
1
-0
/
+6
2007-04-27
Now that the trigger points are in place, remove emit_queued_aliases_changed ...
Olli Salli
1
-3
/
+0
2007-04-27
Trigger emitting queued AliasesChanged in IdleConnection's NICK handler
Olli Salli
1
-0
/
+2
2007-04-26
Utilize Connection.Interface.Aliasing for representing IRC nicks in their cor...
Olli Salli
1
-6
/
+133
2007-04-28
Use the CTCP helpers for sending VERSION replies
Olli Salli
1
-2
/
+3
2007-04-26
Check for old_handle == new_handle in NICK handlers
Olli Salli
1
-0
/
+3
2007-04-24
Move emitting Renamed back to IdleConnection's _nick_handler, but attach it w...
Olli Salli
1
-1
/
+3
2007-04-23
IDLE_DEBUG in IdleConnection
Olli Salli
1
-12
/
+15
2007-04-20
Plug leaking all incoming messages after charset conversion
Olli Salli
1
-0
/
+2
2007-04-20
Don't duplicate the default connection parameters in IdleConnection
Olli Salli
1
-3
/
+3
2007-04-19
Use svc-unstable.h for the Renaming interface - it's not in the shared librar...
Simon McVittie
1
-0
/
+1
2007-04-19
New CTCP VERSION handler
Olli Salli
1
-20
/
+26
2007-04-19
Remove my stupid misinformed idle-version.h stuff
Olli Salli
1
-2
/
+0
2007-04-16
New MODE/MODEREPLY handler
Olli Salli
1
-85
/
+0
2007-04-13
Remove MUC rename handler junk from #if 0
Olli Salli
1
-13
/
+0
2007-04-13
New NICK handler. The MUC factory now emits Renamed even for the connection's...
Olli Salli
1
-7
/
+5
2007-04-12
New TOPIC prefixcmd handler
Olli Salli
1
-53
/
+0
2007-04-12
New TOPIC_STAMP handler
Olli Salli
1
-46
/
+0
2007-04-12
New handler for the TOPIC numeric
Olli Salli
1
-42
/
+0
2007-04-12
New QUIT handler for MUC
Olli Salli
1
-26
/
+0
2007-04-12
Remove some more replaced stuff from the if 0'd "todo list" section
Olli Salli
1
-461
/
+0
2007-04-12
New INVITE handler
Olli Salli
1
-64
/
+0
2007-04-12
Add numeric channel join error handlers and remove the old ones from the if 0...
Olli Salli
1
-96
/
+0
[next]