Age | Commit message (Expand) | Author |
2008-09-04 | ability to create mutexes (rather than just having one system wide mutex) in ... | brain |
2008-09-04 | fix a warning. I am on a warning zapping crusade today. | brain |
2008-09-02 | Change exception message: "You cannot load m_services.so and m_services_accou... | brain |
2008-09-02 | Friendly up the modules.conf comments | w00t |
2008-09-02 | Fix missing >, thanks Kein | w00t |
2008-09-02 | This string copy is gone now, remove fixme note | w00t |
2008-09-01 | Make m_chanfilter grok globbing, meaning +g test?string?lol is now possible t... | w00t |
2008-09-01 | typofix | w00t |
2008-09-01 | Allow a choice between openssl and gnutls (or both, if you're a masochist (fo... | w00t |
2008-09-01 | Output proper error message when we cant write one of the makefiles etc | brain |
2008-08-31 | Omit -export-dynamic on OS X, thanks to satmd's oper | w00t |
2008-08-31 | Two fixes: Ignore + when parsing mode string in UID, and dont prepend + if we... | brain |
2008-08-31 | More debugging mesages for troubleshooting invalid mode sequences in UID | brain |
2008-08-31 | Whoops, left off a virtual. Please ensure youre using this version if you act... | brain |
2008-08-31 | I guess it makes sense never to let the gecos be parsed as a mode param, even... | brain |
2008-08-31 | Move all the parameters around AGAIN. See docs shortly | brain |
2008-08-31 | Two fixes: First, change the error message for too few params for UID to now ... | brain |
2008-08-31 | What the fuck am I doing. | w00t |
2008-08-31 | Off-by-one on params also == masskill, woo | w00t |
2008-08-31 | Add snomasks to UID command, after 'modes', bump protocol version, as this ca... | w00t |
2008-08-31 | Save 4 bytes (assuming sizeof(ptr) == 2) per user record, storing unneeded po... | w00t |
2008-08-31 | Remove a redundant check, and fix user-mode change propegation. (closes bug #... | w00t |
2008-08-31 | Add <connect:useident> as part of m_ident, original suggestion from various p... | w00t |
2008-08-30 | Make m_alltime easier to scan read for discrepancies on larger networks | w00t |
2008-08-29 | Tidier /modules generation. faster for non-opers, neater for all, and doesnt ... | brain |
2008-08-29 | Make these more descriptive/easy to grok | w00t |
2008-08-29 | Safeguards | w00t |
2008-08-29 | Don't try destroy on -P of a 0 user chan, as this causes problems during netm... | w00t |
2008-08-29 | Fix extra End of /STATS on spanningtree override of stats c and n. | peavey |
2008-08-29 | Some fixes for the ziplinks modules. | psychon |
2008-08-29 | Remove some old stuff | w00t |
2008-08-29 | I was told that a new dev's first action must be adding himself to /info, so | psychon |
2008-08-29 | Remove two unused parameters | w00t |
2008-08-28 | Windows compile fixes | brain |
2008-08-28 | Newly revamped ziplinks module, work of psychon.. resolves (a lot) of problem... | w00t |
2008-08-28 | Tuxer alpha release | brain |
2008-08-28 | Fix: 'Notice' vs 'NOTICE' as a command. I bet this would break some client or... | w00t |
2008-08-28 | Fix aliases stuff. | w00t |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-08-28 | Patch modifying these modules to work on older gcc/openbsd, provided by Dagon... | w00t |
2008-08-28 | this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe... | brain |
2008-08-28 | Make this comply with the spec; that is - CAP may be requested after registra... | w00t |
2008-08-28 | Add CAP REQ tls support, thanks to psychon | w00t |
2008-08-27 | Fix recursion crash | w00t |
2008-08-27 | Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju... | w00t |
2008-08-27 | Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci... | w00t |
2008-08-27 | Fix.. | w00t |
2008-08-27 | Clean up opering a tiny bit.. pave the way for SVSOPER | w00t |
2008-08-27 | Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon. | w00t |
2008-08-27 | USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jil... | w00t |