Age | Commit message (Expand) | Author |
2008-12-08 | If we can't find file.conf, search for file.conf.txt when on windows. | w00t |
2008-12-07 | Ugly ugly craq in here in the cleanup stuff. Can be done nicer with a templat... | brain |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-28 | dz added to /info, psychon (omitted?!) added to startup :) | w00t |
2008-10-22 | First set our group id, then the user id, because we need to be root to set the | psychon |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-10-18 | Migrate oper commands to an std::set, add a set for privs also. Change the AP... | w00t |
2008-10-18 | Add skeleton of HasPrivPermission. | w00t |
2008-09-21 | Fix crash | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-13 | Merge commit 'danieldg/out-12' | w00t |
2008-09-04 | mutexengine -> mutexfactory | brain |
2008-09-04 | initialise mutexengine | brain |
2008-08-24 | Properly name the windows service error constants and put proper descriptions... | brain |
2008-08-24 | No names for the service specific errors, probably wont ever name them as the... | brain |
2008-08-24 | work in progress | brain |
2008-08-21 | comments to explain wtf 'ENTRYPOINT' is where main() should be. In the future... | brain |
2008-08-21 | add support for windows service. This now is part of inspircd itself being as... | brain |
2008-08-12 | Drift now has to be >= 3 secs in either direction to trigger a warning, this ... | brain |
2008-07-19 | Fix compile. Also remove write error stuff, as that was used prior to the goo... | w00t |
2008-07-17 | Combine IP+port in a failed port list, show (the more helpful) error string s... | w00t |
2008-07-12 | And, just because I can. The one pointless one-liner of the evening. :p | w00t |
2008-07-12 | Add a snotice about time jumping by more than a second at a time, and move bo... | w00t |
2008-07-12 | Remove some long commented out code: we never used to start unless a client p... | w00t |
2008-05-21 | Rename "lan or wan ip" -> public ip | brain |
2008-05-21 | update to tell them to try a LAN or a WAN IP, depending on how the box is set... | bricker |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-09 | Convert CIDR matching and wildcard matching to operate on std::strings | brain |
2008-05-09 | Fix restart code, by getting run path and argv before calling Cleanup() | peavey |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-04-13 | Add newlines to the end :) (\n) | brain |
2008-04-13 | add a hint to users for using an IP instead of * | bricker |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-04 | Add basic stuff for protocol interface and implement a couple of the methods.... | brain |
2008-04-02 | Move this message so it actually displays when we're running non-debug: "Insp... | brain |
2008-04-02 | Fix yet another warning. | brain |
2008-04-02 | Automatic detection and allocation of max fds. No longer needs recompile to c... | brain |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Fuck. STOP committing first thing after waking up. | w00t |
2008-04-02 | As part of this... don't give fake client a valid UID, as it's not needed any... | w00t |
2008-04-02 | Unneeded | w00t |
2008-04-01 | Only setup fakeclient once. | w00t |