IRCTk

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'transports/fossil/*'

2024-10-06
19:15
Convert the config script to be POSIX compatible. ... (check-in: 14ccd1c94c user: absc tags: trunk)
2024-10-01
19:39
Corrected typo. ... (check-in: 1ce86f4c9b user: absc tags: trunk)
2024-09-30
20:11
Import the last libapi. ... (check-in: b8ca70de53 user: absc tags: trunk)
2024-09-01
21:31
typos; courtesy of codespell(1) ... (check-in: 18fa1ac583 user: omarpolo tags: trunk)
2024-05-11
20:46
Update man page date. ... (check-in: de456f39f6 user: absc tags: trunk)
16:10
Corrected SYNOPSIS. Spotted by bohwaz. Thanks! ... (check-in: 887be925af user: absc tags: trunk)
2024-05-02
19:46
Be more strict when we receive a message. Check for the proper CRLF sequence. ... (check-in: b14eb958da user: absc tags: trunk)
19:31
Corrected the installation directory. ... (check-in: 8fc7cc4973 user: absc tags: trunk)
19:29
Import the latest libapi trunk. ... (check-in: 13a4e478dc user: absc tags: trunk)
2024-05-01
20:48
Corrected some small MISRA violations. ... (check-in: 8c19b0cda9 user: absc tags: trunk)
14:29
Add tested Operating systems and caveats. ... (check-in: b8faa5ae76 user: absc tags: trunk)
14:22
Add transport README file. ... (check-in: 90f9d07c7a user: absc tags: trunk)
13:50
Importing the latest libapi trunk. ... (check-in: 984040fbae user: absc tags: trunk)
12:24
Use some more descriptive sentences. ... (check-in: 62a5a3fbed user: absc tags: trunk)
12:19
Add missing include for strptime. ... (check-in: d57be62fb0 user: absc tags: trunk)
12:10
Reorder the strptime includes. ... (check-in: 986ab0d696 user: absc tags: trunk)
12:05
The c file was missing. ... (check-in: 1aad34051f user: absc tags: trunk)
12:01
NetBSD has strptime. ... (check-in: f3cd4fcb41 user: absc tags: trunk)
11:59
Add strptime. ... (check-in: 8270fe3f15 user: absc tags: trunk)
2024-04-30
22:17
DEF_WEAK is not portable. ... (check-in: 238d333938 user: absc tags: trunk)
22:13
Silence a compiler warning in a portable way. ... (check-in: 115a71f4e9 user: absc tags: trunk)
22:09
Reorder object files. ... (check-in: d3ccc8ee1d user: absc tags: trunk)
21:56
Remove not needed include. Suggested by op ... (check-in: ca11c2ae78 user: absc tags: trunk)
21:56
Add embedded libapi. Useful if it is not installed on the system. ... (check-in: 5bcec94500 user: absc tags: trunk)
20:59
Put usage in front of the help function. ... (check-in: 70f7521351 user: absc tags: trunk)
20:58
Add missing newline ... (check-in: 087a88fe9c user: absc tags: trunk)
20:56
Change formatting escapes. ... (check-in: c5edecec1a user: absc tags: trunk)
20:53
Fix getprogname declaration. ... (check-in: 395e3c7318 user: absc tags: trunk)
20:51
Add missing header includes. ... (check-in: 9debe3b985 user: absc tags: trunk)
20:50
Add getprogname() functions. ... (check-in: d5cb4e3aae user: absc tags: trunk)
20:50
Fix a bunch of warning about stdio functions. ... (check-in: 6530d11c2b user: absc tags: trunk)
20:38
Add check for getprogname(). ... (check-in: 9d89d38488 user: absc tags: trunk)
20:10
Properly handle the queue macros in a portable fashion. ... (check-in: 62d10bff65 user: absc tags: trunk)
20:09
Add missing stdio include. ... (check-in: 381d7a830e user: absc tags: trunk)
20:00
_null.h required for the queue macros. ... (check-in: 6f38d04998 user: absc tags: trunk)
2024-04-29
21:19
Initial portable build infrastructure. It builds on OpenBSD. Must be tested on Linux. ... (check-in: f870c12482 user: absc tags: trunk)
19:51
The clientpoller takes care of flushing the buffers. ... (check-in: d8f2c104ad user: absc tags: trunk)
19:26
Use setproctitle(3) instead of setprogname(3). ... (check-in: bc1fa49ce4 user: absc tags: trunk)
2024-04-27
19:56
Remove the first column if it is there. ... (check-in: 747145720b user: absc tags: trunk)
16:50
Merge the remaining fossil transport code. ... (check-in: 3883d602dd user: absc tags: trunk)
16:45
Merge the fossil transport. Other work can go ahead in trunk. ... (check-in: b429b2af2e user: absc tags: trunk)
2024-04-24
20:29
Do not kill the session just because we can not parse a time field. ... (Closed-Leaf check-in: 74709ba593 user: absc tags: fossil-transport)
2024-04-23
21:41
Strip the trailing '/'. The fossil API does not like it. ... (check-in: 20c2268d97 user: absc tags: fossil-transport)
20:02
Use some more useful messages. ... (check-in: a6404b51fe user: absc tags: fossil-transport)
2024-04-22
22:00
Handle if the repopoller dies. ... (check-in: db61e0e7d0 user: absc tags: fossil-transport)
21:45
Add the user first. ... (check-in: 6d945cb9f7 user: absc tags: fossil-transport)
21:44
Use joinuser instead of ircmsgjoin directly. ... (check-in: cf7c249299 user: absc tags: fossil-transport)
21:42
We need the ability to let other users to be seen in the channel when the "join". ... (check-in: 18eef37b0a user: absc tags: fossil-transport)
21:35
The only JOIN happens at the beginning. No need to check for other channels. ... (check-in: f5a4248465 user: absc tags: fossil-transport)
21:19
Use the right user for the sent message. ... (check-in: c7e717fb40 user: absc tags: fossil-transport)