index
:
telepathy/telepathy-idle
master
next
telepathy-idle-0.2
IRC connection manager for Telepathy (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-idle)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-18
version 0.1.3
telepathy-idle-0.1.3
Jonathon Jongsma
2
-2
/
+29
2009-02-18
Fix builddir!=srcdir issues
Jonathon Jongsma
3
-3
/
+9
2009-02-17
Update the text-encode-and-split test to the new internal API
Jonathon Jongsma
1
-1
/
+1
2009-02-17
Merge branch 'long-message-split'
Jonathon Jongsma
8
-21
/
+151
2009-02-17
Merge branch 'twisted-tests'
Jonathon Jongsma
8
-68
/
+114
2009-02-17
Merge branch 'invalid-nick'
Jonathon Jongsma
5
-12
/
+94
2009-02-17
Fix a test crash in connect/server-quit-ignore.py
Jonathon Jongsma
1
-0
/
+4
2009-02-17
Fix a small leak reported by valgrind
Jonathon Jongsma
1
-0
/
+1
2009-02-17
Fix another infinite loop on connection failure
Jonathon Jongsma
1
-0
/
+1
2009-02-17
messages/leading-space.py: simplify this test significantly
Jonathon Jongsma
2
-33
/
+11
2009-02-17
Rework join-muc-channel.py test to not depend on object path
Jonathon Jongsma
2
-13
/
+23
2009-02-17
message-order test: use loop to make this a bit cleaner
Jonathon Jongsma
1
-12
/
+8
2009-02-17
Disconnect in idletest in case the test fails and doesn't disconnect
Jonathon Jongsma
1
-3
/
+8
2009-02-16
Reduce test chatter when not in verbose mode
Jonathon Jongsma
1
-7
/
+13
2009-02-16
Add the constants.py file from gabble
Jonathon Jongsma
2
-4
/
+49
2009-02-13
Clean up some connections in invalid-nick test
Jonathon Jongsma
1
-21
/
+18
2009-02-13
Assume worst-case relay prefix before we get user info
Jonathon Jongsma
1
-1
/
+9
2009-02-13
Merge branch 'room-contact-mixup'
Jonathon Jongsma
8
-21
/
+94
2009-02-13
Merge branch 'gimpnet-quit'
Jonathon Jongsma
26
-12
/
+1329
2009-02-13
Merge branch 'leakfix'
Jonathon Jongsma
2
-10
/
+50
2009-02-13
Add documentation for IRC message spec
Jonathon Jongsma
1
-0
/
+11
2009-02-13
Merge branch 'fd-double-close'
Jonathon Jongsma
2
-49
/
+12
2009-02-13
Merge branch 'ssl-infinite-loop'
Jonathon Jongsma
1
-0
/
+2
2009-02-13
Re-work the room-contact-mixup test with alban's suggestions
Jonathon Jongsma
1
-17
/
+18
2009-02-13
Fix Bug #19766: private messages no longer delivered to group chat
Jonathon Jongsma
1
-6
/
+0
2009-02-13
Add test for Bug #19766: private messages deliver to group chat
Jonathon Jongsma
2
-0
/
+88
2009-02-13
Split long messages properly (Bug #17392)
Jonathon Jongsma
5
-7
/
+17
2009-02-13
Store our user host prefix to calculate max msg length
Jonathon Jongsma
4
-0
/
+49
2009-02-13
Don't split a utf-8 codepoint in half when splitting long message
Jonathon Jongsma
1
-17
/
+16
2009-01-30
Add a test for improper splitting of long messages (Bug #17392)
Jonathon Jongsma
2
-0
/
+64
2009-01-30
Validate nicks per the IRC RFC
Jonathon Jongsma
2
-9
/
+18
2009-01-30
Expose the nick validation function and use it in the CM
Jonathon Jongsma
3
-3
/
+20
2009-01-30
Add test for invalid nicknames
Jonathon Jongsma
2
-0
/
+59
2009-01-29
Speed up the tests a bit
Jonathon Jongsma
5
-15
/
+5
2009-01-27
Handle buggy servers that don't quit properly
Jonathon Jongsma
1
-0
/
+22
2009-01-27
Add a couple tests for slightly buggy server behavior
Jonathon Jongsma
3
-0
/
+77
2009-01-27
Make the test server respond to QUIT messages properly
Jonathon Jongsma
1
-0
/
+2
2009-01-26
Free a bunch more memory leaks reported by valgrind
Jonathon Jongsma
2
-10
/
+48
2009-01-26
Fix a leak in change_tp_properties()
Jonathon Jongsma
1
-0
/
+2
2009-01-19
Handle connect()s that return success immediately
Jonathon Jongsma
2
-9
/
+7
2009-01-19
Only try to connect to the IRC server over TCP
Jonathon Jongsma
1
-1
/
+5
2009-01-19
Fix an infinite loop in the SslServerConnection class
Jonathon Jongsma
1
-0
/
+2
2009-01-19
Add a little explanation to the connect-fail-ssl test
Jonathon Jongsma
1
-3
/
+4
2009-01-19
Add regression test for leading-space messages
Jonathon Jongsma
3
-18
/
+94
2009-01-16
Add a regression test for messages delivered in proper order
Jonathon Jongsma
3
-1
/
+55
2009-01-16
Add a very basic test for joining an IRC channel
Jonathon Jongsma
3
-3
/
+50
2009-01-16
call Disconnect() asynchronously to prevent false test failures
Jonathon Jongsma
2
-6
/
+12
2009-01-15
Ignore a bunch of testing logs
Jonathon Jongsma
1
-0
/
+4
2009-01-15
Fix some more minor twisted test issues
Jonathon Jongsma
6
-15
/
+21
2009-01-15
Add support for testing ssl connections with twisted tests
Jonathon Jongsma
7
-8
/
+72
[next]