Timeline
Mar 9, 2014:
- 10:42 PM Changeset in code [c102bbf] by
- Make pidgin-icb /who and /msg work for real. pidgin-icb seems to …
- 5:15 PM Changeset in code [c4a43f1] by
- make /who and /msg work in pidgin-icb
- 3:10 PM Changeset in code [dcbd425] by
- Remove the session tree
- 3:09 PM Changeset in code [e87ab6d] by
- Convert DNS code to use ASR
- 2:04 PM Changeset in code [718d0c9] by
- Remove jokes that are not fun anymore
- 1:58 PM Changeset in code [709589d] by
- A couple of fixups for icbd_modupdate
Mar 7, 2014:
- 5:37 PM Changeset in code [82d3c1f] by
- stat(2) the modtab every time pass is requested plus some minor style …
- 4:40 PM Changeset in code [9c04f2a] by
- Make dns_done read loop work the same way dns_dispatch does
- 4:32 PM Changeset in code [2cdab10] by
- Reset modtabcnt each time we (re)load modtab
- 4:25 PM Changeset in code [145faa6] by
- Client can exit before DNS has a chance to update the information
- 4:24 PM Changeset in code [bacf9da] by
- line break
- 4:08 PM Changeset in code [d06af04] by
- Don't log default group ("1") messages
- 3:45 PM Changeset in code [a76f866] by
- Improve the read loop in dns_dispatch before we switch to bufferevents
- 3:42 PM Changeset in code [7289823] by
- Change DNS resolver to ignore hostnames longer than 39 symbols and …
- 3:23 PM Changeset in code [8871953] by
- Better
- 3:21 PM Changeset in code [a2fadb4] by
- Get rid of ICB_MSGSIZE+1, fix various off-by-ones and do some …
- 3:20 PM Changeset in code [270fd23] by
- Move modtab into the chroot and make it reloadable by SIGHUB input …
- 2:42 PM Changeset in code [a6b8c8d] by
- typo
- 2:17 PM Changeset in code [058b664] by
- Make sure the we don't overflow the logfiles table
- 2:16 PM Changeset in code [e13307d] by
- Move icbd_ioerr before the dispatch
- 2:14 PM Changeset in code [be3ad87] by
- Rewrite logger_dispatch to use bufferevents to simplify error …
Mar 6, 2014:
- 3:30 PM Changeset in code [460786f] by
- Add command line switch '-n' to disable DNS
- 3:30 PM Changeset in code [f3c60e6] by
- After some deliberation we have decided that if modtab is enabled then …
- 1:56 PM Changeset in code [3fdebb8] by
- log "Today is...", input mikeb
- 1:02 PM Changeset in code [709c3bc] by
- Merge pull request #1 from bentley/master Use more semantic mdoc macros.
- 11:34 AM Changeset in code [6e89d69] by
- accept throttling on EM/ENFILE, add checks for other errnos
- 7:57 AM Changeset in code [21477e9] by
- Use more semantic mdoc macros.
Mar 5, 2014:
- 11:36 PM Changeset in code [9a2a703] by
- Stuff logger_setts into the logger_tick directly
- 11:04 PM Changeset in code [c1888a5] by
- rotate logs
- 10:19 PM Changeset in code [23ca6f1] by
- log group status messages
- 10:02 PM Changeset in code [87dc6ac] by
- Remove an strlcpy leftover
- 9:48 PM Changeset in code [e54f151] by
- chdir(/) immediately after chroot
- 9:41 PM Changeset in code [3dba97d] by
- Add a logging switch toggle and a prefix for a nicer chroot
- 9:06 PM Changeset in code [b28dd0e] by
- Ignore flags for /w, ircII uses -s by default with "SHOW_CHANNEL_NAMES"
- 5:39 PM Changeset in code [1dd3554] by
- Chroot the logger process into the icbd user home directory
- 5:28 PM Changeset in code [4e66b3a] by
- Working logging
- 4:56 PM Changeset in code [a5893e9] by
- time accounting for log lines
- 4:02 PM Changeset in code [45bd56a] by
- logger will do its own time accounting; from the discussion with florian
- 3:37 PM Changeset in code [55923b7] by
- Add some basic logger framework
- 10:42 AM Changeset in code [fdbbc45] by
- Correct strlen argument; from sthen via florian
- 10:42 AM Changeset in code [c9402c3] by
- Rework bufferevent read code
Mar 4, 2014:
- 11:59 PM Changeset in code [efa8586] by
- When doing privmsg do username lookups in all groups until the first match
- 11:17 PM Changeset in code [b7bc432] by
- permit whitespace in topic, otherwise sanitize to _
- 5:09 PM Changeset in code [626f420] by
- Add icb_vis to escape '%' chars and do some other sanitizing
- 11:30 AM Changeset in code [8ef8c4e] by
- Set SO_KEEPALIVE on the client socket, not on the server one
- 11:17 AM Changeset in code [d488e1b] by
- Document -M modtab
- 11:17 AM Changeset in code [0c4d8fc] by
- enable tcp keepalives to help clear out dead connections
- 10:36 AM Changeset in code [5815eef] by
- Better formatting and additional warnings
- 10:34 AM Changeset in code [b4049f9] by
- Rewrite DNS resolver to do things truly asynchronously
- 10:34 AM Changeset in code [fa271b8] by
- Introduce session IDs and associated tree linkage
Mar 3, 2014:
- 1:13 AM Changeset in code [a202ff1] by
- strip trailing spaces from all fields; based on the idea by sthen
- 12:51 AM Changeset in code [e2fcbc7] by
- Notify the user when mod passing fails
- 12:39 AM Changeset in code [a203cdb] by
- allow relinquishing moderator ("/pass")
- 12:38 AM Changeset in code [59a7416] by
- install icbd to /usr/local/…
Mar 2, 2014:
- 1:50 AM Changeset in code [1d2125a] by
- Add support for the moderator table that specifies (currently up to …
- 1:50 AM Changeset in code [d554223] by
- setusercontext(3) does it's own syslogging
- 1:50 AM Changeset in code [2e37e9f] by
- Return EX_USAGE instead of EX_CONFIG when both -4 and -6 are specified
- 1:50 AM Changeset in code [4284008] by
- Revamp "who" command handling; rename "moder" to "mod".
Note:
See TracTimeline
for information about the timeline view.