Age | Commit message (Expand) | Author |
2006-05-10 | Fix output corruption when host is exactly 64 chars long | brain |
2006-04-10 | Routing more socket includes through socket.h | om |
2006-03-02 | Made host fields more correct 64 in length with 63 copies | brain |
2006-01-27 | Improved IP handling. Now uses in_addr to store client ip, not char[16]! | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-11-25 | Fixed missing constructor on class connection | brain |
2005-11-25 | Re-added required parts of connection.h | brain |
2005-11-25 | Removed static meshed linking from core | brain |
2005-06-01 | Many linking fixes | brain |
2005-05-25 | Added parameters | brain |
2005-05-24 | Added ping checks for server links (experimental) | brain |
2005-05-23 | Buffer size limits (hard coded to 1mb for now, will allow to raise in config ... | brain |
2005-05-23 | Output buffering on server connections | brain |
2005-05-17 | Shrunk some datatypes | brain |
2005-05-17 | Moved a load of servers-only stuff into serverrec out of the way of userrec | brain |
2005-05-16 | Removed __single_client_alloc again because gcc devs were smoking crack and r... | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | brain |
2005-05-14 | Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco... | brain |
2005-05-12 | Optimized some static structs | brain |
2005-05-12 | Structure optimizations, changed a lot of bools into binary bitmasks | brain |
2005-04-30 | Tried a new way of doing remote versions | brain |
2005-04-28 | Added remote versioning | brain |
2005-04-28 | Changed some comments | brain |
2005-04-26 | Fixed dicky buffer (due to cleanup the wrong variable was being used) | brain |
2005-04-26 | Major code tidyup (-W) - expect a few belches | brain |
2005-04-23 | Services speedups for stupid buffered i/o uplinks | brain |
2005-04-22 | Added server input buffers (for systems that decide buffering is fun) | brain |
2005-04-15 | Removed deprecated class 'packet' | brain |
2005-03-21 | Changed ordering of sys/socket.h and sys/types.h to fix compile error on gcc ... | brain |
2004-05-16 | Updated header comments | brain |
2004-04-29 | Moved more types into Extensible | brain |
2004-04-29 | Added 'Extensible' class which allows modules to store custom data in objects | brain |
2004-04-24 | Added a bunch of xline stuff and added qline spport for /nick and svsnick | brain |
2004-04-21 | Various services compatibility stuff | brain |
2004-04-17 | Added calls to sched_yield() to cut down processor usage - won't work in *bsd | brain |
2004-04-17 | Added new documentation to cover ircd_connector | brain |
2004-04-17 | Updated comments here | brain |
2004-04-16 | Mesh cookie linking fixes (was giving remote port to servers and not local port) | brain |
2004-04-16 | Added various routing tokens (such as 'R' redirect message) | brain |
2004-04-15 | /MAP and /LINKS added back (do not use - needs testing) | brain |
2004-04-15 | Mesh tweaks (wasnt sending the ip in the + packet) | brain |
2004-04-15 | Mesh linking stuff | brain |
2004-04-15 | Tons of linking tweaks | brain |
2004-04-14 | Buffering fixes | brain |
2004-04-14 | More fixes to connection buffer handling | brain |
2004-04-14 | Changed server to server links from UDP to TCP due to data loss problems | brain |
2004-04-11 | Packet buffering | brain |
2004-04-11 | Added better checking to packet sending (MUST receive an ack) | brain |
2004-04-10 | Added experimental 'P' token (privmsg) | brain |
2004-04-01 | Fixed <link> tags | brain |