Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-30 | Make ConfigReader::GetSID() return a const reference to a string instead of ↵ | attilamolnar | |
a string | |||
2012-09-13 | Call OnUserSetIP() whenever the IP of a local user changes, set ↵ | attilamolnar | |
ident,host,dhost in LocalUser constructor | |||
2012-09-13 | New OnUserSetIP() hook | attilamolnar | |
2012-09-12 | Fix bug #291 - fix rehashing bind tags not changing them between ↵ | Adam | |
servers/clients and ssl/nonssl | |||
2012-08-25 | Add a config option to enable/disable the welcome notice sent to clients ↵ | attilamolnar | |
after successful registration Fixes #284 reported by @hoggeh | |||
2012-07-13 | Move STATS handler back to cmd_stats so it's hotpatchable again | attilamolnar | |
2012-07-11 | Close files opened with popen() with pclose() instead of fclose() | attilamolnar | |
2012-07-11 | Don't manage memory manually for the commasepstream in irc::portparser | attilamolnar | |
2012-07-11 | Use std::set instead of std::map in irc::portparser | attilamolnar | |
2012-07-06 | #include <stdint.h>, add header guard to extensible.h | attilamolnar | |
Fixes #102 reported by @kshade | |||
2012-07-06 | Added color codes to /rules, moved the parsing to ServerConfig and cleaned ↵ | Justin Crawford | |
the code up a bit | |||
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell | |
2012-07-01 | Revert "users: add SetClientIP function for irc::sockets::sockaddrs type." | Robin Burchell | |
This reverts commit f0474272303ac9297f637ce956315518138bafff. | |||
2012-07-01 | Revert "users: introduce OnSetClientIP hook." | Robin Burchell | |
This reverts commit 5fd31ec5a6ba6021763b36d8d17d4665900623ab. | |||
2012-06-30 | Remove unused channelmanager | attilamolnar | |
2012-06-28 | InviteBase needs to be a CoreExport on Windows. | Peter Powell | |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its ↵ | attilamolnar | |
TS lowered | |||
2012-06-12 | users: introduce OnSetClientIP hook. | William Pitcock | |
This hook is called whenever a client's IP is modified. | |||
2012-06-12 | users: add SetClientIP function for irc::sockets::sockaddrs type. | William Pitcock | |
Code which touches client_sa should instead use this SetClientIP function so that hooks may be called in the future. | |||
2012-05-27 | Add testsuite tests for UID generation | attilamolnar | |
2012-05-23 | Fix compile error caused by unistd.h not existing on Windows. | Peter Powell | |
2012-05-03 | Merge pull request #96 from Justasic/insp20 | Robin Burchell | |
[2.0] Process escape sequences for MOTD for issue #23 | |||
2012-04-22 | Fixed using a function on every call for /motd, causing lag on large ↵ | Justin Crawford | |
networks (requested by w00t) | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2012-04-19 | Add conf/ to include paths and fix some typos | Robby- | |
2012-04-16 | FileWriter hasn't been non-blocking for a very, very long time. | Robin Burchell | |
2012-04-16 | Fix compilation with GCC 4.7. | Guillaume Delacour | |
GCC 4.7 headers no longer implicitly include unistd.h in many places, see http://gcc.gnu.org/gcc-4.7/porting_to.html Fixes #65 | |||
2012-04-15 | Merge pull request #55 from Justasic/insp20 | Robin Burchell | |
[2.0] Fixes for bug #12 | |||
2012-04-15 | Backported Shawn's NoSnoticeStack code from insp21 | Robby- | |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford | |
2012-04-14 | Fixes for bug #12 | Justin Crawford | |
2012-04-01 | Add <connect:maxconnwarn> | Rutger | |
Created the maxconnwarn variable in the connect block, so you can make connect blocks that only warns about max connections if you want to. This reduces noise from connecting clients that have low maxlocal and/or maxglobal. It is enabled by default. | |||
2011-05-23 | Fix recursion of QuitUser in SendQ quits | Jackmcbarn | |
2011-04-10 | Fixed Windows build on VS 2010 | Adam | |
2010-12-23 | Fix bug #113 | Jackmcbarn | |
2010-08-17 | Include a placement operator new for classes that hide operator new | Daniel De Graaf | |
2010-04-28 | Add log header including ircd version | Daniel De Graaf | |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel De Graaf | |
This only compares IP/port, which ignores IPv6 flow information and scope ID, which aren't important in testing for equality. | |||
2010-04-01 | Split up API_VERSION number | Daniel De Graaf | |
Since we can make API changes in multiple branches at the same time, a single sequence number is insufficient. Use two numbers to indicate the major version and API increment. | |||
2010-03-22 | Change <security:operspywhois> to a tristate | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12653 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already ↵ | danieldg | |
available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-22 | Allow static initialization of dynamic_reference objects | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12648 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12646 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-18 | PURE_STATIC fixes to use normal <module> tags | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12641 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-14 | Add <options:cyclehostsfromuser> to configure source for mode changes on ↵ | danieldg | |
host cycle git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12636 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Convert MySQL to SQLv3 | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12629 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-13 | Convert pgsql to SQLv3 | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12626 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-06 | Fix ModuleManager::SetPriority algorithm which did not handle ↵ | danieldg | |
PRIORITY_BEFORE correctly git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12600 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-03-02 | DelFd should not fail, it will leave a bad dangling pointer in that case | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12584 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-25 | Make remote/local snomasks consistent and allow use without naming | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12568 e03df62e-2008-0410-955e-edbf42e46eb7 |