| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-13 | Code cleanup: mostly removing empty lines | Alexander Barton | |
| 2011-02-13 | Add Doxygen @file documentation to each source and header file | Alexander Barton | |
| 2008-05-26 | Use strtok_r instead of strchr in IRC_JOIN. | Scott Perry | |
| This patch does significant cleanup on the join code by using strtok_r instead of mangling strchr to parse channel names and keys in parallel when a JOIN command contains a list of channels and keys. Also adds an strtok_r implementation to libportab. | |||