Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Graph
fa61a7f85e98ae2be8cd9c29c2bbcb94740c6a51
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Mar
12
11
4
Feb
24
Dec
22
3
2
1
30
Nov
29
26
25
21
16
22
Oct
20
19
18
3
Sep
17
May
15
5
24
Apr
16
22
Feb
3
25
Jan
24
9
8
Dec
26
Nov
22
7
25
Oct
20
19
14
13
11
10
9
8
7
6
5
4
3
2
3
2
1
30
Sep
29
28
27
26
4
3
2
1
31
Aug
30
29
28
27
26
25
Date-stamp 2.7.
Version bump for 2.7 release.
Suppress some spuriious pylint warnings.
irkerd: Fix 'self.socket' -> 'socket' typos in _wrap_socket
irkerd: Fix -i / --immediate handling, and add a message argument
Fix somre confusion abot argument-passing.
Allow kwargs use.
Documentation updates.
irkerd: Extract username and password from submitted URLs
irkerd: Initial SSL/TLS implementation
irkerd: Replace Exception.format_exc() with traceback.format_exc()
irkerd: Add Python-3-compatible string handling
irkerd: Use self instead of LineBufferedStream in lines()
irkerd: Add Python-3-compatible import names
irkerd: Drop scheme replacement in Target.__init__
irkerd: Drop simplejson replacement
irkerd: Convert to Python 3's "except x as y" syntax
irkerd: Replace sys.stderr.write with LOG.error
irkerd: Replace a print statement with LOG.error
irkerd: Transition from getopt to argparse
irkerd: Replace 'password' global with local Connection.password
irkerd: Replace 'logfile' global with local Irker.logfile
irkerd: Replace 'namestyle' global with local 'nick_template'
irkerd: Replace 'fallback' global with local 'nick_needs_number'
irkerd: Add kwargs handling to pass data to IRCServerConnection.connect
irkerd: Add Target.__str__ for pretty-printing targets in log messages
irkerd: Convert to Python's logging module
irkerd: Split imported modules onto their own lines
irkerd: Pull request-parsing out into Irker._parse_request
irkerd: Add InvalidRequest and use it to flatten Irker.handle()
irkerd: Store less state in IRCServerConnection.connect()
Version bump for 2.6.
Add a check for expired connections that are still running
Don't loop forever after failing to connect to IRC
AI0867 gets more credit.
Documentation improvements.
Version bump for 2.5 release.
Fix a deadlock
My typo fix was typoed. Clearly I need more sleep.
Typo fix.
Loading