summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
AgeCommit message (Expand)Author
2025-03-19Improve logging about the protocol module on startup.Sadie Powell
2025-03-09Don't tell users that services is shutting down when its restarting.Sadie Powell
2025-03-09Add support for oper-only quit messages.Sadie Powell
2025-03-02Add a helper method for getting a description of an uplink.Sadie Powell
2025-03-02Return references instead of pointers from the config system.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-03-08Improve protocol debug messages.Sadie Powell
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-22Remove UplinkSocket::Message now nothing uses it.Sadie Powell
2024-02-22Add Uplink::Send, rework message formatting.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-02-11Remove the time_t parameter from Tick and TickTimers.Sadie Powell
2024-02-11Consistently use time_t for the timer duration.Sadie Powell
2024-02-11Remove the now parameter from the Timer class.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-11-16Avoid needing to cast CurrentUplink by changing it to a size_t.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-03-13Fix missing override keywords.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-10-06Show the protocol module name when connecting to the uplink.Sadie Powell
2021-04-16Process writes to the uplink socket before quitting in all cases.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2014-10-12Hide dumb user notice if we are quittingAdam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-21Core prep for p10 stuffAdam
2014-03-19Show a better log message when disconnecting from the uplinkAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
2013-07-26Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit messAdam
2013-07-26Fix issues with 'Me' related to previous commitAdam
2013-07-26Interally quit servers when jupedAdam
2013-07-21More basic config validation, and fix crash when no uplinks are configured. s...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-06Use the return from BufferedSocket::ProcessRead() and don't just assume its trueAdam