| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always use local SID as the source for PONG replies | Daniel De Graaf | 2011-06-23 | 1 | -1/+1 |
| * | Update copyright notices to 2011 | Jackmcbarn | 2011-05-04 | 49 | -49/+49 |
| * | Fix timeout defaulting to zero for link blocks | Daniel De Graaf | 2011-02-28 | 1 | -1/+1 |
| * | Remove command_parse.h from inspircd.h | Jackmcbarn | 2011-01-30 | 3 | -0/+3 |
| * | Remove inspsocket.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -0/+1 |
| * | Remove dns.h from inspircd.h | Jackmcbarn | 2011-01-30 | 1 | -0/+1 |
| * | Remove cull_list.h from inspircd.h | Jackmcbarn | 2011-01-29 | 5 | -5/+6 |
| * | Remove protocol.h from inspircd.h | Jackmcbarn | 2011-01-29 | 1 | -0/+1 |
| * | Fix memory leak | Jackmcbarn | 2011-01-20 | 1 | -1/+1 |
| * | Fix bug #117, found by satmd, thanks | Jackmcbarn | 2011-01-19 | 1 | -3/+3 |
| * | Forward port crash fix from 2.0 | Jackmcbarn | 2010-12-02 | 1 | -1/+1 |
| * | Don't use a typedef as a variable name | Jackmcbarn | 2010-12-01 | 2 | -9/+9 |
| * | It's safe to delete a null pointer | Jackmcbarn | 2010-12-01 | 1 | -2/+1 |
| * | Use std::string::npos rather than -1 | Jackmcbarn | 2010-12-01 | 1 | -1/+1 |
| * | Fix reference-after-delete of ServerUser object in ~TreeServer | Daniel De Graaf | 2010-11-09 | 1 | -2/+2 |
| * | Include reason in netsplit message | Daniel De Graaf | 2010-10-17 | 1 | -1/+1 |
| * | Rewrite TreeSocket timeout and lifecycle management | Daniel De Graaf | 2010-10-10 | 8 | -174/+125 |
| * | Add command to control autoconnect blocks | Jackmcbarn | 2010-10-07 | 4 | -3/+89 |
| * | Avoid RESYNC on channel creation when possible | Daniel De Graaf | 2010-10-02 | 1 | -1/+16 |
| * | Fix error handling and bad SQL syntax | Daniel De Graaf | 2010-10-02 | 1 | -1/+2 |
| * | Remove some unneeded complexity from spanningtree | Daniel De Graaf | 2010-10-02 | 15 | -367/+118 |
| * | Change spanningtree intercept of WHOIS to a DoWhois function in RemoteUser | Daniel De Graaf | 2010-09-12 | 5 | -63/+10 |
| * | Move RemoteUser into spanningtree | Daniel De Graaf | 2010-09-12 | 3 | -1/+27 |
| * | Update m_flatfile_channels to be more robust•••Enable storage of registered channels without permanent channels, or vice versa
Only set the dirty bit if a channel that is written to the database gets its mode or topic changed, rather than any channel or user
Move NukeChannel to core and put announcets back in options
Allow sending mode merges via the protocol interface
| Jackmcbarn | 2010-09-06 | 6 | -63/+4 |
| * | Add CrashState for tracing basic call state when the stack is corrupt | Daniel De Graaf | 2010-08-25 | 2 | -2/+3 |
| * | Remove "assign()" converter between irc::string and std::string | Daniel De Graaf | 2010-08-22 | 2 | -4/+4 |
| * | Remove incorrect check of <link:ipaddr> as allowmask | Daniel De Graaf | 2010-08-22 | 1 | -11/+3 |
| * | Clarify the configuration tag function names | Daniel De Graaf | 2010-08-22 | 1 | -2/+2 |
| * | Replace remaining Request users with dynamic_reference | Daniel De Graaf | 2010-08-21 | 1 | -6/+4 |
| * | More config logging fixups | Daniel De Graaf | 2010-08-21 | 1 | -49/+22 |
| * | Move spanningtree config to <spanningtree> from various other places | Daniel De Graaf | 2010-08-21 | 1 | -15/+11 |
| * | Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which
is called on boot, module load, and rehash.
| Daniel De Graaf | 2010-08-21 | 2 | -3/+3 |
| * | Fix null deref on distant proto_version check in FMODE | Daniel De Graaf | 2010-08-16 | 1 | -1/+1 |
| * | Move a useful utility function from spanningtree to core | Daniel De Graaf | 2010-08-15 | 2 | -25/+4 |
| * | Add SyncTarget::SendCommand for sending preformatted lines s2s | Daniel De Graaf | 2010-08-14 | 2 | -5/+11 |
| * | Replace dynamic_cast with faster explicit type marking | Daniel De Graaf | 2010-08-14 | 1 | -8/+8 |
| * | Recreate the Channel object during a TS reset•••This ensures that all obsolete metadata, modes, and other information
from the old channel is discarded on a TS reset.
| Daniel De Graaf | 2010-08-14 | 2 | -37/+50 |
| * | Add mode-merge indicator to FMODE•••This introduces explicit mode-merge request, rather than forcing all
server-sourced mode changes to be merged. Syntax:
:SID FMODE #chan TS =mode params
For protocol 1202 and below, this is converted back to +.
| Daniel De Graaf | 2010-08-13 | 4 | -59/+57 |
| * | Finish header file #include untangle | Daniel De Graaf | 2010-08-08 | 13 | -35/+0 |
| * | Prevent kicks of users who have a protecting low-rank prefix set | Daniel De Graaf | 2010-08-07 | 1 | -1/+1 |
| * | Use the remote channel's capitalization on a losing TS merge | Daniel De Graaf | 2010-08-03 | 1 | -2/+4 |
| * | Correct source of initial BURST line from servers sending it without one (lik... | Daniel De Graaf | 2010-08-03 | 1 | -1/+1 |
| * | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf | 2010-08-03 | 1 | -0/+2 |
| * | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf | 2010-08-03 | 1 | -6/+2 |
| * | Fix crash when a remote server has the same name as we do | Daniel De Graaf | 2010-08-03 | 1 | -2/+3 |
| * | Get rid of more useless assign() invocations | Daniel De Graaf | 2010-08-03 | 2 | -3/+4 |
| * | Make irc::string faster and less wasteful•••Change irc::string from an std::basic_string typedef to a wrapper around
an std::string, to avoid unneeded copies in assign().
| Daniel De Graaf | 2010-08-03 | 3 | -10/+10 |
| * | Remove unneeded copy of server name for every remote user | Daniel De Graaf | 2010-08-03 | 4 | -12/+9 |
| * | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf | 2010-08-03 | 1 | -4/+8 |
| * | Add RAWIO log level which is more verbose than DEBUG | danieldg | 2010-08-03 | 2 | -2/+2 |