This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
uIRCd/src
Alex D. 9a357c63e7
Version 2021.01.24: Feature redesign
- Removed RELAXED_RFC, will be supported as addtion in form of patches
  later
- Remove Buffer_Info and use separate buffer types where it makes sense
- Make FIFO a raw passthrough pipe
- Redefine read/write _buffer
- Rename buffer_offset_move to dequeue_bytes
- Remove filtering, will be supported by separate binaries
- Simplify registration and channel commits
- Merge automatic replies in main.c
- Remove path filtering, now only using fixed paths
- Setup signals earlier
- Add option for write_buffer to do a full flush or only partial if not
  possible
- Use global buffers for registration
2021-01-24 15:53:10 +00:00
..
buffer.c Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
buffer.h Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
channels.c Replace fprintf() with syslog() 2021-01-16 23:13:25 +00:00
channels.h Prepare features that require breaking RFC2812 2021-01-12 17:04:21 +00:00
configuration.c Replace fprintf() with syslog() 2021-01-16 23:13:25 +00:00
configuration.h Change uirc to uircd in defaults 2021-01-19 12:05:49 +00:00
connection.c Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
connection.h Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
filesystem.c Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
filesystem.h Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
limits.h WIP: reformat code and remove some stuff that needs to be changed 2020-12-09 01:33:36 +00:00
logging.h Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
main.c Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
main.h Move all required includes to specific files to follow yet another standard and reformat code 2021-01-02 14:18:47 +00:00
memory.c Replace fprintf() with syslog() 2021-01-16 23:13:25 +00:00
memory.h Move all required includes to specific files to follow yet another standard and reformat code 2021-01-02 14:18:47 +00:00
misc.c Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
misc.h Version 2021.01.24: Feature redesign 2021-01-24 15:53:10 +00:00
signal.c Replace fprintf() with syslog() 2021-01-16 23:13:25 +00:00
signal.h Move all required includes to specific files to follow yet another standard and reformat code 2021-01-02 14:18:47 +00:00