Age | Commit message (Expand) | Author |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Tons more docs | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
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 |